aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.6
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-10 00:01:00 +0000
committerJuanma Barranquero2008-06-10 00:01:00 +0000
commitebd24daefa9091f46e089660ca467a159a4f7a77 (patch)
tree5096bd5940ffddc22ba4543072cf32586e758289 /src/ChangeLog.6
parent9b8ad498e16a16f1c250925e8ada00fc3d52f870 (diff)
downloademacs-ebd24daefa9091f46e089660ca467a159a4f7a77.tar.gz
emacs-ebd24daefa9091f46e089660ca467a159a4f7a77.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog.6')
-rw-r--r--src/ChangeLog.612
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index 827240ce244..bc97cd8464a 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -2743,7 +2743,7 @@
2743 * emacs.c (Fdump_emacs): If HAVE_TZSET and not 2743 * emacs.c (Fdump_emacs): If HAVE_TZSET and not
2744 LOCALTIME_CACHE, call tzset to force a tz reload. 2744 LOCALTIME_CACHE, call tzset to force a tz reload.
2745 2745
27461996-01-13 eggert <eggert@twinsun.com> 27461996-01-13 Paul Eggert <eggert@twinsun.com>
2747 2747
2748 * emacs.c (set_time_zone_rule): New decl. 2748 * emacs.c (set_time_zone_rule): New decl.
2749 (environ): Always declare. 2749 (environ): Always declare.
@@ -4375,7 +4375,7 @@
4375 4375
4376 * insdel.c (signal_after_change): Call report_interval_modification. 4376 * insdel.c (signal_after_change): Call report_interval_modification.
4377 4377
4378 * textprop.c (call_mod_hooks): Moved from intevals.c 4378 * textprop.c (call_mod_hooks): Moved from intevals.c.
4379 (verify_interval_modification): Moved from intervals.c. 4379 (verify_interval_modification): Moved from intervals.c.
4380 (interval_insert_behind_hooks, interval_insert_in_front_hooks): 4380 (interval_insert_behind_hooks, interval_insert_in_front_hooks):
4381 New variables. 4381 New variables.
@@ -4556,7 +4556,7 @@
4556 4556
4557 * s/irix5-2.h (SA_RESTART): Add #undef. 4557 * s/irix5-2.h (SA_RESTART): Add #undef.
4558 4558
4559 * keyboard.c: 4559 * keyboard.c
4560 (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars. 4560 (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
4561 (syms_of_keyboard): Set up new vars. 4561 (syms_of_keyboard): Set up new vars.
4562 (command_loop_1): Run Qpost_command_idle_hook. 4562 (command_loop_1): Run Qpost_command_idle_hook.
@@ -4626,7 +4626,7 @@
4626 4626
46271995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> 46271995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4628 4628
4629 * s/linux.h (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h 4629 * s/linux.h (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h.
4630 (LIBS_SYSTEM): Define this instead of LIBS_MACHINE. 4630 (LIBS_SYSTEM): Define this instead of LIBS_MACHINE.
4631 4631
4632 * m/intel386.h [linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): 4632 * m/intel386.h [linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK):
@@ -5043,7 +5043,7 @@
5043 * bytecode.c (Fbyte_code): For Beqlsign, if both args are ints, 5043 * bytecode.c (Fbyte_code): For Beqlsign, if both args are ints,
5044 compare as ints. 5044 compare as ints.
5045 5045
5046 * xterm.c [HAVE_X11XTR6]: Include locale.h 5046 * xterm.c [HAVE_X11XTR6]: Include locale.h.
5047 (x_term_init) [HAVE_X11XTR6]: Set LC_NUMERIC and LC_TIME back to C. 5047 (x_term_init) [HAVE_X11XTR6]: Set LC_NUMERIC and LC_TIME back to C.
5048 5048
5049 * data.c (Fnumber_to_string): Make `buffer' long enough. 5049 * data.c (Fnumber_to_string): Make `buffer' long enough.
@@ -5297,7 +5297,7 @@
5297 (redisplay): In the "point hasn't moved" shortcut, 5297 (redisplay): In the "point hasn't moved" shortcut,
5298 make sure that the cursor is in the right window already. 5298 make sure that the cursor is in the right window already.
5299 5299
5300 * msdos.c (IT_cursor_to, IT_clear_end_of_line, IT_write_glyphs): 5300 * msdos.c (IT_cursor_to, IT_clear_end_of_line, IT_write_glyphs)
5301 (IT_set_face): Call internal_flush if short of room. 5301 (IT_set_face): Call internal_flush if short of room.
5302 5302
53031995-06-25 Morten Welinder <terra+@cs.cmu.edu> 53031995-06-25 Morten Welinder <terra+@cs.cmu.edu>