diff options
| author | Glenn Morris | 2014-01-16 00:34:43 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-16 00:34:43 -0800 |
| commit | d967cd184c6dff62705de16823ca92b0ceb7ba23 (patch) | |
| tree | 89d905c4ff407d849b86cde7be1d5acbe57f73c0 | |
| parent | c5e24e666e6bdbccdea28619849c9de646b9e799 (diff) | |
| download | emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.gz emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.zip | |
ChangeLog fixes
| -rw-r--r-- | admin/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 23 | ||||
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog.1 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 13 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 62 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.02 | 20 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.03 | 4 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.04 | 2 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.06 | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.1 | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 15 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 574 | (cusver-scan): Check if containing group has a :version. | 574 | (cusver-scan): Check if containing group has a :version. |
| 575 | (cusver-check): Add VERSION argument. | 575 | (cusver-check): Add VERSION argument. |
| 576 | 576 | ||
| 577 | 2012-10-01 David Engster <deng@randomsample.de> | 577 | 2012-10-06 David Engster <deng@randomsample.de> |
| 578 | 578 | ||
| 579 | * grammars/bovine-grammar.el: | 579 | * grammars/bovine-grammar.el: |
| 580 | * grammars/wisent-grammar.el: Move to lisp directory. | 580 | * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory. |
| 581 | 581 | ||
| 582 | 2012-10-01 David Engster <deng@randomsample.de> | 582 | 2012-10-01 David Engster <deng@randomsample.de> |
| 583 | 583 | ||
| @@ -1993,8 +1993,6 @@ | |||
| 1993 | emacs.exe before zipping, and including batch file to recreate | 1993 | emacs.exe before zipping, and including batch file to recreate |
| 1994 | after unpacking. | 1994 | after unpacking. |
| 1995 | 1995 | ||
| 1996 | * nt/stitch.bat: New file. | ||
| 1997 | |||
| 1998 | * nt/README-ftp-server: Update wording and version number etc. | 1996 | * nt/README-ftp-server: Update wording and version number etc. |
| 1999 | Add extra instructions for installing multi-file .zip | 1997 | Add extra instructions for installing multi-file .zip |
| 2000 | distribution. | 1998 | 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 @@ | |||
| 10226 | 10226 | ||
| 10227 | 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 10227 | 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 10228 | 10228 | ||
| 10229 | * texindex.tex: If USG, include sys/types.h and sys/fcntl.h. | 10229 | * texindex.c: If USG, include sys/types.h and sys/fcntl.h. |
| 10230 | 10230 | ||
| 10231 | 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu) | 10231 | 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu) |
| 10232 | 10232 | ||
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 @@ | |||
| 3517 | 3517 | ||
| 3518 | 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> | 3518 | 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz> |
| 3519 | 3519 | ||
| 3520 | * eshell.texi (Input/Output): Document insert output redirection operator, >>>. | 3520 | * eshell.texi (Input/Output): |
| 3521 | Document insert output redirection operator, >>>. | ||
| 3521 | 3522 | ||
| 3522 | 2011-02-18 Glenn Morris <rgm@gnu.org> | 3523 | 2011-02-18 Glenn Morris <rgm@gnu.org> |
| 3523 | 3524 | ||
| @@ -10795,6 +10796,11 @@ | |||
| 10795 | `tramp-set-completion-function', because parsing of ssh config | 10796 | `tramp-set-completion-function', because parsing of ssh config |
| 10796 | files looks more natural. | 10797 | files looks more natural. |
| 10797 | 10798 | ||
| 10799 | 2003-01-15 Kevin Ryde <user42@zip.com.au> | ||
| 10800 | |||
| 10801 | * gnus.texi (Using MIME): Mention auto-compression-mode with | ||
| 10802 | gnus-mime-copy-part. | ||
| 10803 | |||
| 10798 | 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> | 10804 | 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 10799 | 10805 | ||
| 10800 | * gnus.texi: Do not use `path' in several locations. | 10806 | * gnus.texi: Do not use `path' in several locations. |
| @@ -10843,6 +10849,12 @@ | |||
| 10843 | 10849 | ||
| 10844 | * reftex.texi: Update to RefTeX 4.19. | 10850 | * reftex.texi: Update to RefTeX 4.19. |
| 10845 | 10851 | ||
| 10852 | 2002-07-21 Jesper Harder <harder@ifa.au.dk> | ||
| 10853 | |||
| 10854 | * gnus.texi (Sorting Groups): Add key bindings for | ||
| 10855 | gnus-group-sort-groups-by-real-name and | ||
| 10856 | gnus-group-sort-selected-groups-by-real-name. | ||
| 10857 | |||
| 10846 | 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 10858 | 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 10847 | 10859 | ||
| 10848 | * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. | 10860 | * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. |
| @@ -10978,6 +10990,12 @@ | |||
| 10978 | 10990 | ||
| 10979 | * reftex.texi: Update for RefTeX version 3.22. | 10991 | * reftex.texi: Update for RefTeX version 3.22. |
| 10980 | 10992 | ||
| 10993 | 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr> | ||
| 10994 | |||
| 10995 | * gnus.texi (Easy Picons): Removed references to | ||
| 10996 | `gnus-group-display-picons'. | ||
| 10997 | (Hard Picons): Ditto. | ||
| 10998 | |||
| 10981 | 1998-02-08 Richard Stallman <rms@psilocin.gnu.org> | 10999 | 1998-02-08 Richard Stallman <rms@psilocin.gnu.org> |
| 10982 | 11000 | ||
| 10983 | * Makefile.in (reftex.dvi, ../info/reftex): New targets. | 11001 | * Makefile.in (reftex.dvi, ../info/reftex): New targets. |
| @@ -11185,9 +11203,6 @@ | |||
| 11185 | * forms.texi: Fix forms.texi so that it will format correctly. | 11203 | * forms.texi: Fix forms.texi so that it will format correctly. |
| 11186 | Add missing `@end iftex', fix bad reference. | 11204 | Add missing `@end iftex', fix bad reference. |
| 11187 | 11205 | ||
| 11188 | * info.texi, info-stn.texi: New files implement texinfo version of | ||
| 11189 | `info' file. | ||
| 11190 | |||
| 11191 | 1993-10-20 Brian J. Fox (bfox@ai.mit.edu) | 11206 | 1993-10-20 Brian J. Fox (bfox@ai.mit.edu) |
| 11192 | 11207 | ||
| 11193 | * Makefile: Fix targets for texindex, new info.texi files. | 11208 | * 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 @@ | |||
| 5950 | 5950 | ||
| 5951 | 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) | 5951 | 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) |
| 5952 | 5952 | ||
| 5953 | * make-docfile: Find the arguments to a C function correctly, | 5953 | * make-docfile.c: Find the arguments to a C function correctly, |
| 5954 | by not ignoring the character that read_c_string returns. | 5954 | by not ignoring the character that read_c_string returns. |
| 5955 | Don't even try to find argument names for functions that take MANY | 5955 | Don't even try to find argument names for functions that take MANY |
| 5956 | or UNEVALLED arguments, since they're a figment of the docstring's | 5956 | or UNEVALLED arguments, since they're a figment of the docstring's |
| @@ -5958,7 +5958,7 @@ | |||
| 5958 | 5958 | ||
| 5959 | 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) | 5959 | 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) |
| 5960 | 5960 | ||
| 5961 | * make-docfile: Read the .elc files generated by the new byte | 5961 | * make-docfile.c: Read the .elc files generated by the new byte |
| 5962 | compiler. | 5962 | compiler. |
| 5963 | 5963 | ||
| 5964 | 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) | 5964 | 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 @@ | |||
| 1201 | 1201 | ||
| 1202 | 2011-01-30 Jim Meyering <meyering@redhat.com> | 1202 | 2011-01-30 Jim Meyering <meyering@redhat.com> |
| 1203 | 1203 | ||
| 1204 | make-docfile: don't corrupt heap for an invalid .elc file | 1204 | * make-docfile.c: don't corrupt heap for an invalid .elc file |
| 1205 | "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 | 1205 | "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 |
| 1206 | one byte before just-malloc'd saved_string buffer. | 1206 | one byte before just-malloc'd saved_string buffer. |
| 1207 | * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic | 1207 | * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic |
| @@ -8280,7 +8280,7 @@ | |||
| 8280 | 8280 | ||
| 8281 | 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) | 8281 | 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) |
| 8282 | 8282 | ||
| 8283 | * make-docfile: Find the arguments to a C function correctly, | 8283 | * make-docfile.c: Find the arguments to a C function correctly, |
| 8284 | by not ignoring the character that read_c_string returns. | 8284 | by not ignoring the character that read_c_string returns. |
| 8285 | Don't even try to find argument names for functions that take MANY | 8285 | Don't even try to find argument names for functions that take MANY |
| 8286 | or UNEVALLED arguments, since they're a figment of the docstring's | 8286 | or UNEVALLED arguments, since they're a figment of the docstring's |
| @@ -8288,7 +8288,7 @@ | |||
| 8288 | 8288 | ||
| 8289 | 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) | 8289 | 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) |
| 8290 | 8290 | ||
| 8291 | * make-docfile: Read the .elc files generated by the new byte | 8291 | * make-docfile.c: Read the .elc files generated by the new byte |
| 8292 | compiler. | 8292 | compiler. |
| 8293 | 8293 | ||
| 8294 | 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) | 8294 | 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 @@ | |||
| 1777 | * debug.el (debug): | 1777 | * debug.el (debug): |
| 1778 | Bind debug-on-error to nil over entire invocation of debugger. | 1778 | Bind debug-on-error to nil over entire invocation of debugger. |
| 1779 | 1779 | ||
| 1780 | * everywhere: | 1780 | * Everywhere: |
| 1781 | Change dot to point. | 1781 | Change dot to point. |
| 1782 | 1782 | ||
| 1783 | * Many major mode commands: | 1783 | * Many major mode commands: |
| @@ -2551,7 +2551,7 @@ | |||
| 2551 | 2551 | ||
| 2552 | 1985-06-12 Richard Mlynarik (mly@mit-prep) | 2552 | 1985-06-12 Richard Mlynarik (mly@mit-prep) |
| 2553 | 2553 | ||
| 2554 | * rmail (rmail-insert-inbox-text): | 2554 | * rmail.el (rmail-insert-inbox-text): |
| 2555 | file-name-directory includes a trailing "/". | 2555 | file-name-directory includes a trailing "/". |
| 2556 | 2556 | ||
| 2557 | 1985-06-12 K. Shane Hartman (shane@mit-prep) | 2557 | 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 @@ | |||
| 1248 | sequences (each with optional trailing space). | 1248 | sequences (each with optional trailing space). |
| 1249 | 1249 | ||
| 1250 | * net/tramp-uu.el: | 1250 | * net/tramp-uu.el: |
| 1251 | * net/tramp-util.el: | 1251 | * net/tramp-util.el: Use iso-2022-7bit encoding with coding cookie |
| 1252 | * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie | ||
| 1253 | for XEmacs compatibility. | 1252 | for XEmacs compatibility. |
| 1254 | 1253 | ||
| 1255 | 2003-06-17 Kenichi Handa <handa@m17n.org> | 1254 | 2003-06-17 Kenichi Handa <handa@m17n.org> |
| @@ -2243,8 +2242,6 @@ | |||
| 2243 | end of prompt. (ANSI escapes elsewhere in the prompt are | 2242 | end of prompt. (ANSI escapes elsewhere in the prompt are |
| 2244 | recognized properly already.) | 2243 | recognized properly already.) |
| 2245 | 2244 | ||
| 2246 | * net/tramp-efs.el: New file. | ||
| 2247 | |||
| 2248 | 2003-05-24 Michael Albinus <Michael.Albinus@alcatel.de> | 2245 | 2003-05-24 Michael Albinus <Michael.Albinus@alcatel.de> |
| 2249 | 2246 | ||
| 2250 | * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be | 2247 | * 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 @@ | |||
| 6642 | 6642 | ||
| 6643 | 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> | 6643 | 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> |
| 6644 | 6644 | ||
| 6645 | * flymake.el: New file. | 6645 | * progmodes/flymake.el: New file. |
| 6646 | 6646 | ||
| 6647 | 2004-05-28 Luc Teirlinck <teirllm@auburn.edu> | 6647 | 2004-05-28 Luc Teirlinck <teirllm@auburn.edu> |
| 6648 | 6648 | ||
| @@ -6731,17 +6731,6 @@ | |||
| 6731 | * mail/smtpmail.el (smtpmail-open-stream): | 6731 | * mail/smtpmail.el (smtpmail-open-stream): |
| 6732 | Bind starttls-extra-arguments too, if starttls.el uses GnuTLS. | 6732 | Bind starttls-extra-arguments too, if starttls.el uses GnuTLS. |
| 6733 | 6733 | ||
| 6734 | 2004-05-26 Simon Josefsson <jas@extundo.com> | ||
| 6735 | |||
| 6736 | * starttls.el: Merge with my GnuTLS based starttls.el. | ||
| 6737 | (starttls-gnutls-program, starttls-use-gnutls) | ||
| 6738 | (starttls-extra-arguments, starttls-process-connection-type) | ||
| 6739 | (starttls-connect, starttls-failure, starttls-success): New variables. | ||
| 6740 | (starttls-program, starttls-extra-args): Doc fix. | ||
| 6741 | (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs. | ||
| 6742 | (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' | ||
| 6743 | and pass on to corresponding *-gnutls function if it is set. | ||
| 6744 | |||
| 6745 | 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> | 6734 | 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> |
| 6746 | 6735 | ||
| 6747 | * autorevert.el (auto-revert-handler): Disable auto-reverting of | 6736 | * 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 @@ | |||
| 919 | 919 | ||
| 920 | 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 920 | 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 921 | 921 | ||
| 922 | * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix. | 922 | * progmodes/ebnf2ps.el: Eliminate make-local-hook calls. Doc fix. |
| 923 | (ebnf-version): New version (3.6.1). | 923 | (ebnf-version): New version (3.6.1). |
| 924 | 924 | ||
| 925 | * ebnf-bnf.el: Fix character range regexp. Doc fix. | 925 | * progmodes/ebnf-bnf.el: Fix character range regexp. Doc fix. |
| 926 | (ebnf-bnf-non-terminal-chars): New internal const. | 926 | (ebnf-bnf-non-terminal-chars): New internal const. |
| 927 | (ebnf-bnf-lex): Fix code. | 927 | (ebnf-bnf-lex): Fix code. |
| 928 | 928 | ||
| 929 | * ebnf-iso.el: Fix character range regexp. Doc fix. | 929 | * progmodes/ebnf-iso.el: Fix character range regexp. Doc fix. |
| 930 | (ebnf-iso-non-terminal-chars): New internal const. | 930 | (ebnf-iso-non-terminal-chars): New internal const. |
| 931 | (ebnf-iso-lex): Fix code. | 931 | (ebnf-iso-lex): Fix code. |
| 932 | 932 | ||
| 933 | * ebnf-yac.el: Fix character range regexp. Doc fix. | 933 | * progmodes/ebnf-yac.el: Fix character range regexp. Doc fix. |
| 934 | (ebnf-yac-skip-chars): New internal const. | 934 | (ebnf-yac-skip-chars): New internal const. |
| 935 | (ebnf-yac-skip-code): Fix code. | 935 | (ebnf-yac-skip-code): Fix code. |
| 936 | 936 | ||
| @@ -1006,16 +1006,17 @@ | |||
| 1006 | 1006 | ||
| 1007 | 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 1007 | 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 1008 | 1008 | ||
| 1009 | * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript | 1009 | * progmodes/ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript |
| 1010 | programming. Doc fix. | 1010 | programming. Doc fix. |
| 1011 | (ebnf-version): New version (3.6). | 1011 | (ebnf-version): New version (3.6). |
| 1012 | (ebnf-eps-begin): Data fix. | 1012 | (ebnf-eps-begin): Data fix. |
| 1013 | (ebnf-begin-file): Code fix. | 1013 | (ebnf-begin-file): Code fix. |
| 1014 | 1014 | ||
| 1015 | * ebnf-bnf.el: Doc fix. | 1015 | * progmodes/ebnf-bnf.el: Doc fix. |
| 1016 | (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens. | 1016 | (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens. |
| 1017 | 1017 | ||
| 1018 | * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix. | 1018 | * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, progmodes/ebnf-yac.el: |
| 1019 | Doc fix. | ||
| 1019 | 1020 | ||
| 1020 | 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 1021 | 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 1021 | 1022 | ||
| @@ -5745,7 +5746,7 @@ | |||
| 5745 | 5746 | ||
| 5746 | 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5747 | 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 5747 | 5748 | ||
| 5748 | * ebnf2ps.el: Eliminate time-stamp functions. | 5749 | * progmodes/ebnf2ps.el: Eliminate time-stamp functions. |
| 5749 | (ebnf-version): New version (3.5). | 5750 | (ebnf-version): New version (3.5). |
| 5750 | (ebnf-eps-finish-and-write): Replace time-stamp functions by | 5751 | (ebnf-eps-finish-and-write): Replace time-stamp functions by |
| 5751 | format-time-string. | 5752 | format-time-string. |
| @@ -7072,27 +7073,27 @@ | |||
| 7072 | 7073 | ||
| 7073 | 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 7074 | 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7074 | 7075 | ||
| 7075 | * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept | 7076 | * progmodes/ebnf2ps.el: Fix a problem with skip-chars-forward: |
| 7076 | ranges like \177-\237, but accepts the character sequence from \177 to | 7077 | it doesn't accept ranges like \177-\237, but accepts the character |
| 7077 | \237. Doc fix. | 7078 | sequence from \177 to \237. Doc fix. |
| 7078 | (ebnf-version): New version (3.4). | 7079 | (ebnf-version): New version (3.4). |
| 7079 | (ebnf-setup): Code fix. | 7080 | (ebnf-setup): Code fix. |
| 7080 | (ebnf-range-regexp): New fun. | 7081 | (ebnf-range-regexp): New fun. |
| 7081 | (ebnf-8-bit-chars): Const fix. | 7082 | (ebnf-8-bit-chars): Const fix. |
| 7082 | 7083 | ||
| 7083 | * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log | 7084 | * progmodes/ebnf-bnf.el: Fix the same problem as described |
| 7084 | entry. Doc fix. | 7085 | on ebnf2ps.el log entry. Doc fix. |
| 7085 | (ebnf-bnf-lex): Code fix. | 7086 | (ebnf-bnf-lex): Code fix. |
| 7086 | (ebnf-bnf-comment-chars): Const fix. | 7087 | (ebnf-bnf-comment-chars): Const fix. |
| 7087 | 7088 | ||
| 7088 | * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log | 7089 | * progmodes/ebnf-iso.el: Fix the same problem as described |
| 7089 | entry. Doc fix. | 7090 | on ebnf2ps.el log entry. Doc fix. |
| 7090 | (ebnf-iso-comment-chars): Const fix. | 7091 | (ebnf-iso-comment-chars): Const fix. |
| 7091 | 7092 | ||
| 7092 | * ebnf-otz.el: Doc fix. | 7093 | * progmodes/ebnf-otz.el: Doc fix. |
| 7093 | 7094 | ||
| 7094 | * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log | 7095 | * progmodes/ebnf-yac.el: Fix the same problem as described |
| 7095 | entry. Doc fix. | 7096 | on ebnf2ps.el log entry. Doc fix. |
| 7096 | (ebnf-yac-skip-code): Code fix. | 7097 | (ebnf-yac-skip-code): Code fix. |
| 7097 | (ebnf-yac-comment-chars): Const fix. | 7098 | (ebnf-yac-comment-chars): Const fix. |
| 7098 | 7099 | ||
| @@ -10183,7 +10184,7 @@ | |||
| 10183 | * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el, | 10184 | * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el, |
| 10184 | * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el, | 10185 | * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el, |
| 10185 | * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el, | 10186 | * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el, |
| 10186 | * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el, | 10187 | * eshell/em-glob.el, eshell/em-dirs.el, eshell/em-cmpl.el, |
| 10187 | * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el: | 10188 | * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el: |
| 10188 | Add author information. | 10189 | Add author information. |
| 10189 | 10190 | ||
| @@ -15035,7 +15036,7 @@ | |||
| 15035 | 15036 | ||
| 15036 | 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | 15037 | 2000-07-30 Milan Zamazal <pdm@freesoft.cz> |
| 15037 | 15038 | ||
| 15038 | * glasses.el (glasses-make-readable): Fix uncapitalization of | 15039 | * progmodes/glasses.el (glasses-make-readable): Fix uncapitalization of |
| 15039 | identifiers like `myXMLDocument'. | 15040 | identifiers like `myXMLDocument'. |
| 15040 | 15041 | ||
| 15041 | 2000-07-28 Karl Fogel <kfogel@red-bean.com> | 15042 | 2000-07-28 Karl Fogel <kfogel@red-bean.com> |
| @@ -17835,10 +17836,13 @@ | |||
| 17835 | 17836 | ||
| 17836 | * faces.el: Declare more functions obsolete. | 17837 | * faces.el: Declare more functions obsolete. |
| 17837 | 17838 | ||
| 17838 | * viet-util.el, thai-util.el, tibet-util.el, slovak.el | 17839 | * language/viet-util.el, language/thai-util.el, language/tibet-util.el: |
| 17839 | * misc-lang.el, romanian.el, korea-util.el, lao-util.el | 17840 | * language/slovak.el, language/misc-lang.el, language/romanian.el: |
| 17840 | * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | 17841 | * language/korea-util.el, language/lao-util.el, language/japan-util.el: |
| 17841 | * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | 17842 | * language/greek.el, language/hebrew.el, language/european.el: |
| 17843 | * language/ethio-util.el, language/english.el, language/czech.el: | ||
| 17844 | * language/devan-util.el, language/cyril-util.el: | ||
| 17845 | * language/china-util.el: | ||
| 17842 | Remove all the setup-...-environment functions. | 17846 | Remove all the setup-...-environment functions. |
| 17843 | 17847 | ||
| 17844 | 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> | 17848 | 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
| @@ -18077,7 +18081,7 @@ | |||
| 18077 | 18081 | ||
| 18078 | 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | 18082 | 2000-05-04 Milan Zamazal <pdm@freesoft.cz> |
| 18079 | 18083 | ||
| 18080 | * glasses.el (glasses-convert-to-unreadable): Use | 18084 | * progmodes/glasses.el (glasses-convert-to-unreadable): Use |
| 18081 | `glasses-separator' instead of the hard-wired "_". | 18085 | `glasses-separator' instead of the hard-wired "_". |
| 18082 | (glasses-mode): Call `glasses-make-unreadable' only in a single | 18086 | (glasses-mode): Call `glasses-make-unreadable' only in a single |
| 18083 | place. | 18087 | place. |
| @@ -18596,7 +18600,7 @@ | |||
| 18596 | 18600 | ||
| 18597 | 2000-04-04 Milan Zamazal <pdm@freesoft.cz> | 18601 | 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
| 18598 | 18602 | ||
| 18599 | * glasses.el: Provide facilities for inserting space before left | 18603 | * progmodes/glasses.el: Provide facilities for inserting space before left |
| 18600 | parentheses and uncapitalization of identifiers. | 18604 | parentheses and uncapitalization of identifiers. |
| 18601 | (glasses-mode): Try to remove old overlays in all cases. | 18605 | (glasses-mode): Try to remove old overlays in all cases. |
| 18602 | 18606 | ||
| @@ -20092,9 +20096,9 @@ | |||
| 20092 | 20096 | ||
| 20093 | * windmove.el: New file. | 20097 | * windmove.el: New file. |
| 20094 | 20098 | ||
| 20095 | * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, | 20099 | * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el: |
| 20096 | progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | 20100 | * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el: |
| 20097 | progmodes/ebnf-yac.el: Update copyright and license info. | 20101 | * progmodes/ebnf-yac.el: Update copyright and license info. |
| 20098 | 20102 | ||
| 20099 | * jit-lock.el (jit-lock-function): Widen before calculating | 20103 | * jit-lock.el (jit-lock-function): Widen before calculating |
| 20100 | end position. | 20104 | 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 @@ | |||
| 200 | 200 | ||
| 201 | 2012-10-04 Julien Danjou <julien@danjou.info> | 201 | 2012-10-04 Julien Danjou <julien@danjou.info> |
| 202 | 202 | ||
| 203 | * erc-desktop-notifications.el: Rename from erc-notifications to | 203 | * erc-desktop-notifications.el: Rename from erc-notifications.el to |
| 204 | avoid clash with 8+3 filename format and erc-notify.el. | 204 | avoid clash with 8+3 filename format and erc-notify.el. |
| 205 | 205 | ||
| 206 | 2012-09-25 Chong Yidong <cyd@gnu.org> | 206 | 2012-09-25 Chong Yidong <cyd@gnu.org> |
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 @@ | |||
| 1032 | * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el: | 1032 | * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el: |
| 1033 | * new file | 1033 | * new file |
| 1034 | 1034 | ||
| 1035 | erc.el: | 1035 | * erc.el: Removed auto-discard-away facility (now included in |
| 1036 | * Removed auto-discard-away facility (now included in erc-autoaway.el) | 1036 | erc-autoaway.el) |
| 1037 | * (erc-away-p): new function | 1037 | (erc-away-p): new function |
| 1038 | 1038 | ||
| 1039 | erc-fill.el: | 1039 | * erc-fill.el (erc-fill-variable): Check whether erc-timestamp-format |
| 1040 | * (erc-fill-variable): Check whether erc-timestamp-format is bound before | 1040 | is bound before using it (erc-fill.el does not require erc-stamp). |
| 1041 | using it (erc-fill.el does not require erc-stamp). | ||
| 1042 | 1041 | ||
| 1043 | 2002-11-10 Alex Schroeder <alex@gnu.org> | 1042 | 2002-11-10 Alex Schroeder <alex@gnu.org> |
| 1044 | 1043 | ||
| @@ -1650,10 +1649,13 @@ | |||
| 1650 | Changed some instances of member to memq. | 1649 | Changed some instances of member to memq. |
| 1651 | 1650 | ||
| 1652 | * erc-track.el, erc.el: | 1651 | * erc-track.el, erc.el: |
| 1653 | erc.el: (erc-message-type-member): New function, used to test | 1652 | * erc.el (erc-message-type-member): New function, used to test |
| 1654 | for message type. Require erc-parsed text-property. | 1653 | for message type. Require erc-parsed text-property. |
| 1655 | 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. | 1654 | * erc-track.el (erc-track-exclude-types): New variable. Defaults |
| 1656 | (erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking. | 1655 | to ("JOIN" "PART") right now for testing, it should eventually set |
| 1656 | to nil soon again. | ||
| 1657 | (erc-track-modified-channels): Use above fun and var to optionally | ||
| 1658 | exclude certain message types from channel tracking. | ||
| 1657 | 1659 | ||
| 1658 | 2002-05-28 Diane Murray <disumu@x3y2z1.net> | 1660 | 2002-05-28 Diane Murray <disumu@x3y2z1.net> |
| 1659 | 1661 | ||
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 @@ | |||
| 678 | to erc-truncate.el | 678 | to erc-truncate.el |
| 679 | * erc-truncate-buffer-on-save: moved to erc-log.el | 679 | * erc-truncate-buffer-on-save: moved to erc-log.el |
| 680 | * erc-initialize-log-marker: new function. | 680 | * erc-initialize-log-marker: new function. |
| 681 | erc-log.el: | 681 | * erc-log.el: |
| 682 | * erc-truncate-buffer-on-save: New defcust here; from erc.el | 682 | * erc-truncate-buffer-on-save: New defcust here; from erc.el |
| 683 | * erc-truncate-buffer-on-save: Put it in group `erc-log' | 683 | * erc-truncate-buffer-on-save: Put it in group `erc-log' |
| 684 | * erc-log-channels-directory: Remove trailing slash from | 684 | * erc-log-channels-directory: Remove trailing slash from |
| @@ -686,7 +686,7 @@ | |||
| 686 | * Add functions to erc-connect-pre-hook, erc-part-hook and | 686 | * Add functions to erc-connect-pre-hook, erc-part-hook and |
| 687 | erc-quit-hook to avoid getting autoloaded. | 687 | erc-quit-hook to avoid getting autoloaded. |
| 688 | 688 | ||
| 689 | erc-truncate.el: | 689 | * erc-truncate.el: |
| 690 | * Contains the truncation functions and defcusts from erc.el. | 690 | * Contains the truncation functions and defcusts from erc.el. |
| 691 | * define-erc-module clause added; new erc-truncate-mode. | 691 | * define-erc-module clause added; new erc-truncate-mode. |
| 692 | 692 | ||
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 @@ | |||
| 491 | members has been made some time ago. Clean up the various tries to | 491 | members has been made some time ago. Clean up the various tries to |
| 492 | do this in the past. | 492 | do this in the past. |
| 493 | 493 | ||
| 494 | erc-macs.el: Removed. erc-members.el: Removed. | 494 | * erc-macs.el, erc-members.el: Removed. |
| 495 | 495 | ||
| 496 | 2004-08-10 Jorgen Schaefer <forcer@users.sourceforge.net> | 496 | 2004-08-10 Jorgen Schaefer <forcer@users.sourceforge.net> |
| 497 | 497 | ||
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 @@ | |||
| 1095 | `ibuffer-define-column'. Require 'ibuf-ext so that the macros | 1095 | `ibuffer-define-column'. Require 'ibuf-ext so that the macros |
| 1096 | work without compiler warnings. | 1096 | work without compiler warnings. |
| 1097 | 1097 | ||
| 1098 | * man/erc.texi (Obtaining ERC, Installation): Note that these | 1098 | * erc.texi (Obtaining ERC, Installation): Note that these |
| 1099 | sections may be skipped if using the version of ERC that comes | 1099 | sections may be skipped if using the version of ERC that comes |
| 1100 | with Emacs. | 1100 | with Emacs. |
| 1101 | 1101 | ||
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 @@ | |||
| 1959 | 1959 | ||
| 1960 | * nntp.el: Check whether the connection died. | 1960 | * nntp.el: Check whether the connection died. |
| 1961 | 1961 | ||
| 1962 | 1998-03-01 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr> | ||
| 1963 | |||
| 1964 | * gnus.texi (Easy Picons): Removed references to | ||
| 1965 | `gnus-group-display-picons'. | ||
| 1966 | (Hard Picons): Ditto. | ||
| 1967 | |||
| 1968 | 1998-03-02 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 1962 | 1998-03-02 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 1969 | 1963 | ||
| 1970 | * gnus-sum.el (gnus-summary-exit-no-update): Run | 1964 | * 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 @@ | |||
| 5518 | 5518 | ||
| 5519 | * gnus-ems.el (gnus-mark-active-p): Do. | 5519 | * gnus-ems.el (gnus-mark-active-p): Do. |
| 5520 | 5520 | ||
| 5521 | 2003-01-15 Kevin Ryde <user42@zip.com.au> | ||
| 5522 | |||
| 5523 | * gnus.texi (Using MIME): Mention auto-compression-mode with | ||
| 5524 | gnus-mime-copy-part. | ||
| 5525 | |||
| 5526 | 2003-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5521 | 2003-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5527 | 5522 | ||
| 5528 | * message.el (message-send): Don't warn about duplicates when | 5523 | * message.el (message-send): Don't warn about duplicates when |
| @@ -6529,12 +6524,6 @@ | |||
| 6529 | gnus-group-sort-groups-by-real-name and | 6524 | gnus-group-sort-groups-by-real-name and |
| 6530 | gnus-group-sort-selected-groups-by-real-name. | 6525 | gnus-group-sort-selected-groups-by-real-name. |
| 6531 | 6526 | ||
| 6532 | 2002-07-21 Jesper Harder <harder@ifa.au.dk> | ||
| 6533 | |||
| 6534 | * gnus.texi (Sorting Groups): Add key bindings for | ||
| 6535 | gnus-group-sort-groups-by-real-name and | ||
| 6536 | gnus-group-sort-selected-groups-by-real-name. | ||
| 6537 | |||
| 6538 | 2002-12-30 Teodor Zlatanov <tzz@lifelogs.com> | 6527 | 2002-12-30 Teodor Zlatanov <tzz@lifelogs.com> |
| 6539 | 6528 | ||
| 6540 | * spam.el (spam-use-dig): New variable for blackhole checking | 6529 | * spam.el (spam-use-dig): New variable for blackhole checking |
| @@ -18165,10 +18154,6 @@ | |||
| 18165 | * nnheader.el (nnheader-replace-chars-in-string): Use it. | 18154 | * nnheader.el (nnheader-replace-chars-in-string): Use it. |
| 18166 | * gnus-mh.el (mh-lib-progs): Shut up. | 18155 | * gnus-mh.el (mh-lib-progs): Shut up. |
| 18167 | 18156 | ||
| 18168 | 2000-11-04 ShengHuo Zhu <zsh@cs.rochester.edu> | ||
| 18169 | |||
| 18170 | * base64.el, md5.el: Moved to contrib directory. | ||
| 18171 | |||
| 18172 | 2000-11-04 11:13:56 ShengHuo ZHU <zsh@cs.rochester.edu> | 18157 | 2000-11-04 11:13:56 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 18173 | 18158 | ||
| 18174 | * gnus-sum.el (gnus-summary-search-article-forward): Don't move | 18159 | * 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 @@ | |||
| 3298 | 3298 | ||
| 3299 | 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | 3299 | 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> |
| 3300 | 3300 | ||
| 3301 | * src: Remove directory. | 3301 | * src/config.h, src/paths.h: Moved to parent dir, src/ removed. |
| 3302 | |||
| 3303 | * src/config.h, src/paths.h: Moved to parent dir, src removed. | ||
| 3304 | 3302 | ||
| 3305 | 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | 3303 | 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> |
| 3306 | 3304 | ||
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 @@ | |||
| 2920 | 2920 | ||
| 2921 | 1985-06-08 Richard M. Stallman (rms@mit-prep) | 2921 | 1985-06-08 Richard M. Stallman (rms@mit-prep) |
| 2922 | 2922 | ||
| 2923 | * various files: | 2923 | * Various files: |
| 2924 | Make functions called by internal_with_output_to_temp_window | 2924 | Make functions called by internal_with_output_to_temp_window |
| 2925 | all return Lisp_Object. | 2925 | all return Lisp_Object. |
| 2926 | 2926 | ||
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 @@ | |||
| 28495 | 28495 | ||
| 28496 | 2007-11-09 Jason Rumney <jasonr@gnu.org> | 28496 | 2007-11-09 Jason Rumney <jasonr@gnu.org> |
| 28497 | 28497 | ||
| 28498 | * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define. | 28498 | * s/ms-w32.h (USE_TOOLKIT_SCROLL_BARS): Define. |
| 28499 | 28499 | ||
| 28500 | * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. | 28500 | * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. |
| 28501 | 28501 | ||
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 @@ | |||
| 6618 | an iterator. | 6618 | an iterator. |
| 6619 | (globally): Add function prototypes from 20.2.97. | 6619 | (globally): Add function prototypes from 20.2.97. |
| 6620 | 6620 | ||
| 6621 | * everywhere: Use P_ instead of PROTO for function prototypes | 6621 | * Everywhere: Use P_ instead of PROTO for function prototypes |
| 6622 | because everyone else seems to use P_. | 6622 | because everyone else seems to use P_. |
| 6623 | 6623 | ||
| 6624 | * dispextern.h (struct text_pos): Structure describing a charpos/ | 6624 | * dispextern.h (struct text_pos): Structure describing a charpos/ |
| @@ -10893,7 +10893,7 @@ | |||
| 10893 | (MATRIX_ROW_INVERSE_P): Former MATRIX_ROW_HIGHLIGHT_P. | 10893 | (MATRIX_ROW_INVERSE_P): Former MATRIX_ROW_HIGHLIGHT_P. |
| 10894 | (struct glyph_row): HIGHLIGHT_P -> INVERSE_P | 10894 | (struct glyph_row): HIGHLIGHT_P -> INVERSE_P |
| 10895 | 10895 | ||
| 10896 | * all files: Use above new names. | 10896 | * All files: Use above new names. |
| 10897 | 10897 | ||
| 10898 | * dispnew.c (scroll_frame_lines): Simplified. Use | 10898 | * dispnew.c (scroll_frame_lines): Simplified. Use |
| 10899 | SCROLL_GLYPH_MATRIX. | 10899 | SCROLL_GLYPH_MATRIX. |