aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2002-11-14 17:09:09 +0000
committerStefan Monnier2002-11-14 17:09:09 +0000
commit8e685dc67b112ea70f89dd17ce2b6c868fec6b36 (patch)
tree0e87d72894c53b5e8a6ff02dd70fbeaeb38f288a /src
parent59daa29a0acb5b4cb23ab1f5fed5ae86fecd1d32 (diff)
downloademacs-8e685dc67b112ea70f89dd17ce2b6c868fec6b36.tar.gz
emacs-8e685dc67b112ea70f89dd17ce2b6c868fec6b36.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog25
1 files changed, 13 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a07e2b6350..e2da6fbb52f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,20 +2,19 @@
2 2
3 * alloc.c (SETJMP_WILL_NOT_WORK): Add note. 3 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
4 4
5 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor): 5 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
6 * xmenu.c (unuse_menu_items, digest_single_submenu): 6 * xmenu.c (unuse_menu_items, digest_single_submenu):
7 * xfns.c (x_put_x_image): 7 * xfns.c (x_put_x_image):
8 * xdisp.c (message2_nolog, set_message): 8 * xdisp.c (message2_nolog, set_message):
9 * undo.c (record_point): 9 * undo.c (record_point):
10 * terminfo.c (tparam): 10 * terminfo.c (tparam):
11 * syntax.c (scan_sexps_forward): 11 * syntax.c (scan_sexps_forward):
12 * scroll.c (calculate_scrolling, calculate_direct_scrolling): 12 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
13 * composite.c (update_compositions): 13 * composite.c (update_compositions):
14 * cm.c (calccost, cmgoto): 14 * cm.c (calccost, cmgoto):
15 * charset.c (c_string_width): Declare all args (per C99). 15 * charset.c (c_string_width): Declare all args (per C99).
16 16
17 * frame.h (get_specified_cursor_type, get_window_cursor_type): 17 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
18 Declare.
19 18
20 * lisp.h (get_specified_cursor_type, get_window_cursor_type): 19 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
21 Don't declare. 20 Don't declare.
@@ -35,6 +34,8 @@
35 34
362002-11-12 Stefan Monnier <monnier@cs.yale.edu> 352002-11-12 Stefan Monnier <monnier@cs.yale.edu>
37 36
37 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
38
38 * syntax.c (scan_sexps_forward): Undo last patch. 39 * syntax.c (scan_sexps_forward): Undo last patch.
39 Use a more obvious fix: check eob before updating the syntax table. 40 Use a more obvious fix: check eob before updating the syntax table.
40 41