]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
stl_string_fwd.h checking improved again. Generalized version also in the works.
[lyx.git] / ChangeLog
index 803919880800999367e561d1ecd6df92a5df85e1..bf0528d3bce839f7d2bb002b62358b8c81d78ef4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,194 @@
+1999-12-20  Allan Rae  <rae@lyx.org>
+
+       * lib/templates/IEEEtran.lyx: small correction and update.
+
+       * configure.in: Attempted to use LYX_PATH_HEADER
+
+       * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
+
+       * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
+       input from JMarc.  Now use preprocessor to find the header.
+       Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
+       (LYX_PATH_HEADER): My, so far, failed attempt to generalize
+       LYX_STL_STRING_FWD.  See comments in file.      
+
+1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
+
+       * The global MiniBuffer * minibuffer variable is dead.
+       
+       * The global FD_form_main * fd_form_main variable is dead.
+
+1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/toolbar.C (set): condition #warning on WITH_WARNINGS
+
+       * src/table.h: add the LOstream.h header
+       * src/debug.h: ditto
+       
+       * src/LyXAction.h: change the explaination of the ReadOnly
+       attribute: is indicates that the function _can_ be used.
+
+       * src/LyXAction.C (init): find-replace _can_ be used in read-only
+       mode. 
+
+1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyxfont.C (ascent): Make sure that char is _always_ used as
+       unsigned. 
+       (descent): ditto
+       (lbearing): ditto
+       (rbearing): ditto
+
+       * src/paragraph.C (GetWord): assert on pos>=0
+       (GetChar): ditto
+       
+       * src/support/lyxstring.C: condition the use of an invariant on
+       ENABLE_ASSERTIONS 
+       * src/support/lyxstring.h: ditto
+
+       * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by
+       ENABLE_ASSERTIONS. Use LAssert.h instead of plain assert(). 
+
+       * src/support/lstrings.h: add LAssert.h, in case it is needed.
+
+       * src/lyxfunc.C: do not include LAssert.h, it is not used.
+       * src/support/filetools.C: ditto
+
+       * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
+       is not defined. 
+
+       * INSTALL: document the new configure flags
+       
+       * configure.in: suppress --with-debug; add --enable-assertions
+
+       * acinclude.m4: various changes in alignment of help strings.
+
+1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/kbmap.C: commented out the use of the hash map in kb_map,
+       beginning of movement to a stl::container. 
+
+       * several files: removed code that was not in effect when
+       MOVE_TEXT was defined.
+       
+       * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
+       for escaping should not be used. We can discuss if the string
+       should be enclosed in f.ex. [] instead of "".
+
+       * src/trans_mgr.C (insert): use the new returned value from
+       encodeString to get deadkeys and keymaps done correctly.
+
+       * src/chset.C (encodeString): changed to return a pair, to tell
+       what to use if we know the string.
+
+       * src/lyxscreen.h (fillArc): new function.
+
+       * src/FontInfo.C (resize): rewritten to use more std::string like
+       structore, especially string::replace.
+
+       * src/insets/insetlatexaccent.C (Draw): use fillArc for the
+       approp. accents.
+
+       * configure.in (chmod +x some scripts): remove config/gcc-hack 
+
+1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/buffer.C (writeFile): change once again the top comment in a
+       .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
+       instead of an hardcoded version number.
+       (makeDocBookFile): ditto
+
+       * src/version.h: add new define LYX_DOCVERSION
+
+       * po/de.po: update from Pit Sütterlin
+       * lib/bind/de_menus.bind: ditto.
+       
+       * src/lyxfunc.C (Dispatch): call MenuExport()
+       * src/buffer.C (Dispatch): ditto
+
+       * src/lyx_cb.C (MenuMakeHTML): new function, moved from
+       LyXFunc::Dispatch().
+       (MenuExport): new function, moved from
+       LyXFunc::Dispatch().
+
+       * src/trans_mgr.C (insert): small cleanup
+       * src/chset.C (loadFile): ditto
+
+       * lib/kbd/iso8859-1.cdef: add missing backslashes
+
+1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/insets/insetlatexaccent.C (Lbearing): new function, used to
+       help with placing the manually drawn accents better.
+       (Rbearing): ditto
+       (Draw): x2 and hg changed to float to minimize rounding errors and
+       help place the accents better.
+
+       * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
+       unsigned short to char is just wrong...cast the char to unsigned
+       char instead so that the two values can compare sanely. This
+       should also make the display of insetlatexaccents better and
+       perhaps also some other insets.
+       (descent): ditto
+       (lbearing): new function
+       (rbearing): ditto
+
+1999-12-15  Allan Rae  <rae@lyx.org>
+
+       * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
+       header that provides a wrapper around the very annoying SGI STL header
+       of the same name.
+
+       * src/support/lyxstring.C, src/LString.h:
+       removed old SGI-STL-compatability attempts.
+
+       * configure.in: Use LYX_STL_STRING_FWD.
+
+       * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
+       stl_string_fwd.h is around and try to determine it's location.
+       Major improvement over previous SGI STL 3.2 compatability.
+       Three small problems remain with this function due to my zero
+       knowledge of autoconf.  JMarc and lgb see the comments in the code.
+
+1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/broken_const.h, config/hack-gcc, config/README: removed
+       
+       * configure.in: remove --with-gcc-hack option; do not call
+       LYX_CXX_STL_STACK 
+
+       * INSTALL: remove documentation of --with-broken-const and
+       --with-gcc-hack
+       
+       * acconfig.h: remove all trace of BROKEN_CONST define
+
+       * src/buffer.C (makeDocBookFile): update version number in output
+       file. 
+       (SimpleDocBookOnePar): fix an assert when trying to a character
+       access beyond string length
+       [Patch from Jose']
+
+1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * po/de.po: fix the Export menu
+
+       * lyx.man: update the description of -dbg
+
+       * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
+       (commandLineHelp): updated
+       (easyParse): show list of available debug levels if -dbg is passed
+       without argument.
+
+       * src/Makefile.am: add debug.C
+
+       * src/debug.h: moved some code to debug.C
+
+       * src/debug.C: new file. Contains code to set and show debug
+       level. 
+
+       * src/layout.C: remove 'break' after 'continue' in switch
+       statements, since these cannot be reached.
+
 1999-12-13  Allan Rae  <rae@lyx.org>
 
        * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.