]> git.lyx.org Git - features.git/blobdiff - ChangeLog
make doc++ able to generate the source documentation for lyx
[features.git] / ChangeLog
index 491d8990d63f07bdf90623c84ee6da885225c94a..52bacc1e78fdfeb39217c24d90a0d139d982c8d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/CutAndPaste.[Ch]: make all metods static. 
+
+       * development/Code_rules/Rules: more work, added section on
+       Exceptions, and a References section.
+
+       * a lot of header files: work to make doc++ able to generate the
+       source documentation, some workarounds of doc++ problems. Doc++ is
+       now able to generate the documentation.
+
+2000-08-07  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.C (recomputeTextInsets): removed function
+
+       * src/tabular.C (SetWidthOfMulticolCell): 
+       (SetWidthOfCell): 
+       (calculate_width_of_column_NMC): fixed return value so that it really
+       only returns true if the column-width has changed (there where
+       problems with muliticolumn-cells in this column).
+
+2000-08-04  Juergen Vigna  <jug@sad.it>
+
+       * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
+       also on the scrollstatus of the inset.
+       (workAreaMotionNotify): ditto.
+
+       * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
+
+2000-08-01  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.C (resetPos): scroll tabular automatically.
+
+       * src/commandtags.h: 
+       * src/LyXAction.C (init): 
+       * src/insets/inset.C (LocalDispatch): added support for
+       LFUN_SCROLL_INSET.
+
+       * src/insets/inset.C (scroll): new functions.
+
+       * src/insets/insettext.C (removeNewlines): new function.
+       (SetAutoBreakRows): removes forced newlines in the text of the
+       paragraph if autoBreakRows is set to false.
+
+       * src/tabular.C (Latex): generates a parbox around the cell contents
+       if needed.
+
+       * src/frontends/xforms/FormTabular.C (local_update): removed
+       the radio_useparbox button.
+
+       * src/tabular.C (UseParbox): new function
+
+2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/translator.h: move all typedefs to public section
+
+       * src/support/filetools.C (MakeLatexName): return string const
+       (QuoteName): ditto
+       (TmpFileName): ditto
+       (FileOpenSearch): ditto
+       (FileSearch): ditto
+       (LibFileSearch): ditto
+       (i18nLibFileSearch): ditto
+       (GetEnv): ditto
+       (GetEnvPath): ditto
+       (CreateTmpDir): ditto
+       (CreateBufferTmpDir): ditto
+       (CreateLyXTmpDir): ditto
+       (GetCWD): ditto
+       (OnlyPath): ditto
+       (MakeAbsPath): ditto
+       (AddName): ditto
+       (OnlyFilename): ditto
+       (ExpandPath): ditto
+       (NormalizePath): ditto
+       (CleanupPath): ditto
+       (GetFileContents): ditto
+       (ReplaceEnvironmentPath): ditto
+       (MakeRelPath): ditto
+       (AddPath): ditto
+       (ChangeExtension): ditto
+       (MakeDisplayPath): ditto
+       (do_popen): return cmdret const
+       (findtexfile): return string const
+
+       * src/support/DebugStream.h: add some /// to please doc++
+
+       * src/frontends/DialogBase.h (endif): add some /// to please doc++
+
+       * src/texrow.C (same_rownumber): functor to use with find_if
+       (getIdFromRow): rewritten to use find_if and to not update the
+       positions. return true if row is found
+       (increasePos): new method, use to update positions
+
+       * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
+
+       * src/lyxlex_pimpl.C (verifyTable): new method
+       (pushTable): use it
+       (Pimpl): use it
+       (GetString): return string const
+       (pushTable): rewrite to use std::stack
+       (popTable): ditto
+       (setFile): better check
+       (setStream): ditto
+
+       * src/lyxlex.h: make LyXLex noncopyable
+
+       * src/lyxlex.C (text): return char const * const
+       (GetString): return string const
+       (getLongString): return string const
+
+       * src/lyx_gui_misc.C (askForText): return pair<...> const
+
+       * src/lastfiles.[Ch] (operator): return string const
+
+       * src/buffer.C (parseSingleLyXformat2Token): pass string to
+       istringstream not char const *. 
+       move token.end() out of loop.
+       (readFile): move initializaton of token
+
+       * src/BufferView2.C (insertErrors): run texrow.increasePos if
+       getIdFromRow is successful.
+
+       * lib/bind/emacs.bind: don't include menus bind
+
+       * development/Code_rules/Rules: the beginnings of making this
+       better and covering more of the unwritten rules that we have.
+
+       * development/Code_rules/Recommendations: a couple of wording
+       changes. 
+
+2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/support/strerror.c: remove C++ comment.
+
+2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
+       LFUN_INDEX_INSERT_LAST
+
+       * src/texrow.C (getIdFromRow): changed from const_iterator to
+       iterator, allowing code to compile with DEC cxx
+
+       * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
+       stores part of the class, as suggested by Allan. Will allow
+       multiple LyXViews.
+       (apply): test to apply uses InsetCommandParams operator!=
+
+       * src/frontends/xforms/FormIndex.C: moved set_minsize into build
+       (apply): test to apply uses InsetCommandParams operator!=
+
+       * src/frontends/xforms/FormToc.[Ch]: made vector<string>
+       stores part of the class.
+       (update): removed limits on min/max size.
+
+       * src/frontends/xforms/FormUrl.C: moved set_minsize into build
+       (apply): test to apply uses InsetCommandParams operator!=
+
+       * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
+       (Read, Write, scanCommand, getCommand): moved functionality
+       into InsetCommandParams.
+       (Clone): removed
+       (getScreenLabel): made pure virtual
+       new InsetCommandParams operators== and !=
+       
+       * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
+       c-tors based on InsetCommandParams. Removed others.
+       * src/insets/insetinclude.[Ch]: ditto
+       * src/insets/insetlabel.[Ch]: ditto
+       * src/insets/insetparent.[Ch]: ditto
+       * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
+       
+       * src/buffer.C (parseSingleLyXformat2Token, readInset): all
+       insets derived from InsetCommand created using similar c-tors
+       based on InsetCommandParams
+       * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
+       * src/menus.C (ShowRefsMenu): ditto
+       * src/paragraph.C (Clone): ditto
+       * src/text2.C (SetCounter): ditto
+       * src/lyxfunc.C (Dispatch) ditto
+       Also recreated old InsetIndex behaviour exactly. Can now
+       index-insert at the start of a paragraph and index-insert-last
+       without launching the pop-up.
+
+2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lib/lyxrc.example: mark te pdf options as non functional.
+
+       * src/support/lstrings.C (strToInt): move initalization of tmpstr
+       (isStrDbl): move tmpstr.end() out of loop.
+       (strToDbl): move intialization of tmpstr
+       (lowercase): return string const and move tmp.end() out of loop.
+       (uppercase): return string const and move tmp.edn() out of loop.
+       (prefixIs): add assertion
+       (suffixIs): ditto
+       (contains): ditto
+       (contains): ditto
+       (contains): ditto
+       (containsOnly): ditto
+       (containsOnly): ditto
+       (containsOnly): ditto
+       (countChar): make last arg char not char const
+       (token): return string const
+       (subst): return string const, move tmp.end() out of loop.
+       (subst): return string const, add assertion
+       (strip): return string const
+       (frontStrip): return string const, add assertion
+       (frontStrip): return string const
+       (split): ditto
+       (split): ditto
+       (rsplit): ditto
+
+       * src/support/lstrings.C: add inclde "LAssert.h"
+       (isStrInt): move tmpstr.end() out of loop.
+
+       * src/frontends/xforms/Toolbar_pimpl.C (activate): move
+       toollist.end() out of loop.
+       (deactivate): move toollist.end() out of loop.
+       (update): move toollist.end() out of loop.
+       (updateLayoutList): move tc.end() out of loop.
+       (add): move toollist.end() out of loop.
+
+       * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
+       md.end() out of loop.
+
+       * src/texrow.h: make getIdFromRow const, make rowlist mutable.
+
+       * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
+       of loop.
+
+       * src/paragraph.C (Erase): move fontlist.end() out of loop.
+       (Erase): move insetlist.end() out of loop.
+
+       * src/lyx_sendfax_main.C: make show_logfile static and to take a
+       ref to const string as first arg. Move initialization of some
+       variables, whitespace changes.
+
+       * src/kbmap.C (defkey): move table.end() out of loop.
+       (kb_keymap): move table.end() out of loop.
+       (findbinding): move table.end() out of loop.
+
+       * src/MenuBackend.C (hasMenu): move end() out of loop.
+       (getMenu): move end() out of loop.
+       (getMenu): move menulist_.end() out of loop.
+
+       * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
+
+       * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
+       out of loop.
+
+       * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
+       (getFromLyXName): move infotab.end() out of loop.
+
+       * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
+       -fvtable-thunks -ffunction-sections -fdata-sections 
+
+2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
+       FORMS_H_LOCATION.
+
+2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
+
+       * src/frontends/xforms/FormCitation.[Ch],
+       src/frontends/xforms/FormIndex.[Ch],
+       src/frontends/xforms/FormToc.[Ch],
+       src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
+
+2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/commandtags.h: renamed, created some flags for citation
+       and index
+
+       * src/lyx_gui_misc.C: stripped out old FD_index_form code
+
+       * src/lyxfunc.C (dispatch): use signals to insert index entry
+       
+       * src/frontends/Dialogs.h: new signal createIndex
+
+       * src/frontends/xforms/FormCommand.[Ch],
+       src/frontends/xforms/FormCitation.[Ch],
+       src/frontends/xforms/FormToc.[Ch],
+       src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
+
+       * src/insets/insetindex.[Ch]: GUI-independent
+
+       * src/frontends/xforms/FormIndex.[Ch],
+       * src/frontends/xforms/forms/form_index.fd: xforms implementation
+       of the Index dialog
+       
+2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
+       before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
+       
+2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/insets/insetref.C (Latex): rewrite so that there is now
+       question that a initialization is requested.
+
+       * src/insets/insetcommand.h: reenable the hide signal
+
+2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
+       fix handling of shortcuts (many bugs :)
+       (add_lastfiles): ditto.
+
+       * lib/ui/default.ui: fix a few shortcuts.
+
+2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * Makefile.am: Fix ``rpmdist'' target to return the exit
+       status of the ``rpm'' command, instead of the last command in
+       the chain (the ``rm lyx.xpm'' command, which always returns
+       success).
+
+2000-08-02  Allan Rae  <rae@lyx.org>
+
+       * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
+       * src/frontends/xforms/FormCitation.C (FormCitation): ditto
+       * src/frontends/xforms/FormToc.C (FormToc): ditto
+
+       * src/frontends/xforms/Makefile.am: A few forgotten files
+
+       * src/frontends/xforms/FormCommand.C (showInset): The rest of the
+       Signals-not-copyable-problem Lars' started commenting out.
+
+       * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
+
+2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/insets/insetcommand.h: Signals is not copyable so anoter
+       scheme for automatic hiding of forms must be used.
+
+       * src/frontends/xforms/FormCitation.h: don't inerit from
+       noncopyable, FormCommand already does that.
+       * src/frontends/xforms/FormToc.h: ditto
+       * src/frontends/xforms/FormUrl.h: ditto
+
+       * src/frontends/xforms/FormCitation.C: add include <algorithm>
+
+2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/insets/insetcommand.h (hide): new SigC::Signal0
+       (d-tor) new virtual destructor emits hide signal
+
+       * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
+       * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
+
+       * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
+       LOF and LOT. Inset is now GUI-independent
+
+       * src/insets/insetloa.[Ch]: redundant
+       * src/insets/insetlof.[Ch]: ditto
+       * src/insets/insetlot.[Ch]: ditto
+       
+       * src/frontends/xforms/forms/form_url.fd: tweaked!
+       * src/frontends/xforms/forms/form_citation.fd: ditto
+
+       * src/frontends/xforms/FormCommand.[Ch]: new base class to those
+       dialogs dealing with InsetCommand insets
+
+       * src/frontends/xforms/FormCitation.[Ch]: now makes use of
+       FormCommand base class
+       * src/frontends/xforms/FormUrl.[Ch]: ditto
+
+       * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
+       of the TOC dialog
+       * src/frontends/xforms/FormToc.[Ch]: ditto
+
+       * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
+       passed a generic InsetCommand pointer
+       * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
+
+       * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
+       and modified InsetTOC class
+       * src/buffer.C: ditto                    
+
+       * forms/lyx.fd: strip out old FD_form_toc code
+       * src/lyx_gui_misc.C: ditto
+       * src/lyx_gui.C: ditto
+       * src/lyx_cb.C: ditto
+       * src/lyx.[Ch]: ditto
+                         
+2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/utility.hpp: tr -d '\r'
+
+2000-08-01  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.h: removed initFeatures() as it's not needed.
+
+       * src/commandtags.h: 
+       * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
+       LFUN_TABULAR_FEATURES.
+
+       * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
+       LFUN_LAYOUT_TABULAR.
+
+       * src/insets/insettabular.C (getStatus): implemented helper function.
+
+       * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
+
+2000-07-31  Juergen Vigna  <jug@sad.it>
+
+       * src/text.C (draw): fixed screen update problem for text-insets.
+
+       * src/text2.C (SetParagrpah): call an update of the inset-owner when
+       something changed probably this has to be added in various other
+       functions too.
+
+       * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
+
+2000-07-31  Baruch Even <baruch.even@writeme.com>
+
+       * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
+       templates to satisfy compaq cxx.
+
+
+2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/translator.h (equal_1st_in_pair::operator()): take
+       const ref pair_type as arg. 
+       (equal_2nd_in_pair::operator()): ditto
+       (Translator::~Translator): remove empty d-tor.
+
+       * src/graphics/GraphicsCache.C: move include config.h to top, also
+       put initialization of GraphicsCache::singleton here.
+       (~GraphicsCache): move here
+       (addFile): take const ref as arg
+       (removeFile): ditto
+
+       * src/lyxlex_pimpl.C (setFile): comment in old behaviour
+
+       * src/BufferView2.C (insertLyXFile): change te with/without header
+       check slightly.
+
+2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/xforms/FormGraphics.C (apply): add some
+       static_cast. Not very nice, but required by compaq cxx.
+
+       * src/frontends/xforms/RadioButtonGroup.h: include header
+       <utility> instead of <pair.h>
+
+       * src/insets/insetgraphicsParams.C: add using directive. 
+       (readResize): change return type to void. 
+       (readOrigin): ditto.
+
+       * src/lyxfunc.C (getStatus): add missing break for build-program
+       function; add test for Literate for export functions.
+
+       * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
+       entries in Options menu.
+
+2000-07-31  Baruch Even <baruch.even@writeme.com>
+
+       * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
+       protect against auto-allocation; release icon when needed.
+
+2000-07-31  Matej Cepl <CeplM@seznam.cz>
+
+       * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
+       on usual typewriter.
+
+       * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
+       earlier czech.kmap), useful only for programming.
+
+2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/xforms/FormCitation.h: fix conditioning around
+       #pragma. 
+
+2000-07-31  Juergen Vigna  <jug@sad.it>
+
+       * src/frontends/xforms/FormTabular.C (local_update): changed
+       radio_linebreaks to radio_useparbox and added radio_useminipage.
+
+       * src/tabular.C: made support for using minipages/parboxes.
+
+       * src/bufferlist.C (QwriteAll): small fix for asking for save.
+
+       * src/insets/insetgraphics.C (draw): just draw the inset so that the
+       cursor is visible.
+       (descent): so the cursor is in the middle.
+       (width): bit smaller box.
+
+       * src/insets/insetgraphics.h: added display() function.
+
+2000-07-31  Baruch Even <baruch.even@writeme.com>
+
+       * src/frontends/Dialogs.h: Added showGraphics signals.
+    
+       * src/frontends/xforms/forms/form_graphics.fd: Added file, the
+                   xforms form definition of the graphics dialog.
+
+       * src/frontends/xforms/FormGraphics.h: 
+       * src/frontends/xforms/FormGraphics.C: Added files, the
+       GUIndependent code of InsetGraphics
+    
+       * src/insets/insetgraphics.h: 
+       * src/insets/insetgraphics.C: Major writing to make it work.
+
+       * src/insets/insetgraphicsParams.h:     
+       * src/insets/insetgraphicsParams.C: Added files, parameter passing
+       struct between InsetGraphics and GUI.
+
+       * src/LaTeXFeatures.h:
+       * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
+       support for graphicx package. 
+
+       * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
+       for the graphics inset.
+
+       * src/support/translator.h: Added file, used in
+       InsetGraphicsParams. this is a template to translate between two
+       types.
+
+       * src/frontends/xforms/RadioButtonGroup.h: 
+       * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
+       way to easily control a radio button group.
+
+2000-07-28  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.C (LocalDispatch): 
+       (TabularFeatures): added support for lyx-functions of tabular features.
+       (cellstart): refixed this function after someone wrongly changed it.
+
+       * src/commandtags.h:
+       * src/LyXAction.C (init): added support for tabular-features
+
+2000-07-28  Allan Rae  <rae@lyx.org>
+
+       * src/frontends/xforms/FormPreferences.C (build): Setup input return
+       checking.  NOTE: It seems that pressing ESC to cancel the dialog also
+       triggers the callback for input checking. As a result we sometimes get
+       "LyX: This shouldn't happen..." printed to cerr.
+       (input): Started using status variable since I only free() on 
+       destruction.  Some input checking for paths and font sizes.
+
+       * src/frontends/xforms/FormPreferences.h: Use status to control 
+       activation of Ok and Apply
+
+       * src/frontends/xforms/forms/form_preferences.fd: Setup input return
+       callback.  Also resized to stop segfaults with 0.88.  The problem is
+       that xforms-0.88 requires the folder to be wide enough to fit all the
+       tabs.  If it isn't it causes all sorts of problems.
+
+       * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
+
+       * src/frontends/xforms/forms/README: Reflect reality.
+
+       * src/frontends/xforms/forms/fdfix.sh: Clean up comments
+       * src/frontends/xforms/forms/makefile: ditto.
+
+       * src/commandtags.h: Get access to new Preferences dialog
+       * src/LyXAction.C: ditto
+       * src/lyxfunc.C: ditto
+       * lib/ui/default.ui: ditto
+
+2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
+
+       * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
+       few files.
+
+       * src/frontends/xforms/form_url.[Ch]: added.
+
+2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/insets/insetbib.h: fixed bug in previous commit
+
+       * src/frontends/xforms/FormUrl.h: ditto
+
+       * src/frontends/xforms/FormPrint.h: ditto
+
+       * src/frontends/xforms/FormPreferences.h: ditto
+
+       * src/frontends/xforms/FormCopyright.h: ditto
+
+       * src/frontends/xforms/FormCitation.C: ditto
+
+       * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
+       private copyconstructor and private default contructor
+
+       * src/support/Makefile.am: add utility.hpp
+
+       * src/support/utility.hpp: new file from boost
+
+       * src/insets/insetbib.h: set owner in clone
+
+       * src/frontends/xforms/FormCitation.C: added missing include
+       algorithm
+
+       * src/insets/form_url.[Ch]: removed
+
+2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
+
+       * development/lyx.spec.in
+       * Makefile.am: Fix buglet for LyX RPM generation resulting from
+       file/directory re-organization.
+                
+2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/insets/insetcommand.[Ch]: moved the string data and
+       associated manipulation methods into a new stand-alone class
+       InsetCommandParams. This class has two additional methods
+       getAsString() and setFromString() allowing the contents to be
+       moved around as a single string.
+       (addContents) method removed.
+       (setContents) method no longer virtual.
+
+       * src/buffer.C (readInset): made use of new InsetCitation,
+       InsetUrl constructors based on InsetCommandParams.
+
+       * src/commandtags.h: add LFUN_INSERT_URL
+
+       * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
+       independent InsetUrl and use InsetCommandParams to extract
+       string info and create new Insets.
+
+       * src/frontends/Dialogs.h: add signals showUrl, createUrl.
+
+       * src/frontends/xforms/FormCitation.C (apply): uses 
+       InsetCommandParams.
+
+       * src/frontends/xforms/form_url.C
+       * src/frontends/xforms/form_url.h
+       * src/frontends/xforms/FormUrl.h
+       * src/frontends/xforms/FormUrl.C
+       * src/frontends/xforms/forms/form_url.fd: new files
+
+       * src/insets/insetcite.[Ch]: removed unused constructors.
+
+       * src/insets/insetinclude.[Ch]: no longer store filename
+
+       * src/insets/inseturl.[Ch]: GUI-independent.
+
+2000-07-26  Juergen Vigna  <jug@sad.it>
+       * renamed frontend from gtk to gnome as it is that what is realized
+       and did the necessary changes in the files.
+       
+2000-07-26  Marko Vendelin <markov@ioc.ee>
+       * autogen.sh
+       * configure.in: cleaning up gnome configuration scripts
+
+2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
+       shortcuts syndrom by redrawing them explicitely (a better solution
+       would be appreciated).
+
+       * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
+
+       * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
+       the button.
+
+       * src/lyx_cb.C (MenuExport): change html export to do the right
+       thing depending of the document type (instead of having
+       html-linuxdoc and html-docbook).
+       * src/lyxfunc.C (getStatus): update for html
+       * lib/ui/default.ui: simplify due to the above change.
+       * src/menus.C (ShowFileMenu): update too (in case we need it).
+
+       * src/MenuBackend.C (read): if a menu is defined twice, add the
+       new entries to the exiting one.
+
+2000-07-26  Juergen Vigna  <jug@sad.it>
+
+       * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
+
+       * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
+       and return a bool if it did actual save the file.
+       (AutoSave): don't autosave a unnamed doc.
+
+       * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
+       check if this is an UNNAMED new file and react to it.
+       (newFile): set buffer to unnamed and change to not mark a new
+       buffer dirty if I didn't do anything with it.
+
+       * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
+
+2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/frontends/Menubar.h: make "struct Pimpl;" public + the
+       friend as per Angus's patch posted to lyx-devel.
+
+       * src/ext_l10n.h: updated
+
+       * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
+       gettext on the style string right before inserting them into the
+       combox. 
+
+       * autogen.sh: add code to extract style strings form layout files,
+       not good enough yet. 
+
+       * src/frontends/gtk/.cvsignore: add MAKEFILE
+
+       * src/MenuBackend.C (read): run the label strings through gettext
+       before storing them in the containers.
+
+       * src/ext_l10n.h: new file 
+
+       * autogen.sh : generate the ext_l10n.h file here
+
+2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
+       arguments. 
+
+       * lib/ui/default.ui: fix a couple of typos.
+
+       * config/gnome/gtk.m4: added (and added to the list of files in 
+       autogen.sh).
+
+       * src/insets/insetinclude.C (unique_id): fix when we are using
+       lyxstring instead of basic_string<>. 
+       * src/insets/insettext.C (LocalDispatch): ditto.
+       * src/support/filetools.C: ditto.
+
+       * lib/configure.m4: create the ui/ directory if necessary.
+
+       * src/LyXView.[Ch] (updateToolbar): new method.
+
+       * src/BufferView_pimpl.C (buffer): update the toolbar when
+       opening/closing buffer.
+
+2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/LyXAction.C (getActionName): enhance to return also the name
+       and options of pseudo-actions.
+       (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
+
+       * lib/ui/default.ui: use OptItem in the vc submenu (intented just
+       as an example of what is possible). Used in File->Build too (more
+       useful) and in the import/export menus (to mimick the complicated
+       handling of linuxdoc and friends). Try to update all the entries.
+
+       * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
+       optional entries.
+
+       * src/MenuBackend.C (read): Parse the new OptItem tag.
+
+       * src/MenuBackend.h: Add a new optional_ data member (used if the
+       entry should be omitted when the lyxfunc is disabled).
+
+       * src/frontends/xforms/Menubar_pimpl.C (string_width): new
+       function, used as a shortcut.
+       (create_submenu): align correctly the shortcuts on the widest
+       entry.
+       
+       * src/MenuBackend.h: MenuItem.label() only returns the label of
+       the menu without shortcut; new method shortcut().
+       
+2000-07-14  Marko Vendelin <markov@ioc.ee>
+
+       * src/frontends/gtk/Dialogs.C:
+       * src/frontends/gtk/FormCopyright.C:
+       * src/frontends/gtk/FormCopyright.h:
+       * src/frontends/gtk/Makefile.am: added these source-files for the
+       Gtk/Gnome support of the Copyright-Dialog.
+
+       * src/main.C: added Gnome::Main initialization if using
+       Gtk/Gnome frontend-GUI.
+
+       * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
+       frontend-GUI.
+       * config/gnome/aclocal-include.m4
+       * config/gnome/compiler-flags.m4
+       * config/gnome/curses.m4
+       * config/gnome/gnome--.m4
+       * config/gnome/gnome-bonobo-check.m4
+       * config/gnome/gnome-common.m4
+       * config/gnome/gnome-fileutils.m4
+       * config/gnome/gnome-ghttp-check.m4
+       * config/gnome/gnome-gnorba-check.m4
+       * config/gnome/gnome-guile-checks.m4
+       * config/gnome/gnome-libgtop-check.m4
+       * config/gnome/gnome-objc-checks.m4
+       * config/gnome/gnome-orbit-check.m4
+       * config/gnome/gnome-print-check.m4
+       * config/gnome/gnome-pthread-check.m4
+       * config/gnome/gnome-support.m4
+       * config/gnome/gnome-undelfs.m4
+       * config/gnome/gnome-vfs.m4
+       * config/gnome/gnome-x-checks.m4
+       * config/gnome/gnome-xml-check.m4
+       * config/gnome/gnome.m4
+       * config/gnome/gperf-check.m4
+       * config/gnome/gtk--.m4
+       * config/gnome/linger.m4
+       * config/gnome/need-declaration.m4: added configuration scripts
+       for Gtk/Gnome frontend-GUI
+
+       * configure.in: added support for the --with-frontend=gtk option
+
+       * autogen.sh: added config/gnome/* to list of config-files
+
+       * acconfig.h: added define for GTKGUI-support
+
+       * config/lyxinclude.m4: added --with-frontend[=value] option value
+       for Gtk/Gnome frontend-GUI support.
+                            
+2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
+       can be used.
+       (suffixIs): ditto
+
+       * src/paragraph.C (GetChar): remove non-const version
+
+       * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
+       (search_kw): use it.
+
+       * src/lyx_main.C (init): if "preferences" exist, read that instead
+       of "lyxrc".
+       (ReadRcFile): return bool if the file could be read ok.
+       (ReadUIFile): add a check to see if lex file is set ok.
+
+       * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
+       bastring can be used instead of lyxstring (still uses the old code
+       if std::string is good enough or if lyxstring is used.)
+
+       * src/encoding.C: make the arrays static, move ininle functions
+       here
+       * src/encoding.h: from here.
+
+       * src/buffer.C: have last_isnet_read as a file scope variable for now.
+       (parseSingleLyXformat2Token): move inset parsing to separate method
+       (readInset): new private method
+
+       * src/Variables.h: remove virtual from get().
+
+       * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
+       access to NEW_INSETS and NEW_TABULAR
+
+       * src/MenuBackend.h: remove superfluous forward declaration of
+       MenuItem. Add documentations tags "///", remove empty MenuItem
+       destructor, remove private default contructor.
+
+       * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
+       (add): return *this
+       (read): more string mlabel and mname to where they are used
+       (read): remove unused variables mlabel and mname
+       (defaults): unconditional clear, make menusetup take advantage of
+       add returning Menu &.
+
+       * src/LyXView.h: define NEW_MENUBAR as default
+
+       * src/LyXAction.C: include lyxparagraph.h temporary to get access
+       to NEW_INSETS and NEW_TABULAR.
+       (init): commetn out some funcs that is obsolete when NEW_INSETS is
+       defined. Change some of the "xxxx-inset-insert" functions names to
+       "xxxx-insert".
+
+       * several files: more enahncements to NEW_INSETS and the resulting
+       LyXParagraph code.
+       
+       * lib/lyxrc.example (\date_insert_format): move to misc section 
+
+       * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
+       bastring and use AC_CACHE_CHECK. 
+       (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
+       the system have the newest methods. uses AC_CACHE_CHECK 
+       (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
+       (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
+       (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
+
+       * configure.in: add LYX_CXX_GOOD_STD_STRING
+
+       * acinclude.m4: recreated
+
+2000-07-24  Amir Karger
+
+       * README: add Hebrew, Arabic kmaps
+       * ANNOUNCE: typo
+
+2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/buffer.C (writeFileAscii): Define actcell as an int instead
+       of int*.
+
+2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Lot of files: add pragma interface/implementation.
+       
+       * src/lyx_main.C (ReadUFile): new method. Read the UI file.
+
+       * lib/ui/default.ui: new file (ans new directory). Contains the
+       default menu and toolbar.
+
+       * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
+       global space. Toolbars are now read (as menus) in ui files. 
+
+       * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
+
+       * src/lyxfunc.C (getStatus): do not exit immediately if a command
+       is disabled because the document is read-only. We want to have the
+       toggle state of the function anyway.
+       (getStatus): add code for LFUN_VC* functions (mimicking what is
+       done in old-style menus)
+       
+       * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
+       LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
+
+       * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
+       * src/BufferView_pimpl.C: ditto. 
+       * src/lyxfunc.C: ditto.         
+
+       * src/LyXView.h: add a define NEW_MENUBAR (commented out by
+       default). This replaces old-style menus by new ones.
+       
+       * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
+       MenuItem. Contain the data structure of a menu.
+
+       * src/insets/insettext.C: use LyXView::setLayout instead of
+       accessing directly the toolbar combox.
+       * src/lyxfunc.C (Dispatch): ditto.
+
+       * src/LyXView.C (setLayout): new method, which just calls
+       Toolbar::setLayout(). 
+       (updateLayoutChoice): move part of this method in Toolbar.
+
+       * src/toolbar.[Ch]: removed.
+       
+       * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
+       implementation the toolbar. 
+
+       * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
+       the toolbar. It might make sense to merge it with ToolbarDefaults
+       later. 
+       (setLayout): new function. 
+       (updateLayoutList): ditto.
+       (openLayoutList): ditto.
+       
+       * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
+       xforms implementation of the toolbar.
+       (get_toolbar_func): comment out, since I do not
+       know what it is good for. 
+       
+       * src/ToolbarDefaults.h: Add the ItemType enum.
+
+       * src/support/StrPool.[Ch]: new class. Acts as a reference holder
+       for a list of allocated C strings. Used in Menubar xforms
+       implementation to avoid memory leaks.
+
+       * src/support/lstrings.[Ch] (uppercase): new version taking and
+       returning a char.
+       (lowercase): ditto.
+
+       * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
+       * lib/bind/emacs.bind: ditto.
+
+2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
+       forward decl of LyXView.
+
+       * src/toolbar.C (toolbarItem): moved from toolbar.h
+       (toolbarItem::clean): ditto
+       (toolbarItem::~toolbarItem): ditto
+       (toolbarItem::operator): ditto
+
+       * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
+
+       * src/paragraph.h: control the NEW_TABULAR define from here
+
+       * src/buffer.C: remove define USE_PARSE_FUNCTION, change
+       USE_TABULAR_INSETS to NEW_TABULAR
+
+       * src/ToolbarDefaults.C: add include "lyxlex.h"
+
+       * files using the old table/tabular: use NEW_TABULAR to control
+       compilation of old tabular stuff. 
+
+       * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
+       to correct place.
+
+       * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
+       planemet in reading of old style floats, fix the \end_deeper
+       problem when reading old style floats. 
+
+2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
+
+2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
+
+       * lib/bind/sciword.bind: updated.
+
+2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
+       layout write problem
+
+2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/Makefile.am (INCLUDES): remove image directory from include
+       path. 
+
+       * src/bullet_forms.C (create_form_form_bullet): small cleanup.
+       * src/bullet_forms_cb.C (BulletPanelCB): ditto.
+
+       * src/LyXView.C (create_form_form_main): read the application icon
+       from the disk.
+
+       * lib/images/*.xpm: change the icons to use transparent color for
+       background. 
+
+       * src/toolbar.C (update): change the color of the button when it
+       is toggled on.
+
+2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
+       setting explicitely the minibuffer.
+       * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
+
+       * src/LyXView.C (showState): new function. Shows font information
+       in minibuffer and update toolbar state.
+       (LyXView): call Toolbar::update after creating the
+       view. 
+
+       * src/toolbar.C: change toollist to be a vector instead of a
+       linked list.
+       (BubbleTimerCB): get help string directly from the callback
+       argument of the corresponding icon (which is the action) 
+       (set): remove unnecessary ugliness.
+       (update): new function. update the icons (depressed, disabled)
+       depending of the status of the corresponding action.
+       
+       * src/toolbar.h: remove help in toolbarItem
+
+2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/Painter.C (text): Added code for using symbol glyphs from
+       iso10646 fonts. Currently diabled.
+
+       * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
+       symbol_encoding.
+
+       * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
+       magyar,turkish and usorbian.
+
+       * src/paragraph.C (isMultiLingual): Made more efficient.
+
+       * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
+       keyboard.
+
+       * src/mathed/math_symbols.C (math_insert_greek): Changed to use
+       LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
+       Also changed the prototype to "bool math_insert_greek(char)".
+                                                                       
+2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lots of files: apply the NEW_INSETS on all code that will not be
+       needed when we move to use the new insets. Enable the define in
+       lyxparagrah.h to try it.
+       
+       * src/insets/insettabular.C (cellstart): change to be a static
+       inline function
+       (InsetTabular): initialize buffer in the initializer list.
+
+2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/frontends/xforms/FormPrint.[Ch] : moved #include
+       form_print.h out of the header file. Replaced with forward
+       declarations of the relevant struct.
+
+       * src/frontends/xforms/FormPreferences.[Ch] : ditto for
+       form_preferences.h.
+
+       * src/commandtags.h: do not include "debug.h" which does not
+       belong there. #include it in some other places because of this
+       change. 
+
+2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/insets/insetcaption.C: add a couple "using" directives.
+
+       * src/toolbar.C (add): get the help text directly from lyxaction.
+       (getPixmap): nuked.
+       (setPixmap): new function. Loads from disk and sets a pixmap on a
+       botton; the name of the pixmap file is derived from the command
+       name. 
+
+       * src/toolbar.h: remove members isBitmap and pixmap from
+       toobarItem struct. 
+
+       * lib/images/*.xbm *_bw.xpm: remove (not used any more).
+       * lib/images/: move many files from images/banner.xpm.
+
+       * src/lyx_gui.C (create_forms): read banner pixmap from file.
+
+       * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
+       * src/toolbar.C: ditto.
+       * configure.in: ditto.
+       * INSTALL: document. 
+
+       * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
+       the spellchecker popup is closed from the WM.
+
+2000-07-19  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insetfloat.C (Write): small fix because we use the
+       insetname for the type now!
+
+2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/frontends/xforms/forms/form_citation.fd: object sizes are
+       now set here
+
+       * src/frontends/Dialogs.h: removed hideCitation signal
+
+       * src/insets/insetcite.h: added hide signal
+
+       * src/insets/insetcite.C (~InsetCitation): emits new signal
+       (getScreenLabel): "intelligent" label should now fit on the screen!
+
+       * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
+
+       * src/frontends/xforms/FormCitation.C (showInset): connects
+       hide() to the inset's hide signal
+       (show): modified to use fl_set_object_position rather than
+       fl_set_object_geometry wherever possible
+       
+2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/insets/lyxinset.h: add caption code
+
+       * src/insets/insetfloat.C (type): new method
+
+       * src/insets/insetcaption.C (Write): new method
+       (Read): new method
+       (LyxCode): new method
+
+       * src/text2.C (SetCounter): revert Jürgens code, but use his idea
+       to get it right together with using the FloatList.
+
+       * src/commandtags.h: add LFUN_INSET_CAPTION
+       * src/lyxfunc.C (Dispatch): handle it
+
+       * src/buffer.C (parseSingleLyXformat2Token): add code to read a
+       caption inset.
+
+       * src/Variables.[Ch]: make expand take a const reference, remove
+       the destructor, some whitespace changes.
+
+       * src/LyXAction.C (init): add caption-inset-insert
+
+       * src/FloatList.C (FloatList): update the default floats a bit.
+
+2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/Variables.[Ch]: new files. Intended to be used for language
+       specific strings (like \chaptername) and filename substitution in
+       commands. 
+
+       * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
+       kmap files.
+       * lib/kbd/american.kmap: update
+
+       * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
+
+       * src/bufferparams.[Ch]: remove member allowAccents.
+
+       * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
+
+       * src/LaTeXLog.C: use the log_form.h header.
+       * src/lyx_gui.C: ditto.
+       * src/lyx_gui_misc.C: ditto.
+       * src/lyxvc.h: ditto.
+
+       * forms/log_form.fd: new file, created from latexoptions.fd. I
+       kept the log popup and nuked the options form.
+
+       * src/{la,}texoptions.[Ch]: removed.
+       * src/lyx_cb.C (LaTeXOptions): ditto
+
+       * src/lyx_gui.C (create_forms): do not handle the
+       fd_latex_options form. 
+
+2000-07-18  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
+       name of the inset so that it can be requested outside (text2.C).
+
+       * src/text2.C (SetCounter): modified so it sees insetfloat for caption
+       labels.
+
 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/mathed/formula.h (ConvertFont): constify