comparison src/ChangeLog @ 51579:3b66e1910181

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Jun 2003 21:49:23 +0000
parents 3ae498855a56
children 5dccfdd80acb
comparison
equal deleted inserted replaced
51578:42f25a716cb8 51579:3b66e1910181
1 2003-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
1 2003-06-15 Kim F. Storm <storm@cua.dk> 21 2003-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
6 2003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 26 2003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
7 27
8 * fileio.c (Fcopy_file): Doc fix: copies file modes, too. 28 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
9 29
13 33
14 2003-06-12 Dave Love <fx@gnu.org> 34 2003-06-12 Dave Love <fx@gnu.org>
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
21 2003-06-11 Dave Love <fx@gnu.org> 41 2003-06-11 Dave Love <fx@gnu.org>
22 42
23 * search.c (shrink_regexp_cache): Use xrealloc. 43 * search.c (shrink_regexp_cache): Use xrealloc.
24 (syms_of_search): Use xmalloc. 44 (syms_of_search): Use xmalloc.
53 involving year 69 and dst2. 73 involving year 69 and dst2.
54 74
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
63 2003-06-05 Kim F. Storm <storm@cua.dk> 83 2003-06-05 Kim F. Storm <storm@cua.dk>
64 84