emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [emacs-unicode-2]
Date: Wed, 15 Sep 2004 05:22:52 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3331.2.17 emacs/src/ChangeLog:1.3331.2.18
*** emacs/src/ChangeLog:1.3331.2.17     Thu Sep  9 09:36:34 2004
--- emacs/src/ChangeLog Wed Sep 15 08:59:59 2004
***************
*** 1,3 ****
--- 1,85 ----
+ 2004-09-14  Stefan  <address@hidden>
+ 
+       * fileio.c (Finsert_file_contents): Fix case of replacement in a
+       narrowed buffer.
+ 
+ 2004-09-14  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>
+ 
+       * 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  <address@hidden>
+ 
+       * 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,Ad(Brv  <address@hidden>
+ 
+       * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
+       x_uncatch_errors so that possible protocol errors are delivered.
+ 
+ 2004-09-10  Eli Zaretskii  <address@hidden>
+ 
+       * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
+       blockinput.h.
+       (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
+       charset.h, and coding.h
+       (w16select.o): Depend on buffer.h, charset.h, coding.h, and
+       composite.h.
+       (term.o): Depend on window.h and keymap.h.
+       (abbrev.o): Depend on syntax.h.
+       (callint.o): Depend on keymap.h.
+       (casefiddle.o): Depend on charset.h and keymap.h.
+       (category.o): Depend on keymap.h.
+       (coding.o): Depend on dispextern.h.
+       (cmds.o): Depend on keyboard.h and keymap.h.
+       (dispnew.o): Depend on indent.h and intervals.h.
+       (doc.o): Depend on keymap.h.
+       (editfns.o): Depend on frame.h.
+       (emacs.o): Depend on dispextern.h.
+       (fileio.o): Don't depend on ccl.h.
+       (filelock.o): Depend on charset.h and coding.h.
+       (frame.o): Depend on w32term.h and macterm.h.
+       (insdel.o): Depend on region-cache.h.
+       (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
+       (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
+       (search.o): Depend on $(INTERVALS_SRC).
+       (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
+       (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
+       xterm.h, w32term.h, and macterm.h.
+       (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
+       w32term.h, and macterm.h.
+       (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
+       region-cache.h, xterm.h, w32term.h, and macterm.h.
+       (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
+       (data.o): Depend on frame.h.
+       (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
+       (print.o): Depend on termchar.h and $(INTERVALS_SRC).
+       (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
+       (intervals.o): Depend on keymap.h.
+ 
+       * msdos.c (msdos_set_cursor_shape, IT_display_cursor): Add
+       debugging print-out to termscript.
+ 
+ 2004-09-09  Richard M. Stallman  <address@hidden>
+ 
+       * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
+ 
  2004-09-08  Richard M. Stallman  <address@hidden>
  
        * window.c (Fset_window_buffer): Doc fix.
***************
*** 12446,12452 ****
  
  2002-02-15  Andreas Schwab  <address@hidden>
  
!       * puresize.h (BASE_PURESIZE): Increase to 9/5.
  
        * alloc.c (NSTATICS): Increase to 1280.
  
--- 12528,12534 ----
  
  2002-02-15  Andreas Schwab  <address@hidden>
  
!       * puresize.h (PURESIZE_RATIO): Increase to 9/5.
  
        * alloc.c (NSTATICS): Increase to 1280.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]