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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 02 Apr 2002 16:58:55 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2576 emacs/src/ChangeLog:1.2577
*** emacs/src/ChangeLog:1.2576  Tue Apr  2 10:53:38 2002
--- emacs/src/ChangeLog Tue Apr  2 16:58:53 2002
***************
*** 1,10 ****
  2002-04-02  Eli Zaretskii  <address@hidden>
  
        * keyboard.c (read_char): If the event was Qselect_window,
        restore timer_idleness_start_time to its previous value.
  
!       * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when
!       required.
  
  2002-04-01  Stefan Monnier  <address@hidden>
  
--- 1,17 ----
+ 2002-04-02  Stefan Monnier  <address@hidden>
+ 
+       * doc.c (reread_doc_file): Return whether reload was attempted.
+       (Fdocumentation, Fdocumentation_property): Don't try to reload
+       if the doc is 0 and only ask once.
+ 
+       * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
+ 
  2002-04-02  Eli Zaretskii  <address@hidden>
  
        * keyboard.c (read_char): If the event was Qselect_window,
        restore timer_idleness_start_time to its previous value.
  
!       * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
  
  2002-04-01  Stefan Monnier  <address@hidden>
  
***************
*** 13,19 ****
        * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
        Use BEG and BEG_BYTE.
  
!       * doc.c (get_doc_string): Return nil of the location is wrong.
        (reread_doc_file): New fun.
        (Fdocumentation, Fdocumentation_property):
        Call it if get_doc_string fails.
--- 20,26 ----
        * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
        Use BEG and BEG_BYTE.
  
!       * doc.c (get_doc_string): Return nil if the location is wrong.
        (reread_doc_file): New fun.
        (Fdocumentation, Fdocumentation_property):
        Call it if get_doc_string fails.



reply via email to

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