From d967cd184c6dff62705de16823ca92b0ceb7ba23 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 16 Jan 2014 00:34:43 -0800 Subject: [PATCH] ChangeLog fixes --- admin/ChangeLog | 6 ++--- doc/emacs/ChangeLog | 2 +- doc/misc/ChangeLog | 23 +++++++++++++--- etc/ChangeLog | 4 +-- lib-src/ChangeLog | 6 ++--- lisp/ChangeLog.1 | 4 +-- lisp/ChangeLog.10 | 5 +--- lisp/ChangeLog.11 | 13 +-------- lisp/ChangeLog.9 | 62 +++++++++++++++++++++++-------------------- lisp/erc/ChangeLog | 2 +- lisp/erc/ChangeLog.02 | 20 +++++++------- lisp/erc/ChangeLog.03 | 4 +-- lisp/erc/ChangeLog.04 | 2 +- lisp/erc/ChangeLog.06 | 2 +- lisp/gnus/ChangeLog.1 | 6 ----- lisp/gnus/ChangeLog.2 | 15 ----------- nt/ChangeLog | 4 +-- src/ChangeLog.1 | 2 +- src/ChangeLog.11 | 2 +- src/ChangeLog.8 | 4 +-- 20 files changed, 85 insertions(+), 103 deletions(-) diff --git a/admin/ChangeLog b/admin/ChangeLog index 111d6441518..fd92b4f4a3f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -574,10 +574,10 @@ (cusver-scan): Check if containing group has a :version. (cusver-check): Add VERSION argument. -2012-10-01 David Engster +2012-10-06 David Engster * grammars/bovine-grammar.el: - * grammars/wisent-grammar.el: Move to lisp directory. + * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory. 2012-10-01 David Engster @@ -1993,8 +1993,6 @@ emacs.exe before zipping, and including batch file to recreate after unpacking. - * nt/stitch.bat: New file. - * nt/README-ftp-server: Update wording and version number etc. Add extra instructions for installing multi-file .zip distribution. diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 124ecaea9e7..8f6a79a0442 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -10226,7 +10226,7 @@ 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - * texindex.tex: If USG, include sys/types.h and sys/fcntl.h. + * texindex.c: If USG, include sys/types.h and sys/fcntl.h. 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0b5904ba3ac..394bb30ebfb 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -3517,7 +3517,8 @@ 2013-02-18 Aidan Gauland - * eshell.texi (Input/Output): Document insert output redirection operator, >>>. + * eshell.texi (Input/Output): + Document insert output redirection operator, >>>. 2011-02-18 Glenn Morris @@ -10795,6 +10796,11 @@ `tramp-set-completion-function', because parsing of ssh config files looks more natural. +2003-01-15 Kevin Ryde + + * gnus.texi (Using MIME): Mention auto-compression-mode with + gnus-mime-copy-part. + 2003-01-15 ShengHuo ZHU * gnus.texi: Do not use `path' in several locations. @@ -10843,6 +10849,12 @@ * reftex.texi: Update to RefTeX 4.19. +2002-07-21 Jesper Harder + + * gnus.texi (Sorting Groups): Add key bindings for + gnus-group-sort-groups-by-real-name and + gnus-group-sort-selected-groups-by-real-name. + 2002-06-17 Kai Großjohann * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. @@ -10978,6 +10990,12 @@ * reftex.texi: Update for RefTeX version 3.22. +1998-03-01 Kim-Minh Kaplan + + * gnus.texi (Easy Picons): Removed references to + `gnus-group-display-picons'. + (Hard Picons): Ditto. + 1998-02-08 Richard Stallman * Makefile.in (reftex.dvi, ../info/reftex): New targets. @@ -11185,9 +11203,6 @@ * forms.texi: Fix forms.texi so that it will format correctly. Add missing `@end iftex', fix bad reference. - * info.texi, info-stn.texi: New files implement texinfo version of - `info' file. - 1993-10-20 Brian J. Fox (bfox@ai.mit.edu) * Makefile: Fix targets for texindex, new info.texi files. diff --git a/etc/ChangeLog b/etc/ChangeLog index a6f51d04ae2..3849ca413d3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -5950,7 +5950,7 @@ 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) - * make-docfile: Find the arguments to a C function correctly, + * make-docfile.c: Find the arguments to a C function correctly, by not ignoring the character that read_c_string returns. Don't even try to find argument names for functions that take MANY or UNEVALLED arguments, since they're a figment of the docstring's @@ -5958,7 +5958,7 @@ 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) - * make-docfile: Read the .elc files generated by the new byte + * make-docfile.c: Read the .elc files generated by the new byte compiler. 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3941a63ff2b..dc4ec91c512 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1201,7 +1201,7 @@ 2011-01-30 Jim Meyering - make-docfile: don't corrupt heap for an invalid .elc file + * make-docfile.c: don't corrupt heap for an invalid .elc file "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 one byte before just-malloc'd saved_string buffer. * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic @@ -8280,7 +8280,7 @@ 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) - * make-docfile: Find the arguments to a C function correctly, + * make-docfile.c: Find the arguments to a C function correctly, by not ignoring the character that read_c_string returns. Don't even try to find argument names for functions that take MANY or UNEVALLED arguments, since they're a figment of the docstring's @@ -8288,7 +8288,7 @@ 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) - * make-docfile: Read the .elc files generated by the new byte + * make-docfile.c: Read the .elc files generated by the new byte compiler. 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index 3462af8966d..b947715479c 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 @@ -1777,7 +1777,7 @@ * debug.el (debug): Bind debug-on-error to nil over entire invocation of debugger. - * everywhere: + * Everywhere: Change dot to point. * Many major mode commands: @@ -2551,7 +2551,7 @@ 1985-06-12 Richard Mlynarik (mly@mit-prep) - * rmail (rmail-insert-inbox-text): + * rmail.el (rmail-insert-inbox-text): file-name-directory includes a trailing "/". 1985-06-12 K. Shane Hartman (shane@mit-prep) diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 8f5183b1ccb..9c727945491 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -1248,8 +1248,7 @@ sequences (each with optional trailing space). * net/tramp-uu.el: - * net/tramp-util.el: - * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie + * net/tramp-util.el: Use iso-2022-7bit encoding with coding cookie for XEmacs compatibility. 2003-06-17 Kenichi Handa @@ -2243,8 +2242,6 @@ end of prompt. (ANSI escapes elsewhere in the prompt are recognized properly already.) - * net/tramp-efs.el: New file. - 2003-05-24 Michael Albinus * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 9e299a2e3ca..906a445c893 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -6642,7 +6642,7 @@ 2004-05-29 Pavel Kobiakov - * flymake.el: New file. + * progmodes/flymake.el: New file. 2004-05-28 Luc Teirlinck @@ -6731,17 +6731,6 @@ * mail/smtpmail.el (smtpmail-open-stream): Bind starttls-extra-arguments too, if starttls.el uses GnuTLS. -2004-05-26 Simon Josefsson - - * starttls.el: Merge with my GnuTLS based starttls.el. - (starttls-gnutls-program, starttls-use-gnutls) - (starttls-extra-arguments, starttls-process-connection-type) - (starttls-connect, starttls-failure, starttls-success): New variables. - (starttls-program, starttls-extra-args): Doc fix. - (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs. - (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' - and pass on to corresponding *-gnutls function if it is set. - 2004-05-27 Luc Teirlinck * autorevert.el (auto-revert-handler): Disable auto-reverting of diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 3b470fb67f7..121e30d9657 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -919,18 +919,18 @@ 2001-09-24 Vinicius Jose Latorre - * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix. + * progmodes/ebnf2ps.el: Eliminate make-local-hook calls. Doc fix. (ebnf-version): New version (3.6.1). - * ebnf-bnf.el: Fix character range regexp. Doc fix. + * progmodes/ebnf-bnf.el: Fix character range regexp. Doc fix. (ebnf-bnf-non-terminal-chars): New internal const. (ebnf-bnf-lex): Fix code. - * ebnf-iso.el: Fix character range regexp. Doc fix. + * progmodes/ebnf-iso.el: Fix character range regexp. Doc fix. (ebnf-iso-non-terminal-chars): New internal const. (ebnf-iso-lex): Fix code. - * ebnf-yac.el: Fix character range regexp. Doc fix. + * progmodes/ebnf-yac.el: Fix character range regexp. Doc fix. (ebnf-yac-skip-chars): New internal const. (ebnf-yac-skip-code): Fix code. @@ -1006,16 +1006,17 @@ 2001-09-19 Vinicius Jose Latorre - * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript + * progmodes/ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript programming. Doc fix. (ebnf-version): New version (3.6). (ebnf-eps-begin): Data fix. (ebnf-begin-file): Code fix. - * ebnf-bnf.el: Doc fix. + * progmodes/ebnf-bnf.el: Doc fix. (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens. - * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix. + * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, progmodes/ebnf-yac.el: + Doc fix. 2001-09-18 Vinicius Jose Latorre @@ -5745,7 +5746,7 @@ 2001-02-05 Vinicius Jose Latorre - * ebnf2ps.el: Eliminate time-stamp functions. + * progmodes/ebnf2ps.el: Eliminate time-stamp functions. (ebnf-version): New version (3.5). (ebnf-eps-finish-and-write): Replace time-stamp functions by format-time-string. @@ -7072,27 +7073,27 @@ 2000-12-21 Vinicius Jose Latorre - * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept - ranges like \177-\237, but accepts the character sequence from \177 to - \237. Doc fix. + * progmodes/ebnf2ps.el: Fix a problem with skip-chars-forward: + it doesn't accept ranges like \177-\237, but accepts the character + sequence from \177 to \237. Doc fix. (ebnf-version): New version (3.4). (ebnf-setup): Code fix. (ebnf-range-regexp): New fun. (ebnf-8-bit-chars): Const fix. - * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log - entry. Doc fix. + * progmodes/ebnf-bnf.el: Fix the same problem as described + on ebnf2ps.el log entry. Doc fix. (ebnf-bnf-lex): Code fix. (ebnf-bnf-comment-chars): Const fix. - * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log - entry. Doc fix. + * progmodes/ebnf-iso.el: Fix the same problem as described + on ebnf2ps.el log entry. Doc fix. (ebnf-iso-comment-chars): Const fix. - * ebnf-otz.el: Doc fix. + * progmodes/ebnf-otz.el: Doc fix. - * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log - entry. Doc fix. + * progmodes/ebnf-yac.el: Fix the same problem as described + on ebnf2ps.el log entry. Doc fix. (ebnf-yac-skip-code): Code fix. (ebnf-yac-comment-chars): Const fix. @@ -10183,7 +10184,7 @@ * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el, * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el, * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el, - * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el, + * eshell/em-glob.el, eshell/em-dirs.el, eshell/em-cmpl.el, * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el: Add author information. @@ -15035,7 +15036,7 @@ 2000-07-30 Milan Zamazal - * glasses.el (glasses-make-readable): Fix uncapitalization of + * progmodes/glasses.el (glasses-make-readable): Fix uncapitalization of identifiers like `myXMLDocument'. 2000-07-28 Karl Fogel @@ -17835,10 +17836,13 @@ * faces.el: Declare more functions obsolete. - * viet-util.el, thai-util.el, tibet-util.el, slovak.el - * misc-lang.el, romanian.el, korea-util.el, lao-util.el - * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el - * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: + * language/viet-util.el, language/thai-util.el, language/tibet-util.el: + * language/slovak.el, language/misc-lang.el, language/romanian.el: + * language/korea-util.el, language/lao-util.el, language/japan-util.el: + * language/greek.el, language/hebrew.el, language/european.el: + * language/ethio-util.el, language/english.el, language/czech.el: + * language/devan-util.el, language/cyril-util.el: + * language/china-util.el: Remove all the setup-...-environment functions. 2000-05-13 Eric M. Ludlam @@ -18077,7 +18081,7 @@ 2000-05-04 Milan Zamazal - * glasses.el (glasses-convert-to-unreadable): Use + * progmodes/glasses.el (glasses-convert-to-unreadable): Use `glasses-separator' instead of the hard-wired "_". (glasses-mode): Call `glasses-make-unreadable' only in a single place. @@ -18596,7 +18600,7 @@ 2000-04-04 Milan Zamazal - * glasses.el: Provide facilities for inserting space before left + * progmodes/glasses.el: Provide facilities for inserting space before left parentheses and uncapitalization of identifiers. (glasses-mode): Try to remove old overlays in all cases. @@ -20092,9 +20096,9 @@ * windmove.el: New file. - * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, - progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, - progmodes/ebnf-yac.el: Update copyright and license info. + * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el: + * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el: + * progmodes/ebnf-yac.el: Update copyright and license info. * jit-lock.el (jit-lock-function): Widen before calculating end position. diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index b5cbf56d888..6bfaa184b70 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -200,7 +200,7 @@ 2012-10-04 Julien Danjou - * erc-desktop-notifications.el: Rename from erc-notifications to + * erc-desktop-notifications.el: Rename from erc-notifications.el to avoid clash with 8+3 filename format and erc-notify.el. 2012-09-25 Chong Yidong diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index 32ff17e65f6..77d4855abc2 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 @@ -1032,13 +1032,12 @@ * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el: * new file - erc.el: - * Removed auto-discard-away facility (now included in erc-autoaway.el) - * (erc-away-p): new function + * erc.el: Removed auto-discard-away facility (now included in + erc-autoaway.el) + (erc-away-p): new function - erc-fill.el: - * (erc-fill-variable): Check whether erc-timestamp-format is bound before - using it (erc-fill.el does not require erc-stamp). + * erc-fill.el (erc-fill-variable): Check whether erc-timestamp-format + is bound before using it (erc-fill.el does not require erc-stamp). 2002-11-10 Alex Schroeder @@ -1650,10 +1649,13 @@ Changed some instances of member to memq. * erc-track.el, erc.el: - erc.el: (erc-message-type-member): New function, used to test + * erc.el (erc-message-type-member): New function, used to test for message type. Require erc-parsed text-property. - erc-track.el: erc-track-exclude-types: New variable. Defaults to ("JOIN" "PART") right now for testing, it should eventually set to nil soon again. - (erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking. + * erc-track.el (erc-track-exclude-types): New variable. Defaults + to ("JOIN" "PART") right now for testing, it should eventually set + to nil soon again. + (erc-track-modified-channels): Use above fun and var to optionally + exclude certain message types from channel tracking. 2002-05-28 Diane Murray diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index fff3e8560cc..5f04cf8ebe5 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 @@ -678,7 +678,7 @@ to erc-truncate.el * erc-truncate-buffer-on-save: moved to erc-log.el * erc-initialize-log-marker: new function. - erc-log.el: + * erc-log.el: * erc-truncate-buffer-on-save: New defcust here; from erc.el * erc-truncate-buffer-on-save: Put it in group `erc-log' * erc-log-channels-directory: Remove trailing slash from @@ -686,7 +686,7 @@ * Add functions to erc-connect-pre-hook, erc-part-hook and erc-quit-hook to avoid getting autoloaded. - erc-truncate.el: + * erc-truncate.el: * Contains the truncation functions and defcusts from erc.el. * define-erc-module clause added; new erc-truncate-mode. diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04 index c82d9e5028e..07f2fa9efdc 100644 --- a/lisp/erc/ChangeLog.04 +++ b/lisp/erc/ChangeLog.04 @@ -491,7 +491,7 @@ members has been made some time ago. Clean up the various tries to do this in the past. - erc-macs.el: Removed. erc-members.el: Removed. + * erc-macs.el, erc-members.el: Removed. 2004-08-10 Jorgen Schaefer diff --git a/lisp/erc/ChangeLog.06 b/lisp/erc/ChangeLog.06 index 197fd991c76..a547da6b27c 100644 --- a/lisp/erc/ChangeLog.06 +++ b/lisp/erc/ChangeLog.06 @@ -1095,7 +1095,7 @@ `ibuffer-define-column'. Require 'ibuf-ext so that the macros work without compiler warnings. - * man/erc.texi (Obtaining ERC, Installation): Note that these + * erc.texi (Obtaining ERC, Installation): Note that these sections may be skipped if using the version of ERC that comes with Emacs. diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index 92d579b53d9..e8a66bfbd43 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 @@ -1959,12 +1959,6 @@ * nntp.el: Check whether the connection died. -1998-03-01 Kim-Minh Kaplan - - * gnus.texi (Easy Picons): Removed references to - `gnus-group-display-picons'. - (Hard Picons): Ditto. - 1998-03-02 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-exit-no-update): Run diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 789b601540b..b182f226e04 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 @@ -5518,11 +5518,6 @@ * gnus-ems.el (gnus-mark-active-p): Do. -2003-01-15 Kevin Ryde - - * gnus.texi (Using MIME): Mention auto-compression-mode with - gnus-mime-copy-part. - 2003-01-15 Lars Magne Ingebrigtsen * message.el (message-send): Don't warn about duplicates when @@ -6529,12 +6524,6 @@ gnus-group-sort-groups-by-real-name and gnus-group-sort-selected-groups-by-real-name. -2002-07-21 Jesper Harder - - * gnus.texi (Sorting Groups): Add key bindings for - gnus-group-sort-groups-by-real-name and - gnus-group-sort-selected-groups-by-real-name. - 2002-12-30 Teodor Zlatanov * spam.el (spam-use-dig): New variable for blackhole checking @@ -18165,10 +18154,6 @@ * nnheader.el (nnheader-replace-chars-in-string): Use it. * gnus-mh.el (mh-lib-progs): Shut up. -2000-11-04 ShengHuo Zhu - - * base64.el, md5.el: Moved to contrib directory. - 2000-11-04 11:13:56 ShengHuo ZHU * gnus-sum.el (gnus-summary-search-article-forward): Don't move diff --git a/nt/ChangeLog b/nt/ChangeLog index 427c62a04d2..c27b6fc38ba 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -3298,9 +3298,7 @@ 1995-04-10 Geoff Voelker - * src: Remove directory. - - * src/config.h, src/paths.h: Moved to parent dir, src removed. + * src/config.h, src/paths.h: Moved to parent dir, src/ removed. 1995-04-09 Geoff Voelker diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index b4ddb046439..df9db67691a 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 @@ -2920,7 +2920,7 @@ 1985-06-08 Richard M. Stallman (rms@mit-prep) - * various files: + * Various files: Make functions called by internal_with_output_to_temp_window all return Lisp_Object. diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 1ca14ccd616..e8463718827 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 @@ -28495,7 +28495,7 @@ 2007-11-09 Jason Rumney - * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define. + * s/ms-w32.h (USE_TOOLKIT_SCROLL_BARS): Define. * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 874526e2c99..c83253e3be5 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -6618,7 +6618,7 @@ an iterator. (globally): Add function prototypes from 20.2.97. - * everywhere: Use P_ instead of PROTO for function prototypes + * Everywhere: Use P_ instead of PROTO for function prototypes because everyone else seems to use P_. * dispextern.h (struct text_pos): Structure describing a charpos/ @@ -10893,7 +10893,7 @@ (MATRIX_ROW_INVERSE_P): Former MATRIX_ROW_HIGHLIGHT_P. (struct glyph_row): HIGHLIGHT_P -> INVERSE_P - * all files: Use above new names. + * All files: Use above new names. * dispnew.c (scroll_frame_lines): Simplified. Use SCROLL_GLYPH_MATRIX. -- 2.39.2