diff options
author | Kim F. Storm <storm@cua.dk> | 2003-01-28 23:49:11 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-01-28 23:49:11 +0000 |
commit | 88c717201f5d8e7f59b4654482250d4ce69cecc3 (patch) | |
tree | 9ebccb63596d75a35705f320699732ffb2f2785c /src | |
parent | 058c18c71f81821a99c17fe8fd959e3ae2314ce3 (diff) | |
download | emacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.tar.gz |
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/ChangeLog | 9 | ||||
-rw-r--r-- | src/ChangeLog.1 | 12 | ||||
-rw-r--r-- | src/ChangeLog.2 | 18 | ||||
-rw-r--r-- | src/ChangeLog.3 | 39 | ||||
-rw-r--r-- | src/ChangeLog.4 | 39 | ||||
-rw-r--r-- | src/ChangeLog.5 | 2 | ||||
-rw-r--r-- | src/ChangeLog.6 | 2 | ||||
-rw-r--r-- | src/ChangeLog.7 | 6 | ||||
-rw-r--r-- | src/ChangeLog.8 | 8 | ||||
-rw-r--r-- | src/ChangeLog.9 | 6 |
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 @@ (Fload): Handle errors in Fsubstitute_in_file_name. Don't expect Fsignal to return. - * Errors and throws work right with interrupt blocking. - * eval.c (struct catchtag): New elt interrupt_input_blocked. + * eval.c: Errors and throws work right with interrupt blocking. + (struct catchtag): New elt interrupt_input_blocked. (unwind_to_catch): Restore interrupt_input_blocked from saved value. (internal_catch, Fcondition_case, internal_condition_case) (internal_condition_case_1, internal_condition_case_2): Save it. @@ -659,8 +659,7 @@ 2002-12-17 Ben Key <bkey1@tampabay.rr.com> - * Revisited my earlier fix for the following entry in - etc/PROBLEMS: + Revisited my earlier fix for the following entry in etc/PROBLEMS: "Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME." @@ -804,7 +803,7 @@ 2002-12-09 Dave Love <fx@gnu.org> - * s/sol2-8: Removed. (Not necessary.) + * s/sol2-8.h: Removed. (Not necessary.) 2002-12-09 Matthew Swift <swift@alum.mit.edu> 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 @@ Make it return a pointer to a global structure, not a struct itself. Change caller (Fparse_partial_sexp). - * s-usg*: #define static as nothing. + * s-usg*.h: #define static as nothing. * m-hp200.h: No longer needs to #define static. * unexec.c (adjust_lnnoptrs): @@ -254,7 +254,7 @@ * crt0.c (BOGUS case): Move "start:" from non-tower32 case to unconditional. - * unexec.c for COFF: + * unexec.c [COFF]: Put the rounding-to-page-boundaries of section positions within the file into a UMAX conditional. (See Feb 19). @@ -737,7 +737,7 @@ no need to call redisplay_window. - * Problem: standard sysV has no file ioctl.h. + Problem: standard sysV has no file ioctl.h. * process.c, keyboard.c, dispnew.c, sysdep.c: Include ioctl.h in BSD, termio.h and/or fcntl.h in sysV. @@ -781,7 +781,7 @@ Make one sun3 fix machine-independent. (Prevent a_bss from being negative). - * casefiddle (casify_region): + * casefiddle.c (casify_region): New flag value CAPITALIZE_UP which is like CAPITALIZE but changes only the initials. Function upcase_initials_region is an interface to this mode. @@ -862,7 +862,7 @@ * process.c (pty): On UNIPLUS, don't try opening other side. - * filelock.l (lock_file_1): + * filelock.c (lock_file_1): If lock file is invalid, delete it and continue. If delete fails, ignore the lock. @@ -2762,7 +2762,7 @@ work now done in Fredraw_display. Minor changes in InitDsp and in minibuf. - * TrmAmb.c flushed. + * TrmAmb.c: flushed. * Trm*.c: tt.t_init routine now passed no arguments. 1985-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 @@ 1988-01-07 Richard Stallman (rms@frosted-flakes) - * lreadc (init_obarray): Split the stmt `hash =' to avoid + * lread.c (init_obarray): Split the stmt `hash =' to avoid a VACX bug. * alloca.s [pyramid]: Keep sp a multiple of 32. @@ -1095,7 +1095,7 @@ 1987-09-16 Richard M. Stallman (rms@prep) - * m-sun[23].h: Doc fix. + * m-sun2.h, m-sun3.h: Doc fix. * sysdep.c (reset_sys_modes): Don't output anything if have a read_socket_hook (i.e. under X). @@ -1798,7 +1798,7 @@ * Version 18.39 released. * s-umax.h: Add definition of SEGMENT_MASK. - * Delete definition of LIBS_SYSTEM. + Delete definition of LIBS_SYSTEM. * align.umax: File deleted. * emacs.c (main): Don't mention syms_of_vmsfns explicitly. @@ -1852,7 +1852,7 @@ 1987-03-09 Richard M. Stallman (rms@prep) - * m-alliant.h, crt0.c for alliant: + * m-alliant.h, crt0.c (for alliant): Must save _curbrk when dumping (from ADJUST_EXEC_HEADER) and restore it in crt0, because _curbrk itself isn't dumped. @@ -1918,7 +1918,7 @@ * fileio.c: Added `sysnetunam' function for controlling remote file access connections under hp-ux. - * s-hpux (LIBS_SYSTEM): Added `-ln' which is used by `sysnetunam'. + * s-hpux.h (LIBS_SYSTEM): Added `-ln' which is used by `sysnetunam'. 1987-02-28 Richard M. Stallman (rms@prep) @@ -3854,7 +3854,7 @@ (ie (let ((case-fold-search t)) (setq case-fold-search t)) will cause case-fold-search be buffer-local even outside the let) - * xfns.c + * xfns.c: Preserve studlycaps: "Gnuemacs" => "GNU Emacs" * Various @@ -4477,7 +4477,7 @@ * ymakefile (CPP): Now defined by default as `cc -E'. * Makefile: likewise. - * More 3b changes: + More 3b changes: * ymakefile: Allow config to specify LIBS_TERMCAP even if TERMINFO. * sysdep.c: Delete the sign-extension functions; just define @@ -4549,7 +4549,7 @@ * fileio.c (Fcopy_file): optional 4th arg non-nil means preserve the last-modified time. - * Make C-M-v in minibuffer scroll the minibuffer's help window if any. + Make C-M-v in minibuffer scroll the minibuffer's help window if any. * window.c (save_window_{save,restore}): Save and restore minibuf_scroll_window. * window.c (Fscroll_other_window): @@ -4574,7 +4574,7 @@ * ymakefile: If NO_REMAP, use the standard crt0.o but precede it with pre_crt0.o whose job is to define data_start. - * buffer.h. buffer.c: New per-buffer variable + * buffer.h, buffer.c: New per-buffer variable selective-display-ellipses. * 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 @@ 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - * buffer.c (Fmake_overlay): Put beg and end in the - right order. + * buffer.c (Fmake_overlay): Put beg and end in the right order. (Fmove_overlay): If beg and end are markers, make sure they're in the right buffer. @@ -5777,7 +5776,7 @@ 1992-09-02 Barry A. Warsaw (warsaw@anthem.nlm.nih.gov) - * Extended syntax.c in the following ways to support up to 2 + Extended syntax.c in the following ways to support up to 2 orthogonal comment styles per mode. This is needed for C++. Bit 6 of syntax table entry for a character indicates it is part of the `b' comment style. Otherwise it is @@ -7137,7 +7136,7 @@ * screen.h [not MULTI_SCREEN]: The name is `SCREEN_MINIBUF_ONLY_P', not `SCREEN_IS_MINIBUF_ONLY'. - * xdisp [not MULTI_SCREEN] (Fredraw_display): Removed definition + * xdisp.c [not MULTI_SCREEN] (Fredraw_display): Removed definition here; the non-multi-screen version is already defined in dispnew.c, alongside the multi-screen version. (syms_of_xdisp): Don't try to defsubr Sredraw_display; it doesn't @@ -7974,7 +7973,7 @@ conditional expression to SIGTYPE, to match the type of the float_error call in the `then' clause. - * s/hpux8: #define HPUX8; this is supposed to be customary + * s/hpux8.h: #define HPUX8; this is supposed to be customary procedure, and fileio.c was expecting it, but somehow it didn't get defined. @@ -8026,7 +8025,7 @@ * unexec.c (sbrk): Declare this to return void * if __STDC__ is defined, or char * otherwise. - * lread.c init_lread): Re-cleaned logic. To determine whether the + * lread.c (init_lread): Re-cleaned logic. To determine whether the load path was changed before dumping, cons up a dump path and compare it. This method is more localized and accurate. (initial_path): Variable removed. @@ -12499,7 +12498,7 @@ * dispnew.c, xdisp.c: (un)hold_window_change no longer exists; added do_pending_window_change from 18.56. - * process.[ch]: added the raw_status_low and raw_status_high + * process.c, process.h: Add the raw_status_low and raw_status_high code from 18.56. 1990-09-29 Richard Stallman (rms@mole.ai.mit.edu) @@ -13043,7 +13042,7 @@ 1990-06-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) - * Globally replaced screen_width with macro + Globally replaced screen_width with macro SCREEN_WIDTH (selected_screen). * dispnew.c (init_display): Don't set SCREEN_WIDTH, etc. from screen_width. @@ -13735,7 +13734,7 @@ 1990-03-08 Joseph Arceneaux (jla@churchy.ai.mit.edu) - * xterm.c x_focus_screen no longer static. + * xterm.c (x_focus_screen): no longer static. (x_error_handler): Use XDefaultIOError. * screen.c (Ffocus_screen): New subr, removed Fscreen_has_focus. @@ -13781,7 +13780,7 @@ 1990-03-04 Joseph Arceneaux (jla@churchy.ai.mit.edu) - * eval.c If using X windows, include xterm.h. + * eval.c: If using X windows, include xterm.h. (error): TOTALLY_UNBLOCK_INPUT if using X. * xterm.h: BLOCK_INPUT, UNBLOCK_INPUT: No signal stuff, just inc @@ -13975,7 +13974,7 @@ 1990-02-06 Joseph Arceneaux (jla@churchy.ai.mit.edu) * xfns.c (Fx_pixel_width, Fx_pixel_height): New subrs. - * xterm.h New components pixel_width, pixel_height, to x_display. + * xterm.h: New components pixel_width, pixel_height, to x_display. * xterm.c (XTread_socket): On configure notify, set these components. * window.c (Fset_window_configuration): Select the screen of the @@ -14261,7 +14260,7 @@ 1989-12-03 Joseph Arceneaux (jla@spiff) - * alloc: Upped NSTATICS from 200 to 256. + * alloc.c: Upped NSTATICS from 200 to 256. * xterm.c (XTread_socket): Report MotionNotify events only if mouse has changed character position. Call x_read_mouse_position. @@ -14319,7 +14318,7 @@ (function keys). Also, handle these and mouse events with prefixes (by ignoring the prefixes for now). - * xfns.c New variable Vx_mouse_grabbed. + * xfns.c: New variable Vx_mouse_grabbed. * xterm.c (construct_mouse_event): Use it. (XTread_socket): Return Lisp_Symbol for function key. @@ -14789,7 +14788,7 @@ 1989-08-24 Richard Stallman (rms@apple-gunkies.ai.mit.edu) - * Use two variables to convey reason for synch process death, + Use two variables to convey reason for synch process death, to avoid consing in signal handler. They are synch_process_death and synch_process_retcode. * callproc.c (Fcall_process): Use both variables. @@ -15219,7 +15218,7 @@ * eval.c (Fdefvar): Operate on default value if sym is buffer-local. (Fdefconst): Likewise. - * Allow buffer-local variables to be void in one buffer + Allow buffer-local variables to be void in one buffer or in the default value. * data.c (swap_in_symval_forwarding): New function. (Fboundp, Fsymbol_value): Use that. @@ -15574,7 +15573,7 @@ 1989-05-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - * Begin changing representation of compiled functions. + Begin changing representation of compiled functions. * lisp.h (enum Lisp_Type): New type code Lisp_Compiled, like a vector. (COMPILED_*): Names for slots in those vectors. * alloc.c (Fmake_compiled_code): New function. @@ -16026,8 +16025,8 @@ Check for dead connection only if new arg EXPECTED is nonzero. All callers changed (keyboard and sysdep). - * Simplify keyboard input. - * keyboard.c (read_avail_input): Don't assume buffer is empty. + * keyboard.c: Simplify keyboard input. + (read_avail_input): Don't assume buffer is empty. Don't call get_input_pending; do FIONREAD here. Don't do FIONREAD if read_socket_hook, just tell it don't wait. Arg EXPECTED is passed to read_socket_hook. @@ -16035,7 +16034,7 @@ (gobble_input): Use read_avail_input; arg EXPECTED passed along. (get_input_pending): let gobble_input do the work. - * VMS keyboard input should have interrupt_input nonzero. + VMS keyboard input should have interrupt_input nonzero. * keyboard.c (Fset_input_mode, init_keyboard): [VMS] Always set interrupt_input to 1. (get_input_pending): Special case deleted. @@ -16250,7 +16249,7 @@ * ymakefile (obj): Include floatfns.o. * data.c (syms_of_data): Fix typo Snumberp_or_marker_p. - * Allow keymaps to have other keymaps as tails. + Allow keymaps to have other keymaps as tails. Thus, one keymap can inherit from another. * keymap.c (Fwhere_is_internal): Ignore non-cons elements of alist. (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 @@ * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion events to the toolkit. - * CONFIGURATION now comes via config.h. + CONFIGURATION now comes via config.h. * Makefile.in.in (emacs.o): Use the default .c.o command. (configuration): Make variable deleted. * config.h.in (CONFIGURATION): Add #undef. @@ -1389,7 +1389,7 @@ * xterm.c (x_new_font): Fix setting line_height. - * Support fonts of different heights, using tallest as line height: + Support fonts of different heights, using tallest as line height: * xfaces.c (frame_update_line_height): New function. (Fset_face_attribute_internal): Call that. @@ -2790,11 +2790,12 @@ 1994-02-09 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) - * Implement a Motif behavior for the menubar. Now, if you move the - pointer on another menubar item while displaying the contents of a - selected menubar item, the current pulldown menu is closed and the new - one corresponding to the new pointed item is displayed. - * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Clean up code. + * xmenu.c: Implement a Motif behavior for the menubar. + Now, if you move the pointer on another menubar item while + displaying the contents of a selected menubar item, the current + pulldown menu is closed and the new one corresponding to the new + pointed item is displayed. + (xmenu_show) [USE_X_TOOLKIT]: Clean up code. Handle the MotionNotify events in the XEvent loop. 1994-02-08 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) @@ -3122,8 +3123,8 @@ 1993-01-18 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) - * Support use of X toolkit. - (USE_X_TOOLKIT): New macro to conditionalize the use of Xt. + Support use of X toolkit. + * (USE_X_TOOLKIT): New macro to conditionalize the use of Xt. * widget.c, widgetP.h, widget.h: New files. * frame.h (struct frame): New field external_menu_bar. (FRAME_EXTERNAL_MENU_BAR): New macro. @@ -4520,7 +4521,7 @@ 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) - * Support configuring in a different directory when ${srcdir} has + Support configuring in a different directory when ${srcdir} has already been configured. * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c, xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c, @@ -4616,11 +4617,11 @@ * sysdep.c (read_input_waiting): If the user specifies `meta-flag', then notice characters with high-bit set. - * Added fixes from Karl Berry for ISC-2.2. - * s/isc2-2.h (MEMMOVE_MISSING): Define. - (SIGNALS_VIA_CHARACTERS): Define. - (LIB_STANDARD): Do not include -lcposix. - (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional. + Added fixes from Karl Berry for ISC-2.2. + * s/isc2-2.h (MEMMOVE_MISSING): Define. + (SIGNALS_VIA_CHARACTERS): Define. + (LIB_STANDARD): Do not include -lcposix. + (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional. 1993-08-17 Brian Fox (bfox@ai.mit.edu) @@ -4969,7 +4970,7 @@ 1993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * From daveg@synaptics.com: + From daveg@synaptics.com: * keyboard.c (last_mouse_button): Renamed from button_up_button. (last_mouse_x, last_mouse_y): Likewise. (button_down_time): Replaces button_up_time. @@ -6188,10 +6189,10 @@ * window.c (Fdelete_window): Mostly undo last change. Don't initialize `frame' in the declaration. - * Make prefix keys work with keymap inheritance + * keymap.c: Make prefix keys work with keymap inheritance by creating an inheritance structure for each subkeymap that we create in the inheriting keymap. - * keymap.c (access_keymap): New arg NOINHERIT. All calls changed. + (access_keymap): New arg NOINHERIT. All calls changed. (define_as_prefix): New function. (Fdefine_key): Use them. @@ -6273,7 +6274,7 @@ Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386. * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of NO_XRM_SET_DATABASE; the latter isn't used any more. - * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): + * m/delta88k.h, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): Dyke out these #definitions; to avoid conflict with autoconf. * 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 @@ (FRAMEP): Define different versions for MULTI_FRAME and MSDOS. Otherwise, don't define at all. - * makefile.in.in (MSDOS_SUPPORT): Add faces.elc. + * Makefile.in.in (MSDOS_SUPPORT): Add faces.elc. (msdos.o, dosfns.o): Add dependencies. (MSDOS_OBJ): New set of object files. (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 @@ (x_set_name): Let title parm override name parm for title use. (x_set_icon_name): Use title parm before name parm, if no icon_name. - * Properly undo the way deletion affects markers. + Properly undo the way deletion affects markers. * undo.c (record_marker_adjustment): New function. (Fprimitive_undo): Handle marker-adjustment elements. * 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 @@ 1998-01-01 Richard Stallman <rms@psilocin.gnu.org> - * Markers now have an ordinary bytepos, not including the gap: + Markers now have an ordinary bytepos, not including the gap: * marker.c (buf_bytepos_to_charpos): Use marker bytepos, not bufpos. (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> * editfns.c (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. - * Make region highlighting show in just one window. + Make region highlighting show in just one window. * xdisp.c (redisplay_internal): Test last_selected_window slot. (mark_window_display_accurate, display_text_line): Likewise. * 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> 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> - * Renamings to avoid conflicting names on MSDOS. + Renamings to avoid conflicting names on MSDOS. * s/riscix12.h: Renamed from s/riscix12.h. * s/sunos413.h: Renamed from s/sunos4-1-3.h. * 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 @@ * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional compilation on USE_TEXT_PROPERTIES. - * Fbyte_code: Use block statements in cases and declare v1 and v2 - locally there. Rearrange case statements so that those most - frequently executed come first. Avoid goto's in frequently - executed cases. + * bytecode.c (Fbyte_code): Use block statements in cases and + declare v1 and v2 locally there. Rearrange case statements so + that those most frequently executed come first. Avoid goto's in + frequently executed cases. 1999-11-05 Gerd Moellmann <gerd@gnu.org> 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 @@ bit-fields. (init_obarray): Likewise for t and nil. - * eval.c Use SYMBOL_VALUE/SET_SYMBOL_VALUE. + * eval.c: Use SYMBOL_VALUE/SET_SYMBOL_VALUE. (Fdefvaralias): New function. (specbind): Simplify the test if symbol is a constant. (syms_of_eval): Defsubr Fdefvaralias. @@ -2348,7 +2348,7 @@ (redisplay_internal): Avoid duplicate mark_window_display_accurate for the selected frame. - * xdisp.c Use make_number, for readability. + * xdisp.c: Use make_number, for readability. (try_window_id): Disable rows below the window end. (try_window_reusing_current_matrix): Use cursor_row_p. (try_window_reusing_current_matrix) <scrolling up>: Fix disabling @@ -12085,7 +12085,7 @@ 2000-03-04 Jason Rumney <jasonr@gnu.org> - * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or + * xfaces.c: Change many FRAME_X... macros to FRAME_WINDOW... or other non-platform-specific equivalents. [WINDOWSNT]: Include w32term.h, fontset.h and define X specific functions and macros as their w32 equivalents where |