]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Use lyxconvert script for reading old files
[lyx.git] / src / ChangeLog
index 0b2d7deb8237afe44095b5a61f6056e8e300468b..7ef6e4d0fb7f612d04e3d3ce36d5fa6ae9ab149c 100644 (file)
@@ -1,3 +1,287 @@
+2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readFile): Run the lyxconvert script in order to read
+       old files.
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
+2002-07-22  Herbert Voss  <voss@lyx.org>
+
+       * lengthcommon.C:
+       * lyxlength.[Ch]: add support for the vertical lengths
+       
+2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * toc.[Ch]: std:: fixes
+2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxrc.C: do not include lyx_main.h
+
+       * LaTeXFeatures.h: use a list<string> instead of a vector<string>
+       for layouts
+
+       * lyxrc.C: 
+       * encoding.C: 
+       * bufferlist.C: 
+       * BufferView2.C: include "lyxlex.h"
+
+       * tabular.h: 
+       * bufferparams.h: do not #include "lyxlex.h"
+
+       * lyxtextclasslist.C (Add): remove method
+       (classlist): renamed to classlist_
+
+       * paragraph_pimpl.C: 
+       * paragraph.C: 
+       * text2.C: 
+       * CutAndPaste.C: 
+       * bufferview_funcs.C: 
+       * bufferlist.C: 
+       * text.C: 
+       * LaTeXFeatures.C: 
+       * buffer.C: 
+       * toc.C (getTocList): use BufferParams::getLyXTextClass
+
+       * toc.C (getTocList): use InsetFloat::addToToc
+
+       * toc.[Ch]: new files, containing helper functions to handle table
+       of contents
+
+       * lyxfunc.C (dispatch): no need to remove spaces around command
+       given as a string
+       (getStatus): handle LFUN_SEQUENCE by returning the status of the
+       first command of the sequence; it is not very clever, but I do not
+       have a better idea, actually
+
+       * LyXAction.C (LookupFunc): make sure to remove space at the
+       beginning and end of the command
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (getMenubar): new method: return the menubar of
+       this menu set
+       (read): treat differently reading of menu and menubar (in
+       particular, the menubar has no name now)
+       (Menu::menubar): remove
+
+       * lyxfunc.C (dispatch): add 'done' message to minibuffer when
+       saving is finished
+
+2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
+       a bibitem inset in a RTL paragraph.
+
+2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * paragraph_pimpl.C: constify 
+
+       * BufferView_pimpl.C:
+       * LaTeX.C:
+       * lyxfunc.C: fix dispatch in a nicer way
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (dispatch): 
+       * BufferView_pimpl.C: 
+       * BufferView_pimpl.h: 
+       * BufferView.C:
+       * BufferView.h: rename Dispatch() to dispatch()
+
+       * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
+
+       * lyxlayout.C (Read): honor DependsOn tag
+
+       * lyxlayout.[Ch] (depends_on): new method
+
+       * version.C.in: update lyx_docversion
+
+       * LaTeXFeatures.C (getMacros): only define \LyX when needed
+
+       * paragraph.C (validate): remove from here...
+       * paragraph_pimpl.C (validate): ... and move here
+       (isTextAt): make it const
+
+       * buffer.C (getLists): ws cleanup
+
+2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * language.C (read): Use iso8859-1 encoding in latex_lang
+       (this prevents LyX from crashing when using iso10646-1 encoding).
+
+2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * text2.C (toggleInset): if cursor is inside an inset, close the
+       inset and leave cursor _after_ it
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: move minibuffer completion handling out of here
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * LaTeX.C: fix dispatch calls
+2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * text.C (drawChars): Fix Arabic text rendering.
+
+2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C:
+       * commandtags.h:
+       * lyxfunc.C: remove message-push/pop
+       * lyxserver.C:
+       * lyxfunc.h:
+       * lyxfunc.C: rationalise some code by removing verboseDispatch
+         in favour of a bool argument to dispatch()
+2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyx_main.C (init): make sure to read symlinks as absolute paths
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.h:
+       * lyxfunc.C: no need for commandshortcut to be a member
+
+2002-07-15  André Pönitz <poenitz@gmx.net>
+       
+       * converter.C: add support for $$s (scripts from lib/scripts dir)
+       * lyx_main.C: white space
+
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * bufferlist.C:
+       * lyxrc.h:
+       * lyxrc.C: remove second exit confirmation
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.h:
+       * BufferView.C: 
+       * BufferView2.C: 
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C:
+       * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/ 
+2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * MenuBackend.C (expand): add numeric shortcuts to document menu
+
+       * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
+
+2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfont.C (setLyXFamily): 
+       (setLyXSeries): 
+       (setLyXShape): 
+       (setLyXSize): 
+       (setLyXMisc): 
+       (lyxRead): 
+       * debug.C (value): 
+       * buffer.C (asciiParagraph): use ascii_lowercase
+
+2002-07-15  Mike Fabian  <mfabian@suse.de>
+
+       * lyxlex_pimpl.C (search_kw): 
+       * lyxlex.C (getLongString): 
+       * converter.h (operator<): 
+       * converter.C (operator<): 
+       * buffer.C (parseSingleLyXformat2Token): 
+       (asciiParagraph): 
+       * ToolbarDefaults.C (read): 
+       * MenuBackend.C (checkShortcuts): 
+       (read): 
+       * LColor.C (getFromGUIName):
+       (getFromLyXName): use the compare_ascii_no_case instead of
+       compare_no_case, because in turkish, 'i' is not the lowercase
+       version of 'I', and thus turkish locale breaks parsing of tags.
+
+2002-07-16  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
+       now takes a Buffer const & argument.
+
+2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView.C (resize): check there's a buffer to resize
+2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: remove dead code
+
+       * lyxserver.h:
+       * lyxserver.C: use lyx_guii::set_read_callback
+2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
+       an inset in a RTL paragraph.
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: repaint after a font size update
+
+2002-07-15  André Pönitz <poenitz@gmx.net>
+
+       * lyxlength.C: inBP should be able to return negative values
+
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: use lyx_gui::update_fonts()
+2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfunc.C: use lyx_gui::update_color()
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * bufferlist.C:
+       * lyxfunc.h: 
+       * lyxfunc.C:
+       * lyxrc.h:
+       * lyxrc.C: remove file->new asks for name option, and let
+         buffer-new take an argument
+2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: remove unneeded extra repaint()
+2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LyXAction.C: allow command-sequence with NoBuffer
+
+       * lyxfunc.C: don't insist on trailing ';' for command-sequence
+2002-07-10  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
+
+2002-07-09  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
+
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lengthcommon.h: whitespace
+       * lyxfunc.C: update scrollbar after goto paragraph 
+
+       * lyxtext.h: factor out page break drawing, and fix it so
+         page break/added space paints as selected nicely
+2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C: add FIXMEs, clean up a little
 
 2002-07-09  André Pönitz <poenitz@gmx.net>
 
 
        * LColor.C (LColor): add a corresponding entry to the items array.
 
-       * buffer.C (~Buffer): remove any previewed LaTeX snippets assocoated
+       * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
        with this buffer.
 
 2002-07-05  Angus Leeming  <leeming@lyx.org>