git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5897 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-12-27 11:28:20 +00:00
parent a433e6be25
commit fd5bd83eaf
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-12-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lyx_main.C (init): make annoying error message a debug message
(bug #780)
2002-10-25 Angus Leeming <leeming@lyx.org>
* lyx_cb.C (AutoSave): move out child process into new class

View File

@ -316,8 +316,8 @@ void LyX::init(bool gui)
FileInfo file(fullbinpath, true);
followlink = file.isLink();
if (followlink) {
lyxerr << " directory " << fullbinpath
<< " is a link" << endl;
lyxerr[Debug::INIT] << " directory " << fullbinpath
<< " is a link" << endl;
string link;
if (LyXReadLink(fullbinpath, link)) {
fullbinpath = link;

View File

@ -19,6 +19,7 @@ What's new
** Updates
- updated italian User Guide
** Bug fixes
@ -31,4 +32,7 @@ What's new
- fix functions word-find-forward and word-find-backward, which
meaning was inverted
- when the lyx binary was actually a symbolic link, LyX printed
annoying debug messages on console; they are debug messages now
- fix an installation issue with solaris