ChangeLog tweaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-10-10 17:10:34 +00:00
parent b395f9556b
commit a7becbaac4

View File

@ -10,9 +10,10 @@
and the users settings. and the users settings.
* src/lyx_main.C: * src/lyx_main.C:
* src/lyxrc.[Ch]: commented out noncopyable so I can keep a system_lyxrc. * src/lyxrc.[Ch]: commented out noncopyable so I can keep a
I'll rewrite this later, after 1.1.6 probably, to keep a single LyXRC but system_lyxrc.
two instances of a LyXRCStruct. I'll rewrite this later, after 1.1.6 probably, to keep a single
LyXRC but two instances of a LyXRCStruct.
2000-10-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> 2000-10-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
@ -161,9 +162,6 @@
* src/frontends/xforms/forms/form_paragraph.fd: now derived from * src/frontends/xforms/forms/form_paragraph.fd: now derived from
FormBase. FormBase.
* src/frontends/xforms/FormToc.h (updateOrHide): override default
behaviour. Calls update() only.
2000-10-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> 2000-10-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/bind/cua.bind: fix a bit. * lib/bind/cua.bind: fix a bit.