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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 17 May 2003 08:50:32 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3232 emacs/src/ChangeLog:1.3233
*** emacs/src/ChangeLog:1.3232  Fri May 16 14:50:24 2003
--- emacs/src/ChangeLog Sat May 17 08:50:31 2003
***************
*** 1,3 ****
--- 1,31 ----
+ 2003-05-17  Richard M. Stallman  <address@hidden>
+ 
+       * syntax.c (find_defun_start):
+       When open_paren_in_column_0_is_defun_start,
+       return beginning of buffer.
+ 
+       * lisp.h (map_char_table): Declare added arg.
+ 
+       * fns.c (map_char_table): New arg TABLE gets the master table.
+       All calls changed.
+       Process default and inheritance, resorting to Faref if necessary.
+ 
+       * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
+       (Faccessible_keymaps): Pass new arg to map_char_table.
+ 
+       * fontset.c (Ffontset_info): Pass new arg to map_char_table.
+ 
+       * casetab.c (set_case_table): Pass new arg to map_char_table.
+ 
+       * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
+ 
+       * lisp.h (specbinding_func): New typedef.
+       (struct specbinding): Use specbinding_func, to put the `volatile'
+       in the right place.
+ 
+       * alloc.c (Fgarbage_collect): Cast pointers into specpdl
+       to avoid GCC warning.
+       
  2003-05-16  Ralph Schleicher  <address@hidden>  (tiny change)
  
        * fileio.c (Fdelete_file): Handle symlinks pointing to




reply via email to

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