aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8aec4824cc4..efa79e81a9e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-06-03 Stefan Monnier <monnier@cs.yale.edu>
2
3 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
4
12003-06-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52003-06-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL 7 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
@@ -13,6 +17,10 @@
13 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS) 17 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
14 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros. 18 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
15 19
202003-06-02 Stefan Monnier <monnier@cs.yale.edu>
21
22 * dispnew.c (Fsit_for): Don't lie about the number of args.
23
162003-06-02 Dave Love <fx@gnu.org> 242003-06-02 Dave Love <fx@gnu.org>
17 25
18 * callproc.c: Use HAVE_FCNTL_H, not USG5. 26 * callproc.c: Use HAVE_FCNTL_H, not USG5.
@@ -49,6 +57,10 @@
49 57
50 * buffer.c (Fset_buffer_multibyte): Fix previous change. 58 * buffer.c (Fset_buffer_multibyte): Fix previous change.
51 59
602003-06-01 Stefan Monnier <monnier@cs.yale.edu>
61
62 * lread.c (openp): Make sure STR is a string.
63
522003-06-01 David Ponce <david@dponce.com> 642003-06-01 David Ponce <david@dponce.com>
53 65
54 * termhooks.h (enum event_kind): Added new WHEEL_EVENT event. 66 * termhooks.h (enum event_kind): Added new WHEEL_EVENT event.
@@ -61,7 +73,7 @@
61 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and 73 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
62 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX 74 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
63 defined. 75 defined.
64 (make_lispy_event): Added WHEEL_EVENT handler. 76 (make_lispy_event): Add WHEEL_EVENT handler.
65 77
66 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT. 78 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
67 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs 79 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs