aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-01-28 23:49:11 +0000
committerKim F. Storm2003-01-28 23:49:11 +0000
commit88c717201f5d8e7f59b4654482250d4ce69cecc3 (patch)
tree9ebccb63596d75a35705f320699732ffb2f2785c /src
parent058c18c71f81821a99c17fe8fd959e3ae2314ce3 (diff)
downloademacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.tar.gz
emacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.zip
Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
-rw-r--r--src/ChangeLog.112
-rw-r--r--src/ChangeLog.218
-rw-r--r--src/ChangeLog.339
-rw-r--r--src/ChangeLog.439
-rw-r--r--src/ChangeLog.52
-rw-r--r--src/ChangeLog.62
-rw-r--r--src/ChangeLog.76
-rw-r--r--src/ChangeLog.88
-rw-r--r--src/ChangeLog.96
10 files changed, 70 insertions, 71 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2939f550895..a7ac19b391b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -635,8 +635,8 @@
635 (Fload): Handle errors in Fsubstitute_in_file_name. 635 (Fload): Handle errors in Fsubstitute_in_file_name.
636 Don't expect Fsignal to return. 636 Don't expect Fsignal to return.
637 637
638 * Errors and throws work right with interrupt blocking. 638 * eval.c: Errors and throws work right with interrupt blocking.
639 * eval.c (struct catchtag): New elt interrupt_input_blocked. 639 (struct catchtag): New elt interrupt_input_blocked.
640 (unwind_to_catch): Restore interrupt_input_blocked from saved value. 640 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
641 (internal_catch, Fcondition_case, internal_condition_case) 641 (internal_catch, Fcondition_case, internal_condition_case)
642 (internal_condition_case_1, internal_condition_case_2): Save it. 642 (internal_condition_case_1, internal_condition_case_2): Save it.
@@ -659,8 +659,7 @@
659 659
6602002-12-17 Ben Key <bkey1@tampabay.rr.com> 6602002-12-17 Ben Key <bkey1@tampabay.rr.com>
661 661
662 * Revisited my earlier fix for the following entry in 662 Revisited my earlier fix for the following entry in etc/PROBLEMS:
663 etc/PROBLEMS:
664 "Emacs built on Windows 9x/ME crashes at startup on Windows XP, 663 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
665 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." 664 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
666 665
@@ -804,7 +803,7 @@
804 803
8052002-12-09 Dave Love <fx@gnu.org> 8042002-12-09 Dave Love <fx@gnu.org>
806 805
807 * s/sol2-8: Removed. (Not necessary.) 806 * s/sol2-8.h: Removed. (Not necessary.)
808 807
8092002-12-09 Matthew Swift <swift@alum.mit.edu> 8082002-12-09 Matthew Swift <swift@alum.mit.edu>
810 809
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1
index 4eb8dd29608..3ffbd61f607 100644
--- a/src/ChangeLog.1
+++ b/src/ChangeLog.1
@@ -238,7 +238,7 @@
238 Make it return a pointer to a global structure, 238 Make it return a pointer to a global structure,
239 not a struct itself. Change caller (Fparse_partial_sexp). 239 not a struct itself. Change caller (Fparse_partial_sexp).
240 240
241 * s-usg*: #define static as nothing. 241 * s-usg*.h: #define static as nothing.
242 * m-hp200.h: No longer needs to #define static. 242 * m-hp200.h: No longer needs to #define static.
243 243
244 * unexec.c (adjust_lnnoptrs): 244 * unexec.c (adjust_lnnoptrs):
@@ -254,7 +254,7 @@
254 * crt0.c (BOGUS case): 254 * crt0.c (BOGUS case):
255 Move "start:" from non-tower32 case to unconditional. 255 Move "start:" from non-tower32 case to unconditional.
256 256
257 * unexec.c for COFF: 257 * unexec.c [COFF]:
258 Put the rounding-to-page-boundaries of section positions 258 Put the rounding-to-page-boundaries of section positions
259 within the file into a UMAX conditional. (See Feb 19). 259 within the file into a UMAX conditional. (See Feb 19).
260 260
@@ -737,7 +737,7 @@
737 no need to call redisplay_window. 737 no need to call redisplay_window.
738 738
739 739
740 * Problem: standard sysV has no file ioctl.h. 740 Problem: standard sysV has no file ioctl.h.
741 741
742 * process.c, keyboard.c, dispnew.c, sysdep.c: 742 * process.c, keyboard.c, dispnew.c, sysdep.c:
743 Include ioctl.h in BSD, termio.h and/or fcntl.h in sysV. 743 Include ioctl.h in BSD, termio.h and/or fcntl.h in sysV.
@@ -781,7 +781,7 @@
781 Make one sun3 fix machine-independent. 781 Make one sun3 fix machine-independent.
782 (Prevent a_bss from being negative). 782 (Prevent a_bss from being negative).
783 783
784 * casefiddle (casify_region): 784 * casefiddle.c (casify_region):
785 New flag value CAPITALIZE_UP which is like CAPITALIZE 785 New flag value CAPITALIZE_UP which is like CAPITALIZE
786 but changes only the initials. Function upcase_initials_region 786 but changes only the initials. Function upcase_initials_region
787 is an interface to this mode. 787 is an interface to this mode.
@@ -862,7 +862,7 @@
862 * process.c (pty): 862 * process.c (pty):
863 On UNIPLUS, don't try opening other side. 863 On UNIPLUS, don't try opening other side.
864 864
865 * filelock.l (lock_file_1): 865 * filelock.c (lock_file_1):
866 If lock file is invalid, delete it and continue. 866 If lock file is invalid, delete it and continue.
867 If delete fails, ignore the lock. 867 If delete fails, ignore the lock.
868 868
@@ -2762,7 +2762,7 @@
2762 work now done in Fredraw_display. 2762 work now done in Fredraw_display.
2763 Minor changes in InitDsp and in minibuf. 2763 Minor changes in InitDsp and in minibuf.
2764 2764
2765 * TrmAmb.c flushed. 2765 * TrmAmb.c: flushed.
2766 * Trm*.c: tt.t_init routine now passed no arguments. 2766 * Trm*.c: tt.t_init routine now passed no arguments.
2767 2767
27681985-06-23 Richard M. Stallman (rms@mit-prep) 27681985-06-23 Richard M. Stallman (rms@mit-prep)
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 1d934ea263d..edbbfd3a7c0 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -975,7 +975,7 @@
975 975
9761988-01-07 Richard Stallman (rms@frosted-flakes) 9761988-01-07 Richard Stallman (rms@frosted-flakes)
977 977
978 * lreadc (init_obarray): Split the stmt `hash =' to avoid 978 * lread.c (init_obarray): Split the stmt `hash =' to avoid
979 a VACX bug. 979 a VACX bug.
980 980
981 * alloca.s [pyramid]: Keep sp a multiple of 32. 981 * alloca.s [pyramid]: Keep sp a multiple of 32.
@@ -1095,7 +1095,7 @@
1095 1095
10961987-09-16 Richard M. Stallman (rms@prep) 10961987-09-16 Richard M. Stallman (rms@prep)
1097 1097
1098 * m-sun[23].h: Doc fix. 1098 * m-sun2.h, m-sun3.h: Doc fix.
1099 1099
1100 * sysdep.c (reset_sys_modes): Don't output anything 1100 * sysdep.c (reset_sys_modes): Don't output anything
1101 if have a read_socket_hook (i.e. under X). 1101 if have a read_socket_hook (i.e. under X).
@@ -1798,7 +1798,7 @@
1798 * Version 18.39 released. 1798 * Version 18.39 released.
1799 1799
1800 * s-umax.h: Add definition of SEGMENT_MASK. 1800 * s-umax.h: Add definition of SEGMENT_MASK.
1801 * Delete definition of LIBS_SYSTEM. 1801 Delete definition of LIBS_SYSTEM.
1802 * align.umax: File deleted. 1802 * align.umax: File deleted.
1803 1803
1804 * emacs.c (main): Don't mention syms_of_vmsfns explicitly. 1804 * emacs.c (main): Don't mention syms_of_vmsfns explicitly.
@@ -1852,7 +1852,7 @@
1852 1852
18531987-03-09 Richard M. Stallman (rms@prep) 18531987-03-09 Richard M. Stallman (rms@prep)
1854 1854
1855 * m-alliant.h, crt0.c for alliant: 1855 * m-alliant.h, crt0.c (for alliant):
1856 Must save _curbrk when dumping (from ADJUST_EXEC_HEADER) 1856 Must save _curbrk when dumping (from ADJUST_EXEC_HEADER)
1857 and restore it in crt0, because _curbrk itself isn't dumped. 1857 and restore it in crt0, because _curbrk itself isn't dumped.
1858 1858
@@ -1918,7 +1918,7 @@
1918 * fileio.c: Added `sysnetunam' function for controlling remote 1918 * fileio.c: Added `sysnetunam' function for controlling remote
1919 file access connections under hp-ux. 1919 file access connections under hp-ux.
1920 1920
1921 * s-hpux (LIBS_SYSTEM): Added `-ln' which is used by `sysnetunam'. 1921 * s-hpux.h (LIBS_SYSTEM): Added `-ln' which is used by `sysnetunam'.
1922 1922
19231987-02-28 Richard M. Stallman (rms@prep) 19231987-02-28 Richard M. Stallman (rms@prep)
1924 1924
@@ -3854,7 +3854,7 @@
3854 (ie (let ((case-fold-search t)) (setq case-fold-search t)) 3854 (ie (let ((case-fold-search t)) (setq case-fold-search t))
3855 will cause case-fold-search be buffer-local even outside the let) 3855 will cause case-fold-search be buffer-local even outside the let)
3856 3856
3857 * xfns.c 3857 * xfns.c:
3858 Preserve studlycaps: "Gnuemacs" => "GNU Emacs" 3858 Preserve studlycaps: "Gnuemacs" => "GNU Emacs"
3859 3859
3860 * Various 3860 * Various
@@ -4477,7 +4477,7 @@
4477 * ymakefile (CPP): Now defined by default as `cc -E'. 4477 * ymakefile (CPP): Now defined by default as `cc -E'.
4478 * Makefile: likewise. 4478 * Makefile: likewise.
4479 4479
4480 * More 3b changes: 4480 More 3b changes:
4481 * ymakefile: Allow config to specify LIBS_TERMCAP even if 4481 * ymakefile: Allow config to specify LIBS_TERMCAP even if
4482 TERMINFO. 4482 TERMINFO.
4483 * sysdep.c: Delete the sign-extension functions; just define 4483 * sysdep.c: Delete the sign-extension functions; just define
@@ -4549,7 +4549,7 @@
4549 * fileio.c (Fcopy_file): optional 4th arg non-nil 4549 * fileio.c (Fcopy_file): optional 4th arg non-nil
4550 means preserve the last-modified time. 4550 means preserve the last-modified time.
4551 4551
4552 * Make C-M-v in minibuffer scroll the minibuffer's help window if any. 4552 Make C-M-v in minibuffer scroll the minibuffer's help window if any.
4553 * window.c (save_window_{save,restore}): 4553 * window.c (save_window_{save,restore}):
4554 Save and restore minibuf_scroll_window. 4554 Save and restore minibuf_scroll_window.
4555 * window.c (Fscroll_other_window): 4555 * window.c (Fscroll_other_window):
@@ -4574,7 +4574,7 @@
4574 * ymakefile: If NO_REMAP, use the standard crt0.o 4574 * ymakefile: If NO_REMAP, use the standard crt0.o
4575 but precede it with pre_crt0.o whose job is to define data_start. 4575 but precede it with pre_crt0.o whose job is to define data_start.
4576 4576
4577 * buffer.h. buffer.c: New per-buffer variable 4577 * buffer.h, buffer.c: New per-buffer variable
4578 selective-display-ellipses. 4578 selective-display-ellipses.
4579 4579
4580 * xdisp.c (display_text_line), indent.c (compute_motion): 4580 * xdisp.c (display_text_line), indent.c (compute_motion):
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index fd6fc1d108a..890ea110a3e 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -422,8 +422,7 @@
422 422
4231993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) 4231993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
424 424
425 * buffer.c (Fmake_overlay): Put beg and end in the 425 * buffer.c (Fmake_overlay): Put beg and end in the right order.
426 right order.
427 (Fmove_overlay): If beg and end are markers, make sure they're in 426 (Fmove_overlay): If beg and end are markers, make sure they're in
428 the right buffer. 427 the right buffer.
429 428
@@ -5777,7 +5776,7 @@
5777 5776
57781992-09-02 Barry A. Warsaw (warsaw@anthem.nlm.nih.gov) 57771992-09-02 Barry A. Warsaw (warsaw@anthem.nlm.nih.gov)
5779 5778
5780 * Extended syntax.c in the following ways to support up to 2 5779 Extended syntax.c in the following ways to support up to 2
5781 orthogonal comment styles per mode. This is needed for C++. 5780 orthogonal comment styles per mode. This is needed for C++.
5782 Bit 6 of syntax table entry for a character indicates 5781 Bit 6 of syntax table entry for a character indicates
5783 it is part of the `b' comment style. Otherwise it is 5782 it is part of the `b' comment style. Otherwise it is
@@ -7137,7 +7136,7 @@
7137 * screen.h [not MULTI_SCREEN]: The name is 7136 * screen.h [not MULTI_SCREEN]: The name is
7138 `SCREEN_MINIBUF_ONLY_P', not `SCREEN_IS_MINIBUF_ONLY'. 7137 `SCREEN_MINIBUF_ONLY_P', not `SCREEN_IS_MINIBUF_ONLY'.
7139 7138
7140 * xdisp [not MULTI_SCREEN] (Fredraw_display): Removed definition 7139 * xdisp.c [not MULTI_SCREEN] (Fredraw_display): Removed definition
7141 here; the non-multi-screen version is already defined in 7140 here; the non-multi-screen version is already defined in
7142 dispnew.c, alongside the multi-screen version. 7141 dispnew.c, alongside the multi-screen version.
7143 (syms_of_xdisp): Don't try to defsubr Sredraw_display; it doesn't 7142 (syms_of_xdisp): Don't try to defsubr Sredraw_display; it doesn't
@@ -7974,7 +7973,7 @@
7974 conditional expression to SIGTYPE, to match the type of the 7973 conditional expression to SIGTYPE, to match the type of the
7975 float_error call in the `then' clause. 7974 float_error call in the `then' clause.
7976 7975
7977 * s/hpux8: #define HPUX8; this is supposed to be customary 7976 * s/hpux8.h: #define HPUX8; this is supposed to be customary
7978 procedure, and fileio.c was expecting it, but somehow it didn't 7977 procedure, and fileio.c was expecting it, but somehow it didn't
7979 get defined. 7978 get defined.
7980 7979
@@ -8026,7 +8025,7 @@
8026 * unexec.c (sbrk): Declare this to return void * if __STDC__ is 8025 * unexec.c (sbrk): Declare this to return void * if __STDC__ is
8027 defined, or char * otherwise. 8026 defined, or char * otherwise.
8028 8027
8029 * lread.c init_lread): Re-cleaned logic. To determine whether the 8028 * lread.c (init_lread): Re-cleaned logic. To determine whether the
8030 load path was changed before dumping, cons up a dump path and 8029 load path was changed before dumping, cons up a dump path and
8031 compare it. This method is more localized and accurate. 8030 compare it. This method is more localized and accurate.
8032 (initial_path): Variable removed. 8031 (initial_path): Variable removed.
@@ -12499,7 +12498,7 @@
12499 * dispnew.c, xdisp.c: (un)hold_window_change no longer exists; 12498 * dispnew.c, xdisp.c: (un)hold_window_change no longer exists;
12500 added do_pending_window_change from 18.56. 12499 added do_pending_window_change from 18.56.
12501 12500
12502 * process.[ch]: added the raw_status_low and raw_status_high 12501 * process.c, process.h: Add the raw_status_low and raw_status_high
12503 code from 18.56. 12502 code from 18.56.
12504 12503
125051990-09-29 Richard Stallman (rms@mole.ai.mit.edu) 125041990-09-29 Richard Stallman (rms@mole.ai.mit.edu)
@@ -13043,7 +13042,7 @@
13043 13042
130441990-06-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) 130431990-06-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
13045 13044
13046 * Globally replaced screen_width with macro 13045 Globally replaced screen_width with macro
13047 SCREEN_WIDTH (selected_screen). 13046 SCREEN_WIDTH (selected_screen).
13048 * dispnew.c (init_display): Don't set SCREEN_WIDTH, etc. from 13047 * dispnew.c (init_display): Don't set SCREEN_WIDTH, etc. from
13049 screen_width. 13048 screen_width.
@@ -13735,7 +13734,7 @@
13735 13734
137361990-03-08 Joseph Arceneaux (jla@churchy.ai.mit.edu) 137351990-03-08 Joseph Arceneaux (jla@churchy.ai.mit.edu)
13737 13736
13738 * xterm.c x_focus_screen no longer static. 13737 * xterm.c (x_focus_screen): no longer static.
13739 (x_error_handler): Use XDefaultIOError. 13738 (x_error_handler): Use XDefaultIOError.
13740 13739
13741 * screen.c (Ffocus_screen): New subr, removed Fscreen_has_focus. 13740 * screen.c (Ffocus_screen): New subr, removed Fscreen_has_focus.
@@ -13781,7 +13780,7 @@
13781 13780
137821990-03-04 Joseph Arceneaux (jla@churchy.ai.mit.edu) 137811990-03-04 Joseph Arceneaux (jla@churchy.ai.mit.edu)
13783 13782
13784 * eval.c If using X windows, include xterm.h. 13783 * eval.c: If using X windows, include xterm.h.
13785 (error): TOTALLY_UNBLOCK_INPUT if using X. 13784 (error): TOTALLY_UNBLOCK_INPUT if using X.
13786 13785
13787 * xterm.h: BLOCK_INPUT, UNBLOCK_INPUT: No signal stuff, just inc 13786 * xterm.h: BLOCK_INPUT, UNBLOCK_INPUT: No signal stuff, just inc
@@ -13975,7 +13974,7 @@
139751990-02-06 Joseph Arceneaux (jla@churchy.ai.mit.edu) 139741990-02-06 Joseph Arceneaux (jla@churchy.ai.mit.edu)
13976 13975
13977 * xfns.c (Fx_pixel_width, Fx_pixel_height): New subrs. 13976 * xfns.c (Fx_pixel_width, Fx_pixel_height): New subrs.
13978 * xterm.h New components pixel_width, pixel_height, to x_display. 13977 * xterm.h: New components pixel_width, pixel_height, to x_display.
13979 * xterm.c (XTread_socket): On configure notify, set these components. 13978 * xterm.c (XTread_socket): On configure notify, set these components.
13980 13979
13981 * window.c (Fset_window_configuration): Select the screen of the 13980 * window.c (Fset_window_configuration): Select the screen of the
@@ -14261,7 +14260,7 @@
14261 14260
142621989-12-03 Joseph Arceneaux (jla@spiff) 142611989-12-03 Joseph Arceneaux (jla@spiff)
14263 14262
14264 * alloc: Upped NSTATICS from 200 to 256. 14263 * alloc.c: Upped NSTATICS from 200 to 256.
14265 14264
14266 * xterm.c (XTread_socket): Report MotionNotify events only if 14265 * xterm.c (XTread_socket): Report MotionNotify events only if
14267 mouse has changed character position. Call x_read_mouse_position. 14266 mouse has changed character position. Call x_read_mouse_position.
@@ -14319,7 +14318,7 @@
14319 (function keys). Also, handle these and mouse events with 14318 (function keys). Also, handle these and mouse events with
14320 prefixes (by ignoring the prefixes for now). 14319 prefixes (by ignoring the prefixes for now).
14321 14320
14322 * xfns.c New variable Vx_mouse_grabbed. 14321 * xfns.c: New variable Vx_mouse_grabbed.
14323 * xterm.c (construct_mouse_event): Use it. 14322 * xterm.c (construct_mouse_event): Use it.
14324 (XTread_socket): Return Lisp_Symbol for function key. 14323 (XTread_socket): Return Lisp_Symbol for function key.
14325 14324
@@ -14789,7 +14788,7 @@
14789 14788
147901989-08-24 Richard Stallman (rms@apple-gunkies.ai.mit.edu) 147891989-08-24 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
14791 14790
14792 * Use two variables to convey reason for synch process death, 14791 Use two variables to convey reason for synch process death,
14793 to avoid consing in signal handler. 14792 to avoid consing in signal handler.
14794 They are synch_process_death and synch_process_retcode. 14793 They are synch_process_death and synch_process_retcode.
14795 * callproc.c (Fcall_process): Use both variables. 14794 * callproc.c (Fcall_process): Use both variables.
@@ -15219,7 +15218,7 @@
15219 * eval.c (Fdefvar): Operate on default value if sym is buffer-local. 15218 * eval.c (Fdefvar): Operate on default value if sym is buffer-local.
15220 (Fdefconst): Likewise. 15219 (Fdefconst): Likewise.
15221 15220
15222 * Allow buffer-local variables to be void in one buffer 15221 Allow buffer-local variables to be void in one buffer
15223 or in the default value. 15222 or in the default value.
15224 * data.c (swap_in_symval_forwarding): New function. 15223 * data.c (swap_in_symval_forwarding): New function.
15225 (Fboundp, Fsymbol_value): Use that. 15224 (Fboundp, Fsymbol_value): Use that.
@@ -15574,7 +15573,7 @@
15574 15573
155751989-05-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 155741989-05-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
15576 15575
15577 * Begin changing representation of compiled functions. 15576 Begin changing representation of compiled functions.
15578 * lisp.h (enum Lisp_Type): New type code Lisp_Compiled, like a vector. 15577 * lisp.h (enum Lisp_Type): New type code Lisp_Compiled, like a vector.
15579 (COMPILED_*): Names for slots in those vectors. 15578 (COMPILED_*): Names for slots in those vectors.
15580 * alloc.c (Fmake_compiled_code): New function. 15579 * alloc.c (Fmake_compiled_code): New function.
@@ -16026,8 +16025,8 @@
16026 Check for dead connection only if new arg EXPECTED is nonzero. 16025 Check for dead connection only if new arg EXPECTED is nonzero.
16027 All callers changed (keyboard and sysdep). 16026 All callers changed (keyboard and sysdep).
16028 16027
16029 * Simplify keyboard input. 16028 * keyboard.c: Simplify keyboard input.
16030 * keyboard.c (read_avail_input): Don't assume buffer is empty. 16029 (read_avail_input): Don't assume buffer is empty.
16031 Don't call get_input_pending; do FIONREAD here. 16030 Don't call get_input_pending; do FIONREAD here.
16032 Don't do FIONREAD if read_socket_hook, just tell it don't wait. 16031 Don't do FIONREAD if read_socket_hook, just tell it don't wait.
16033 Arg EXPECTED is passed to read_socket_hook. 16032 Arg EXPECTED is passed to read_socket_hook.
@@ -16035,7 +16034,7 @@
16035 (gobble_input): Use read_avail_input; arg EXPECTED passed along. 16034 (gobble_input): Use read_avail_input; arg EXPECTED passed along.
16036 (get_input_pending): let gobble_input do the work. 16035 (get_input_pending): let gobble_input do the work.
16037 16036
16038 * VMS keyboard input should have interrupt_input nonzero. 16037 VMS keyboard input should have interrupt_input nonzero.
16039 * keyboard.c (Fset_input_mode, init_keyboard): [VMS] Always set 16038 * keyboard.c (Fset_input_mode, init_keyboard): [VMS] Always set
16040 interrupt_input to 1. 16039 interrupt_input to 1.
16041 (get_input_pending): Special case deleted. 16040 (get_input_pending): Special case deleted.
@@ -16250,7 +16249,7 @@
16250 * ymakefile (obj): Include floatfns.o. 16249 * ymakefile (obj): Include floatfns.o.
16251 * data.c (syms_of_data): Fix typo Snumberp_or_marker_p. 16250 * data.c (syms_of_data): Fix typo Snumberp_or_marker_p.
16252 16251
16253 * Allow keymaps to have other keymaps as tails. 16252 Allow keymaps to have other keymaps as tails.
16254 Thus, one keymap can inherit from another. 16253 Thus, one keymap can inherit from another.
16255 * keymap.c (Fwhere_is_internal): Ignore non-cons elements of alist. 16254 * keymap.c (Fwhere_is_internal): Ignore non-cons elements of alist.
16256 (Faccessible_keymaps): Support symbols as alist indices. 16255 (Faccessible_keymaps): Support symbols as alist indices.
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4
index 09a1c8726ee..13c49fa72db 100644
--- a/src/ChangeLog.4
+++ b/src/ChangeLog.4
@@ -864,7 +864,7 @@
864 * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion 864 * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion
865 events to the toolkit. 865 events to the toolkit.
866 866
867 * CONFIGURATION now comes via config.h. 867 CONFIGURATION now comes via config.h.
868 * Makefile.in.in (emacs.o): Use the default .c.o command. 868 * Makefile.in.in (emacs.o): Use the default .c.o command.
869 (configuration): Make variable deleted. 869 (configuration): Make variable deleted.
870 * config.h.in (CONFIGURATION): Add #undef. 870 * config.h.in (CONFIGURATION): Add #undef.
@@ -1389,7 +1389,7 @@
1389 1389
1390 * xterm.c (x_new_font): Fix setting line_height. 1390 * xterm.c (x_new_font): Fix setting line_height.
1391 1391
1392 * Support fonts of different heights, using tallest as line height: 1392 Support fonts of different heights, using tallest as line height:
1393 1393
1394 * xfaces.c (frame_update_line_height): New function. 1394 * xfaces.c (frame_update_line_height): New function.
1395 (Fset_face_attribute_internal): Call that. 1395 (Fset_face_attribute_internal): Call that.
@@ -2790,11 +2790,12 @@
2790 2790
27911994-02-09 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) 27911994-02-09 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
2792 2792
2793 * Implement a Motif behavior for the menubar. Now, if you move the 2793 * xmenu.c: Implement a Motif behavior for the menubar.
2794 pointer on another menubar item while displaying the contents of a 2794 Now, if you move the pointer on another menubar item while
2795 selected menubar item, the current pulldown menu is closed and the new 2795 displaying the contents of a selected menubar item, the current
2796 one corresponding to the new pointed item is displayed. 2796 pulldown menu is closed and the new one corresponding to the new
2797 * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Clean up code. 2797 pointed item is displayed.
2798 (xmenu_show) [USE_X_TOOLKIT]: Clean up code.
2798 Handle the MotionNotify events in the XEvent loop. 2799 Handle the MotionNotify events in the XEvent loop.
2799 2800
28001994-02-08 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) 28011994-02-08 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
@@ -3122,8 +3123,8 @@
3122 3123
31231993-01-18 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) 31241993-01-18 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
3124 3125
3125 * Support use of X toolkit. 3126 Support use of X toolkit.
3126 (USE_X_TOOLKIT): New macro to conditionalize the use of Xt. 3127 * (USE_X_TOOLKIT): New macro to conditionalize the use of Xt.
3127 * widget.c, widgetP.h, widget.h: New files. 3128 * widget.c, widgetP.h, widget.h: New files.
3128 * frame.h (struct frame): New field external_menu_bar. 3129 * frame.h (struct frame): New field external_menu_bar.
3129 (FRAME_EXTERNAL_MENU_BAR): New macro. 3130 (FRAME_EXTERNAL_MENU_BAR): New macro.
@@ -4520,7 +4521,7 @@
4520 4521
45211993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 45221993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4522 4523
4523 * Support configuring in a different directory when ${srcdir} has 4524 Support configuring in a different directory when ${srcdir} has
4524 already been configured. 4525 already been configured.
4525 * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c, 4526 * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c,
4526 xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c, 4527 xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c,
@@ -4616,11 +4617,11 @@
4616 * sysdep.c (read_input_waiting): If the user specifies 4617 * sysdep.c (read_input_waiting): If the user specifies
4617 `meta-flag', then notice characters with high-bit set. 4618 `meta-flag', then notice characters with high-bit set.
4618 4619
4619 * Added fixes from Karl Berry for ISC-2.2. 4620 Added fixes from Karl Berry for ISC-2.2.
4620 * s/isc2-2.h (MEMMOVE_MISSING): Define. 4621 * s/isc2-2.h (MEMMOVE_MISSING): Define.
4621 (SIGNALS_VIA_CHARACTERS): Define. 4622 (SIGNALS_VIA_CHARACTERS): Define.
4622 (LIB_STANDARD): Do not include -lcposix. 4623 (LIB_STANDARD): Do not include -lcposix.
4623 (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional. 4624 (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
4624 4625
46251993-08-17 Brian Fox (bfox@ai.mit.edu) 46261993-08-17 Brian Fox (bfox@ai.mit.edu)
4626 4627
@@ -4969,7 +4970,7 @@
4969 4970
49701993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) 49711993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4971 4972
4972 * From daveg@synaptics.com: 4973 From daveg@synaptics.com:
4973 * keyboard.c (last_mouse_button): Renamed from button_up_button. 4974 * keyboard.c (last_mouse_button): Renamed from button_up_button.
4974 (last_mouse_x, last_mouse_y): Likewise. 4975 (last_mouse_x, last_mouse_y): Likewise.
4975 (button_down_time): Replaces button_up_time. 4976 (button_down_time): Replaces button_up_time.
@@ -6188,10 +6189,10 @@
6188 * window.c (Fdelete_window): Mostly undo last change. 6189 * window.c (Fdelete_window): Mostly undo last change.
6189 Don't initialize `frame' in the declaration. 6190 Don't initialize `frame' in the declaration.
6190 6191
6191 * Make prefix keys work with keymap inheritance 6192 * keymap.c: Make prefix keys work with keymap inheritance
6192 by creating an inheritance structure for each subkeymap 6193 by creating an inheritance structure for each subkeymap
6193 that we create in the inheriting keymap. 6194 that we create in the inheriting keymap.
6194 * keymap.c (access_keymap): New arg NOINHERIT. All calls changed. 6195 (access_keymap): New arg NOINHERIT. All calls changed.
6195 (define_as_prefix): New function. 6196 (define_as_prefix): New function.
6196 (Fdefine_key): Use them. 6197 (Fdefine_key): Use them.
6197 6198
@@ -6273,7 +6274,7 @@
6273 Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386. 6274 Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
6274 * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of 6275 * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
6275 NO_XRM_SET_DATABASE; the latter isn't used any more. 6276 NO_XRM_SET_DATABASE; the latter isn't used any more.
6276 * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): 6277 * m/delta88k.h, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
6277 Dyke out these #definitions; to avoid conflict with autoconf. 6278 Dyke out these #definitions; to avoid conflict with autoconf.
6278 6279
6279 * ymakefile (really-oldXMenu): Explicitly pass CC, CFLAGS, and 6280 * ymakefile (really-oldXMenu): Explicitly pass CC, CFLAGS, and
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index ca86cf54546..d7794eb6722 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -4614,7 +4614,7 @@
4614 (FRAMEP): Define different versions for MULTI_FRAME and MSDOS. 4614 (FRAMEP): Define different versions for MULTI_FRAME and MSDOS.
4615 Otherwise, don't define at all. 4615 Otherwise, don't define at all.
4616 4616
4617 * makefile.in.in (MSDOS_SUPPORT): Add faces.elc. 4617 * Makefile.in.in (MSDOS_SUPPORT): Add faces.elc.
4618 (msdos.o, dosfns.o): Add dependencies. 4618 (msdos.o, dosfns.o): Add dependencies.
4619 (MSDOS_OBJ): New set of object files. 4619 (MSDOS_OBJ): New set of object files.
4620 (obj): Include MSDOS_OBJ. 4620 (obj): Include MSDOS_OBJ.
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6
index ee7ca159e63..cc4764a734a 100644
--- a/src/ChangeLog.6
+++ b/src/ChangeLog.6
@@ -2281,7 +2281,7 @@
2281 (x_set_name): Let title parm override name parm for title use. 2281 (x_set_name): Let title parm override name parm for title use.
2282 (x_set_icon_name): Use title parm before name parm, if no icon_name. 2282 (x_set_icon_name): Use title parm before name parm, if no icon_name.
2283 2283
2284 * Properly undo the way deletion affects markers. 2284 Properly undo the way deletion affects markers.
2285 * undo.c (record_marker_adjustment): New function. 2285 * undo.c (record_marker_adjustment): New function.
2286 (Fprimitive_undo): Handle marker-adjustment elements. 2286 (Fprimitive_undo): Handle marker-adjustment elements.
2287 * insdel.c (adjust_markers): When a marker is inside text 2287 * insdel.c (adjust_markers): When a marker is inside text
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 45877c99cd9..6413b20eeeb 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -4328,7 +4328,7 @@
4328 4328
43291998-01-01 Richard Stallman <rms@psilocin.gnu.org> 43291998-01-01 Richard Stallman <rms@psilocin.gnu.org>
4330 4330
4331 * Markers now have an ordinary bytepos, not including the gap: 4331 Markers now have an ordinary bytepos, not including the gap:
4332 4332
4333 * marker.c (buf_bytepos_to_charpos): Use marker bytepos, not bufpos. 4333 * marker.c (buf_bytepos_to_charpos): Use marker bytepos, not bufpos.
4334 (buf_charpos_to_bytepos, marker_byte_position): Likewise. 4334 (buf_charpos_to_bytepos, marker_byte_position): Likewise.
@@ -10824,7 +10824,7 @@ Fri Sep 20 02:37:37 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
10824 10824
10825 * editfns.c (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. 10825 * editfns.c (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
10826 10826
10827 * Make region highlighting show in just one window. 10827 Make region highlighting show in just one window.
10828 * xdisp.c (redisplay_internal): Test last_selected_window slot. 10828 * xdisp.c (redisplay_internal): Test last_selected_window slot.
10829 (mark_window_display_accurate, display_text_line): Likewise. 10829 (mark_window_display_accurate, display_text_line): Likewise.
10830 * window.c (unshow_buffer): Clear last_selected_window slot, maybe. 10830 * window.c (unshow_buffer): Clear last_selected_window slot, maybe.
@@ -11011,7 +11011,7 @@ Fri Sep 20 02:37:37 1996 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
11011 11011
110121996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> 110121996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11013 11013
11014 * Renamings to avoid conflicting names on MSDOS. 11014 Renamings to avoid conflicting names on MSDOS.
11015 * s/riscix12.h: Renamed from s/riscix12.h. 11015 * s/riscix12.h: Renamed from s/riscix12.h.
11016 * s/sunos413.h: Renamed from s/sunos4-1-3.h. 11016 * s/sunos413.h: Renamed from s/sunos4-1-3.h.
11017 * s/dgux5-4-3.h: Renamed from s/dgux5-4r3.h. 11017 * s/dgux5-4-3.h: Renamed from s/dgux5-4r3.h.
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 121bf7d349c..978bf7e0429 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -1187,10 +1187,10 @@
1187 * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional 1187 * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
1188 compilation on USE_TEXT_PROPERTIES. 1188 compilation on USE_TEXT_PROPERTIES.
1189 1189
1190 * Fbyte_code: Use block statements in cases and declare v1 and v2 1190 * bytecode.c (Fbyte_code): Use block statements in cases and
1191 locally there. Rearrange case statements so that those most 1191 declare v1 and v2 locally there. Rearrange case statements so
1192 frequently executed come first. Avoid goto's in frequently 1192 that those most frequently executed come first. Avoid goto's in
1193 executed cases. 1193 frequently executed cases.
1194 1194
11951999-11-05 Gerd Moellmann <gerd@gnu.org> 11951999-11-05 Gerd Moellmann <gerd@gnu.org>
1196 1196
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 1c7a87b8c85..659397a3730 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -792,7 +792,7 @@
792 bit-fields. 792 bit-fields.
793 (init_obarray): Likewise for t and nil. 793 (init_obarray): Likewise for t and nil.
794 794
795 * eval.c Use SYMBOL_VALUE/SET_SYMBOL_VALUE. 795 * eval.c: Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
796 (Fdefvaralias): New function. 796 (Fdefvaralias): New function.
797 (specbind): Simplify the test if symbol is a constant. 797 (specbind): Simplify the test if symbol is a constant.
798 (syms_of_eval): Defsubr Fdefvaralias. 798 (syms_of_eval): Defsubr Fdefvaralias.
@@ -2348,7 +2348,7 @@
2348 (redisplay_internal): Avoid duplicate mark_window_display_accurate 2348 (redisplay_internal): Avoid duplicate mark_window_display_accurate
2349 for the selected frame. 2349 for the selected frame.
2350 2350
2351 * xdisp.c Use make_number, for readability. 2351 * xdisp.c: Use make_number, for readability.
2352 (try_window_id): Disable rows below the window end. 2352 (try_window_id): Disable rows below the window end.
2353 (try_window_reusing_current_matrix): Use cursor_row_p. 2353 (try_window_reusing_current_matrix): Use cursor_row_p.
2354 (try_window_reusing_current_matrix) <scrolling up>: Fix disabling 2354 (try_window_reusing_current_matrix) <scrolling up>: Fix disabling
@@ -12085,7 +12085,7 @@
12085 12085
120862000-03-04 Jason Rumney <jasonr@gnu.org> 120862000-03-04 Jason Rumney <jasonr@gnu.org>
12087 12087
12088 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or 12088 * xfaces.c: Change many FRAME_X... macros to FRAME_WINDOW... or
12089 other non-platform-specific equivalents. 12089 other non-platform-specific equivalents.
12090 [WINDOWSNT]: Include w32term.h, fontset.h and define X 12090 [WINDOWSNT]: Include w32term.h, fontset.h and define X
12091 specific functions and macros as their w32 equivalents where 12091 specific functions and macros as their w32 equivalents where