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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 05 Dec 2001 13:33:44 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2284 emacs/src/ChangeLog:1.2285
*** emacs/src/ChangeLog:1.2284  Mon Dec  3 14:21:35 2001
--- emacs/src/ChangeLog Tue Dec  4 22:00:59 2001
***************
*** 1,7 ****
  2001-12-03  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an
!       option.
  
  2001-12-02  Pavel Jan,Bm(Bk  <address@hidden>
  
--- 1,26 ----
+ 2001-12-04  Stefan Monnier  <address@hidden>
+ 
+       * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
+       Pass a dummy argument when calling interrupt_signal.
+       (parse_menu_item): Mark disabled items before checking for empty def.
+       (read_char_minibuf_menu_prompt): Make safety more visible.
+       (read_key_sequence): Add a `first_unbound' variable.
+       Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
+       unbound prefix as soon as we can detect it.
+ 
+       * doc.c (Fsnarf_documentation): Add prototype.
+       (get_doc_string): Handle negative arguments.
+       (Fdocumentation): Use AREF and ASIZE.
+       Move the calls to get_doc_string to a single place.
+       Don't confuse an interactive-spec for a docstring reference.
+       (Fdocumentation_property): Take advantage of the fact that
+       get_doc_string now ignores the sign of the docstring position.
+ 
+       * eval.c: Use standard syntax for usage in docstrings.
+ 
  2001-12-03  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
  
  2001-12-02  Pavel Jan,Bm(Bk  <address@hidden>
  



reply via email to

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