X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=b547ff24bc1b11c9e63262fc29c94fb2b4019ac9;hb=8c47d2cec3ea226baa749de1cb6f8b9f7ceb5b0b;hp=49c48513693c757d173661a19a1ffea940a45a19;hpb=6b5c9696b6669b48062bec96707c78d605e1af58;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 49c4851369..b547ff24bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2002-08-07 John Levon + + * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when + document options change. + +2002-08-06 Martin Vermeer + + * counters.[Ch] + * text2.C + * paragraph.[Ch] + * makefile.am: move counters functionality over from + text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++. + 2002-08-06 John Levon * WordLangTuple.h: new file for word + language code tuple @@ -27,70 +40,78 @@ 2002-08-06 John Levon * pspell.C: fix a crash, and allow new aspell to work - + 2002-08-06 John Levon * lyxfunc.C: * kbmap.C: small cleanup - + * vspace.h: * vspace.C: add const - + 2002-08-05 John Levon * LyXAction.C: back to tabular-insert - + 2002-08-04 John Levon * BufferView.h: * BufferView.C: cosmetic change - + * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/ - + * bufferlist.C: * buffer.h: * buffer.C: * lyxcb.h: * lyxcb.C: - * lyxserver.C: - * lyxvc.C: - * vc-backend.C: + * lyxserver.C: + * lyxvc.C: + * vc-backend.C: * BufferView2.C: purge all "Lyx" not "LyX" strings - + * lyxcursor.h: * lyxcursor.C: attempt to add some documentation - + * lyxfunc.C: * commandtags.h: - * LyXAction.C: - * ToolbarDefaults.C: + * LyXAction.C: + * ToolbarDefaults.C: * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and merge with LFUN_TABULAR_INSERT - * Makefile.am: + * Makefile.am: * SpellBase.h: * ispell.h: - * ispell.C: + * ispell.C: * pspell.h: * pspell.C: split up i/pspell implementations into separate files, many cleanups - * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0 - + * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0 + * text2.C: some cleanup - + * lyxfunc.C: don't check for isp_command == "none" any more, it didn't make any sense - + +2002-08-06 Martin Vermeer + + * counters.[Ch] + * text2.C + * paragraph.[Ch] + * makefile.am: move counters functionality over + from text2.C/paragraph.[Ch] to counters.[Ch], and + make proper C++. 2002-08-02 John Levon * buffer.C: s/lyxconvert/lyx2lyx/ - + 2002-08-02 Angus Leeming * lyxlex.C: revert John's change as it breaks reading of the user preamble. - + 2002-08-02 Angus Leeming * importer.C (Import): @@ -100,14 +121,14 @@ 2002-08-02 John Levon * lyxlex.C: small cleanup - + 2002-08-02 John Levon * text2.C (status): small cleanup, no logic change - + 2002-08-01 John Levon - * buffer.h: + * buffer.h: * buffer.C (writeFile): don't output alerts, caller handles this @@ -120,20 +141,20 @@ * lyxserver.C: don't let incidental errors get in the way (errno) - + 2002-07-30 John Levon * lyxfunc.C: disable character dialog in ERT inset (partial fix) - + 2002-07-30 John Levon * lyxserver.h: * lyxserver.C: remove I/O callback too - + 2002-07-30 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no - log. + log. 2002-07-29 Lars Gullik Bjønnes