comparison src/ChangeLog.4 @ 98317:36acd6af0772

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Sep 2008 01:16:16 +0000
parents c3309dba6542
children ce4ce31aa65a
comparison
equal deleted inserted replaced
98316:8ecc08b621cb 98317:36acd6af0772
1662 1662
1663 * xmenu.c (set_frame_menubar): New arg, first_time. 1663 * xmenu.c (set_frame_menubar): New arg, first_time.
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
1669 1994-03-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) 1669 1994-03-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1670 1670
1671 * xterm.c (x_term_init): Set frame_up_to_date_hook. 1671 * xterm.c (x_term_init): Set frame_up_to_date_hook.
1672 (XTframe_up_to_date): New function. 1672 (XTframe_up_to_date): New function.
2720 Define to use unexsunos4. 2720 Define to use unexsunos4.
2721 (N_PAGSIZ, N_BSSSADDR, N_TRELOFF): Define so unexsunos4.c compiles. 2721 (N_PAGSIZ, N_BSSSADDR, N_TRELOFF): Define so unexsunos4.c compiles.
2722 2722
2723 1994-02-11 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) 2723 1994-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.
2729 * xmenu.c (free_frame_menubar) [USE_X_TOOLKIT]: New function to destroy 2729 * xmenu.c (free_frame_menubar) [USE_X_TOOLKIT]: New function to destroy
2730 the X Widget instance of the menubar. 2730 the X Widget instance of the menubar.
2960 2960
2961 * Makefile.in.in (configuration): Change # comment to C comment. 2961 * Makefile.in.in (configuration): Change # comment to C comment.
2962 2962
2963 1994-01-29 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) 2963 1994-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.
2969 2969
2970 1994-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) 2970 1994-01-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3400 (Finsert_file_contents) [MSDOS]: Determine file type by name (call 3400 (Finsert_file_contents) [MSDOS]: Determine file type by name (call
3401 find-buffer-file-type) and change CR+LF to LF if it is a text file. 3401 find-buffer-file-type) and change CR+LF to LF if it is a text file.
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.
3409 3409
3410 * keyboard.c [MSDOS]: #include <dos.h> and <time.h>, but not 3410 * keyboard.c [MSDOS]: #include <dos.h> and <time.h>, but not
3506 (balance_an_interval): Remove recursive rebalancing. 3506 (balance_an_interval): Remove recursive rebalancing.
3507 Rebalance precisely when imbalanced. If a rotation is done, 3507 Rebalance precisely when imbalanced. If a rotation is done,
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.
3515 (split_interval_right, split_interval_left, find_interval, 3515 (split_interval_right, split_interval_left, find_interval,
3516 adjust_intervals_for_insertion, graft_intervals_into_buffer): 3516 adjust_intervals_for_insertion, graft_intervals_into_buffer):
4007 * editfns.c (Finsert_buffer_substring): Pass new arg. 4007 * editfns.c (Finsert_buffer_substring): Pass new arg.
4008 * insdel.c (insert_from_string): Likewise. 4008 * insdel.c (insert_from_string): Likewise.
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
4016 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) 4016 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4017 4017
4301 (child_setup_tty): Turn on LPASS8. 4301 (child_setup_tty): Turn on LPASS8.
4302 4302
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
4310 1993-11-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) 4310 1993-11-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4311 4311
6586 6586
6587 * process.c (read_process_output): Deactivate the mark. 6587 * process.c (read_process_output): Deactivate the mark.
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
6594 1993-06-04 Francesco Potortì (pot@cnuce.cnr.it) 6594 1993-06-04 Francesco Potortì (pot@cnuce.cnr.it)
6595 6595
6596 * filelock.c (MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates 6596 * filelock.c (MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates
6782 * window.c (Fset_window_buffer): Set window's force_start to Qnil. 6782 * window.c (Fset_window_buffer): Set window's force_start to Qnil.
6783 6783
6784 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) 6784 1993-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.
6791 6791
6792 * xfns.c (Fx_create_frame): Use bitmapIcon, not iconType. 6792 * xfns.c (Fx_create_frame): Use bitmapIcon, not iconType.
6807 (read, write, open, close): Defined. 6807 (read, write, open, close): Defined.
6808 (INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Defined. 6808 (INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Defined.
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
6816 * fns.c (Fyes_or_no_p): Delete unreachable UNGCPRO. 6816 * fns.c (Fyes_or_no_p): Delete unreachable UNGCPRO.
6817 6817
6844 (C_DEBUG_SWITCH): Make definition empty. 6844 (C_DEBUG_SWITCH): Make definition empty.
6845 (LIBS_DEBUG): Defined. 6845 (LIBS_DEBUG): Defined.
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
6853 * systty.h [HAVE_TERMIOS _AIX _I386]: Include termios before termio. 6853 * systty.h [HAVE_TERMIOS _AIX _I386]: Include termios before termio.
6854 6854