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, 03 Jun 2003 15:04:52 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3271 emacs/src/ChangeLog:1.3272
*** emacs/src/ChangeLog:1.3271  Tue Jun  3 13:38:40 2003
--- emacs/src/ChangeLog Tue Jun  3 15:04:51 2003
***************
*** 1,3 ****
--- 1,7 ----
+ 2003-06-03  Stefan Monnier  <address@hidden>
+ 
+       * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
+ 
  2003-06-03  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
***************
*** 13,18 ****
--- 17,26 ----
        * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
        (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
  
+ 2003-06-02  Stefan Monnier  <address@hidden>
+ 
+       * dispnew.c (Fsit_for): Don't lie about the number of args.
+ 
  2003-06-02  Dave Love  <address@hidden>
  
        * callproc.c: Use HAVE_FCNTL_H, not USG5.
***************
*** 49,54 ****
--- 57,66 ----
  
        * buffer.c (Fset_buffer_multibyte): Fix previous change.
  
+ 2003-06-01  Stefan Monnier  <address@hidden>
+ 
+       * lread.c (openp): Make sure STR is a string.
+ 
  2003-06-01  David Ponce  <address@hidden>
  
        * termhooks.h (enum event_kind): Added new WHEEL_EVENT event.
***************
*** 61,67 ****
        (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
        staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
        defined.
!       (make_lispy_event): Added WHEEL_EVENT handler.
  
        * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
        (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
--- 73,79 ----
        (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
        staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
        defined.
!       (make_lispy_event): Add WHEEL_EVENT handler.
  
        * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
        (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs




reply via email to

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