aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2003-06-15 21:49:23 +0000
committerStefan Monnier2003-06-15 21:49:23 +0000
commit6793bc632203b11d4d869b9ab89e323f915a2944 (patch)
tree240ed435957db05286fb4fa49519c6a2111e9257 /src/ChangeLog
parent1269a76123e137f23bfed176b58254f8d8bd9aeb (diff)
downloademacs-6793bc632203b11d4d869b9ab89e323f915a2944.tar.gz
emacs-6793bc632203b11d4d869b9ab89e323f915a2944.zip
(mark_kboards): Move to keyboard.c.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 25 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bd4ce39e3eb..08b9ec38928 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,27 @@
12003-06-15 Stefan Monnier <monnier@cs.yale.edu>
2
3 * termhooks.h (EVENT_INIT): New macro.
4
5 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
6
7 * alloc.c (mark_kboards): Move to keyboard.c.
8
9 * keyboard.c (record_asynch_buffer_change, read_avail_input):
10 * xterm.c (x_dispatch_event):
11 * xmenu.c (find_and_call_menu_selection):
12 * xdisp.c (handle_tool_bar_click):
13 * w32menu.c (menubar_selection_callback):
14 * sysdep.c (kbd_input_ast, read_input_waiting):
15 * msdos.c (dos_rawgetc):
16 * macterm.c (mac_check_for_quit_char):
17 * macmenu.c (menubar_selection_callback):
18 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
19 data to kbd_buffer_store_event.
20
12003-06-15 Kim F. Storm <storm@cua.dk> 212003-06-15 Kim F. Storm <storm@cua.dk>
2 22
3 * xdisp.c (x_fix_overlapping_area): Always use area relative X 23 * xdisp.c (x_fix_overlapping_area): Always use area relative X
4 to fix redisplay problem with tall characters (such as ,AC(B). 24 to fix redisplay problem with tall characters (such as ,AC(B).
5 25
62003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 262003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
7 27
@@ -15,8 +35,8 @@
15 35
16 * alloca.c (alloca): Declare arg as size_t. 36 * alloca.c (alloca): Declare arg as size_t.
17 37
18 * sysdep.c: Remove redundant include of unistd.h, stdlib.h. Use 38 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
19 HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED. 39 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
20 40
212003-06-11 Dave Love <fx@gnu.org> 412003-06-11 Dave Love <fx@gnu.org>
22 42
@@ -55,8 +75,8 @@
55 Changes to merge with gnulib version and be consistent with the 75 Changes to merge with gnulib version and be consistent with the
56 autoconf test: 76 autoconf test:
57 77
58 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H. Use 78 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
59 HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION. 79 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
60 [HAVE_LOCALE_H]: Include locale.h. 80 [HAVE_LOCALE_H]: Include locale.h.
61 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale. 81 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
62 82