]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
* puresize.h (BASE_PURESIZE): Increment to 1211000.
[gnu-emacs] / src / ChangeLog
index 37feab00c68f7e447fd79a493e37a59854998a39..cefc2f4048d65961cbc0c47b93aa8d07862aeb6a 100644 (file)
@@ -1,3 +1,20 @@
+2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * puresize.h (BASE_PURESIZE): Increment to 1211000.
+
+       * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
+       (Fsit_for): Function deleted.
+
+       * keyboard.c (command_loop_1, Fexecute_extended_command): Call
+       sit_for instead of Fsit_for.
+
+       * minibuf.c (temp_echo_area_glyphs): Likewise.
+
+2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * syntax.c (Fforward_comment): Revert the reversion.
+       (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
+
 2006-07-09  John Paul Wallington  <jpw@pobox.com>
 
        * syntax.c (Fforward_comment): Revert previous change.