]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
fix to the lyxstring bug, better searching for dep files in latex log, use \hfil...
[lyx.git] / ChangeLog
index 1ca7aa470af6e74d5665d92cc7dd530b5b598c8f..94632f61fb8b0eeecc6194cea22c136218cfd4c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,139 @@
+2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/lyxstring.C (begin): fix a "shared" string bug. use
+       rep->get_own_copy()
+       (end): ditto
+
+       * src/LaTeX.C (deplog): better searching for dependency files in
+       the latex log. Uses now regexps.
+
+       * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
+       instead of the box hack or \hfill. 
+
+2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyxfunc.C (doImportHelper): do not create the file before
+       doing the actual import. 
+       (doImportASCIIasLines): create a new file before doing the insert.
+       (doImportASCIIasParagraphs): ditto.
+
+       * lib/lyxrc.example: remove mention of non-existing commands
+
+       * lyx.man: remove mention of color-related switches.
+
+       * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
+
+       * src/lyx_gui.C: remove all the color-related ressources, which
+       are not used anymore.
+
+       * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
+       name. 
+
+2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/lyxrc.C (read): Add a missing break in the switch
+
+2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/text2.C (InsertStringA): Fix a bug with insertion into table
+       
+       * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
+       text is Hebrew.
+                             
+2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/text.C (draw): draw bars under foreign language words.
+       
+       * src/LColor.[Ch]: add LColor::language
+                            
+2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/lyxcursor.h (boundary): New member variable
+
+       * src/text.C (IsBoundary): New methods
+
+       * src/text.C: Use the above for currect cursor movement when there
+       is both RTL & LTR text.
+       
+       * src/text2.C: ditto
+       
+       * src/bufferview_funcs.C (ToggleAndShow): ditto
+
+2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/text.C (DeleteLineForward): set selection to true to avoid
+       that DeleteEmptyParagraphMechanism does some magic. This is how it
+       is done in all other functions, and seems reasonable.
+       (DeleteWordForward): do not jump over non-word stuff, since
+       CursorRightOneWord() already does it.
+       
+       Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
+       DeleteWordBackward, since they seem safe to me (since selection is
+       set to "true") DeleteEmptyParagraphMechanism does nothing.
+
+2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyx_main.C (easyParse): simplify the code by factoring the
+       part that removes parameters from the command line.
+       (LyX): check wether wrong command line options have been given.
+
+2000-05-29  Lior Silberman <slior@math.huji.ac.il>
+
+       * src/lyx_main.C : add support for specifying user LyX
+       directory via command line option -userdir.
+
+2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
+       the number of items per popup.
+       (Add_to_refs_menu): Ditto.
+       
+2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyxparagraph.h: renamed ClearParagraph() to
+       StripLeadingSpaces() and moved it to paragraph.C. We pass the
+       textclass as parameter, and do nothing if free_spacing is
+       true. This fixes part of the line-delete-forward problems.
+
+       * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
+       (pasteSelection): ditto.
+       (SwitchLayoutsBetweenClasses): more translatable strings.
+
+       * src/text2.C (CutSelection): use StripLeadingSpaces.
+       (PasteSelection): ditto.
+       (DeleteEmptyParagraphMechanism): ditto.
+
+2000-05-26  Juergen Vigna  <jug@sad.it>
+
+       * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
+       is not needed in tabular insets.
+
+       * src/insets/insettabular.C (TabularFeatures): added missing features.
+
+       * src/tabular.C (DeleteColumn):
+       (AppendColumn): 
+       (AppendRow): implemented this functions
+       (cellsturct::operator=): clone the inset too; 
+
+2000-05-23  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.C (LocalDispatch): better selection support
+       when having multicolumn-cells.
+
+2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
+
+       * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
+
+2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/ColorHandler.C (getGCForeground): put more test into _()
+
+       * lib/examples/eu_splash.lyx: new file (Basque translation) from
+       Dooteo. 
+
+       * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
+       get the version.
+
 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
 
        * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when