aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.4
diff options
context:
space:
mode:
authorJuanma Barranquero2008-09-24 01:16:16 +0000
committerJuanma Barranquero2008-09-24 01:16:16 +0000
commit10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch)
tree436363ca801b4cdde313689c044e37c02c25b681 /src/ChangeLog.4
parentd6a3febd83a52db53f665b0987075af590c720a5 (diff)
downloademacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz
emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog.4')
-rw-r--r--src/ChangeLog.422
1 files changed, 11 insertions, 11 deletions
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 826e5e406df..be34b0bfcfa 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -1664,7 +1664,7 @@
1664 Don't update the menubar the first time it is created via x_window. 1664 Don't update the menubar the first time it is created via x_window.
1665 (initialize_frame_menubar): Pass 1 to set_frame_menubar. 1665 (initialize_frame_menubar): Pass 1 to set_frame_menubar.
1666 1666
1667 * widget.c (set_frame_size): Dont compute any geometry management. 1667 * widget.c (set_frame_size): Don't compute any geometry management.
1668 1668
16691994-03-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) 16691994-03-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1670 1670
@@ -2722,7 +2722,7 @@
2722 2722
27231994-02-11 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) 27231994-02-11 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
2724 2724
2725 * xfns.c (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call 2725 * xfns.c (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Don't call
2726 XtDestroyWidget but free_frame_menubar. 2726 XtDestroyWidget but free_frame_menubar.
2727 Undo previous changes. 2727 Undo previous changes.
2728 * xterm.c (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar. 2728 * xterm.c (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
@@ -2962,7 +2962,7 @@
2962 2962
29631994-01-29 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) 29631994-01-29 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
2964 2964
2965 * keymap.c (currrent_minor_maps): Scale by sizeof when allocating 2965 * keymap.c (current_minor_maps): Scale by sizeof when allocating
2966 objects. 2966 objects.
2967 2967
2968 * buffer.c (Fkill_all_local_variables): Follow symbol forwarding. 2968 * buffer.c (Fkill_all_local_variables): Follow symbol forwarding.
@@ -3402,7 +3402,7 @@
3402 (Fwrite_region) [MSDOS]: Use text/binary mode as specified by 3402 (Fwrite_region) [MSDOS]: Use text/binary mode as specified by
3403 buffer_file_type. 3403 buffer_file_type.
3404 (syms_of_fileio) [MSDOS]: Set Qfind_buffer_file_type. 3404 (syms_of_fileio) [MSDOS]: Set Qfind_buffer_file_type.
3405 (Fsubstitute_in_file_name) [MSDOS]: Ignore case in environtment 3405 (Fsubstitute_in_file_name) [MSDOS]: Ignore case in environment
3406 variable. 3406 variable.
3407 3407
3408 * floatfns.c [MSDOS]: Don't define HAVE_MATHERR. 3408 * floatfns.c [MSDOS]: Don't define HAVE_MATHERR.
@@ -3508,7 +3508,7 @@
3508 rebalance only the node which may have become unbalanced. 3508 rebalance only the node which may have become unbalanced.
3509 Iterate until the current node is balanced. 3509 Iterate until the current node is balanced.
3510 (balance_possible_root_interval): New function. 3510 (balance_possible_root_interval): New function.
3511 (balance_intervals): Move the interation into rebalance_an_interval. 3511 (balance_intervals): Move the iteration into rebalance_an_interval.
3512 (balance_intervals_internal): New subroutine of balance_intervals. 3512 (balance_intervals_internal): New subroutine of balance_intervals.
3513 (split_interval_right, split_interval_left): Speed up by 3513 (split_interval_right, split_interval_left): Speed up by
3514 not checking LEAF_INTERVAL_P. 3514 not checking LEAF_INTERVAL_P.
@@ -4009,7 +4009,7 @@
4009 4009
4010 * callproc.c (init_callproc): Maybe add ../lib-src to exec-path 4010 * callproc.c (init_callproc): Maybe add ../lib-src to exec-path
4011 and maybe store it in exec-directory. 4011 and maybe store it in exec-directory.
4012 Mabe put ../etc into data-directory. 4012 Maybe put ../etc into data-directory.
4013 (init_callproc_1): Part of init_callproc is split out. 4013 (init_callproc_1): Part of init_callproc is split out.
4014 * emacs.c (main): Call init_callproc and init_callproc_1. 4014 * emacs.c (main): Call init_callproc and init_callproc_1.
4015 4015
@@ -4303,7 +4303,7 @@
4303 * search.c (skip_chars): Finish reenabling checks for buffer bounds. 4303 * search.c (skip_chars): Finish reenabling checks for buffer bounds.
4304 Use XINT, not XFASTINT, when testing. 4304 Use XINT, not XFASTINT, when testing.
4305 4305
4306 * fileio.c (Fwrite_region): Fix minor bugs in POS arg to awrite. 4306 * fileio.c (Fwrite_region): Fix minor bugs in POS arg to a_write.
4307 4307
4308 * xterm.c (syms_of_xterm): Initialize last_mouse_scroll_bar. 4308 * xterm.c (syms_of_xterm): Initialize last_mouse_scroll_bar.
4309 4309
@@ -6588,7 +6588,7 @@
6588 Save and restore Vdeactivate_mark. 6588 Save and restore Vdeactivate_mark.
6589 6589
6590 * xfns.c (x_set_menu_bar_lines_1): Adjust just the uppermost child 6590 * xfns.c (x_set_menu_bar_lines_1): Adjust just the uppermost child
6591 in a vertical split. Adjust the hight counter to the top. 6591 in a vertical split. Adjust the height counter to the top.
6592 (x_set_menu_bar_lines): Don't change overall frame height. 6592 (x_set_menu_bar_lines): Don't change overall frame height.
6593 6593
65941993-06-04 Francesco Potortì (pot@cnuce.cnr.it) 65941993-06-04 Francesco Potortì (pot@cnuce.cnr.it)
@@ -6784,7 +6784,7 @@
67841993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) 67841993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6785 6785
6786 * syntax.c (Fforward_comment): Set point to where scan stops, 6786 * syntax.c (Fforward_comment): Set point to where scan stops,
6787 thus moving acros whitespace. When moving fwd, treat Sendcomment 6787 thus moving across whitespace. When moving fwd, treat Sendcomment
6788 as whitespace; likewise for Scomment when moving back. 6788 as whitespace; likewise for Scomment when moving back.
6789 (scan_sexps_forward): New arg COMMENTSTOP. 6789 (scan_sexps_forward): New arg COMMENTSTOP.
6790 (Fparse_partial_sexp): Likewise. 6790 (Fparse_partial_sexp): Likewise.
@@ -6809,7 +6809,7 @@
6809 (C_SWITCH_SYSTEM): Defined. 6809 (C_SWITCH_SYSTEM): Defined.
6810 6810
6811 * xterm.c: Include systty.h; don't mess with FIONREAD. 6811 * xterm.c: Include systty.h; don't mess with FIONREAD.
6812 Don't include termio.h dorectly. 6812 Don't include termio.h directly.
6813 6813
6814 * intervals.c (interval_deletion_adjustment): Delete unreachable abort. 6814 * intervals.c (interval_deletion_adjustment): Delete unreachable abort.
6815 6815
@@ -6846,7 +6846,7 @@
6846 (BROKEN_TIOCGWINSZ, LIB_X11_LIB): Add #undef. 6846 (BROKEN_TIOCGWINSZ, LIB_X11_LIB): Add #undef.
6847 6847
6848 * sysdep.c (child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install 6848 * sysdep.c (child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install
6849 something usefull in the VQUIT and VINTR. 6849 something useful in the VQUIT and VINTR.
6850 (emacs_set_tty): Try only 10 times to call tcsetattr. 6850 (emacs_set_tty): Try only 10 times to call tcsetattr.
6851 Don't use memcmp to test what it did. 6851 Don't use memcmp to test what it did.
6852 6852