]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
some fix to ui gettext
[lyx.git] / ChangeLog
index fb7bd09db3edc050de4bf7a412256cce31ce8404..9d0f86c6ff091dcec1ef3295842a1237cb95cbdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * 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