aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-10 16:50:18 +0000
committerJuanma Barranquero2008-06-10 16:50:18 +0000
commitce0584934b03b76077f7a59cb2f1fa9550ab9649 (patch)
tree2ac920bde75e30b8f69ebc3d1d76d7ab8e759a9e /src
parent57860c1c4bd4ee125520a771591882786c698b35 (diff)
downloademacs-ce0584934b03b76077f7a59cb2f1fa9550ab9649.tar.gz
emacs-ce0584934b03b76077f7a59cb2f1fa9550ab9649.zip
Fix committer names and other typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.42
-rw-r--r--src/ChangeLog.78
-rw-r--r--src/ChangeLog.926
3 files changed, 20 insertions, 16 deletions
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 29218c0dde6..b83aa2d06ae 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -3251,7 +3251,7 @@
3251 * process.c (read_process_output): Supply second arg to unbind_to. 3251 * process.c (read_process_output): Supply second arg to unbind_to.
3252 (exec_sentinel): Likewise. 3252 (exec_sentinel): Likewise.
3253 3253
32541994-01-11 (afs@hplb.hpl.hp.com) 32541994-01-11 Andy Seaborne (afs@hplb.hpl.hp.com)
3255 3255
3256 * keyboard.c (read_char_x_menu_prompt, read_char_minibuf_menu_prompt): 3256 * keyboard.c (read_char_x_menu_prompt, read_char_minibuf_menu_prompt):
3257 New functions made by dividing up read_char_menu_prompt. 3257 New functions made by dividing up read_char_menu_prompt.
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 0d58339828c..0216deaff36 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -707,7 +707,7 @@
707 707
708 * xterm.c (x_list_fonts): Keep alloca usage simple. 708 * xterm.c (x_list_fonts): Keep alloca usage simple.
709 709
7101998-06-20 Per Starback <starback@strindberg.ling.uu.se> 7101998-06-20 Per Starbäck <starback@strindberg.ling.uu.se>
711 711
712 * xdisp.c, charset.h, coding.c, emacs.c: Doc fixes. 712 * xdisp.c, charset.h, coding.c, emacs.c: Doc fixes.
713 713
@@ -10175,7 +10175,7 @@
10175 10175
10176 * frame.h (struct frame): New field phys_cursor_on. 10176 * frame.h (struct frame): New field phys_cursor_on.
10177 10177
101781996-10-08 David Kågedal <davidk@lysator.liu.se> 101781996-10-08 David KÃ¥gedal <davidk@lysator.liu.se>
10179 10179
10180 * xmenu.c (Fx_popup_menu): Give the menu a title when the menu is 10180 * xmenu.c (Fx_popup_menu): Give the menu a title when the menu is
10181 a single keymap. 10181 a single keymap.
@@ -11093,6 +11093,10 @@
11093 11093
11094See ChangeLog.6 for earlier changes. 11094See ChangeLog.6 for earlier changes.
11095 11095
11096;; Local Variables:
11097;; coding: utf-8
11098;; End:
11099
11096 Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 11100 Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
11097 Free Software Foundation, Inc. 11101 Free Software Foundation, Inc.
11098 11102
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 27836f3f9af..d725e50d966 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -2,7 +2,7 @@
2 2
3 * (Version 21.1 released.) 3 * (Version 21.1 released.)
4 4
52001-10-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 52001-10-20 Pavel Janík <Pavel@Janik.cz>
6 6
7 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed. 7 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed.
8 8
@@ -246,7 +246,7 @@
246 (x_handle_property_notify, x_get_foreign_selection) 246 (x_handle_property_notify, x_get_foreign_selection)
247 (x_handle_selection_notify): Use XSETCAR. 247 (x_handle_selection_notify): Use XSETCAR.
248 248
2492001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2492001-10-15 Pavel Janík <Pavel@Janik.cz>
250 250
251 * buffer.c: Put doc strings in comments. 251 * buffer.c: Put doc strings in comments.
252 252
@@ -256,7 +256,7 @@
256 256
257 * fns.c (Vafter_load_alist): Declare extern (w32 build problem). 257 * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
258 258
2592001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2592001-10-15 Pavel Janík <Pavel@Janik.cz>
260 260
261 * process.c (process-inherit-coding-system-flag) 261 * process.c (process-inherit-coding-system-flag)
262 (get-buffer-process): Do not confuse make-docfile with doc strings 262 (get-buffer-process): Do not confuse make-docfile with doc strings
@@ -274,7 +274,7 @@
274 * window.c (select_window_1): Unfreeze window start. Remove a 274 * window.c (select_window_1): Unfreeze window start. Remove a
275 doubled test for WINDOW being live. 275 doubled test for WINDOW being live.
276 276
2772001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2772001-10-15 Pavel Janík <Pavel@Janik.cz>
278 278
279 * fns.c (Fmapconcat): Fix typo in a doc string. 279 * fns.c (Fmapconcat): Fix typo in a doc string.
280 280
@@ -285,7 +285,7 @@
285 * xterm.c (x_draw_glyph_string): Restore clipping after 285 * xterm.c (x_draw_glyph_string): Restore clipping after
286 drawing box. 286 drawing box.
287 287
2882001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2882001-10-15 Pavel Janík <Pavel@Janik.cz>
289 289
290 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string. 290 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string.
291 291
@@ -315,7 +315,7 @@
315 (in_ellipses_for_invisible_text_p, handle_invisible_prop): 315 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
316 Use new retval of TEXT_PROP_MEANS_INVISIBLE. 316 Use new retval of TEXT_PROP_MEANS_INVISIBLE.
317 317
3182001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3182001-10-14 Pavel Janík <Pavel@Janik.cz>
319 319
320 * lisp.h (Ftop_level): Add prototype. 320 * lisp.h (Ftop_level): Add prototype.
321 321
@@ -410,7 +410,7 @@
410 * lread.c (syms_of_lread) <load-suffixes>: Fix last change: 410 * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
411 multi-line strings without a trailing "\n\". 411 multi-line strings without a trailing "\n\".
412 412
4132001-10-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 4132001-10-12 Pavel Janík <Pavel@Janik.cz>
414 414
415 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is 415 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
416 defined. 416 defined.
@@ -567,7 +567,7 @@
567 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: 567 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
568 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. 568 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
569 569
5702001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5702001-10-08 Pavel Janík <Pavel@Janik.cz>
571 571
572 * keyboard.c: Don't define min/max. 572 * keyboard.c: Don't define min/max.
573 573
@@ -584,7 +584,7 @@
584 584
585 * puresize.h (BASE_PURESIZE): Increase to 725000. 585 * puresize.h (BASE_PURESIZE): Increase to 725000.
586 586
5872001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5872001-10-08 Pavel Janík <Pavel@Janik.cz>
588 588
589 * xfaces.c (free_frame_menubar): Add prototype. 589 * xfaces.c (free_frame_menubar): Add prototype.
590 590
@@ -860,7 +860,7 @@
860 860
861 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix. 861 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix.
862 862
8632001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8632001-09-28 Pavel Janík <Pavel@Janik.cz>
864 864
865 * s/gnu-linux.h: Fix a typo in comment. 865 * s/gnu-linux.h: Fix a typo in comment.
866 866
@@ -1336,7 +1336,7 @@
1336 1336
1337 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. 1337 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
1338 1338
13392001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 13392001-08-06 Pavel Janík <Pavel@Janik.cz>
1340 1340
1341 * alloc.c (init_stack): Remove declaration. 1341 * alloc.c (init_stack): Remove declaration.
1342 1342
@@ -3952,7 +3952,7 @@
3952 window's start when its top position hasn't changed. If we do, 3952 window's start when its top position hasn't changed. If we do,
3953 this will set the window's optional_new_start, which act's like a 3953 this will set the window's optional_new_start, which act's like a
3954 force_start during redisplay with C-x 1 M-> under particular 3954 force_start during redisplay with C-x 1 M-> under particular
3955 circumstances (see report from Per Starback to emacs-pretest-bug 3955 circumstances (see report from Per Starbäck to emacs-pretest-bug
3956 from 2000-12-13.). 3956 from 2000-12-13.).
3957 3957
39582001-01-03 Gerd Moellmann <gerd@gnu.org> 39582001-01-03 Gerd Moellmann <gerd@gnu.org>
@@ -13291,7 +13291,7 @@
13291See ChangeLog.8 for earlier changes. 13291See ChangeLog.8 for earlier changes.
13292 13292
13293;; Local Variables: 13293;; Local Variables:
13294;; coding: iso-2022-7bit 13294;; coding: utf-8
13295;; End: 13295;; End:
13296 13296
13297 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 13297 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008