]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
* config.in: Rebuild.
[gnu-emacs] / src / ChangeLog
index ab3bd9f6aca692c8fe813a1e22e10bcf22e00d09..b7552f67e9a8c103d04fc6776588d14a4160e76e 100644 (file)
@@ -1,3 +1,55 @@
+2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * config.in: Rebuild
+
+2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * config.in: Rebuild.
+
+       * Makefile.in: Run setarch i386 ./temacs if exec-shield  is present.
+
+2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * xterm.c (x_term_init): Work around a bug in some X servers.
+
+2004-09-18  Richard M. Stallman  <rms@gnu.org>
+
+       * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
+
+       * xdisp.c (try_window_reusing_current_matrix):
+       Handle the case where we reach the old displayed text,
+       out of sync with the old line boundary.
+
+2004-09-14  Stefan  <monnier@iro.umontreal.ca>
+
+       * fileio.c (Finsert_file_contents): Fix case of replacement in a
+       narrowed buffer.
+
+2004-09-14  Kim F. Storm  <storm@cua.dk>
+
+       * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
+
+       * xfaces.c (Qface_no_inherit): New var.
+       (syms_of_xfaces): Intern and staticpro it.
+       (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
+       (Finternal_copy_lisp_face, update_face_from_frame_parameter):
+       Don't increment face_change_count when face has non-nil
+       face-no-inherit property.
+
+2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
+       (Fbyte_code): Remove dead code after `wrong_type_argument'.
+
+       * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
+       before doing the mark_stack_check_gcpros since they are not on the stack.
+
+2004-09-12  Kim F. Storm  <storm@cua.dk>
+
+       * editfns.c (Fformat): Handle format strings with multiple text
+       properties.  Reverse text property list from the format string,
+       so the positions are in increasing order.
+
 2004-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
 
 2002-02-15  Andreas Schwab  <schwab@suse.de>
 
-       * puresize.h (BASE_PURESIZE): Increase to 9/5.
+       * puresize.h (PURESIZE_RATIO): Increase to 9/5.
 
        * alloc.c (NSTATICS): Increase to 1280.