aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-11-14 14:21:52 +0000
committerDave Love2002-11-14 14:21:52 +0000
commit59daa29a0acb5b4cb23ab1f5fed5ae86fecd1d32 (patch)
treec881faa92039d0e2b9769ca695cacaac86d04622
parent0971e7305dfaa24cff7172b5d90a5086145ad0aa (diff)
downloademacs-59daa29a0acb5b4cb23ab1f5fed5ae86fecd1d32.tar.gz
emacs-59daa29a0acb5b4cb23ab1f5fed5ae86fecd1d32.zip
*** empty log message ***
-rw-r--r--leim/ChangeLog14
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--src/ChangeLog26
3 files changed, 44 insertions, 2 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 60587438d3c..c128517e6fa 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,15 @@
12002-11-14 Dave Love <fx@gnu.org>
2
3 * quail/slovak.el: Add coding cookie.
4
5 * quail/latin-ltx.el: Fix coding cookie.
6
7 * quail/hebrew.el: Add coding cookie.
8
9 * quail/czech.el: Add coding cookie.
10
11 * quail/welsh.el: Undo last change.
12
12002-09-11 Dave Love <fx@gnu.org> 132002-09-11 Dave Love <fx@gnu.org>
2 14
3 * quail/latin-post.el ("slovenian"): New. 15 * quail/latin-post.el ("slovenian"): New.
@@ -1134,7 +1146,7 @@
1134 1146
11351997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu> 11471997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
1136 1148
1137 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method. 1149 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
1138 1150
11391997-08-16 Kenichi Handa <handa@etl.go.jp> 11511997-08-16 Kenichi Handa <handa@etl.go.jp>
1140 1152
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 80158710e5c..4f47124a8e2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,4 +1,8 @@
12002-11-04 Dave Love <fx@gnu.org> 12002-11-14 Dave Love <fx@gnu.org>
2
3 * movemail.c (pop_retr): Declare comment.
4
5 * make-docfile.c (read_c_string_or_comment): Declare msgno.
2 6
3 * Makefile.in (YACC): Deleted. 7 * Makefile.in (YACC): Deleted.
4 8
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e5ebc1e110..0a07e2b6350 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,29 @@
12002-11-14 Dave Love <fx@gnu.org>
2
3 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
4
5 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
6 * xmenu.c (unuse_menu_items, digest_single_submenu):
7 * xfns.c (x_put_x_image):
8 * xdisp.c (message2_nolog, set_message):
9 * undo.c (record_point):
10 * terminfo.c (tparam):
11 * syntax.c (scan_sexps_forward):
12 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
13 * composite.c (update_compositions):
14 * cm.c (calccost, cmgoto):
15 * charset.c (c_string_width): Declare all args (per C99).
16
17 * frame.h (get_specified_cursor_type, get_window_cursor_type):
18 Declare.
19
20 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
21 Don't declare.
22
23 * emacs.c (main) [!VMS]: Avoid third arg.
24
25 * fns.c (Fcopy_sequence): Doc fix.
26
12002-11-14 Francesco Potorti` <pot@gnu.org> 272002-11-14 Francesco Potorti` <pot@gnu.org>
2 28
3 * s/sol2-8.h: New file. 29 * s/sol2-8.h: New file.