]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix "make dist" target
[lyx.git] / src / ChangeLog
index b518f478acb58a147d4dce45352c1975a4c697b2..133d0022df94f6758f3504f6801855ee17312209 100644 (file)
@@ -1,3 +1,51 @@
+2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxfunc.C (processKeySym): comment the Escape handling, remove
+       commented code.
+       (Dispatch): implement LFUN_ESCAPE
+
+       * commandtags.h: add LFUN_ESCAPE
+
+       * LyXAction.C (init): add entry for LFUN_ESCAPE
+
+       * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
+       Remove commented code.
+       (insertNote): moved here
+       (open_new_inset): moved here
+
+       * BufferView[2].[Ch]: move insertNote and open_new_inset to
+       BufferView_pimpl
+
+2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * kbmap.C (findbinding): clean it up and make it work correctly.
+
+       * lyx_main.C (init): do not pass argc and argv as parameters
+
+2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
+
+       * buffer.C: fix path for OS/2 & Win32
+
+       * lyx_gui.C
+       * lyx_main
+       * lyx_main.C: Added os:: class.
+       
+       * os2_defines.h: update
+
+2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
+       better by trying again with reduced state.
+
+2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxrc.C (read): print error about invalid key sequence only when
+       debugging (because not all latinX keysyms are known to some X
+       servers)
+
+       * kbsequence.C (getiso): add a few std:: qualifiers
+       (getiso): comment out extra return statement.
+
 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * BufferView_pimpl.C (Dispatch): comment out the old "default" key