aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-10 00:25:55 +0000
committerJuanma Barranquero2008-06-10 00:25:55 +0000
commite344bebef68894c9d1d27c42c590450ff7e53975 (patch)
tree721e2d6b8857e259c2a095e3572bf793a8630e44 /src
parentebd24daefa9091f46e089660ca467a159a4f7a77 (diff)
downloademacs-e344bebef68894c9d1d27c42c590450ff7e53975.tar.gz
emacs-e344bebef68894c9d1d27c42c590450ff7e53975.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.4152
1 files changed, 78 insertions, 74 deletions
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 80cd2d76bf7..29218c0dde6 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -228,8 +228,8 @@
228 228
2291994-05-19 Jim Blandy (jimb@totoro.bio.indiana.edu) 2291994-05-19 Jim Blandy (jimb@totoro.bio.indiana.edu)
230 230
231 * keyboard.c (read_char_minibuf_menu_prompt): Don't forget to 231 * keyboard.c (read_char_minibuf_menu_prompt): Don't forget to
232 initialize nobindings. 232 initialize nobindings.
233 233
2341994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) 2341994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
235 235
@@ -522,9 +522,9 @@
522 * floatfns.c: Don't guard DOMAIN && SING && OVERFLOW check by 522 * floatfns.c: Don't guard DOMAIN && SING && OVERFLOW check by
523 an #ifndef MSDOS. 523 an #ifndef MSDOS.
524 524
5251994-05-06 Francesco Potorti` (pot@cnuce.cnr.it) 5251994-05-06 Francesco Potortì (pot@cnuce.cnr.it)
526 526
527 * m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there. 527 * m/delta.h (SYSTEM_MALLOC): Deleted. The problem isn't there.
528 528
5291994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) 5291994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
530 530
@@ -626,9 +626,9 @@
626 x_destroy_window): Use row/col instead of buffer position to keep 626 x_destroy_window): Use row/col instead of buffer position to keep
627 track of highlighted area. 627 track of highlighted area.
628 628
6291994-05-02 Francesco Potorti` (pot@cnuce.cnr.it) 6291994-05-02 Francesco Potortì (pot@cnuce.cnr.it)
630 630
631 * m/delta.h: (SYSTEM_MALLOC): Defined, since GNU malloc does not work. 631 * m/delta.h (SYSTEM_MALLOC): Defined, since GNU malloc does not work.
632 (BCOPY_UPWARD_SAFE): Defined to 0 for the Green Hills compiler. 632 (BCOPY_UPWARD_SAFE): Defined to 0 for the Green Hills compiler.
633 633
6341994-05-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) 6341994-05-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
@@ -674,9 +674,9 @@
674 674
6751994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu) 6751994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
676 676
677 * s/dgux5-4R3.h: new file. 677 * s/dgux5-4R3.h: New file.
678 678
679 * s/dgux5-4R2.h: new file. 679 * s/dgux5-4R2.h: New file.
680 680
681 * s/dgux.h (SVR4): Make conditional on ELF environment. 681 * s/dgux.h (SVR4): Make conditional on ELF environment.
682 (INTERRUPT_INPUT, ORDINARY_LINK): Set by default. 682 (INTERRUPT_INPUT, ORDINARY_LINK): Set by default.
@@ -703,7 +703,7 @@
703 703
7041994-04-29 Jim Blandy (jimb@totoro.bio.indiana.edu) 7041994-04-29 Jim Blandy (jimb@totoro.bio.indiana.edu)
705 705
706 * data.c (Ffset, Ffmakunbound): Signal an error if SYM is nil or t. 706 * data.c (Ffset, Ffmakunbound): Signal an error if SYM is nil or t.
707 707
7081994-04-29 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) 7081994-04-29 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
709 709
@@ -712,8 +712,8 @@
7121994-04-29 Karl Fogel (kfogel@phylo) 7121994-04-29 Karl Fogel (kfogel@phylo)
713 713
714 * editfns.c (Ftranspose_regions): New function. 714 * editfns.c (Ftranspose_regions): New function.
715 (transpose_markers): Helper func for above. 715 (transpose_markers): Helper func for above.
716 (syms_of_frame): Call defsubr for Stranspose_regions. 716 (syms_of_frame): Call defsubr for Stranspose_regions.
717 717
7181994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) 7181994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
719 719
@@ -757,10 +757,10 @@
757 Don't expect register %gs to survive calls to other functions 757 Don't expect register %gs to survive calls to other functions
758 (just to be safe, %gs will survive at present). 758 (just to be safe, %gs will survive at present).
759 759
760 * keyboard.c (make_lispy_movement): if HAVE_MOUSE then include 760 * keyboard.c (make_lispy_movement): If HAVE_MOUSE then include
761 the mouse handling code. 761 the mouse handling code.
762 * msdos.c (glyph_to_pixel_coords, pixel_to_glyph_coords) new 762 * msdos.c (glyph_to_pixel_coords, pixel_to_glyph_coords):
763 functions imitating those in xterm.c. 763 New functions imitating those in xterm.c.
764 764
765 * s/msdos.h (getppid): Definition deleted. 765 * s/msdos.h (getppid): Definition deleted.
766 766
@@ -1019,9 +1019,9 @@
1019 * xfns.c (x_window): Test FRAME_EXTERNAL_MENU_BAR 1019 * xfns.c (x_window): Test FRAME_EXTERNAL_MENU_BAR
1020 to decide on calling initialize_frame_menubar. 1020 to decide on calling initialize_frame_menubar.
1021 1021
10221994-04-20 Francesco Potorti` (pot@fly.cnuce.cnr.it) 10221994-04-20 Francesco Potortì (pot@fly.cnuce.cnr.it)
1023 1023
1024 * m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined. 1024 * m/delta.h (HAVE_SOCKETS): Defined if HAVE_INET_SOCKETS is defined.
1025 1025
10261994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) 10261994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1027 1027
@@ -1072,7 +1072,7 @@
1072 1072
10731994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) 10731994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
1074 1074
1075 * config.h.in: (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE. 1075 * config.h.in (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.
1076 1076
10771994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) 10771994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1078 1078
@@ -1174,7 +1174,7 @@
1174 1174
1175 * keyboard.c (read_avail_input): Fix comment delimiter. 1175 * keyboard.c (read_avail_input): Fix comment delimiter.
1176 1176
1177 * m/pmax.h (C_SWITCH_X_MACHINE): add -DNeedVarargsPrototypes=0. 1177 * m/pmax.h (C_SWITCH_X_MACHINE): Add -DNeedVarargsPrototypes=0.
1178 1178
11791994-04-14 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) 11791994-04-14 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
1180 1180
@@ -1276,8 +1276,8 @@
1276 1276
1277 Provide a hook for elisp to signal a changed window size 1277 Provide a hook for elisp to signal a changed window size
1278 to a process inferior. 1278 to a process inferior.
1279 * sysdep.c (set_window_size): New function. 1279 * sysdep.c (set_window_size): New function.
1280 * process.c (Fset_process_window_size): New function. 1280 * process.c (Fset_process_window_size): New function.
1281 1281
12821994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) 12821994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1283 1283
@@ -1359,7 +1359,7 @@
1359 * buffer.h (Vafter_change_functions, Vbefore_change_functions): 1359 * buffer.h (Vafter_change_functions, Vbefore_change_functions):
1360 Declared. 1360 Declared.
1361 1361
1362 * insdel.c (before_change_functions_restore): 1362 * insdel.c (before_change_functions_restore)
1363 (after_change_functions_restore): New functions. 1363 (after_change_functions_restore): New functions.
1364 (signal_before_change): Handle Vbefore_change_functions. 1364 (signal_before_change): Handle Vbefore_change_functions.
1365 (signal_after_change): Handle Vafter_change_functions. 1365 (signal_after_change): Handle Vafter_change_functions.
@@ -1864,7 +1864,7 @@
1864 1864
18651994-03-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) 18651994-03-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1866 1866
1867 * keymap.c: (where_is_string, Fwhere_is): Deleted. 1867 * keymap.c (where_is_string, Fwhere_is): Deleted.
1868 (syms_of_keymap): Corresponding changes. 1868 (syms_of_keymap): Corresponding changes.
1869 1869
18701994-03-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) 18701994-03-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
@@ -1985,7 +1985,7 @@
1985 1985
19861994-03-17 Jim Blandy (jimb@totoro.bio.indiana.edu) 19861994-03-17 Jim Blandy (jimb@totoro.bio.indiana.edu)
1987 1987
1988 * indent.c (compute_motion): Doc fixes. 1988 * indent.c (compute_motion): Doc fixes.
1989 1989
19901994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 19901994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1991 1991
@@ -2011,8 +2011,8 @@
2011 2011
20121994-03-16 Morten Welinder (terra@diku.dk) 20121994-03-16 Morten Welinder (terra@diku.dk)
2013 2013
2014 * fileio.c (Ffile_modes) [MSDOS]: set exec-bit based on file suffix. 2014 * fileio.c (Ffile_modes) [MSDOS]: Set exec-bit based on file suffix.
2015 * s/msdos.h: use bcopy when moving gap. 2015 * s/msdos.h: Use bcopy when moving gap.
2016 2016
20171994-03-16 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) 20171994-03-16 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
2018 2018
@@ -2261,7 +2261,7 @@
2261 (child_sig): Likewise. 2261 (child_sig): Likewise.
2262 2262
2263 * emacs.c (shut_down_emacs): Set Vrun_hooks to nil. 2263 * emacs.c (shut_down_emacs): Set Vrun_hooks to nil.
2264 * minibuf.c (read_minibuf): Don't call Vrun_hooks if it is nil. 2264 * minibuf.c (read_minibuf): Don't call Vrun_hooks if it is nil.
2265 * keyboard.c (command_loop_1, read_key_sequence, Fcommand_execute): 2265 * keyboard.c (command_loop_1, read_key_sequence, Fcommand_execute):
2266 Don't call Vrun_hooks if it is nil. 2266 Don't call Vrun_hooks if it is nil.
2267 * editfns.c (save_excursion_restore): Don't call Vrun_hooks if nil. 2267 * editfns.c (save_excursion_restore): Don't call Vrun_hooks if nil.
@@ -2290,8 +2290,8 @@
2290 (xmenu_show): No need to check a second time whether the mouse has 2290 (xmenu_show): No need to check a second time whether the mouse has
2291 moved to another menu bar item. This slows down execution. 2291 moved to another menu bar item. This slows down execution.
2292 2292
2293 * widget.c (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use 2293 * widget.c (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest.
2294 XtVaSetValues for geometry management. 2294 Use XtVaSetValues for geometry management.
2295 2295
22961994-03-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 22961994-03-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2297 2297
@@ -2311,7 +2311,7 @@
2311 2311
23121994-03-03 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) 23121994-03-03 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
2313 2313
2314 * fileio.c (Fread_file_name): Do the right thing when 2314 * fileio.c (Fread_file_name): Do the right thing when
2315 insert-default-directory is nil. 2315 insert-default-directory is nil.
2316 Allow for doubled dollar signs in dir when computing pos. 2316 Allow for doubled dollar signs in dir when computing pos.
2317 2317
@@ -2519,7 +2519,7 @@
2519 * keymap.c (get_keyelt): Cached equiv-key data is now a sublist. 2519 * keymap.c (get_keyelt): Cached equiv-key data is now a sublist.
2520 2520
2521 * xterm.c (x_had_errors_p): New function. 2521 * xterm.c (x_had_errors_p): New function.
2522 (construct_menu_click): Move function after pixel_to_glyph_coords. 2522 (construct_menu_click): Move function after pixel_to_glyph_coords.
2523 2523
2524 * xmenu.c: Most of file rewritten. 2524 * xmenu.c: Most of file rewritten.
2525 (menu_items, menu_items_*): New variables. 2525 (menu_items, menu_items_*): New variables.
@@ -2937,7 +2937,7 @@
29371994-02-01 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) 29371994-02-01 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
2938 2938
2939 * xfns.c (x_set_menu_bar_lines): Test also menubar_widget before 2939 * xfns.c (x_set_menu_bar_lines): Test also menubar_widget before
2940 calling XtDestroyWidget. 2940 calling XtDestroyWidget.
2941 2941
29421994-02-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) 29421994-02-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2943 2943
@@ -3014,15 +3014,15 @@
3014 (otherobj): Use widgetobj. 3014 (otherobj): Use widgetobj.
3015 (XOBJ): Undo previous change. 3015 (XOBJ): Undo previous change.
3016 3016
30171994-01-25 Francesco Potorti` (pot@cnuce.cnr.it) 30171994-01-25 Francesco Potortì (pot@cnuce.cnr.it)
3018 3018
3019 * m/delta.h (HAVE_BCOPY): undef'd for efficiency. 3019 * m/delta.h (HAVE_BCOPY): undef'd for efficiency.
3020 (bcopy, bzero, bcmp): define'd for efficiency. 3020 (bcopy, bzero, bcmp): define'd for efficiency.
3021 (GAP_USE_BCOPY, BCOPY_DOWNWARD_SAFE): define'd for GHc compiler. 3021 (GAP_USE_BCOPY, BCOPY_DOWNWARD_SAFE): define'd for GHc compiler.
3022 3022
30231994-01-24 Francesco Potorti` (pot@cnuce.cnr.it) 30231994-01-24 Francesco Potortì (pot@cnuce.cnr.it)
3024 3024
3025 * m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): Defined if X is used. 3025 * m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): Defined if X is used.
3026 (HAVE_XSCREENNUMBEROFSCREEN): Defined if X is used. 3026 (HAVE_XSCREENNUMBEROFSCREEN): Defined if X is used.
3027 (LIB_X11_LIB, LIBX11_SYSTEM): Override only if X is used. 3027 (LIB_X11_LIB, LIBX11_SYSTEM): Override only if X is used.
3028 (USG_SHARED_LIBRARIES): Undefine only if X is used. 3028 (USG_SHARED_LIBRARIES): Undefine only if X is used.
@@ -3334,7 +3334,7 @@
3334 3334
33351994-01-08 Morten Welinder (terra@diku.dk) 33351994-01-08 Morten Welinder (terra@diku.dk)
3336 3336
3337 * keyboard.c (interrupt_signal) [MSDOS]: write explicit CRs since 3337 * keyboard.c (interrupt_signal) [MSDOS]: Write explicit CRs since
3338 stdout has been made binary. Start at the top of the screen since 3338 stdout has been made binary. Start at the top of the screen since
3339 the internal terminal otherwise will write "below the screen." 3339 the internal terminal otherwise will write "below the screen."
3340 3340
@@ -3375,7 +3375,7 @@
3375 3375
3376 * cmds.c (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert. 3376 * cmds.c (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert.
3377 3377
3378 * data.c (Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h? 3378 * data.c (Frem) [MSDOS]: Use `fmod', not `drem'. Put in config.h?
3379 3379
3380 * dired.c [MSDOS]: #include <dirent.h> instead of <sys/dir.h>. Avoid 3380 * dired.c [MSDOS]: #include <dirent.h> instead of <sys/dir.h>. Avoid
3381 some external definitions. 3381 some external definitions.
@@ -3420,7 +3420,7 @@
3420 * mem-limits.h [MSDOS] (get_lim_data): Use go32 call. 3420 * mem-limits.h [MSDOS] (get_lim_data): Use go32 call.
3421 3421
3422 * sysdep.c [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and 3422 * sysdep.c [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and
3423 <sys/param.h> needed for the following changes, but not <sys/ioctl.h> 3423 <sys/param.h> needed for the following changes, but not <sys/ioctl.h>.
3424 (discard_tty_input) [MSDOS]: Do it by reading till no more keys 3424 (discard_tty_input) [MSDOS]: Do it by reading till no more keys
3425 available. 3425 available.
3426 (init_baud_rate) [MSDOS]: Assume highest possible speed. 3426 (init_baud_rate) [MSDOS]: Assume highest possible speed.
@@ -3434,7 +3434,7 @@
3434 (select) [MSDOS]: Don't use signals, use sleeping. 3434 (select) [MSDOS]: Don't use signals, use sleeping.
3435 (init_sys_modes) [MSDOS]: Initialize internal terminal. 3435 (init_sys_modes) [MSDOS]: Initialize internal terminal.
3436 3436
3437 * systty.h [MSDOS]: don't #include <sgtty.h>. We haven't got it. 3437 * systty.h [MSDOS]: Don't #include <sgtty.h>. We haven't got it.
3438 Declare dummy main field. Don't ever use TABs. 3438 Declare dummy main field. Don't ever use TABs.
3439 3439
3440 * termcap.c (tgetent) [INTERNAL_TERMINAL]: Fake internal terminal 3440 * termcap.c (tgetent) [INTERNAL_TERMINAL]: Fake internal terminal
@@ -3506,7 +3506,7 @@
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 interation into rebalance_an_interval.
3512 (balance_intervals_internal): New subroutine of balance_intervals. 3512 (balance_intervals_internal): New subroutine of balance_intervals.
@@ -3573,8 +3573,8 @@
3573 3573
35741993-12-30 Lawrence R. Dodd (dodd@roebling.poly.edu) 35741993-12-30 Lawrence R. Dodd (dodd@roebling.poly.edu)
3575 3575
3576 * minibuf.c (read_from_minibuffer): Rename arg initial_input 3576 * minibuf.c (read_from_minibuffer): Rename arg initial_input
3577 to initial_contents. 3577 to initial_contents.
3578 3578
35791993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) 35791993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3580 3580
@@ -3652,11 +3652,11 @@
3652 3652
3653 * xterm.c (XTread_socket): Handle a bunch more dead keys. 3653 * xterm.c (XTread_socket): Handle a bunch more dead keys.
3654 3654
36551993-12-22 Francesco Potorti` (pot@cnuce.cnr.it) 36551993-12-22 Francesco Potortì (pot@cnuce.cnr.it)
3656 3656
3657 * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible. 3657 * m/delta.h (BROKEN_CLOSEDIR): Added because closedir is interruptible.
3658 (HAVE_UNISTD_H): deleted because configure takes care of it. 3658 (HAVE_UNISTD_H): Deleted because configure takes care of it.
3659 (C_SWITCH_MACHINE): added optimisation options for gnu cc. 3659 (C_SWITCH_MACHINE): Added optimisation options for gnu cc.
3660 3660
36611993-12-17 Mike Long (mike.long@analog.com) 36611993-12-17 Mike Long (mike.long@analog.com)
3662 3662
@@ -3730,8 +3730,8 @@
3730 3730
37311993-12-15 Michal Jankowski (michalj@fuw.edu.pl) 37311993-12-15 Michal Jankowski (michalj@fuw.edu.pl)
3732 3732
3733 * insdel.c (del_range): Second argument in call to 3733 * insdel.c (del_range): Second argument in call to
3734 offset_intervals is 'from', not 'point'. 3734 offset_intervals is 'from', not 'point'.
3735 3735
37361993-12-14 Richard Stallman (rms@gnu.ai.mit.edu) 37361993-12-14 Richard Stallman (rms@gnu.ai.mit.edu)
3737 3737
@@ -3811,7 +3811,7 @@
3811 definition for the GNU C library. I changed this in version 18 in 3811 definition for the GNU C library. I changed this in version 18 in
3812 1991, but the change never got propagated. 3812 1991, but the change never got propagated.
3813 3813
38141993-12-07 (pmr@legacy.pajato.com) 38141993-12-07 Paul Reilly (pmr@legacy.pajato.com)
3815 3815
3816 * s/dgux.h (SYSV4_PTYS): Remove. 3816 * s/dgux.h (SYSV4_PTYS): Remove.
3817 (SIGNALS_VIA_CHARACTERS): Defined. 3817 (SIGNALS_VIA_CHARACTERS): Defined.
@@ -3880,7 +3880,7 @@
3880 * fileio.c (Fread_file_name): If defalt is nil and user tries to use 3880 * fileio.c (Fread_file_name): If defalt is nil and user tries to use
3881 it, signal an error. 3881 it, signal an error.
3882 3882
3883 * lisp.h (DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0,...): 3883 * lisp.h (DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0, ...):
3884 New macros. 3884 New macros.
3885 (DEFUN) [__STDC__]: Use those macros. 3885 (DEFUN) [__STDC__]: Use those macros.
3886 3886
@@ -4557,7 +4557,7 @@
4557 instead of dup2. Use the existing X desc number in fcntl calls. 4557 instead of dup2. Use the existing X desc number in fcntl calls.
4558 * xterm.c (XTread_socket): Don't forget to clear out `mask'. 4558 * xterm.c (XTread_socket): Don't forget to clear out `mask'.
4559 4559
45601993-09-08 Francesco Potorti` (pot@cnuce.cnr.it) 45601993-09-08 Francesco Potortì (pot@cnuce.cnr.it)
4561 4561
4562 * filelock.c (fill_in_lock_short_file_name): Fix the crc 4562 * filelock.c (fill_in_lock_short_file_name): Fix the crc
4563 generation algorithm. 4563 generation algorithm.
@@ -5030,7 +5030,7 @@
5030 5030
50311993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu) 50311993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5032 5032
5033 * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit. 5033 * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
5034 * m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention 5034 * m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
5035 /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined. 5035 /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
5036 5036
@@ -5130,7 +5130,7 @@
5130 5130
5131 * dispnew.c (Fsleep_for): If arg is 0, return right away. 5131 * dispnew.c (Fsleep_for): If arg is 0, return right away.
5132 5132
51331993-07-26 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu) 51331993-07-26 Francesco Potortì (pot@spiff.gnu.ai.mit.edu)
5134 5134
5135 * m/delta.h (SWITCH_ENUM_BUG): Defined only for AT&T's pcc. 5135 * m/delta.h (SWITCH_ENUM_BUG): Defined only for AT&T's pcc.
5136 (BSTRING): Deleted because they are stubs to the memory funcs. 5136 (BSTRING): Deleted because they are stubs to the memory funcs.
@@ -5389,7 +5389,7 @@
5389 5389
53901993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) 53901993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5391 5391
5392 Consistently use the mark bit of the root interval's parent field 5392 Consistently use the mark bit of the root interval's parent field
5393 to say whether or not the interval tree has been visited (and skip 5393 to say whether or not the interval tree has been visited (and skip
5394 it when revisited), and the mark bit of the plist field to say 5394 it when revisited), and the mark bit of the plist field to say
5395 whether or not that interval has been visited (and abort if 5395 whether or not that interval has been visited (and abort if
@@ -5471,7 +5471,7 @@
5471 5471
5472 * keyboard.c (read_key_sequence): Accept both strings and vectors 5472 * keyboard.c (read_key_sequence): Accept both strings and vectors
5473 as bindings in function-key-map. 5473 as bindings in function-key-map.
5474 * keymap.c (Vfunction_key_map in syms_of_keymap): Doc fix. 5474 * keymap.c (Vfunction_key_map in syms_of_keymap): Doc fix.
5475 5475
5476 * keyboard.c (Fsuspend_emacs): Pass selected_frame as the first 5476 * keyboard.c (Fsuspend_emacs): Pass selected_frame as the first
5477 argument to change_frame_size, not 0. This function may be called 5477 argument to change_frame_size, not 0. This function may be called
@@ -5620,7 +5620,7 @@
5620 5620
56211993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) 56211993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5622 5622
5623 * textprop.c (copy_text_properties): Pass a copy of POS to 5623 * textprop.c (copy_text_properties): Pass a copy of POS to
5624 validate_interval_range; that function increments its arguments, 5624 validate_interval_range; that function increments its arguments,
5625 which isn't what we want. 5625 which isn't what we want.
5626 5626
@@ -5966,7 +5966,7 @@
5966 * xterm.c (XTread_socket): Never treat a modifier key as a 5966 * xterm.c (XTread_socket): Never treat a modifier key as a
5967 non_ascii_keystroke. 5967 non_ascii_keystroke.
5968 5968
5969 * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs. 5969 * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.
5970 * lisp.h (shut_down_emacs): Doc fix. 5970 * lisp.h (shut_down_emacs): Doc fix.
5971 5971
59721993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) 59721993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
@@ -5980,7 +5980,7 @@
5980 * fileio.c (Fset_visited_file_modtime): We're only passing two 5980 * fileio.c (Fset_visited_file_modtime): We're only passing two
5981 arguments to the file name handler; use call2, not call3. 5981 arguments to the file name handler; use call2, not call3.
5982 5982
5983 Changes for Irix 4.0, tested this time: 5983 Changes for Irix 4.0, tested this time:
5984 * s/irix4-0.h: Get rid of our fake definitions for setpgrp and 5984 * s/irix4-0.h: Get rid of our fake definitions for setpgrp and
5985 getpgrp. 5985 getpgrp.
5986 * callproc.c (Fcall_process): Go ahead and use the USG calling 5986 * callproc.c (Fcall_process): Go ahead and use the USG calling
@@ -6106,7 +6106,7 @@
6106 (Fget_buffer_window): Change doc string to mention that passing Qt 6106 (Fget_buffer_window): Change doc string to mention that passing Qt
6107 for the FRAME argument returns windows on visible frames only. 6107 for the FRAME argument returns windows on visible frames only.
6108 6108
6109 Changes for correct pgrp behavior; approach suggested by Bob 6109 Changes for correct pgrp behavior; approach suggested by Bob
6110 Glickstein <bobg@zindigo.z-code.com>: 6110 Glickstein <bobg@zindigo.z-code.com>:
6111 * m/iris4d.h (LIB_STANDARD): Do list -lbsd here. 6111 * m/iris4d.h (LIB_STANDARD): Do list -lbsd here.
6112 * s/irix4-0.h (getpgrp, setpgrp): #define these to call BSDgetpgrp 6112 * s/irix4-0.h (getpgrp, setpgrp): #define these to call BSDgetpgrp
@@ -6136,7 +6136,7 @@
6136 * buffer.c (list_buffers_1): Return the desired point. 6136 * buffer.c (list_buffers_1): Return the desired point.
6137 (Flist_buffers): Put point there in the buffer summary. 6137 (Flist_buffers): Put point there in the buffer summary.
6138 6138
6139 Bring mumbleclean targets into conformance with GNU coding standards. 6139 Bring mumbleclean targets into conformance with GNU coding standards.
6140 * Makefile.in (mostlyclean): New target. 6140 * Makefile.in (mostlyclean): New target.
6141 (clean): Just call mostlyclean. Get rid of ../etc/DOC too. 6141 (clean): Just call mostlyclean. Get rid of ../etc/DOC too.
6142 (distclean): Use clean to do most of the work. 6142 (distclean): Use clean to do most of the work.
@@ -6313,7 +6313,7 @@
6313 6313
63141993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) 63141993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6315 6315
6316 Interact properly with shells lacking job control (sh, rc, es...) 6316 Interact properly with shells lacking job control (sh, rc, es...)
6317 * sysdep.c [BSD] (inherited_pgroup): New variable. 6317 * sysdep.c [BSD] (inherited_pgroup): New variable.
6318 (narrow_foreground_group, widen_foreground_group): New functions. 6318 (narrow_foreground_group, widen_foreground_group): New functions.
6319 (init_sys_modes): Call narrow_foreground_group. 6319 (init_sys_modes): Call narrow_foreground_group.
@@ -6360,8 +6360,8 @@
6360 6360
63611993-06-10 Shane Hartman (shane@nugget.spr.com) 63611993-06-10 Shane Hartman (shane@nugget.spr.com)
6362 6362
6363 * window.c (Fscroll_left): Make argument optional. 6363 * window.c (Fscroll_left): Make argument optional.
6364 (Fscroll_right): Ditto. 6364 (Fscroll_right): Ditto.
6365 6365
63661993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) 63661993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6367 6367
@@ -6388,7 +6388,7 @@
6388 (FIRST_PTY_LETTER): This is 'r', not 'p'. 6388 (FIRST_PTY_LETTER): This is 'r', not 'p'.
6389 (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these. 6389 (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these.
6390 (HAVE_TERMIOS): #define these instead. 6390 (HAVE_TERMIOS): #define these instead.
6391 (XREBINDKEYSYM): Don't #define. 6391 (XREBINDKEYSYM): Don't #define.
6392 Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE. 6392 Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE.
6393 (sigmask, sigpause): #undef these after #including <signal.h>. 6393 (sigmask, sigpause): #undef these after #including <signal.h>.
6394 (LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define 6394 (LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define
@@ -6495,12 +6495,12 @@
6495 6495
64961993-06-07 Shane Hartman (shane@nugget.spr.com) 64961993-06-07 Shane Hartman (shane@nugget.spr.com)
6497 6497
6498 * xterm.c (x_caught_error_message): Change type to char* from char*[]. 6498 * xterm.c (x_caught_error_message): Change type to char* from char*[].
6499 (X_CAUGHT_ERROR_MESSAGE_SIZE): New macro. 6499 (X_CAUGHT_ERROR_MESSAGE_SIZE): New macro.
6500 (x_error_catcher): Corresponding changes. 6500 (x_error_catcher): Corresponding changes.
6501 (x_catch_errors): Corresponding changes. 6501 (x_catch_errors): Corresponding changes.
6502 (x_check_errors): Do not free x_caught_error_message. 6502 (x_check_errors): Do not free x_caught_error_message.
6503 (x_uncatch_errors): Set x_caught_error_message to 0 after freeing it. 6503 (x_uncatch_errors): Set x_caught_error_message to 0 after freeing it.
6504 6504
65051993-06-06 Paul Eggert (eggert@twinsun.com) 65051993-06-06 Paul Eggert (eggert@twinsun.com)
6506 6506
@@ -6591,7 +6591,7 @@
6591 in a vertical split. Adjust the hight counter to the top. 6591 in a vertical split. Adjust the hight 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 Potorti` (pot@cnuce.cnr.it) 65941993-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
6597 different space and calls fill_in_lock_short_file_name. 6597 different space and calls fill_in_lock_short_file_name.
@@ -6640,7 +6640,7 @@
6640 * xfaces.c: Test XOS_NEEDS_TIME_H, not HPUX, for including time.h. 6640 * xfaces.c: Test XOS_NEEDS_TIME_H, not HPUX, for including time.h.
6641 * s/sol2.h, s/hpux.h (XOS_NEEDS_TIME_H): Defined. 6641 * s/sol2.h, s/hpux.h (XOS_NEEDS_TIME_H): Defined.
6642 6642
66431993-06-02 Francesco Potorti` (pot@cnuce.cnr.it) 66431993-06-02 Francesco Potortì (pot@cnuce.cnr.it)
6644 6644
6645 * ymakefile (alloca.o): Use temp names allocax.o, allocax.s 6645 * ymakefile (alloca.o): Use temp names allocax.o, allocax.s
6646 6646
@@ -6903,6 +6903,10 @@
6903 6903
6904See ChangeLog.3 for earlier changes. 6904See ChangeLog.3 for earlier changes.
6905 6905
6906;; Local Variables:
6907;; coding: utf-8
6908;; End:
6909
6906 Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 6910 Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
6907 Free Software Foundation, Inc. 6911 Free Software Foundation, Inc.
6908 6912