aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-10-02 17:56:41 +0200
committerStefan Kangas2020-10-03 12:53:51 +0200
commitceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch)
tree3aca6458654c798933cad21f07a823f33e310cdb
parentd22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff)
downloademacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz
emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip
; Fix trivial typos in ChangeLogs
-rw-r--r--ChangeLog.14
-rw-r--r--ChangeLog.248
-rw-r--r--ChangeLog.3238
-rw-r--r--admin/ChangeLog.14
-rw-r--r--etc/ChangeLog.14
-rw-r--r--lib-src/ChangeLog.18
-rw-r--r--lisp/ChangeLog.104
-rw-r--r--lisp/ChangeLog.134
-rw-r--r--lisp/ChangeLog.144
-rw-r--r--lisp/ChangeLog.1514
-rw-r--r--lisp/ChangeLog.1616
-rw-r--r--lisp/ChangeLog.1714
-rw-r--r--lisp/ChangeLog.32
-rw-r--r--lisp/ChangeLog.62
-rw-r--r--lisp/ChangeLog.76
-rw-r--r--lisp/ChangeLog.84
-rw-r--r--lisp/ChangeLog.910
-rw-r--r--lisp/cedet/ChangeLog.14
-rw-r--r--lisp/erc/ChangeLog.18
-rw-r--r--lisp/gnus/ChangeLog.210
-rw-r--r--lisp/gnus/ChangeLog.324
-rw-r--r--lisp/mh-e/ChangeLog.124
-rw-r--r--lisp/org/ChangeLog.178
-rw-r--r--lisp/url/ChangeLog.12
-rw-r--r--nextstep/ChangeLog.12
-rw-r--r--src/ChangeLog.1014
-rw-r--r--src/ChangeLog.1120
-rw-r--r--src/ChangeLog.1210
-rw-r--r--src/ChangeLog.1332
-rw-r--r--src/ChangeLog.36
-rw-r--r--src/ChangeLog.810
-rw-r--r--src/ChangeLog.92
32 files changed, 316 insertions, 316 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1
index 08343f0fd41..1fb7b78fa62 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -12,7 +12,7 @@
12 "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute 12 "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
13 '__alloc_size__' ignored". Use -Werror when checking for -nopie; 13 '__alloc_size__' ignored". Use -Werror when checking for -nopie;
14 otherwise clang warns about -nopie instead of failing, and then 14 otherwise clang warns about -nopie instead of failing, and then
15 later it warns everytime the build uses -nopie. 15 later it warns every time the build uses -nopie.
16 16
172015-04-03 Ulrich Müller <ulm@gentoo.org> 172015-04-03 Ulrich Müller <ulm@gentoo.org>
18 18
@@ -1657,7 +1657,7 @@
1657 1657
16582013-12-08 Paul Eggert <eggert@cs.ucla.edu> 16582013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1659 1659
1660 * configure.ac: Simplify supression of GTK deprecation warning. 1660 * configure.ac: Simplify suppression of GTK deprecation warning.
1661 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line 1661 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
1662 and into config.h, to shorten the command line when doing 'make'. 1662 and into config.h, to shorten the command line when doing 'make'.
1663 Don't AC_SUBST GTK_CFLAGS, as this is not needed. 1663 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
diff --git a/ChangeLog.2 b/ChangeLog.2
index 9e875c561db..ebaf3846dca 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -485,7 +485,7 @@
485 Clarify major mode switching 485 Clarify major mode switching
486 486
487 * doc/emacs/modes.texi (Major Modes): 487 * doc/emacs/modes.texi (Major Modes):
488 * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each 488 * doc/lispref/modes.texi (Modes, Major Modes): Explicitly say that each
489 buffer has exactly one major mode and can't be "turned off", only 489 buffer has exactly one major mode and can't be "turned off", only
490 switched away from (Bug#25357). 490 switched away from (Bug#25357).
491 491
@@ -1661,7 +1661,7 @@
1661 `re_match_2_internal' uses pointers to the lisp objects that it 1661 `re_match_2_internal' uses pointers to the lisp objects that it
1662 searches. Since it may call malloc when growing the "fail stack", these 1662 searches. Since it may call malloc when growing the "fail stack", these
1663 pointers may be invalidated while searching, resulting in memory 1663 pointers may be invalidated while searching, resulting in memory
1664 curruption (Bug #24358). 1664 corruption (Bug #24358).
1665 1665
1666 To fix this, we check the pointer that the lisp object (as specified by 1666 To fix this, we check the pointer that the lisp object (as specified by
1667 re_match_object) points to before and after growing the stack, and 1667 re_match_object) points to before and after growing the stack, and
@@ -2681,7 +2681,7 @@
2681 2681
2682 * doc/misc/ses.texi (Quick Tutorial): Mention the '!' 2682 * doc/misc/ses.texi (Quick Tutorial): Mention the '!'
2683 'ses-range' modifier as an alternative to 'ses+'. 2683 'ses-range' modifier as an alternative to 'ses+'.
2684 (Advanced Features): Add a refernce to node 'Nonrelocatable 2684 (Advanced Features): Add a reference to node 'Nonrelocatable
2685 references' concerning function 'ses-rename-cell'. 2685 references' concerning function 'ses-rename-cell'.
2686 (Standard formula functions): Mention the '!' 'ses-range' 2686 (Standard formula functions): Mention the '!' 'ses-range'
2687 modifier as an alternative to 'ses-delete-blanks'. 2687 modifier as an alternative to 'ses-delete-blanks'.
@@ -3983,7 +3983,7 @@
3983 3983
39842016-05-10 Dmitry Gutov <dgutov@yandex.ru> 39842016-05-10 Dmitry Gutov <dgutov@yandex.ru>
3985 3985
3986 Don't treat JS spread as contination method call 3986 Don't treat JS spread as continuation method call
3987 3987
3988 * lisp/progmodes/js.el (js--indent-operator-re): 3988 * lisp/progmodes/js.el (js--indent-operator-re):
3989 Allow only one dot (bug#23492). 3989 Allow only one dot (bug#23492).
@@ -4530,7 +4530,7 @@
4530 cursor-type doc fix 4530 cursor-type doc fix
4531 4531
4532 * src/buffer.c (syms_of_buffer): Mention that cursor-type's 4532 * src/buffer.c (syms_of_buffer): Mention that cursor-type's
4533 WIDHT/HEIGHT can't exceed the frame char size (bug#19215). 4533 WIDTH/HEIGHT can't exceed the frame char size (bug#19215).
4534 4534
4535 (cherry picked from commit 77c5f4554ebb3b7c7d49bc881e45a550f6c93987) 4535 (cherry picked from commit 77c5f4554ebb3b7c7d49bc881e45a550f6c93987)
4536 4536
@@ -4599,7 +4599,7 @@
4599 4599
46002016-05-01 Lars Ingebrigtsen <larsi@gnus.org> 46002016-05-01 Lars Ingebrigtsen <larsi@gnus.org>
4601 4601
4602 Explictly explain that package-initialize loads the packages 4602 Explicitly explain that package-initialize loads the packages
4603 4603
4604 * lisp/emacs-lisp/package.el (package-initialize): Be explicit 4604 * lisp/emacs-lisp/package.el (package-initialize): Be explicit
4605 in saying that `package-initialize' obviates adjusting the 4605 in saying that `package-initialize' obviates adjusting the
@@ -5985,7 +5985,7 @@
5985 5985
59862016-03-30 Alan Mackenzie <acm@muc.de> 59862016-03-30 Alan Mackenzie <acm@muc.de>
5987 5987
5988 Finish fixing a cacheing bug in CC Mode (see 2016-03-09) 5988 Finish fixing a caching bug in CC Mode (see 2016-03-09)
5989 5989
5990 * lisp/progmodes/cc-cmds.el: (c-beginning-of-defun, c-end-of-defun): Remove 5990 * lisp/progmodes/cc-cmds.el: (c-beginning-of-defun, c-end-of-defun): Remove
5991 superfluous invocations of c-self-bind-state-cache. 5991 superfluous invocations of c-self-bind-state-cache.
@@ -6609,7 +6609,7 @@
6609 6609
66102016-03-14 Alan Mackenzie <acm@muc.de> 66102016-03-14 Alan Mackenzie <acm@muc.de>
6611 6611
6612 Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun. 6612 Fix a caching bug, which led to inordinately slow c-beginning-of-defun.
6613 6613
6614 * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro. 6614 * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro.
6615 6615
@@ -6624,7 +6624,7 @@
6624 6624
66252016-03-14 Alan Mackenzie <acm@muc.de> 66252016-03-14 Alan Mackenzie <acm@muc.de>
6626 6626
6627 Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun. 6627 Fix a caching bug, which led to inordinately slow c-beginning-of-defun.
6628 6628
6629 * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro. 6629 * lisp/progmodes/cc-defs.el (c-self-bind-state-cache): New macro.
6630 6630
@@ -7145,7 +7145,7 @@
7145 7145
7146 Prevent infinite loop on not-well-formed xml. (Bug#16344) 7146 Prevent infinite loop on not-well-formed xml. (Bug#16344)
7147 7147
7148 * lisp/xml.el (xml-parse-tag-1): Prevent inifinite loop. (Bug#16344) 7148 * lisp/xml.el (xml-parse-tag-1): Prevent infinite loop. (Bug#16344)
7149 * test/automated/xml-parse-tests.el (xml-parse-tests--bad-data): Add 7149 * test/automated/xml-parse-tests.el (xml-parse-tests--bad-data): Add
7150 test cases for Bug#16344. 7150 test cases for Bug#16344.
7151 7151
@@ -9956,7 +9956,7 @@
9956 * lisp/files.el (dir-locals-find-file): Refactor return values 9956 * lisp/files.el (dir-locals-find-file): Refactor return values
9957 9957
9958 Returning a cache remains unchanged, but the case of returning a 9958 Returning a cache remains unchanged, but the case of returning a
9959 file (or pattern) is now changed to return the contaning 9959 file (or pattern) is now changed to return the containing
9960 directory. 9960 directory.
9961 9961
9962 (dir-locals-read-from-file): Rename to `dir-locals-read-from-dir' 9962 (dir-locals-read-from-file): Rename to `dir-locals-read-from-dir'
@@ -10856,7 +10856,7 @@
10856 10856
108572016-01-18 Alan Mackenzie <acm@muc.de> 108572016-01-18 Alan Mackenzie <acm@muc.de>
10858 10858
10859 Desktop: protect users against inadvertant upgrading of desktop file. 10859 Desktop: protect users against inadvertent upgrading of desktop file.
10860 10860
10861 An upgraded (version 208) desktop file cannot be read in Emacs < 25. 10861 An upgraded (version 208) desktop file cannot be read in Emacs < 25.
10862 10862
@@ -11212,7 +11212,7 @@
11212 11212
112132016-01-13 Eli Zaretskii <eliz@gnu.org> 112132016-01-13 Eli Zaretskii <eliz@gnu.org>
11214 11214
11215 Document the new deafault value of 'load-read-function' 11215 Document the new default value of 'load-read-function'
11216 11216
11217 * doc/lispref/loading.texi (How Programs Do Loading): Document the 11217 * doc/lispref/loading.texi (How Programs Do Loading): Document the
11218 change in the default value of 'load-read-function'. 11218 change in the default value of 'load-read-function'.
@@ -19985,7 +19985,7 @@
19985 * src/intervals.h: Don’t include dispextern.h, composite.h. 19985 * src/intervals.h: Don’t include dispextern.h, composite.h.
19986 * src/keyboard.c: Don’t include sysstdio.h, disptab.h, puresize.h. 19986 * src/keyboard.c: Don’t include sysstdio.h, disptab.h, puresize.h.
19987 Include coding.h. 19987 Include coding.h.
19988 * src/keyboard.h: Don’t incldue systime.h. 19988 * src/keyboard.h: Don’t include systime.h.
19989 * src/keymap.c: Don’t include charset.h, frame.h. 19989 * src/keymap.c: Don’t include charset.h, frame.h.
19990 * src/lread.c: Include dispextern.h and systime.h. 19990 * src/lread.c: Include dispextern.h and systime.h.
19991 Don’t include frame.h. Include systime.h. 19991 Don’t include frame.h. Include systime.h.
@@ -21808,7 +21808,7 @@
218082015-09-26 Paul Eggert <eggert@cs.ucla.edu> 218082015-09-26 Paul Eggert <eggert@cs.ucla.edu>
21809 21809
21810 * admin/MAINTAINERS: Add self, plus list some more files 21810 * admin/MAINTAINERS: Add self, plus list some more files
21811 sans maintaners. 21811 sans maintainers.
21812 21812
218132015-09-26 Zachary Kanfer <zkanfer@gmail.com> (tiny change) 218132015-09-26 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
21814 21814
@@ -22530,7 +22530,7 @@
22530 22530
22531 Omit unnecessary \ before paren in C docstrings 22531 Omit unnecessary \ before paren in C docstrings
22532 Although \( is needed in docstrings in Elisp code, it is not needed in 22532 Although \( is needed in docstrings in Elisp code, it is not needed in
22533 docstrings in C code, since C function definitiions do not start with 22533 docstrings in C code, since C function definitions do not start with
22534 a parenthesis. The backslashes made the docstrings a bit harder to 22534 a parenthesis. The backslashes made the docstrings a bit harder to
22535 read and to format in columns. Also, some C docstrings had ( in 22535 read and to format in columns. Also, some C docstrings had ( in
22536 column 1 and this did not appear to be causing any problems. So, 22536 column 1 and this did not appear to be causing any problems. So,
@@ -24607,7 +24607,7 @@
24607 24607
24608 Tweak startup screen quoting 24608 Tweak startup screen quoting
24609 * lisp/startup.el (normal-splash-screen): Use standard 24609 * lisp/startup.el (normal-splash-screen): Use standard
24610 "M-" abbrevation rather than a confusingly-different one. 24610 "M-" abbreviation rather than a confusingly-different one.
24611 (normal-no-mouse-startup-screen): Follow ‘text-quoting-style’. 24611 (normal-no-mouse-startup-screen): Follow ‘text-quoting-style’.
24612 24612
246132015-08-27 Paul Eggert <eggert@cs.ucla.edu> 246132015-08-27 Paul Eggert <eggert@cs.ucla.edu>
@@ -27510,7 +27510,7 @@
27510 Allocate and use slightly-larger cost vectors, ones based on 27510 Allocate and use slightly-larger cost vectors, ones based on
27511 FRAME_TOTAL_LINES instead of FRAME_LINES. 27511 FRAME_TOTAL_LINES instead of FRAME_LINES.
27512 27512
27513 Fix uninitalized value in encode_coding_object 27513 Fix uninitialized value in encode_coding_object
27514 * src/coding.c (encode_coding_object): Also initialize 27514 * src/coding.c (encode_coding_object): Also initialize
27515 coding->src_pos and coding->src_pos_byte when NILP (src_object). 27515 coding->src_pos and coding->src_pos_byte when NILP (src_object).
27516 This avoids later use of uninitialized storage. 27516 This avoids later use of uninitialized storage.
@@ -29884,7 +29884,7 @@
29884 file names due to deleted PWD. 29884 file names due to deleted PWD.
29885 29885
29886 * src/xsmfns.c (x_session_initialize): Avoid libSM crash 29886 * src/xsmfns.c (x_session_initialize): Avoid libSM crash
29887 when starup directory is missing. (Bug#18851) 29887 when startup directory is missing. (Bug#18851)
29888 (errno.h): Include it. 29888 (errno.h): Include it.
29889 29889
298902015-06-13 Paul Eggert <eggert@cs.ucla.edu> 298902015-06-13 Paul Eggert <eggert@cs.ucla.edu>
@@ -30029,7 +30029,7 @@
30029 because '(format "%S" '(` FOO))' returns "(\\` FOO)". A comment 30029 because '(format "%S" '(` FOO))' returns "(\\` FOO)". A comment
30030 in src/lread.c's read1 function says that the backslash will be 30030 in src/lread.c's read1 function says that the backslash will be
30031 needed starting in Emacs 25, which implies that 'format' is 30031 needed starting in Emacs 25, which implies that 'format' is
30032 correct and the old pcase documention was wrong to omit the backslash. 30032 correct and the old pcase documentation was wrong to omit the backslash.
30033 * lisp/emacs-lisp/nadvice.el (advice--make-docstring): 30033 * lisp/emacs-lisp/nadvice.el (advice--make-docstring):
30034 * lisp/help-fns.el (help-fns--signature): 30034 * lisp/help-fns.el (help-fns--signature):
30035 * lisp/help.el (help-add-fundoc-usage): 30035 * lisp/help.el (help-add-fundoc-usage):
@@ -30117,7 +30117,7 @@
30117 (bug#20730). 30117 (bug#20730).
30118 30118
30119 * lisp/progmodes/sh-script.el: Better handle nested quotes. 30119 * lisp/progmodes/sh-script.el: Better handle nested quotes.
30120 (sh-here-doc-open-re): Don't mis-match the <<< operator (bug#20683). 30120 (sh-here-doc-open-re): Don't mismatch the <<< operator (bug#20683).
30121 (sh-font-lock-quoted-subshell): Make sure double quotes within single 30121 (sh-font-lock-quoted-subshell): Make sure double quotes within single
30122 quotes don't mistakenly end prematurely the surrounding string. 30122 quotes don't mistakenly end prematurely the surrounding string.
30123 30123
@@ -31364,7 +31364,7 @@
31364 31364
313652015-05-25 Eli Zaretskii <eliz@gnu.org> 313652015-05-25 Eli Zaretskii <eliz@gnu.org>
31366 31366
31367 Fix last change in etags.c that broke tagging compresed files 31367 Fix last change in etags.c that broke tagging compressed files
31368 * lib-src/etags.c (process_file_name) [MSDOS || DOS_NT]: Fix 31368 * lib-src/etags.c (process_file_name) [MSDOS || DOS_NT]: Fix
31369 quoting of decompression shell command for MS-Windows/MS-DOS. 31369 quoting of decompression shell command for MS-Windows/MS-DOS.
31370 31370
@@ -32680,7 +32680,7 @@
32680 (verilog-beg-of-statement): Fix indenting for some forms of 32680 (verilog-beg-of-statement): Fix indenting for some forms of
32681 constraintsm bug433. Reported by Brad Parker. Fix indentation of 32681 constraintsm bug433. Reported by Brad Parker. Fix indentation of
32682 continued assignment incorrect if first line ends with ']', bug437. 32682 continued assignment incorrect if first line ends with ']', bug437.
32683 Reported by Dan Dever. Fix indention of cover inside an 32683 Reported by Dan Dever. Fix indentation of cover inside an
32684 ifdef, bug 862. Reported by Bernd Beuster. Fix labeling do-while 32684 ifdef, bug 862. Reported by Bernd Beuster. Fix labeling do-while
32685 blocks, bug842. 32685 blocks, bug842.
32686 (verilog-preprocessor-re): Fix fork/end UNMATCHED warning, bug859. 32686 (verilog-preprocessor-re): Fix fork/end UNMATCHED warning, bug859.
@@ -35272,7 +35272,7 @@
352722015-04-11 Artur Malabarba <bruce.connor.am@gmail.com> 352722015-04-11 Artur Malabarba <bruce.connor.am@gmail.com>
35273 35273
35274 Speed up byte-compilation and autoload generation by avoiding mode-hooks 35274 Speed up byte-compilation and autoload generation by avoiding mode-hooks
35275 This prevents emacs-lisp-mode-hook from being run everytime an 35275 This prevents emacs-lisp-mode-hook from being run every time an
35276 autoload file is generated, which can account for a fraction of 35276 autoload file is generated, which can account for a fraction of
35277 package installation time depending on the hooks the user has 35277 package installation time depending on the hooks the user has
35278 configured. 35278 configured.
diff --git a/ChangeLog.3 b/ChangeLog.3
index 1a530118995..16e74f41be4 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1669,7 +1669,7 @@
1669 1669
16702020-04-20 Juri Linkov <juri@linkov.net> 16702020-04-20 Juri Linkov <juri@linkov.net>
1671 1671
1672 * doc/emacs/windows.texi (Window Convenience): Decribe more windmove features. 1672 * doc/emacs/windows.texi (Window Convenience): Describe more windmove features.
1673 1673
1674 * doc/emacs/windows.texi (Window Convenience): Add descriptions of 1674 * doc/emacs/windows.texi (Window Convenience): Add descriptions of
1675 windmove-display-default-keybindings, 1675 windmove-display-default-keybindings,
@@ -1904,7 +1904,7 @@
1904 Improve an example in w32 FAQ 1904 Improve an example in w32 FAQ
1905 1905
1906 * doc/misc/efaq-w32.texi (Font names): Modify the expression to 1906 * doc/misc/efaq-w32.texi (Font names): Modify the expression to
1907 insert a lits of all installed fonts so as to avoid producing too 1907 insert a list of all installed fonts so as to avoid producing too
1908 long lines. Suggested by ndame <ndame@protonmail.com>. 1908 long lines. Suggested by ndame <ndame@protonmail.com>.
1909 1909
19102020-04-15 Stefan Monnier <monnier@iro.umontreal.ca> 19102020-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -2253,7 +2253,7 @@
2253 * lisp/emacs-lisp/re-builder.el (reb-while): Take the current value of 2253 * lisp/emacs-lisp/re-builder.el (reb-while): Take the current value of
2254 the counter instead of its name. 2254 the counter instead of its name.
2255 (reb-mark-non-matching-parenthesis): Bind n-reb to 0 at the start and 2255 (reb-mark-non-matching-parenthesis): Bind n-reb to 0 at the start and
2256 don't wrongly treat it as dynamicly bound. 2256 don't wrongly treat it as dynamically bound.
2257 2257
22582020-04-03 Philipp Stephani <phst@google.com> 22582020-04-03 Philipp Stephani <phst@google.com>
2259 2259
@@ -3447,7 +3447,7 @@
3447 3447
34482020-02-10 Alan Mackenzie <acm@muc.de> 34482020-02-10 Alan Mackenzie <acm@muc.de>
3449 3449
3450 c-end-of-macro: Handle block coment lines with unescaped NLs correctly 3450 c-end-of-macro: Handle block comment lines with unescaped NLs correctly
3451 3451
3452 * lisp/progmodes/cc-langs.el (c-last-open-c-comment-start-on-line-re): Make 3452 * lisp/progmodes/cc-langs.el (c-last-open-c-comment-start-on-line-re): Make
3453 obsolete, and supersede by ... 3453 obsolete, and supersede by ...
@@ -4133,7 +4133,7 @@
4133 4133
41342020-01-17 Dmitry Gutov <dgutov@yandex.ru> 41342020-01-17 Dmitry Gutov <dgutov@yandex.ru>
4135 4135
4136 Honor tags-case-fold-search during xref identifer completion 4136 Honor tags-case-fold-search during xref identifier completion
4137 4137
4138 * etc/NEWS: New entry. 4138 * etc/NEWS: New entry.
4139 4139
@@ -5245,10 +5245,10 @@
5245 Improve vc--add-line, vc--remove-regexp 5245 Improve vc--add-line, vc--remove-regexp
5246 5246
5247 * lisp/vc/vc.el (vc--add-line): Create file if it does not exist. 5247 * lisp/vc/vc.el (vc--add-line): Create file if it does not exist.
5248 Use existing buffer to avoid discrepancies with filesytem. Make sure 5248 Use existing buffer to avoid discrepancies with filesystem. Make sure
5249 that the file ends with a newline. 5249 that the file ends with a newline.
5250 (vc--remove-line): Do not create file if it does not exist. Use 5250 (vc--remove-line): Do not create file if it does not exist. Use
5251 existing buffer to avoid discrepancies with filesytem. (bug#37185) 5251 existing buffer to avoid discrepancies with filesystem. (bug#37185)
5252 5252
52532019-12-24 Dmitry Gutov <dgutov@yandex.ru> 52532019-12-24 Dmitry Gutov <dgutov@yandex.ru>
5254 5254
@@ -5437,7 +5437,7 @@
5437 5437
5438 Fix bug in flex completion style's sorting and simplify 5438 Fix bug in flex completion style's sorting and simplify
5439 5439
5440 This previous commit targetting this function introduced a bug whereby 5440 This previous commit targeting this function introduced a bug whereby
5441 the completion table's sorting function wouldn't be called. That is 5441 the completion table's sorting function wouldn't be called. That is
5442 fixed by this commit, which also simplifies the function further: it 5442 fixed by this commit, which also simplifies the function further: it
5443 now skips re-sorting the completions completely if there is no 5443 now skips re-sorting the completions completely if there is no
@@ -8423,7 +8423,7 @@
8423 8423
8424 When using this option and editing input, some transient situations 8424 When using this option and editing input, some transient situations
8425 may arise that lead to file-name shadowing, but that shouldn't 8425 may arise that lead to file-name shadowing, but that shouldn't
8426 necessarily lead to auto-delete behaviour, which will be suprising. 8426 necessarily lead to auto-delete behaviour, which will be surprising.
8427 8427
8428 In '/foo/x/bar', if the user deletes the 'x', shadowing occurs, but 8428 In '/foo/x/bar', if the user deletes the 'x', shadowing occurs, but
8429 probably shouldn't. So, somewhat like ido-mode, only auto-tidy 8429 probably shouldn't. So, somewhat like ido-mode, only auto-tidy
@@ -9718,7 +9718,7 @@
9718 'package-menu-refresh', make internal and non-interactive. 9718 'package-menu-refresh', make internal and non-interactive.
9719 (package-menu-mode-map, package-menu-mode-menu, package-menu-mode) 9719 (package-menu-mode-map, package-menu-mode-menu, package-menu-mode)
9720 (list-packages): Use the above. (Bug#35504) 9720 (list-packages): Use the above. (Bug#35504)
9721 (package-menu-refresh): Redefine as obsolete fuction alias for 9721 (package-menu-refresh): Redefine as obsolete function alias for
9722 'revert-buffer'. 9722 'revert-buffer'.
9723 * doc/emacs/package.texi (Package Menu): Document it. 9723 * doc/emacs/package.texi (Package Menu): Document it.
9724 * etc/NEWS: Announce it. 9724 * etc/NEWS: Announce it.
@@ -11191,7 +11191,7 @@
11191 11191
11192 * lisp/minibuffer.el (completions-common-part): Adjust 11192 * lisp/minibuffer.el (completions-common-part): Adjust
11193 description and change default value. 11193 description and change default value.
11194 (completions-first-difference): Ajust docstring. 11194 (completions-first-difference): Adjust docstring.
11195 (completion-pcm--hilit-commonality): Don't use 11195 (completion-pcm--hilit-commonality): Don't use
11196 completions-first-difference. 11196 completions-first-difference.
11197 11197
@@ -12738,7 +12738,7 @@
12738 * lisp/speedbar.el (speedbar-check-vc-this-line): 12738 * lisp/speedbar.el (speedbar-check-vc-this-line):
12739 Normalize boolean result. 12739 Normalize boolean result.
12740 (speedbar-this-file-in-vc): Use `run-hook-with-args-until-success' 12740 (speedbar-this-file-in-vc): Use `run-hook-with-args-until-success'
12741 to check for files under versin control. Doc fix. 12741 to check for files under version control. Doc fix.
12742 12742
127432019-10-16 Michael Albinus <michael.albinus@gmx.de> 127432019-10-16 Michael Albinus <michael.albinus@gmx.de>
12744 12744
@@ -13701,7 +13701,7 @@
13701 "\\|\r" from regular expression. 13701 "\\|\r" from regular expression.
13702 13702
13703 * lisp/progmodes/cc-mode.el (c-make-mode-syntax-table): Correct the name of 13703 * lisp/progmodes/cc-mode.el (c-make-mode-syntax-table): Correct the name of
13704 the hook normal-erase-is-backspace-MODE-hook from a non-existant hook name. 13704 the hook normal-erase-is-backspace-MODE-hook from a non-existent hook name.
13705 13705
137062019-10-11 Lars Ingebrigtsen <larsi@gnus.org> 137062019-10-11 Lars Ingebrigtsen <larsi@gnus.org>
13707 13707
@@ -15039,7 +15039,7 @@
15039 15039
150402019-10-04 Eric Abrahamsen <eric@ericabrahamsen.net> 150402019-10-04 Eric Abrahamsen <eric@ericabrahamsen.net>
15041 15041
15042 Don't manipulate gnus-newsrc-alist if it hasn't been initalized 15042 Don't manipulate gnus-newsrc-alist if it hasn't been initialized
15043 15043
15044 * lisp/gnus/gnus-group.el (gnus-group-set-info): Packages that use 15044 * lisp/gnus/gnus-group.el (gnus-group-set-info): Packages that use
15045 Gnus summary mode without actually booting Gnus might end up in this 15045 Gnus summary mode without actually booting Gnus might end up in this
@@ -15458,7 +15458,7 @@
15458 15458
15459 * lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): New variable 15459 * lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): New variable
15460 got-function-name-prefix, which is set when an operator like * (but not &) 15460 got-function-name-prefix, which is set when an operator like * (but not &)
15461 precedes the putative identifer in parentheses. Test this variable when 15461 precedes the putative identifier in parentheses. Test this variable when
15462 deciding whether or not to "move the type backwards" to the previous 15462 deciding whether or not to "move the type backwards" to the previous
15463 identifier. 15463 identifier.
15464 15464
@@ -16583,7 +16583,7 @@
16583 Verilog-Mode collected updates. 16583 Verilog-Mode collected updates.
16584 16584
16585 * lisp/progmodes/verilog-mode.el (verilog-auto-inst-param): Add regexp 16585 * lisp/progmodes/verilog-mode.el (verilog-auto-inst-param): Add regexp
16586 paramter to AUTOINSTPARAM to select which parameters to export. Reported 16586 parameter to AUTOINSTPARAM to select which parameters to export. Reported
16587 by Vish S. 16587 by Vish S.
16588 (verilog-build-defun-re): Fix `verilog-goto-defun' to find automatic 16588 (verilog-build-defun-re): Fix `verilog-goto-defun' to find automatic
16589 function/tasks, bug1492. Reported by Enze Chi. 16589 function/tasks, bug1492. Reported by Enze Chi.
@@ -22790,7 +22790,7 @@
22790 22790
227912019-08-03 Lars Ingebrigtsen <larsi@gnus.org> 227912019-08-03 Lars Ingebrigtsen <larsi@gnus.org>
22792 22792
22793 Tweak tango-dark-theme hightlight face 22793 Tweak tango-dark-theme highlight face
22794 22794
22795 * etc/themes/tango-dark-theme.el (class): Make highlight a bit 22795 * etc/themes/tango-dark-theme.el (class): Make highlight a bit
22796 less yellow to make the cursor visible on it (bug#19189). 22796 less yellow to make the cursor visible on it (bug#19189).
@@ -22940,7 +22940,7 @@
22940 CC Mode: Fix error in macro cache. This fixes bug #36802 22940 CC Mode: Fix error in macro cache. This fixes bug #36802
22941 22941
22942 * lisp/progmodes/cc-engine.el (c-invalidate-macro-cache): Add in a cond arm 22942 * lisp/progmodes/cc-engine.el (c-invalidate-macro-cache): Add in a cond arm
22943 to handle the change position being less than the recorded CPP contruct end. 22943 to handle the change position being less than the recorded CPP construct end.
22944 22944
229452019-08-02 Basil L. Contovounesios <contovob@tcd.ie> 229452019-08-02 Basil L. Contovounesios <contovob@tcd.ie>
22946 22946
@@ -23268,7 +23268,7 @@
23268 Add example for removing scroll bars/fringes from mini windows (Bug#8868) 23268 Add example for removing scroll bars/fringes from mini windows (Bug#8868)
23269 23269
23270 * doc/lispref/display.texi (Fringe Size/Pos): Mention example 23270 * doc/lispref/display.texi (Fringe Size/Pos): Mention example
23271 for how to permenantly remove fringes from minibuffer windows. 23271 for how to permanently remove fringes from minibuffer windows.
23272 (Scroll Bars): Add example for how to permanently remove 23272 (Scroll Bars): Add example for how to permanently remove
23273 scroll bars and fringes from minibuffer windows. 23273 scroll bars and fringes from minibuffer windows.
23274 23274
@@ -23719,7 +23719,7 @@
23719 23719
237202019-07-30 Lars Ingebrigtsen <larsi@gnus.org> 237202019-07-30 Lars Ingebrigtsen <larsi@gnus.org>
23721 23721
23722 Fix syntax error in previus calc-forms change 23722 Fix syntax error in previous calc-forms change
23723 23723
23724 * lisp/calc/calc-forms.el (calc-time): Fix previous decoded time 23724 * lisp/calc/calc-forms.el (calc-time): Fix previous decoded time
23725 change. 23725 change.
@@ -29144,7 +29144,7 @@
29144 * lib/strnlen.c, m4/strnlen.m4: New files, copied from Gnulib. 29144 * lib/strnlen.c, m4/strnlen.m4: New files, copied from Gnulib.
29145 * lwlib/lwlib.c (lw_separator_p): 29145 * lwlib/lwlib.c (lw_separator_p):
29146 * src/json.c (json_has_prefix): 29146 * src/json.c (json_has_prefix):
29147 Use strncmp to avoid unecessary work with strlen + memcmp. 29147 Use strncmp to avoid unnecessary work with strlen + memcmp.
29148 * src/process.c (set_socket_option): Use SBYTES instead of strlen. 29148 * src/process.c (set_socket_option): Use SBYTES instead of strlen.
29149 29149
291502019-06-25 Emilio C. Lopes <eclig@gmx.net> (tiny change) 291502019-06-25 Emilio C. Lopes <eclig@gmx.net> (tiny change)
@@ -30260,7 +30260,7 @@
30260 30260
302612019-06-20 Lars Ingebrigtsen <larsi@gnus.org> 302612019-06-20 Lars Ingebrigtsen <larsi@gnus.org>
30262 30262
30263 Leave the emtpy info and lib/sys in extraclean 30263 Leave the empty info and lib/sys in extraclean
30264 30264
30265 * lib/Makefile.in: Ditto. 30265 * lib/Makefile.in: Ditto.
30266 30266
@@ -30878,7 +30878,7 @@
30878 30878
308792019-06-19 Lars Ingebrigtsen <larsi@gnus.org> 308792019-06-19 Lars Ingebrigtsen <larsi@gnus.org>
30880 30880
30881 Tweak progess reporting in finder-compile-keywords 30881 Tweak progress reporting in finder-compile-keywords
30882 30882
30883 * lisp/finder.el (finder-compile-keywords): Use progress reporter 30883 * lisp/finder.el (finder-compile-keywords): Use progress reporter
30884 to report the processing. 30884 to report the processing.
@@ -31189,7 +31189,7 @@
31189 Output progress messages when scraping autoloads during bootstrap 31189 Output progress messages when scraping autoloads during bootstrap
31190 31190
31191 * lisp/emacs-lisp/byte-run.el (byte-compile-info-message): New 31191 * lisp/emacs-lisp/byte-run.el (byte-compile-info-message): New
31192 function to outout informational messages during byte compilation. 31192 function to output informational messages during byte compilation.
31193 31193
31194 * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Use it 31194 * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Use it
31195 to report progress when scraping autoloads during bootstrap (which 31195 to report progress when scraping autoloads during bootstrap (which
@@ -32559,7 +32559,7 @@
32559 32559
32560 Fix compilation warnings in rfc2104 32560 Fix compilation warnings in rfc2104
32561 32561
32562 * lisp/net/rfc2104.el (rfc2104-hash): Remove superflous calls to 32562 * lisp/net/rfc2104.el (rfc2104-hash): Remove superfluous calls to
32563 string-make-unibyte and avoid two compilation warnings. 32563 string-make-unibyte and avoid two compilation warnings.
32564 32564
325652019-06-12 Lars Ingebrigtsen <larsi@gnus.org> 325652019-06-12 Lars Ingebrigtsen <larsi@gnus.org>
@@ -34140,7 +34140,7 @@
34140 34140
341412019-06-01 Alan Mackenzie <acm@muc.de> 341412019-06-01 Alan Mackenzie <acm@muc.de>
34142 34142
34143 Debug and disentangle the literal cacheing in CC Mode 34143 Debug and disentangle the literal caching in CC Mode
34144 34144
34145 (Final Commit) 34145 (Final Commit)
34146 34146
@@ -34156,11 +34156,11 @@
34156 34156
341572019-06-01 Alan Mackenzie <acm@muc.de> 341572019-06-01 Alan Mackenzie <acm@muc.de>
34158 34158
34159 * lisp/progmodes/cc-engine.el: Permute certain literal cacheing functions 34159 * lisp/progmodes/cc-engine.el: Permute certain literal caching functions
34160 34160
341612019-06-01 Alan Mackenzie <acm@muc.de> 341612019-06-01 Alan Mackenzie <acm@muc.de>
34162 34162
34163 Tidy up the literal cacheing in CC Mode, optimizing c-full-pp-to-literal 34163 Tidy up the literal caching in CC Mode, optimizing c-full-pp-to-literal
34164 34164
34165 (Intermediate commit) 34165 (Intermediate commit)
34166 34166
@@ -34424,7 +34424,7 @@
34424 if the sought position is in a literal, and lies between the literal start and 34424 if the sought position is in a literal, and lies between the literal start and
34425 the entry's position. 34425 the entry's position.
34426 (c-cache-to-parse-ps-state, c-parse-ps-state-below): Amend such that instead 34426 (c-cache-to-parse-ps-state, c-parse-ps-state-below): Amend such that instead
34427 of cacheing a state for a position after a backslash or first character of a 34427 of caching a state for a position after a backslash or first character of a
34428 2-character comment delimiter, this is done for the previous character 34428 2-character comment delimiter, this is done for the previous character
34429 position. 34429 position.
34430 34430
@@ -35308,7 +35308,7 @@
35308 35308
35309 w32--os-description: Fix previous change 35309 w32--os-description: Fix previous change
35310 35310
35311 * lisp/w32-fns.el (w32--os-description): Fix inadvertant "o" added 35311 * lisp/w32-fns.el (w32--os-description): Fix inadvertent "o" added
35312 to the end of the function name in the previous patch (bug#35807). 35312 to the end of the function name in the previous patch (bug#35807).
35313 35313
353142019-05-20 Lars Ingebrigtsen <larsi@gnus.org> 353142019-05-20 Lars Ingebrigtsen <larsi@gnus.org>
@@ -36353,7 +36353,7 @@
36353 36353
363542019-05-15 John Shahid <jvshahid@gmail.com> 363542019-05-15 John Shahid <jvshahid@gmail.com>
36355 36355
36356 Avoid infinitly looping in tramp-interrupt-process (bug#35506) 36356 Avoid infinitely looping in tramp-interrupt-process (bug#35506)
36357 36357
36358 * lisp/net/tramp.el (tramp-interrupt-process): Remove with-timeout. 36358 * lisp/net/tramp.el (tramp-interrupt-process): Remove with-timeout.
36359 Instead pass a timeout to tramp-accept-process-output. 36359 Instead pass a timeout to tramp-accept-process-output.
@@ -38458,7 +38458,7 @@
38458 Fix some corner cases in the recognition of C++ raw strings. 38458 Fix some corner cases in the recognition of C++ raw strings.
38459 38459
38460 These are where changing the identifier in a raw string delimiter causes 38460 These are where changing the identifier in a raw string delimiter causes
38461 different delimiters to match eachother. 38461 different delimiters to match each other.
38462 38462
38463 * lisp/progmodes/cc-engine.el (c-raw-string-end-delim-disrupted): New 38463 * lisp/progmodes/cc-engine.el (c-raw-string-end-delim-disrupted): New
38464 variable. 38464 variable.
@@ -40585,7 +40585,7 @@
40585 * lisp/printing.el: Use lexical-binding 40585 * lisp/printing.el: Use lexical-binding
40586 40586
40587 Require easy-menu instead of adding declarations. 40587 Require easy-menu instead of adding declarations.
40588 Remove backward compatiblity. Remove redundant ':group' args. 40588 Remove backward compatibility. Remove redundant ':group' args.
40589 (pr-region-active-p): Use use-region-p. 40589 (pr-region-active-p): Use use-region-p.
40590 (pr-set-keymap-name): Delete function and callers. 40590 (pr-set-keymap-name): Delete function and callers.
40591 (pr-set-keymap-parents): Delete function; use set-keymap-parent instead. 40591 (pr-set-keymap-parents): Delete function; use set-keymap-parent instead.
@@ -41012,7 +41012,7 @@
41012 this function can be used to find JSXExpressionContainers within JSX. 41012 this function can be used to find JSXExpressionContainers within JSX.
41013 Fix bug where an enclosing JSXElement couldn’t be found when point was 41013 Fix bug where an enclosing JSXElement couldn’t be found when point was
41014 at the start of its JSXClosingElement. Return the JSXClosingElement’s 41014 at the start of its JSXClosingElement. Return the JSXClosingElement’s
41015 position as well, so the JSXClosingElement can be indentified when 41015 position as well, so the JSXClosingElement can be identified when
41016 indenting and be indented like the matching JSXOpeningElement. 41016 indenting and be indented like the matching JSXOpeningElement.
41017 41017
41018 (js-jsx--at-enclosing-tag-child-p): js-jsx--enclosing-tag-pos now 41018 (js-jsx--at-enclosing-tag-child-p): js-jsx--enclosing-tag-pos now
@@ -41930,7 +41930,7 @@
41930 Lisp_Fwd * and then back again, because the compiler can then assume 41930 Lisp_Fwd * and then back again, because the compiler can then assume
41931 that the pointer is aligned for union Lisp_Fwd * when accessing 41931 that the pointer is aligned for union Lisp_Fwd * when accessing
41932 the struct Lisp_Objfwd * components, and this assumption might 41932 the struct Lisp_Objfwd * components, and this assumption might
41933 be incorrect becase we don't force that alignment. 41933 be incorrect because we don't force that alignment.
41934 * src/lisp.h (lispfwd): New type, replacing ... 41934 * src/lisp.h (lispfwd): New type, replacing ...
41935 (union Lisp_Fwd): ... this type, which was removed. 41935 (union Lisp_Fwd): ... this type, which was removed.
41936 All uses changed. 41936 All uses changed.
@@ -45211,7 +45211,7 @@
45211 45211
45212 * lisp/progmodes/sql.el (sql-add-product): Correct argument spec. 45212 * lisp/progmodes/sql.el (sql-add-product): Correct argument spec.
45213 (sql-set-product-feature): Handle all cases as intended. 45213 (sql-set-product-feature): Handle all cases as intended.
45214 (sql-get-product-feature): Fetch varaiable value by `eval'. 45214 (sql-get-product-feature): Fetch variable value by `eval'.
45215 * test/lisp/progmodes/sql-tests.el (sql-test-feature-value-[a-d]): 45215 * test/lisp/progmodes/sql-tests.el (sql-test-feature-value-[a-d]):
45216 New test variables. 45216 New test variables.
45217 (sql-test-product-feature-harness): New test macro. 45217 (sql-test-product-feature-harness): New test macro.
@@ -46939,7 +46939,7 @@
46939 image-mode: Make parameters buffer-local 46939 image-mode: Make parameters buffer-local
46940 46940
46941 Image parameters were treated as image specific, but because they 46941 Image parameters were treated as image specific, but because they
46942 actually were global variables, their behaviour transfered to new 46942 actually were global variables, their behaviour transferred to new
46943 images. 46943 images.
46944 * lisp/image-mode.el (image-transform-resize, image-transform-scale) 46944 * lisp/image-mode.el (image-transform-resize, image-transform-scale)
46945 (image-transform-rotation): Declare with defvar-local. (Bug#33990) 46945 (image-transform-rotation): Declare with defvar-local. (Bug#33990)
@@ -47838,7 +47838,7 @@
47838 * src/frame.c (make_initial_frame): don't reset Vframe_list. 47838 * src/frame.c (make_initial_frame): don't reset Vframe_list.
47839 (init_frame_once_for_pdumper, init_frame_once): new functions. 47839 (init_frame_once_for_pdumper, init_frame_once): new functions.
47840 (syms_of_frame): remove redundant staticpro. 47840 (syms_of_frame): remove redundant staticpro.
47841 * src/fringe.c (init_fringe_once_for_pdumper): new functin. 47841 * src/fringe.c (init_fringe_once_for_pdumper): new function.
47842 (init_fringe_once): call it. 47842 (init_fringe_once): call it.
47843 * src/ftcrfont.c (syms_of_ftcrfont_for_pdumper): new function. 47843 * src/ftcrfont.c (syms_of_ftcrfont_for_pdumper): new function.
47844 (syms_of_ftcrfont): call it. 47844 (syms_of_ftcrfont): call it.
@@ -47846,7 +47846,7 @@
47846 (syms_of_ftfont): call it. 47846 (syms_of_ftfont): call it.
47847 * src/ftxfont.c (syms_of_ftxfont_for_pdumper): new function. 47847 * src/ftxfont.c (syms_of_ftxfont_for_pdumper): new function.
47848 (syms_of_ftxfont): call it. 47848 (syms_of_ftxfont): call it.
47849 * src/gmalloc.c: adjust for pdumper througout 47849 * src/gmalloc.c: adjust for pdumper throughout
47850 (DUMPED): remove weird custom dumped indicator. 47850 (DUMPED): remove weird custom dumped indicator.
47851 * src/gnutls.c (syms_of_gnutls): pdumper note for 47851 * src/gnutls.c (syms_of_gnutls): pdumper note for
47852 gnutls_global_initialized. 47852 gnutls_global_initialized.
@@ -48290,7 +48290,7 @@
48290 signal an error (due to generating a too-large bignum) contrary 48290 signal an error (due to generating a too-large bignum) contrary
48291 to its documentation. Fix things to remove the theoretical 48291 to its documentation. Fix things to remove the theoretical
48292 possibility, so that list lengths are always fixnums (and so 48292 possibility, so that list lengths are always fixnums (and so
48293 that list lenghts are always ptrdiff_t values too, since that 48293 that list lengths are always ptrdiff_t values too, since that
48294 is assumed internally anyway). 48294 is assumed internally anyway).
48295 * src/alloc.c (Fcons): Do not allocate so many conses that 48295 * src/alloc.c (Fcons): Do not allocate so many conses that
48296 a list length won’t fit into ptrdiff_t or into fixnum. 48296 a list length won’t fit into ptrdiff_t or into fixnum.
@@ -48686,7 +48686,7 @@
48686 48686
48687 Adapt test/README 48687 Adapt test/README
48688 48688
48689 * test/README: Speak about continous integration tests on hydra 48689 * test/README: Speak about continuous integration tests on hydra
48690 and emba. 48690 and emba.
48691 48691
486922019-01-03 Andrey Kotlarski <m00naticus@gmail.com> 486922019-01-03 Andrey Kotlarski <m00naticus@gmail.com>
@@ -50599,7 +50599,7 @@
50599 (tramp-gvfs-handle-file-writable-p) 50599 (tramp-gvfs-handle-file-writable-p)
50600 (tramp-gvfs-handle-write-region): Move to tramp.el. 50600 (tramp-gvfs-handle-write-region): Move to tramp.el.
50601 50601
50602 * lisp/net/tramp-rclone.el: Dont't require `tramp-adb' and 50602 * lisp/net/tramp-rclone.el: Don't require `tramp-adb' and
50603 `tramp-gvfs' anymore. 50603 `tramp-gvfs' anymore.
50604 (tramp-rclone-file-name-handler-alist): 50604 (tramp-rclone-file-name-handler-alist):
50605 Use `tramp-handle-expand-file-name', `tramp-handle-file-local-copy', 50605 Use `tramp-handle-expand-file-name', `tramp-handle-file-local-copy',
@@ -53573,7 +53573,7 @@
53573 always inserts an expressions even if no abbrevs need to be saved and 53573 always inserts an expressions even if no abbrevs need to be saved and
53574 making only write-abbrev-file check that a table has any abbrevs to 53574 making only write-abbrev-file check that a table has any abbrevs to
53575 save before calling insert-abbrev-table-description. This duplicates 53575 save before calling insert-abbrev-table-description. This duplicates
53576 the work of filtering the table for savable abbrevs, but the benefit 53576 the work of filtering the table for saveable abbrevs, but the benefit
53577 of keeping the API is worth it. 53577 of keeping the API is worth it.
53578 53578
53579 * doc/lispref/abbrevs.texi (Abbrev Tables): Update documentation. 53579 * doc/lispref/abbrevs.texi (Abbrev Tables): Update documentation.
@@ -56960,7 +56960,7 @@
56960 56960
56961 New 'configure' arg --with-mini-gmp 56961 New 'configure' arg --with-mini-gmp
56962 56962
56963 * configure.ac: It lets the builder override default of whther 56963 * configure.ac: It lets the builder override default of whether
56964 mini-gmp is used. Use AC_SEARCH_LIBS as per Autoconf manual. 56964 mini-gmp is used. Use AC_SEARCH_LIBS as per Autoconf manual.
56965 56965
569662018-08-11 Paul Eggert <eggert@cs.ucla.edu> 569662018-08-11 Paul Eggert <eggert@cs.ucla.edu>
@@ -57782,7 +57782,7 @@
57782 Fix some documentation formatting nits 57782 Fix some documentation formatting nits
57783 57783
57784 * doc/misc/ert.texi (Running Tests Interactively): Correct 57784 * doc/misc/ert.texi (Running Tests Interactively): Correct
57785 Elisp manual titile in xref. 57785 Elisp manual title in xref.
57786 * doc/lispref/edebug.texi (Edebug Misc): Use single argument 57786 * doc/lispref/edebug.texi (Edebug Misc): Use single argument
57787 form of xref. 57787 form of xref.
57788 * doc/lispref/debugging.texi (Backtraces): Add comma and 57788 * doc/lispref/debugging.texi (Backtraces): Add comma and
@@ -57831,7 +57831,7 @@
57831 57831
57832 Add commands to go to source if available, and to show and hide 57832 Add commands to go to source if available, and to show and hide
57833 Edebug's instrumentation. Make Edebug pop to backtraces instead of 57833 Edebug's instrumentation. Make Edebug pop to backtraces instead of
57834 displaying them, which makes Edebug consistant with the behavior of 57834 displaying them, which makes Edebug consistent with the behavior of
57835 ERT and the Lisp Debugger. 57835 ERT and the Lisp Debugger.
57836 * doc/lispref/edebug.texi (Edebug Misc): Document when and how you can 57836 * doc/lispref/edebug.texi (Edebug Misc): Document when and how you can
57837 jump to source code from an Edebug backtrace. Document 57837 jump to source code from an Edebug backtrace. Document
@@ -58282,7 +58282,7 @@
58282 58282
58283 "******" 58283 "******"
58284 58284
58285 It's slighly easier to visually count the number of characters in the second 58285 It's slightly easier to visually count the number of characters in the second
58286 string (Bug#32220). 58286 string (Bug#32220).
58287 58287
58288 * lisp/subr.el (read-passwd): Prefer ?* as default char instead of ?. 58288 * lisp/subr.el (read-passwd): Prefer ?* as default char instead of ?.
@@ -59002,7 +59002,7 @@
59002 (epg-config--program-alist) <OpenPGP>: Require a version in 1.4.3..2.0 59002 (epg-config--program-alist) <OpenPGP>: Require a version in 1.4.3..2.0
59003 or 2.1.6+., not just anything above 1.4.3. 59003 or 2.1.6+., not just anything above 1.4.3.
59004 (epg-check-configuration): Accept a list of required version 59004 (epg-check-configuration): Accept a list of required version
59005 intervals, in addtion to just a single minimum. 59005 intervals, in addition to just a single minimum.
59006 59006
590072018-07-15 Paul Eggert <eggert@Penguin.CS.UCLA.EDU> 590072018-07-15 Paul Eggert <eggert@Penguin.CS.UCLA.EDU>
59008 59008
@@ -59562,7 +59562,7 @@
59562 59562
59563 * lisp/vc/smerge-mode.el (smerge-refine-regions): Bind 59563 * lisp/vc/smerge-mode.el (smerge-refine-regions): Bind
59564 write-region-inhibit-fsync to t. This was reported in 59564 write-region-inhibit-fsync to t. This was reported in
59565 https://github.com/magit/magit/pull/2834 to give a noticable speedup. 59565 https://github.com/magit/magit/pull/2834 to give a noticeable speedup.
59566 59566
595672018-07-12 Noam Postavsky <npostavs@gmail.com> 595672018-07-12 Noam Postavsky <npostavs@gmail.com>
59568 59568
@@ -60247,7 +60247,7 @@
60247 60247
60248 Clean up redundant code from previous checkins 60248 Clean up redundant code from previous checkins
60249 60249
60250 * src/gnutls.c (gnutls_verify_boot): Remove reduntant setting of 60250 * src/gnutls.c (gnutls_verify_boot): Remove redundant setting of
60251 p->gnutls_certificates, which is now performed by 60251 p->gnutls_certificates, which is now performed by
60252 gnutls_deinit_certificates. 60252 gnutls_deinit_certificates.
60253 60253
@@ -61556,7 +61556,7 @@
61556 61556
61557 Don't have shr bug out on degenerate <img> tags 61557 Don't have shr bug out on degenerate <img> tags
61558 61558
61559 * lisp/net/shr.el (shr-tag-img): Protect against contructs like 61559 * lisp/net/shr.el (shr-tag-img): Protect against constructs like
61560 <img src=" ">. 61560 <img src=" ">.
61561 61561
615622018-06-10 Stefan Monnier <monnier@iro.umontreal.ca> 615622018-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -62100,7 +62100,7 @@
62100 62100
62101 Obsolete Flymake's flymake-diagnostic-types-alist 62101 Obsolete Flymake's flymake-diagnostic-types-alist
62102 62102
62103 That varaiable was an association between symbols and properties, 62103 That variable was an association between symbols and properties,
62104 effecively duplicating symbol's property lists. It is simpler to just 62104 effecively duplicating symbol's property lists. It is simpler to just
62105 put properties on symbols. Backward compatibility to the old variable 62105 put properties on symbols. Backward compatibility to the old variable
62106 has been kept. 62106 has been kept.
@@ -62803,7 +62803,7 @@
62803 (tramp-smb-conf, tramp-smb-winexe-program) 62803 (tramp-smb-conf, tramp-smb-winexe-program)
62804 (tramp-smb-winexe-shell-command) 62804 (tramp-smb-winexe-shell-command)
62805 (tramp-smb-winexe-shell-command-switch): 62805 (tramp-smb-winexe-shell-command-switch):
62806 Dont't require 'tramp. (Bug#31558) 62806 Don't require 'tramp. (Bug#31558)
62807 62807
62808 * lisp/net/tramp.el (tramp-ignored-file-name-regexp): Use type regexp. 62808 * lisp/net/tramp.el (tramp-ignored-file-name-regexp): Use type regexp.
62809 62809
@@ -63250,7 +63250,7 @@
63250 * lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of 63250 * lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of
63251 args to eshell--args, as we rely on modifications from 63251 args to eshell--args, as we rely on modifications from
63252 eshell--process-option and vice versa. These modifications were not 63252 eshell--process-option and vice versa. These modifications were not
63253 being propogated in the (if (= ai 0)) case, since popping the first 63253 being propagated in the (if (= ai 0)) case, since popping the first
63254 element of a list doesn't destructively modify the underlying list 63254 element of a list doesn't destructively modify the underlying list
63255 object. 63255 object.
63256 63256
@@ -64089,7 +64089,7 @@
64089 64089
640902018-04-20 Michael Albinus <michael.albinus@gmx.de> 640902018-04-20 Michael Albinus <michael.albinus@gmx.de>
64091 64091
64092 Revert "* etc/HELLO: Add langugae Emoji. Use utf-8 coding." 64092 Revert "* etc/HELLO: Add language Emoji. Use utf-8 coding."
64093 64093
64094 This reverts commit c4cfb5d20487f9912f5896b3f1d291fe7ccc9804. 64094 This reverts commit c4cfb5d20487f9912f5896b3f1d291fe7ccc9804.
64095 64095
@@ -64132,7 +64132,7 @@
64132 64132
64133 * lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding. 64133 * lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.
64134 64134
64135 * etc/HELLO: Add langugae Emoji. Use utf-8 coding. 64135 * etc/HELLO: Add language Emoji. Use utf-8 coding.
64136 64136
641372018-04-19 Glenn Morris <rgm@gnu.org> 641372018-04-19 Glenn Morris <rgm@gnu.org>
64138 64138
@@ -65537,7 +65537,7 @@
65537 65537
655382018-04-11 Daniel Dehennin <daniel.dehennin@baby-gnu.org> 655382018-04-11 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
65539 65539
65540 Gnus Group Mail Spliting on mailing-list headers 65540 Gnus Group Mail Splitting on mailing-list headers
65541 65541
65542 * doc/misc/gnus.texi: Document the new `list' split abbreviation and 65542 * doc/misc/gnus.texi: Document the new `list' split abbreviation and
65543 `match-list' group parameter (bug#25346). 65543 `match-list' group parameter (bug#25346).
@@ -65717,7 +65717,7 @@
65717 ‘sgml-quote’ do that. 65717 ‘sgml-quote’ do that.
65718 65718
65719 While at it, fix entiteis not being unquoted if they lack closing 65719 While at it, fix entiteis not being unquoted if they lack closing
65720 semicolon (e.g. ‘&amp’) occuring at the very end of a region. 65720 semicolon (e.g. ‘&amp’) occurring at the very end of a region.
65721 Even though unlikely, make ‘sgml-quote’ handle this scenario. 65721 Even though unlikely, make ‘sgml-quote’ handle this scenario.
65722 65722
65723 * lisp/textmodes/sgml-mode.el (sgml-quote): Handle quotation marks and 65723 * lisp/textmodes/sgml-mode.el (sgml-quote): Handle quotation marks and
@@ -69399,7 +69399,7 @@
69399 mode_line_help_echo. 69399 mode_line_help_echo.
69400 (wset_mode_line_help_echo): New function. 69400 (wset_mode_line_help_echo): New function.
69401 * src/w32fns.c (Fx_show_tip): Normalize the FRAME argument 69401 * src/w32fns.c (Fx_show_tip): Normalize the FRAME argument
69402 bevore storing it in tip_last_frame (Bug#30399). 69402 before storing it in tip_last_frame (Bug#30399).
69403 * src/xdisp.c (display_mode_lines): Calculate mode line 69403 * src/xdisp.c (display_mode_lines): Calculate mode line
69404 default help echo string here and store it in the window's 69404 default help echo string here and store it in the window's
69405 mode_line_help_echo slot (Bug#30182). 69405 mode_line_help_echo slot (Bug#30182).
@@ -69410,7 +69410,7 @@
69410 * src/xfns.c (x_hide_tip): Rewrite the GTK+ part to correctly 69410 * src/xfns.c (x_hide_tip): Rewrite the GTK+ part to correctly
69411 handle the transition from GTK+ system to Emacs tooltips and 69411 handle the transition from GTK+ system to Emacs tooltips and
69412 vice-versa (Bug#30399). 69412 vice-versa (Bug#30399).
69413 (Fx_show_tip): Normalize the FRAME argument bevore storing it 69413 (Fx_show_tip): Normalize the FRAME argument before storing it
69414 in tip_last_frame (Bug#30399). 69414 in tip_last_frame (Bug#30399).
69415 69415
694162018-02-10 Michael Albinus <michael.albinus@gmx.de> 694162018-02-10 Michael Albinus <michael.albinus@gmx.de>
@@ -76433,7 +76433,7 @@
76433 76433
764342019-08-29 Michael Albinus <michael.albinus@gmx.de> 764342019-08-29 Michael Albinus <michael.albinus@gmx.de>
76435 76435
76436 Fix accidential change in tramp-tests; do not merge with master 76436 Fix accidental change in tramp-tests; do not merge with master
76437 76437
76438 * lisp/net/trampver.el: Change version to "2.3.5.26.3". 76438 * lisp/net/trampver.el: Change version to "2.3.5.26.3".
76439 (customize-package-emacs-version-alist): Add Tramp version 76439 (customize-package-emacs-version-alist): Add Tramp version
@@ -76537,7 +76537,7 @@
76537 76537
76538 * lisp/subr.el (definition-prefixes): Reflow docstring. 76538 * lisp/subr.el (definition-prefixes): Reflow docstring.
76539 76539
76540 * lisp/svg.el (svg-create): Doc fix to allow arg higlighting. 76540 * lisp/svg.el (svg-create): Doc fix to allow arg highlighting.
76541 (svg-gradient, svg-rectangle): Improve docstring formatting. 76541 (svg-gradient, svg-rectangle): Improve docstring formatting.
76542 76542
765432019-06-15 Eli Zaretskii <eliz@gnu.org> 765432019-06-15 Eli Zaretskii <eliz@gnu.org>
@@ -82094,7 +82094,7 @@
82094 * lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of 82094 * lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of
82095 args to eshell--args, as we rely on modifications from 82095 args to eshell--args, as we rely on modifications from
82096 eshell--process-option and vice versa. These modifications were not 82096 eshell--process-option and vice versa. These modifications were not
82097 being propogated in the (if (= ai 0)) case, since popping the first 82097 being propagated in the (if (= ai 0)) case, since popping the first
82098 element of a list doesn't destructively modify the underlying list 82098 element of a list doesn't destructively modify the underlying list
82099 object. 82099 object.
82100 82100
@@ -82609,7 +82609,7 @@
82609 (tramp-smb-conf, tramp-smb-winexe-program) 82609 (tramp-smb-conf, tramp-smb-winexe-program)
82610 (tramp-smb-winexe-shell-command) 82610 (tramp-smb-winexe-shell-command)
82611 (tramp-smb-winexe-shell-command-switch): 82611 (tramp-smb-winexe-shell-command-switch):
82612 Dont't require 'tramp. (Bug#31558) 82612 Don't require 'tramp. (Bug#31558)
82613 82613
82614 * lisp/net/tramp.el (tramp-accept-process-output): 82614 * lisp/net/tramp.el (tramp-accept-process-output):
82615 * lisp/net/tramp-adb.el (tramp-adb-handle-start-file-process): 82615 * lisp/net/tramp-adb.el (tramp-adb-handle-start-file-process):
@@ -82939,7 +82939,7 @@
82939 Fix inaccuracies in "Shell Ring" node of Emacs manual 82939 Fix inaccuracies in "Shell Ring" node of Emacs manual
82940 82940
82941 * doc/emacs/misc.texi (Shell Ring): Don't mention 'M-s' and don't 82941 * doc/emacs/misc.texi (Shell Ring): Don't mention 'M-s' and don't
82942 insist on Shell history commands being "jsut like" similar 82942 insist on Shell history commands being "just like" similar
82943 commands that operate on minibuffer history. Reported by Jorge 82943 commands that operate on minibuffer history. Reported by Jorge
82944 <jorge+list@disroot.org> in emacs-manual-bugs. 82944 <jorge+list@disroot.org> in emacs-manual-bugs.
82945 82945
@@ -90003,7 +90003,7 @@
90003 90003
900042017-10-27 Eli Zaretskii <eliz@gnu.org> 900042017-10-27 Eli Zaretskii <eliz@gnu.org>
90005 90005
90006 Improve documentation of how faces are applied to display stings 90006 Improve documentation of how faces are applied to display strings
90007 90007
90008 * doc/lispref/display.texi (Displaying Faces): Describe how the 90008 * doc/lispref/display.texi (Displaying Faces): Describe how the
90009 faces of the "underlying" text affect overlay and display strings. 90009 faces of the "underlying" text affect overlay and display strings.
@@ -90156,7 +90156,7 @@
90156 90156
90157 Fix two js indentation problems 90157 Fix two js indentation problems
90158 90158
90159 Fix intentation problems reported in 90159 Fix indentation problems reported in
90160 https://github.com/mooz/js2-mode/issues/463. 90160 https://github.com/mooz/js2-mode/issues/463.
90161 * lisp/progmodes/js.el (js--continued-expression-p): 90161 * lisp/progmodes/js.el (js--continued-expression-p):
90162 Check syntax state after /. 90162 Check syntax state after /.
@@ -92604,7 +92604,7 @@
92604 92604
92605 flymake.el knows nothing about line/column diagnostics (except for 92605 flymake.el knows nothing about line/column diagnostics (except for
92606 backward-compatible flymake-ler-make-ler, which must yet be tested). 92606 backward-compatible flymake-ler-make-ler, which must yet be tested).
92607 It’s also the backend’s reponsibility to compute a BEG and END 92607 It’s also the backend’s responsibility to compute a BEG and END
92608 positions for the diagnostic in the relevant buffer. 92608 positions for the diagnostic in the relevant buffer.
92609 92609
92610 * lisp/progmodes/flymake-proc.el 92610 * lisp/progmodes/flymake-proc.el
@@ -92739,7 +92739,7 @@
92739 92739
92740 For essential properties like `severity', `priority', etc, a default 92740 For essential properties like `severity', `priority', etc, a default
92741 value is produced. Some properties like `evaporate' cannot be 92741 value is produced. Some properties like `evaporate' cannot be
92742 overriden. 92742 overridden.
92743 92743
92744 * lisp/progmodes/flymake.el (flymake--diag): Rename from 92744 * lisp/progmodes/flymake.el (flymake--diag): Rename from
92745 flymake-ler. 92745 flymake-ler.
@@ -93382,7 +93382,7 @@
93382 93382
93383 Bring back the busy wait after x_make_frame_visible (Bug#25521) 93383 Bring back the busy wait after x_make_frame_visible (Bug#25521)
93384 93384
93385 But wait specfically for a MapNotify event, and only for a 93385 But wait specifically for a MapNotify event, and only for a
93386 configurable amount of time. 93386 configurable amount of time.
93387 * src/xterm.c (syms_of_xterm) [x-wait-for-event-timeout]: New 93387 * src/xterm.c (syms_of_xterm) [x-wait-for-event-timeout]: New
93388 variable. 93388 variable.
@@ -94709,7 +94709,7 @@
94709 (tramp-test12-rename-file, tramp-test15-copy-directory) 94709 (tramp-test12-rename-file, tramp-test15-copy-directory)
94710 (tramp-test21-file-links): Extend tests. 94710 (tramp-test21-file-links): Extend tests.
94711 (tramp-test13-make-directory, tramp-test14-delete-directory): 94711 (tramp-test13-make-directory, tramp-test14-delete-directory):
94712 Specifiy error symbol in `should-error'. 94712 Specify error symbol in `should-error'.
94713 94713
947142017-09-12 Mark Oteiza <mvoteiza@udel.edu> 947142017-09-12 Mark Oteiza <mvoteiza@udel.edu>
94715 94715
@@ -94735,7 +94735,7 @@
94735 94735
94736 Include sxhash of object with printed bytecode 94736 Include sxhash of object with printed bytecode
94737 94737
94738 This printing, while succint, is rather opaque. At least give an 94738 This printing, while succinct, is rather opaque. At least give an
94739 immediate clue of whether different byte code printouts are for the 94739 immediate clue of whether different byte code printouts are for the
94740 same or different byte code objects. 94740 same or different byte code objects.
94741 * lisp/emacs-lisp/cl-print.el (cl-print-object): Add object sxhash to 94741 * lisp/emacs-lisp/cl-print.el (cl-print-object): Add object sxhash to
@@ -95280,7 +95280,7 @@
95280 95280
95281 Problem reported by Angelo Graziosi in: 95281 Problem reported by Angelo Graziosi in:
95282 https://lists.gnu.org/r/emacs-devel/2017-09/msg00045.html 95282 https://lists.gnu.org/r/emacs-devel/2017-09/msg00045.html
95283 * autogen.sh (git_config): Do not execut 'git' if $do_git fails. 95283 * autogen.sh (git_config): Do not execute 'git' if $do_git fails.
95284 95284
952852017-09-07 Glenn Morris <rgm@gnu.org> 952852017-09-07 Glenn Morris <rgm@gnu.org>
95286 95286
@@ -97597,13 +97597,13 @@
97597 97597
975982017-08-09 Tino Calancha <tino.calancha@gmail.com> 975982017-08-09 Tino Calancha <tino.calancha@gmail.com>
97599 97599
97600 dired-delete-file: Dont't ask for empty dirs 97600 dired-delete-file: Don't ask for empty dirs
97601 97601
97602 * lisp/dired.el (dired--yes-no-all-quit-help): New defun. 97602 * lisp/dired.el (dired--yes-no-all-quit-help): New defun.
97603 (dired-delete-file): Use it. Dont't ask for empty dirs (Bug#27940). 97603 (dired-delete-file): Use it. Don't ask for empty dirs (Bug#27940).
97604 97604
97605 * test/lisp/dired-tests.el (dired-test-with-temp-dirs): 97605 * test/lisp/dired-tests.el (dired-test-with-temp-dirs):
97606 New auxiliar macro. 97606 New auxiliary macro.
97607 (dired-test-bug27940): Add new test. 97607 (dired-test-bug27940): Add new test.
97608 97608
976092017-08-09 Tino Calancha <tino.calancha@gmail.com> 976092017-08-09 Tino Calancha <tino.calancha@gmail.com>
@@ -97928,7 +97928,7 @@
97928 Show help message when user inputs 'help'. 97928 Show help message when user inputs 'help'.
97929 (dired-do-flagged-delete): Bind locally dired-recursive-deletes 97929 (dired-do-flagged-delete): Bind locally dired-recursive-deletes
97930 so that we can overwrite its global value. 97930 so that we can overwrite its global value.
97931 Wrapp the loop within a catch '--delete-cancel to catch when 97931 Wrap the loop within a catch '--delete-cancel to catch when
97932 the user abort the directtry deletion. 97932 the user abort the directtry deletion.
97933 * doc/emacs/dired.texi (Dired Deletion): Update manual. 97933 * doc/emacs/dired.texi (Dired Deletion): Update manual.
97934 * etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.1): 97934 * etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.1):
@@ -98908,7 +98908,7 @@
98908 98908
98909 * lisp/net/shr.el (shr-put-image): Display svg images as svg 98909 * lisp/net/shr.el (shr-put-image): Display svg images as svg
98910 (bug#27799). I suspect the previous change was checked in by 98910 (bug#27799). I suspect the previous change was checked in by
98911 accident in conjuction with some other svg changes. 98911 accident in conjunction with some other svg changes.
98912 98912
989132017-07-23 Michael Albinus <michael.albinus@gmx.de> 989132017-07-23 Michael Albinus <michael.albinus@gmx.de>
98914 98914
@@ -99358,7 +99358,7 @@
99358 * doc/misc/ses.texi (Configuring what printer function 99358 * doc/misc/ses.texi (Configuring what printer function
99359 applies): Add description of keys for completing local printer 99359 applies): Add description of keys for completing local printer
99360 symbols and listing local printers in a help buffer. 99360 symbols and listing local printers in a help buffer.
99361 (Formulas): Add decription for key to list the named cell 99361 (Formulas): Add description for key to list the named cell
99362 symbols in a help buffer. 99362 symbols in a help buffer.
99363 99363
99364 * lisp/ses.el (ses-completion-keys): New constant. 99364 * lisp/ses.el (ses-completion-keys): New constant.
@@ -100624,7 +100624,7 @@
100624 * src/image.c (xbm_scan): 100624 * src/image.c (xbm_scan):
100625 * src/lread.c (read_escape): 100625 * src/lread.c (read_escape):
100626 * src/regex.c (ISXDIGIT) [emacs]: 100626 * src/regex.c (ISXDIGIT) [emacs]:
100627 Use char_hexdigit insted of doing it by hand. 100627 Use char_hexdigit instead of doing it by hand.
100628 100628
1006292017-07-06 Paul Eggert <eggert@cs.ucla.edu> 1006292017-07-06 Paul Eggert <eggert@cs.ucla.edu>
100630 100630
@@ -100970,7 +100970,7 @@
100970 Fix bug in yesterday's CC Mode commit. 100970 Fix bug in yesterday's CC Mode commit.
100971 100971
100972 * lisp/progmodes/cc-mode.el (c-quoted-number-head-before-point): Check a 100972 * lisp/progmodes/cc-mode.el (c-quoted-number-head-before-point): Check a
100973 search has succeded before using the match data. 100973 search has succeeded before using the match data.
100974 (c-quoted-number-head-before-point, c-quoted-number-head-after-point): 100974 (c-quoted-number-head-before-point, c-quoted-number-head-after-point):
100975 Specify that the position of the extremity of the head or tail is in the 100975 Specify that the position of the extremity of the head or tail is in the
100976 match data. 100976 match data.
@@ -101677,13 +101677,13 @@
101677 * src/nsfns.m (frame_parm_handler): Add entry for 101677 * src/nsfns.m (frame_parm_handler): Add entry for
101678 x_set_no_special_glyphs. 101678 x_set_no_special_glyphs.
101679 (Fx_create_frame): Handle 'no-special-glyphs' parameter. 101679 (Fx_create_frame): Handle 'no-special-glyphs' parameter.
101680 Intitialize new cursor types for dragging frame borders. 101680 Initialize new cursor types for dragging frame borders.
101681 * src/nsterm.h (struct ns_output): Add new cursor types for 101681 * src/nsterm.h (struct ns_output): Add new cursor types for
101682 dragging frame borders. 101682 dragging frame borders.
101683 * src/w32fns.c (w32_frame_parm_handlers): Add entry for 101683 * src/w32fns.c (w32_frame_parm_handlers): Add entry for
101684 x_set_no_special_glyphs. 101684 x_set_no_special_glyphs.
101685 (Fx_create_frame): Handle 'no-special-glyphs' parameter. 101685 (Fx_create_frame): Handle 'no-special-glyphs' parameter.
101686 Intitialize new cursor types for dragging frame borders. 101686 Initialize new cursor types for dragging frame borders.
101687 * src/w32term.h (struct w32_output): Add new cursor types for 101687 * src/w32term.h (struct w32_output): Add new cursor types for
101688 dragging frame borders. 101688 dragging frame borders.
101689 * src/window.c (coordinates_in_window) 101689 * src/window.c (coordinates_in_window)
@@ -103780,7 +103780,7 @@
103780 Correct and isolate the todo-mode test environment 103780 Correct and isolate the todo-mode test environment
103781 103781
103782 This avoids having to set todo-mode variables globally in the test 103782 This avoids having to set todo-mode variables globally in the test
103783 file and prevents any exisiting user todo-mode files from influencing 103783 file and prevents any existing user todo-mode files from influencing
103784 the tests. 103784 the tests.
103785 103785
103786 * test/lisp/calendar/todo-mode-tests.el: 103786 * test/lisp/calendar/todo-mode-tests.el:
@@ -104671,7 +104671,7 @@
104671 Fix and improve UI of scroll bar menu (bug#27047) 104671 Fix and improve UI of scroll bar menu (bug#27047)
104672 104672
104673 In addition, since the Emacs manual writes "scroll bar", "tool 104673 In addition, since the Emacs manual writes "scroll bar", "tool
104674 bar" and "menu bar", use this convention in the Show/Hide menues 104674 bar" and "menu bar", use this convention in the Show/Hide menus
104675 and tooltips as well. 104675 and tooltips as well.
104676 104676
104677 * lisp/menu-bar.el (menu-bar-showhide-scroll-bar-menu): Make 104677 * lisp/menu-bar.el (menu-bar-showhide-scroll-bar-menu): Make
@@ -105415,7 +105415,7 @@
105415 specifies how emacs should use tramp to find remote files. 105415 specifies how emacs should use tramp to find remote files.
105416 105416
105417 * doc/emacs/misc.texi (TCP Emacs server): New subsection describing 105417 * doc/emacs/misc.texi (TCP Emacs server): New subsection describing
105418 the various knobs to tune server.el for TCP opereation. 105418 the various knobs to tune server.el for TCP operation.
105419 (emacsclient Options): Reference "TCP Emacs server" from description of 105419 (emacsclient Options): Reference "TCP Emacs server" from description of
105420 --server-file. Document the new '--tramp' / '-T' options. 105420 --server-file. Document the new '--tramp' / '-T' options.
105421 * doc/emacs/emacs.texi (Top): Update the top-level menu. 105421 * doc/emacs/emacs.texi (Top): Update the top-level menu.
@@ -107412,7 +107412,7 @@
107412 instead of the sexp beginning position. Saving the 107412 instead of the sexp beginning position. Saving the
107413 CONTAINING-SEXP-START returned by `calculate-lisp-indent' is no longer 107413 CONTAINING-SEXP-START returned by `calculate-lisp-indent' is no longer
107414 needed. Don't bother stopping if we don't descend below init-depth, 107414 needed. Don't bother stopping if we don't descend below init-depth,
107415 since we now alway scan the whole buffer (via syntax-ppss) anyway. 107415 since we now always scan the whole buffer (via syntax-ppss) anyway.
107416 * test/lisp/emacs-lisp/lisp-mode-tests.el (indent-sexp): Add blank 107416 * test/lisp/emacs-lisp/lisp-mode-tests.el (indent-sexp): Add blank
107417 line to test case. 107417 line to test case.
107418 107418
@@ -109144,7 +109144,7 @@
109144 * doc/lispref/records.texi (Records): reference it. Document 109144 * doc/lispref/records.texi (Records): reference it. Document
109145 behavior when type slot is a record. 109145 behavior when type slot is a record.
109146 109146
109147 * admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors. 109147 * admin/alloc-colors.c (Fmake_record, Frecord): mention type descriptors.
109148 109148
1091492017-04-06 Stefan Monnier <monnier@iro.umontreal.ca> 1091492017-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
109150 109150
@@ -110325,7 +110325,7 @@
110325 110325
110326 * lisp/progmodes/sql.el: Version 3.6 110326 * lisp/progmodes/sql.el: Version 3.6
110327 110327
110328 (sql-login-params): Added :must-match for completition of 110328 (sql-login-params): Added :must-match for completion of
110329 `server' and `database' login parameters. 110329 `server' and `database' login parameters.
110330 (sql-sqlite-login-params, sql-postgres-login-params): Set 110330 (sql-sqlite-login-params, sql-postgres-login-params): Set
110331 :must-match to `confirm'. 110331 :must-match to `confirm'.
@@ -113373,7 +113373,7 @@
113373 casefiddle-tests-case-table, casefiddle-tests-casing-character, 113373 casefiddle-tests-case-table, casefiddle-tests-casing-character,
113374 casefiddle-tests-casing, casefiddle-tests-casing-byte8, 113374 casefiddle-tests-casing, casefiddle-tests-casing-byte8,
113375 casefiddle-tests-casing-byte8-with-changes): New tests. 113375 casefiddle-tests-casing-byte8-with-changes): New tests.
113376 (casefiddle-tests--test-casing): New helper function for runnig 113376 (casefiddle-tests--test-casing): New helper function for running
113377 some of the tests. 113377 some of the tests.
113378 113378
1133792017-02-15 Michal Nazarewicz <mina86@mina86.com> 1133792017-02-15 Michal Nazarewicz <mina86@mina86.com>
@@ -113897,7 +113897,7 @@
113897 113897
113898 * lisp/eshell/esh-proc.el (eshell-sentinel): If called while still 113898 * lisp/eshell/esh-proc.el (eshell-sentinel): If called while still
113899 handling output of the process, make sure to close the pipes only later, 113899 handling output of the process, make sure to close the pipes only later,
113900 so that the next process in the pipeline recieves EOF only after getting 113900 so that the next process in the pipeline receives EOF only after getting
113901 all its input (Bug#25549). 113901 all its input (Bug#25549).
113902 113902
1139032017-02-09 Katsumi Yamaoka <yamaoka@jpl.org> 1139032017-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
@@ -116519,7 +116519,7 @@
116519 Clarify major mode switching 116519 Clarify major mode switching
116520 116520
116521 * doc/emacs/modes.texi (Major Modes): 116521 * doc/emacs/modes.texi (Major Modes):
116522 * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each 116522 * doc/lispref/modes.texi (Modes, Major Modes): Explicitly say that each
116523 buffer has exactly one major mode and can't be "turned off", only 116523 buffer has exactly one major mode and can't be "turned off", only
116524 switched away from (Bug#25357). 116524 switched away from (Bug#25357).
116525 116525
@@ -119501,7 +119501,7 @@
119501 119501
119502 merge from trunk 119502 merge from trunk
119503 119503
119504 this merges frmo trunk and fixes various build issues. 119504 this merges from trunk and fixes various build issues.
119505 this needed a few ugly tweaks. 119505 this needed a few ugly tweaks.
119506 this hangs in "make check" now 119506 this hangs in "make check" now
119507 119507
@@ -120142,7 +120142,7 @@
120142 120142
120143 Since 2016-06-26 "Fix test-completion with completion-regexp-list", when 120143 Since 2016-06-26 "Fix test-completion with completion-regexp-list", when
120144 calling test-completion with an alist collection, the predicate was 120144 calling test-completion with an alist collection, the predicate was
120145 recieving the string value instead of the alist entry (Bug#24966). 120145 receiving the string value instead of the alist entry (Bug#24966).
120146 120146
120147 * src/minibuf.c (Ftest_completion): Don't modify the found element, just 120147 * src/minibuf.c (Ftest_completion): Don't modify the found element, just
120148 test STRING against `completion-regexp-list'. 120148 test STRING against `completion-regexp-list'.
@@ -124470,7 +124470,7 @@
124470 124470
1244712016-09-12 Michal Nazarewicz <mina86@mina86.com> 1244712016-09-12 Michal Nazarewicz <mina86@mina86.com>
124472 124472
124473 Fix compiler thinking width and height may be unitialized in frame.c 124473 Fix compiler thinking width and height may be uninitialized in frame.c
124474 124474
124475 This fixes the following warning: 124475 This fixes the following warning:
124476 124476
@@ -124486,7 +124486,7 @@
124486 124486
1244872016-09-12 Michal Nazarewicz <mina86@mina86.com> 1244872016-09-12 Michal Nazarewicz <mina86@mina86.com>
124488 124488
124489 Fix compiler thinking tmpdir may be unitialized in emacsclient 124489 Fix compiler thinking tmpdir may be uninitialized in emacsclient
124490 124490
124491 This fixes the following warning: 124491 This fixes the following warning:
124492 124492
@@ -124669,7 +124669,7 @@
124669 124669
124670 Invert y coord of NS image files (bug#7847) 124670 Invert y coord of NS image files (bug#7847)
124671 124671
124672 * src/nsterm.m (ns_dumpglyphs_image): Invert y co-ordinate of the image 124672 * src/nsterm.m (ns_dumpglyphs_image): Invert y coordinate of the image
124673 when compositing. 124673 when compositing.
124674 124674
1246752016-09-10 Noam Postavsky <npostavs@gmail.com> 1246752016-09-10 Noam Postavsky <npostavs@gmail.com>
@@ -124701,7 +124701,7 @@
124701 determine which class is failing. This happens when failure is caused 124701 determine which class is failing. This happens when failure is caused
124702 by ‘(should (equal (point) (point-max)))’ not being met. 124702 by ‘(should (equal (point) (point-max)))’ not being met.
124703 124703
124704 With per-character class tests, it is immidiatelly obvious which test 124704 With per-character class tests, it is immediately obvious which test
124705 causes issues plus tests for all classes are run even if some of them 124705 causes issues plus tests for all classes are run even if some of them
124706 fail. 124706 fail.
124707 124707
@@ -125756,7 +125756,7 @@
125756 125756
125757 * lisp/emacs-lisp/map.el (map--dispatch): Fix docstring 125757 * lisp/emacs-lisp/map.el (map--dispatch): Fix docstring
125758 125758
125759 The docstring referenced a non-existant parameter, as well as a 125759 The docstring referenced a non-existent parameter, as well as a
125760 parameter that has been renamed since the docstring was written. Fix 125760 parameter that has been renamed since the docstring was written. Fix
125761 both errors, fixing (Bug#24182). 125761 both errors, fixing (Bug#24182).
125762 125762
@@ -125828,7 +125828,7 @@
125828 125828
125829 * lisp/window.el (window--state-put-2): Set 'noforce argument 125829 * lisp/window.el (window--state-put-2): Set 'noforce argument
125830 when restoring a window's start position. This avoids that the 125830 when restoring a window's start position. This avoids that the
125831 effect of `set-window-point' gets overidden by that of 125831 effect of `set-window-point' gets overridden by that of
125832 `set-window-start' (Bug#24240). 125832 `set-window-start' (Bug#24240).
125833 125833
1258342016-08-17 Alan Mackenzie <acm@muc.de> 1258342016-08-17 Alan Mackenzie <acm@muc.de>
@@ -126205,7 +126205,7 @@
126205 126205
126206 * doc/misc/ses.texi (Quick Tutorial): Mention the '!' 126206 * doc/misc/ses.texi (Quick Tutorial): Mention the '!'
126207 'ses-range' modifier as an alternative to 'ses+'. 126207 'ses-range' modifier as an alternative to 'ses+'.
126208 (Advanced Features): Add a refernce to node 'Nonrelocatable 126208 (Advanced Features): Add a reference to node 'Nonrelocatable
126209 references' concerning function 'ses-rename-cell'. 126209 references' concerning function 'ses-rename-cell'.
126210 (Standard formula functions): Mention the '!' 'ses-range' 126210 (Standard formula functions): Mention the '!' 'ses-range'
126211 modifier as an alternative to 'ses-delete-blanks'. 126211 modifier as an alternative to 'ses-delete-blanks'.
@@ -126449,7 +126449,7 @@
126449 126449
1264502016-08-06 Michael Albinus <michael.albinus@gmx.de> 1264502016-08-06 Michael Albinus <michael.albinus@gmx.de>
126451 126451
126452 Add missing dcstrings in Tramp, remove chec for obsolee methods 126452 Add missing dcstrings in Tramp, remove check for obsolee methods
126453 126453
126454 * lisp/net/tramp.el (tramp-progress-reporter-update) 126454 * lisp/net/tramp.el (tramp-progress-reporter-update)
126455 (tramp-unload-file-name-handlers, tramp-get-local-uid) 126455 (tramp-unload-file-name-handlers, tramp-get-local-uid)
@@ -128859,7 +128859,7 @@
128859 Call `file-name-directory' also for remote NEWNAME. 128859 Call `file-name-directory' also for remote NEWNAME.
128860 128860
128861 * test/lisp/net/tramp-tests.el (tramp-test15-copy-directory): 128861 * test/lisp/net/tramp-tests.el (tramp-test15-copy-directory):
128862 Do not skip for tramp-smb.el. Test als COPY-CONTENTS case. 128862 Do not skip for tramp-smb.el. Test also COPY-CONTENTS case.
128863 (tramp-test24-file-name-completion): Improve check for 128863 (tramp-test24-file-name-completion): Improve check for
128864 hostname completion. 128864 hostname completion.
128865 (tramp--test-rsync-p): New defun. 128865 (tramp--test-rsync-p): New defun.
@@ -129664,7 +129664,7 @@
129664 129664
129665 * lisp/international/ucs-normalize.el 129665 * lisp/international/ucs-normalize.el
129666 (ucs-normalize-hfs-nfd-pre-write-conversion): 129666 (ucs-normalize-hfs-nfd-pre-write-conversion):
129667 Prevent compiler warning for unused arguments, add coment. 129667 Prevent compiler warning for unused arguments, add comment.
129668 129668
1296692016-06-10 Paul Eggert <eggert@cs.ucla.edu> 1296692016-06-10 Paul Eggert <eggert@cs.ucla.edu>
129670 129670
@@ -130352,7 +130352,7 @@
130352 130352
130353 * lisp/wid-edit.el (link): Remove :follow-link property (bug#22434) 130353 * lisp/wid-edit.el (link): Remove :follow-link property (bug#22434)
130354 130354
130355 * lisp/recentf.el (recentf-dialog-mode-map): Remove unecessary mapping. 130355 * lisp/recentf.el (recentf-dialog-mode-map): Remove unnecessary mapping.
130356 130356
1303572016-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org> 1303572016-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
130358 130358
@@ -131429,7 +131429,7 @@
131429 4c5a00b Make package-install-from-buffer not move point 131429 4c5a00b Make package-install-from-buffer not move point
131430 9596ea1 ; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion" 131430 9596ea1 ; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion"
131431 f79c352 Redo the fix for bug#21839 131431 f79c352 Redo the fix for bug#21839
131432 8d2f78c Don't treat JS spread as contination method call 131432 8d2f78c Don't treat JS spread as continuation method call
131433 131433
1314342016-05-12 Chris Feng <chris.w.feng@gmail.com> 1314342016-05-12 Chris Feng <chris.w.feng@gmail.com>
131435 131435
@@ -132526,7 +132526,7 @@
132526 cursor-type doc fix 132526 cursor-type doc fix
132527 132527
132528 * src/buffer.c (syms_of_buffer): Mention that cursor-type's 132528 * src/buffer.c (syms_of_buffer): Mention that cursor-type's
132529 WIDHT/HEIGHT can't exceed the frame char size (bug#19215). 132529 WIDTH/HEIGHT can't exceed the frame char size (bug#19215).
132530 132530
1325312016-04-30 Lars Ingebrigtsen <larsi@gnus.org> 1325312016-04-30 Lars Ingebrigtsen <larsi@gnus.org>
132532 132532
@@ -132608,7 +132608,7 @@
132608 132608
1326092016-04-30 Lars Ingebrigtsen <larsi@gnus.org> 1326092016-04-30 Lars Ingebrigtsen <larsi@gnus.org>
132610 132610
132611 Explictly explain that package-initialize loads the packages 132611 Explicitly explain that package-initialize loads the packages
132612 132612
132613 * lisp/emacs-lisp/package.el (package-initialize): Be explicit 132613 * lisp/emacs-lisp/package.el (package-initialize): Be explicit
132614 in saying that `package-initialize' obviates adjusting the 132614 in saying that `package-initialize' obviates adjusting the
@@ -132892,7 +132892,7 @@
132892 Fix definition of nobreak-space 132892 Fix definition of nobreak-space
132893 132893
132894 * lisp/faces.el (nobreak-space): The definition to 132894 * lisp/faces.el (nobreak-space): The definition to
132895 nobreak-space was inadvertantly changed by the previous checkin. 132895 nobreak-space was inadvertently changed by the previous checkin.
132896 132896
1328972016-04-28 Lars Ingebrigtsen <larsi@gnus.org> 1328972016-04-28 Lars Ingebrigtsen <larsi@gnus.org>
132898 132898
@@ -133217,9 +133217,9 @@
133217 calling `vc-state' on default-directory (VC state is undefined 133217 calling `vc-state' on default-directory (VC state is undefined
133218 for directories). Check that `vc-state' returns nil where it 133218 for directories). Check that `vc-state' returns nil where it
133219 returned `unregistered' before. Remove all checks comparing 133219 returned `unregistered' before. Remove all checks comparing
133220 invocations with the backend passed in explictly and without. 133220 invocations with the backend passed in explicitly and without.
133221 (vc-test--working-revision): Remove all checks comparing 133221 (vc-test--working-revision): Remove all checks comparing
133222 invocations with the backend passed in explictly and without. 133222 invocations with the backend passed in explicitly and without.
133223 Update comments, and add a new one. 133223 Update comments, and add a new one.
133224 133224
1332252016-04-24 Paul Eggert <eggert@cs.ucla.edu> 1332252016-04-24 Paul Eggert <eggert@cs.ucla.edu>
@@ -133845,7 +133845,7 @@
133845 133845
1338462016-04-10 Etienne Prud'homme <e.e.f.prudhomme@gmail.com> (tiny change) 1338462016-04-10 Etienne Prud'homme <e.e.f.prudhomme@gmail.com> (tiny change)
133847 133847
133848 Fix alignement rule for CSS 133848 Fix alignment rule for CSS
133849 133849
133850 * lisp/align.el (align-rules-list): Support CSS properties that have 133850 * lisp/align.el (align-rules-list): Support CSS properties that have
133851 multiple words. 133851 multiple words.
@@ -134121,7 +134121,7 @@
134121 a3daa34 Teach M-x disassemble a default argument. 134121 a3daa34 Teach M-x disassemble a default argument.
134122 e30c3e9 Fix EOL decoding in vc-annotate with SVN back-end on MS-Windows 134122 e30c3e9 Fix EOL decoding in vc-annotate with SVN back-end on MS-Windows
134123 df441b3 Fix OS X specific settings in tramp-tests 134123 df441b3 Fix OS X specific settings in tramp-tests
134124 2244331 Finish fixing a cacheing bug in CC Mode (see 2016-03-09) 134124 2244331 Finish fixing a caching bug in CC Mode (see 2016-03-09)
134125 134125
134126 # Conflicts: 134126 # Conflicts:
134127 # lisp/net/tramp-sh.el 134127 # lisp/net/tramp-sh.el
@@ -134272,7 +134272,7 @@
134272 0403620 Don't misindent arguments of a method call inside continuation 134272 0403620 Don't misindent arguments of a method call inside continuation
134273 e6776f8 * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_ec... 134273 e6776f8 * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_ec...
134274 8475f3d ASCII-only etc/NEWS etc. 134274 8475f3d ASCII-only etc/NEWS etc.
134275 5cc6919 Fix a cacheing bug, which led to inordinately slow c-beginnin... 134275 5cc6919 Fix a caching bug, which led to inordinately slow c-beginnin...
134276 0ce37ea Fix Isearch prompt when invoked with an argument 134276 0ce37ea Fix Isearch prompt when invoked with an argument
134277 f3033d4 Fix a typo in the Emacs manual 134277 f3033d4 Fix a typo in the Emacs manual
134278 4235d2d Curved quotes in etc/NEWS etc. 134278 4235d2d Curved quotes in etc/NEWS etc.
@@ -137965,7 +137965,7 @@
137965 137965
1379662016-02-10 Lars Ingebrigtsen <larsi@gnus.org> 1379662016-02-10 Lars Ingebrigtsen <larsi@gnus.org>
137967 137967
137968 Remove som XEmacs compat code from message.el 137968 Remove some XEmacs compat code from message.el
137969 137969
137970 * lisp/gnus/message.el: Remove some XEmacs compat code. 137970 * lisp/gnus/message.el: Remove some XEmacs compat code.
137971 137971
@@ -138403,7 +138403,7 @@
138403 a header while with nil argument moves to the indented text of header's 138403 a header while with nil argument moves to the indented text of header's
138404 value. 138404 value.
138405 (message-beginning-of-line): Function is now aware of folded headers and 138405 (message-beginning-of-line): Function is now aware of folded headers and
138406 either moves point to the indention of a header or, in visual-line-mode, 138406 either moves point to the indentation of a header or, in visual-line-mode,
138407 searches for the beginning of the header. 138407 searches for the beginning of the header.
138408 138408
1384092016-02-08 Michal Nazarewicz <mina86@mina86.com> 1384092016-02-08 Michal Nazarewicz <mina86@mina86.com>
@@ -139254,7 +139254,7 @@
139254 (History): XEmacs support has been removed. 139254 (History): XEmacs support has been removed.
139255 (GVFS based methods, Remote processes): Do not use emacsgvfs flag. 139255 (GVFS based methods, Remote processes): Do not use emacsgvfs flag.
139256 (Auto-save and Backup): Use both syntax versions. 139256 (Auto-save and Backup): Use both syntax versions.
139257 (File name Syntax): Remark on IPv6 adresses is valid for 139257 (File name Syntax): Remark on IPv6 addresses is valid for
139258 unified syntax only. 139258 unified syntax only.
139259 139259
139260 * doc/misc/trampver.texi: Do not set emacsgvfs flag. 139260 * doc/misc/trampver.texi: Do not set emacsgvfs flag.
@@ -140661,7 +140661,7 @@
140661 put-text-property cannot be plainly (point), you need a 140661 put-text-property cannot be plainly (point), you need a
140662 ses-goto-print call before 140662 ses-goto-print call before
140663 140663
140664 - Second, the range itself was computed erronously, only the first 140664 - Second, the range itself was computed erroneously, only the first
140665 char was affected instead of the full cell width. This was not 140665 char was affected instead of the full cell width. This was not
140666 noticeable prior to changes (Deprecate `intangible' and 140666 noticeable prior to changes (Deprecate `intangible' and
140667 `point-entered' properties) made by Stefan on 2015-04-13T19:51:15Z 140667 `point-entered' properties) made by Stefan on 2015-04-13T19:51:15Z
@@ -142220,7 +142220,7 @@
142220 the problems described in bug#20674 regarding the interaction with 142220 the problems described in bug#20674 regarding the interaction with
142221 modes such as darkroom-mode and olivetti-mode. 142221 modes such as darkroom-mode and olivetti-mode.
142222 142222
142223 A similar fix was commited to nlinum.el in ELPA.git's 142223 A similar fix was committed to nlinum.el in ELPA.git's
142224 e7f5f549fbfb740b911fb7f33b42381ecece56d8 142224 e7f5f549fbfb740b911fb7f33b42381ecece56d8
142225 142225
142226 * lisp/linum.el (linum-delete-overlays): Restore margins more 142226 * lisp/linum.el (linum-delete-overlays): Restore margins more
diff --git a/admin/ChangeLog.1 b/admin/ChangeLog.1
index 3cbc9ebbd44..7a576a03123 100644
--- a/admin/ChangeLog.1
+++ b/admin/ChangeLog.1
@@ -181,7 +181,7 @@
181 181
182 * grammars/c.by (opt-brackets-after-symbol): New. 182 * grammars/c.by (opt-brackets-after-symbol): New.
183 (multi-stage-dereference): Use it. Add rules for explicit 183 (multi-stage-dereference): Use it. Add rules for explicit
184 matching the last dereference. We cannot just juse 184 matching the last dereference. We cannot just use
185 'namespace-symbol' as a single rule, since this would match too 185 'namespace-symbol' as a single rule, since this would match too
186 greedy and mess with parsing default values of variables. 186 greedy and mess with parsing default values of variables.
187 187
@@ -1258,7 +1258,7 @@
12582012-06-13 Andreas Schwab <schwab@linux-m68k.org> 12582012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1259 1259
1260 * make-emacs: Rename --union-type to --check-lisp-type. 1260 * make-emacs: Rename --union-type to --check-lisp-type.
1261 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE. 1261 Define CHECK_LISP_OBJECT_TYPE instead of USE_LISP_UNION_TYPE.
1262 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from 1262 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
1263 USE_LISP_UNION_TYPE. 1263 USE_LISP_UNION_TYPE.
1264 1264
diff --git a/etc/ChangeLog.1 b/etc/ChangeLog.1
index 1229b8fec15..5a7cd59c979 100644
--- a/etc/ChangeLog.1
+++ b/etc/ChangeLog.1
@@ -1670,7 +1670,7 @@
1670 * images/icons/allout-widgets-light-bg: Icons for new 1670 * images/icons/allout-widgets-light-bg: Icons for new
1671 allout-widgets.el. 1671 allout-widgets.el.
1672 1672
1673 * images/icons/README: Include coypright and GPL 3 license for 1673 * images/icons/README: Include copyright and GPL 3 license for
1674 new icons. 1674 new icons.
1675 1675
16762011-02-16 Michael Albinus <michael.albinus@gmx.de> 16762011-02-16 Michael Albinus <michael.albinus@gmx.de>
@@ -2203,7 +2203,7 @@
2203 2203
22042009-08-13 Kenichi Handa <handa@m17n.org> 22042009-08-13 Kenichi Handa <handa@m17n.org>
2205 2205
2206 * NEWS: Mention the new coding systme `utf-8-hfs' and many 2206 * NEWS: Mention the new coding system `utf-8-hfs' and many
2207 functions for Unicode normalization. 2207 functions for Unicode normalization.
2208 2208
22092009-08-09 CHENG Gao <chenggao@gmail.com> 22092009-08-09 CHENG Gao <chenggao@gmail.com>
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1
index 571eee44f1f..16f5142a01a 100644
--- a/lib-src/ChangeLog.1
+++ b/lib-src/ChangeLog.1
@@ -6944,10 +6944,10 @@
6944 when saving a tag in structtag. Callers changed. 6944 when saving a tag in structtag. Callers changed.
6945 (TOKEN): Structure changed. Now used only in C_entries. 6945 (TOKEN): Structure changed. Now used only in C_entries.
6946 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete. 6946 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete.
6947 (C_entries): nameb and savenameb deleted. Use dinamic allocation. 6947 (C_entries): nameb and savenameb deleted. Use dynamic allocation.
6948 (pfcnt): Delete. Users updated. 6948 (pfcnt): Delete. Users updated.
6949 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) 6949 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
6950 (TEX_getit, prolog_getit): Use dinamic allocation for storing 6950 (TEX_getit, prolog_getit): Use dynamic allocation for storing
6951 the tag instead of a fixed size buffer. 6951 the tag instead of a fixed size buffer.
6952 6952
69531995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> 69531995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -7609,7 +7609,7 @@
7609 (longopts, print_help, main, process_file): Put absolute filenames 7609 (longopts, print_help, main, process_file): Put absolute filenames
7610 in the tag file if the -A --absolute-pathnames option is used. 7610 in the tag file if the -A --absolute-pathnames option is used.
7611 (print_help): Alphabetically order the options. 7611 (print_help): Alphabetically order the options.
7612 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar. 7612 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declare.
7613 7613
76141994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) 76141994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7615 7615
@@ -8239,7 +8239,7 @@
82391993-03-22 Francesco Potortì (pot@cnuce.cnr.it) 82391993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
8240 8240
8241 * etags.c (YACC): Flag added to c_ext. 8241 * etags.c (YACC): Flag added to c_ext.
8242 (c_ext): No more a synonim for c_ext&C_PLPL because of YACC. 8242 (c_ext): No more a synonym for c_ext&C_PLPL because of YACC.
8243 (find_entries): Consistently use streq when reasonable. 8243 (find_entries): Consistently use streq when reasonable.
8244 (find_entries): A .y file is a yacc file. 8244 (find_entries): A .y file is a yacc file.
8245 (get_C_stab): c_ext becomes c_ext&C_PLPL. 8245 (get_C_stab): c_ext becomes c_ext&C_PLPL.
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10
index 54412223248..177ca08ef3b 100644
--- a/lisp/ChangeLog.10
+++ b/lisp/ChangeLog.10
@@ -12772,7 +12772,7 @@
12772 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist) 12772 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
12773 (reftex-query-index-macro-prompt, reftex-query-index-macro-help) 12773 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
12774 (reftex-no-follow-message, reftex-no-info-message): Likewise. 12774 (reftex-no-follow-message, reftex-no-info-message): Likewise.
12775 (reftex-mode): Define systax table for bibtex parsing. 12775 (reftex-mode): Define syntax table for bibtex parsing.
12776 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing. 12776 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
12777 12777
12778 * textmodes/reftex-cite.el (reftex-format-names): %a as name 12778 * textmodes/reftex-cite.el (reftex-format-names): %a as name
@@ -15993,7 +15993,7 @@
15993 15993
15994 * progmodes/cc-vars.el (c-offsets-alist): A more sane default 15994 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
15995 for `inexpr-statement'. This is not compatible, though. 15995 for `inexpr-statement'. This is not compatible, though.
15996 I think the benefit of a good default style outweights that in 15996 I think the benefit of a good default style outweighs that in
15997 this case. Besides, `inexpr-statement' is not very common. 15997 this case. Besides, `inexpr-statement' is not very common.
15998 15998
159992002-04-22 Martin Stjernholm <mast@lysator.liu.se> 159992002-04-22 Martin Stjernholm <mast@lysator.liu.se>
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index 779a641d16a..1a2863afa97 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -4765,7 +4765,7 @@
47652007-12-30 Michael Albinus <michael.albinus@gmx.de> 47652007-12-30 Michael Albinus <michael.albinus@gmx.de>
4766 4766
4767 * net/dbus.el (dbus-name-owner-changed-handler): Make the function 4767 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
4768 resistent towards wrong parameters. 4768 resistant towards wrong parameters.
4769 (dbus-handle-event): Propagate D-Bus errors only in the debug case. 4769 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
4770 4770
47712007-12-30 Richard Stallman <rms@gnu.org> 47712007-12-30 Richard Stallman <rms@gnu.org>
@@ -5001,7 +5001,7 @@
5001 5001
5002 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization; 5002 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
5003 use completion-ignored-extensions to detect files that should be 5003 use completion-ignored-extensions to detect files that should be
5004 ignorted in VC-Dired listings, heading off lots of expensive calls 5004 ignored in VC-Dired listings, heading off lots of expensive calls
5005 to (vc-state). 5005 to (vc-state).
5006 5006
5007 * vc.el (vc-dired-hook): Show unregistered file status as "?" in 5007 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14
index 00b6a6ac41b..e9c8a8ff8be 100644
--- a/lisp/ChangeLog.14
+++ b/lisp/ChangeLog.14
@@ -10889,7 +10889,7 @@
10889 10889
10890 * menu-bar.el (menu-set-font): New function. Bind "Set Default 10890 * menu-bar.el (menu-set-font): New function. Bind "Set Default
10891 Font" menu item to it. Apply selected font to all frames, and 10891 Font" menu item to it. Apply selected font to all frames, and
10892 make it savable. 10892 make it saveable.
10893 (menu-bar-options-save): Save `default' font if changed. 10893 (menu-bar-options-save): Save `default' font if changed.
10894 10894
108952008-06-10 Stefan Monnier <monnier@iro.umontreal.ca> 108952008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -13625,7 +13625,7 @@
13625 (completion-emacs22-try-completion): Place cursor after the /, as was 13625 (completion-emacs22-try-completion): Place cursor after the /, as was
13626 done in Emacs-22's minibuffer-complete-word. 13626 done in Emacs-22's minibuffer-complete-word.
13627 Fix bug reported by David Hansen <david.hansen@gmx.net>. 13627 Fix bug reported by David Hansen <david.hansen@gmx.net>.
13628 (completion-emacs22-try-completion): Merge all mergable text rather 13628 (completion-emacs22-try-completion): Merge all mergeable text rather
13629 than just /. 13629 than just /.
13630 (completion-pcm--delim-wild-regex): New var. 13630 (completion-pcm--delim-wild-regex): New var.
13631 (completion-pcm-word-delimiters): New custom. 13631 (completion-pcm-word-delimiters): New custom.
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index e66766eafa5..3a578da4bc7 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -2803,7 +2803,7 @@
28032010-12-29 Karl Fogel <kfogel@red-bean.com> 28032010-12-29 Karl Fogel <kfogel@red-bean.com>
2804 2804
2805 * saveplace.el (save-place-alist-to-file): Save list sorted and 2805 * saveplace.el (save-place-alist-to-file): Save list sorted and
2806 pretty-printed, so that it is mergable by line-based text merging, 2806 pretty-printed, so that it is mergeable by line-based text merging,
2807 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>. 2807 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2808 2808
28092010-12-28 Ken Manheimer <ken.manheimer@gmail.com> 28092010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
@@ -5135,10 +5135,10 @@
5135 5135
5136 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable 5136 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5137 auto-built for efficiency of execution and updating. 5137 auto-built for efficiency of execution and updating.
5138 (verilog-extended-complete-re): Support 'pure' fucntion & task 5138 (verilog-extended-complete-re): Support 'pure' function & task
5139 declarations (these have no bodies). 5139 declarations (these have no bodies).
5140 (verilog-beg-of-statement): General cleanup to enable support of 5140 (verilog-beg-of-statement): General cleanup to enable support of
5141 'pure' fucntion & task declarations (these have no bodies). 5141 'pure' function & task declarations (these have no bodies).
5142 These efforts together fix Verilog bug210 from veripool; which was also 5142 These efforts together fix Verilog bug210 from veripool; which was also
5143 noticed by Steve Pearlmutter. 5143 noticed by Steve Pearlmutter.
5144 (verilog-directive-re, verilog-directive-begin, verilog-indent-re) 5144 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
@@ -10689,7 +10689,7 @@
106892010-05-13 Agustín Martín <agustin.martin@hispalinux.es> 106892010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10690 10690
10691 * textmodes/ispell.el (ispell-init-process): Do not kill ispell 10691 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10692 process everytime when spellchecking from the minibuffer (bug#6143). 10692 process every time when spellchecking from the minibuffer (bug#6143).
10693 10693
106942010-05-13 Stefan Monnier <monnier@iro.umontreal.ca> 106942010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10695 10695
@@ -12100,7 +12100,7 @@
121002010-03-31 Juri Linkov <juri@jurta.org> 121002010-03-31 Juri Linkov <juri@jurta.org>
12101 12101
12102 * image.el (image-animated-p): Use `image-metadata' instead of 12102 * image.el (image-animated-p): Use `image-metadata' instead of
12103 `image-extension-data'. Get GIF extenstion data from metadata 12103 `image-extension-data'. Get GIF extension data from metadata
12104 property `extension-data'. 12104 property `extension-data'.
12105 12105
121062010-03-31 Stefan Monnier <monnier@iro.umontreal.ca> 121062010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -14907,7 +14907,7 @@
14907 Use complete-with-action rather than pascal-completion-response and 14907 Use complete-with-action rather than pascal-completion-response and
14908 let it apply the predicate as well. 14908 let it apply the predicate as well.
14909 (pascal-goto-defun): Change buffer before calling pascal-comp-defun 14909 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14910 when neded. 14910 when needed.
14911 14911
149122009-12-02 Kenichi Handa <handa@m17n.org> 149122009-12-02 Kenichi Handa <handa@m17n.org>
14913 14913
@@ -18684,7 +18684,7 @@
186842009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> 186842009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18685 18685
18686 * whitespace.el: Does not highlight trailing spaces While point is 18686 * whitespace.el: Does not highlight trailing spaces While point is
18687 at end of line. Does not highligt spaces at beginning of buffer 18687 at end of line. Does not highlight spaces at beginning of buffer
18688 while point is at beginning of buffer. Does not highlight spaces 18688 while point is at beginning of buffer. Does not highlight spaces
18689 at end of buffer while point is at end of buffer. (Bug#4177) 18689 at end of buffer while point is at end of buffer. (Bug#4177)
18690 New version 12.0. 18690 New version 12.0.
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index b4da88e6346..6c093790d31 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -3018,7 +3018,7 @@
3018 3018
3019 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup. 3019 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3020 (sql-signum): Remove. Use `cl-signum' instead. 3020 (sql-signum): Remove. Use `cl-signum' instead.
3021 (sql-read-passwd): Remove; use read-passwd instread. 3021 (sql-read-passwd): Remove; use read-passwd instead.
3022 (sql-get-login-ext): Use read-string. 3022 (sql-get-login-ext): Use read-string.
3023 (sql-get-login): Use dolist and pcase. 3023 (sql-get-login): Use dolist and pcase.
3024 (sql--completion-table): Rename from sql-try-completion. 3024 (sql--completion-table): Rename from sql-try-completion.
@@ -7833,7 +7833,7 @@
7833 the form for POSITION argument. 7833 the form for POSITION argument.
7834 7834
7835 * term/x-win.el (x-menu-bar-open): 7835 * term/x-win.el (x-menu-bar-open):
7836 Use the value returend from (posn-at-point) as position 7836 Use the value returned from (posn-at-point) as position
7837 passed to `popup-menu'. 7837 passed to `popup-menu'.
7838 7838
78392012-08-09 Jay Belanger <jay.p.belanger@gmail.com> 78392012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
@@ -11992,11 +11992,11 @@
11992 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up 11992 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11993 assignment with tests in ifs and for loops. 11993 assignment with tests in ifs and for loops.
11994 (verilog-extended-complete-re, verilog-complete-reg): Change so 11994 (verilog-extended-complete-re, verilog-complete-reg): Change so
11995 that DPI inport functions don't look like function declarations. 11995 that DPI import functions don't look like function declarations.
11996 (verilog-pretty-expr): Don't line up assignment 11996 (verilog-pretty-expr): Don't line up assignment
11997 operations to the test and increment in if and for loops 11997 operations to the test and increment in if and for loops
11998 (verilog-extended-complete-re, verilog-complete-reg): Change so 11998 (verilog-extended-complete-re, verilog-complete-reg): Change so
11999 that DPI inport functions don't look like function declarations. 11999 that DPI import functions don't look like function declarations.
12000 12000
120012012-05-03 Kenichi Handa <handa@m17n.org> 120012012-05-03 Kenichi Handa <handa@m17n.org>
12002 12002
@@ -15918,7 +15918,7 @@
15918 Rework verilog-pretty-expr to handle new assignment operators in system 15918 Rework verilog-pretty-expr to handle new assignment operators in system
15919 verilog, such as += *= and the like. 15919 verilog, such as += *= and the like.
15920 (verilog-assignment-operator-re): Regular expression to find the 15920 (verilog-assignment-operator-re): Regular expression to find the
15921 assigment operator in a verilog assignment. 15921 assignment operator in a verilog assignment.
15922 (verilog-assignment-operation-re): Regular expression to find an 15922 (verilog-assignment-operation-re): Regular expression to find an
15923 assignment statement for pretty-expr. 15923 assignment statement for pretty-expr.
15924 (verilog-in-attribute-p): Query returns true if point is in an 15924 (verilog-in-attribute-p): Query returns true if point is in an
@@ -20442,7 +20442,7 @@
204422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> 204422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20443 20443
20444 * net/network-stream.el (open-network-stream): Use the 20444 * net/network-stream.el (open-network-stream): Use the
20445 :end-of-capability command thoughout. 20445 :end-of-capability command throughout.
20446 20446
204472011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) 204472011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20448 20448
@@ -21496,7 +21496,7 @@
21496 * net/network-stream.el (open-network-stream): Add the keyword 21496 * net/network-stream.el (open-network-stream): Add the keyword
21497 :always-query-capabilities for the case where you want to force a 21497 :always-query-capabilities for the case where you want to force a
21498 `plain' network connection, but the protocol still requires the 21498 `plain' network connection, but the protocol still requires the
21499 capabilitiy command (i.e., SMTP and EHLO). 21499 capability command (i.e., SMTP and EHLO).
21500 21500
21501 * subr.el (process-live-p): Rename from `process-alive-p' for 21501 * subr.el (process-live-p): Rename from `process-alive-p' for
21502 consistency with other `-live-p' functions. 21502 consistency with other `-live-p' functions.
@@ -24707,7 +24707,7 @@
24707 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer): 24707 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24708 New commands. 24708 New commands.
24709 (edit-abbrevs-map): Bind them here. 24709 (edit-abbrevs-map): Bind them here.
24710 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937) 24710 (write-abbrev-file): New optional arg VERBOSE. (Bug#5937)
24711 24711
247122011-03-29 Ken Manheimer <ken.manheimer@gmail.com> 247122011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
24713 24713
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index a1a6363cdca..1869f4e4c4a 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -8465,7 +8465,7 @@
84652014-07-28 Glenn Morris <rgm@gnu.org> 84652014-07-28 Glenn Morris <rgm@gnu.org>
8466 8466
8467 * files.el (toggle-read-only): Re-add basic doc-string. 8467 * files.el (toggle-read-only): Re-add basic doc-string.
8468 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage. 8468 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence message.
8469 8469
8470 * progmodes/prolog.el (prolog-mode-keybindings-edit): 8470 * progmodes/prolog.el (prolog-mode-keybindings-edit):
8471 Replace missing `switch-to-prolog' with `run-prolog'. 8471 Replace missing `switch-to-prolog' with `run-prolog'.
@@ -14399,7 +14399,7 @@
14399 14399
144002014-01-05 Martin Rudalics <rudalics@gmx.at> 144002014-01-05 Martin Rudalics <rudalics@gmx.at>
14401 14401
14402 * window.el (balance-windows): Add mising t to fix Bug#16351. 14402 * window.el (balance-windows): Add missing t to fix Bug#16351.
14403 14403
144042014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 144042014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14405 14405
@@ -15098,7 +15098,7 @@
150982013-12-18 Juri Linkov <juri@jurta.org> 150982013-12-18 Juri Linkov <juri@jurta.org>
15099 15099
15100 * help-mode.el (help-mode-map): Bind "l" to help-go-back, 15100 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
15101 and "r" to help-go-forward for compatibity with Info. (Bug#16178) 15101 and "r" to help-go-forward for compatibility with Info. (Bug#16178)
15102 15102
151032013-12-18 Leo Liu <sdl.web@gmail.com> 151032013-12-18 Leo Liu <sdl.web@gmail.com>
15104 15104
@@ -15729,7 +15729,7 @@
15729 (flymake-get-temp-dir): Remove. 15729 (flymake-get-temp-dir): Remove.
15730 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu) 15730 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
15731 (flymake-current-row, flymake-selected-frame) 15731 (flymake-current-row, flymake-selected-frame)
15732 (flymake-get-point-pixel-pos): Remove xemacs compatibity and 15732 (flymake-get-point-pixel-pos): Remove xemacs compatibility and
15733 related functions. (Bug#16077) 15733 related functions. (Bug#16077)
15734 15734
157352013-12-07 Bozhidar Batsov <bozhidar@batsov.com> 157352013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
@@ -16822,7 +16822,7 @@
16822 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property. 16822 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
16823 16823
16824 * electric.el (electric-indent-post-self-insert-function): 16824 * electric.el (electric-indent-post-self-insert-function):
16825 Only delete trailing whitepsace if it is indeed trailing (bug#15767). 16825 Only delete trailing whitespace if it is indeed trailing (bug#15767).
16826 16826
168272013-11-04 Helmut Eller <eller.helmut@gmail.com> 168272013-11-04 Helmut Eller <eller.helmut@gmail.com>
16828 16828
@@ -17770,7 +17770,7 @@
177702013-10-13 Kenichi Handa <handa@gnu.org> 177702013-10-13 Kenichi Handa <handa@gnu.org>
17771 17771
17772 * international/mule-cmds.el (select-safe-coding-system): Remove a 17772 * international/mule-cmds.el (select-safe-coding-system): Remove a
17773 superfluous condition in chekcing whether a coding system is safe 17773 superfluous condition in checking whether a coding system is safe
17774 or not. 17774 or not.
17775 17775
177762013-10-13 Oleh Krehel <ohwoeowho@gmail.com> 177762013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
@@ -23495,7 +23495,7 @@
23495 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1) 23495 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
23496 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp. 23496 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
23497 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions) 23497 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
23498 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar. 23498 (lookup-syntax-properties): Remove unnecessary cc-bytecomp-defvar.
23499 23499
23500 * progmodes/cc-vars.el (other): Emacs has this widget since 23500 * progmodes/cc-vars.el (other): Emacs has this widget since
23501 at least 21.1, so don't (re)define it. 23501 at least 21.1, so don't (re)define it.
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3
index 79bdbfd6660..ef0e423d145 100644
--- a/lisp/ChangeLog.3
+++ b/lisp/ChangeLog.3
@@ -6958,7 +6958,7 @@
69581991-10-04 Roland McGrath (roland@albert.gnu.ai.mit.edu) 69581991-10-04 Roland McGrath (roland@albert.gnu.ai.mit.edu)
6959 6959
6960 * rmail.el: Changed two regexps not to look specifically for 19yy 6960 * rmail.el: Changed two regexps not to look specifically for 19yy
6961 for years; look for yyyy instead. Planning for the millenium. 6961 for years; look for yyyy instead. Planning for the millennium.
6962 6962
69631991-10-03 Roland McGrath (roland@albert.gnu.ai.mit.edu) 69631991-10-03 Roland McGrath (roland@albert.gnu.ai.mit.edu)
6964 6964
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6
index 3fe6aea3b8e..87ae38b27e6 100644
--- a/lisp/ChangeLog.6
+++ b/lisp/ChangeLog.6
@@ -6742,7 +6742,7 @@
6742 quoted tab into a space. 6742 quoted tab into a space.
6743 (sh-mode): Use new `skeleton-newline-indent-rigidly'. 6743 (sh-mode): Use new `skeleton-newline-indent-rigidly'.
6744 (sh-set-shell): Make maximum font-locking also highlight keywords 6744 (sh-set-shell): Make maximum font-locking also highlight keywords
6745 after ``' and `!'. (The latter is for ksh '93 but should't hurt other 6745 after ``' and `!'. (The latter is for ksh '93 but shouldn't hurt other
6746 shells.) 6746 shells.)
6747 6747
67481995-08-18 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 67481995-08-18 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index a0d42500e36..58a7fa402ba 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -5774,7 +5774,7 @@
5774 5774
57751998-03-06 Dave Love <d.love@dl.ac.uk> 57751998-03-06 Dave Love <d.love@dl.ac.uk>
5776 5776
5777 * browse-url.el: Various doc fixes, mainly to remove innappropriate 5777 * browse-url.el: Various doc fixes, mainly to remove inappropriate
5778 leading "*"s. 5778 leading "*"s.
5779 (browse-url-new-window-p, browse-url-netscape-display) 5779 (browse-url-new-window-p, browse-url-netscape-display)
5780 (browse-url-save-file, browse-url-generic-program): 5780 (browse-url-save-file, browse-url-generic-program):
@@ -10843,7 +10843,7 @@
108431997-09-06 Michael Kifer <kifer@cs.sunysb.edu> 108431997-09-06 Michael Kifer <kifer@cs.sunysb.edu>
10844 10844
10845 * ediff-ptch.el (ediff-patch-buffer-internal): 10845 * ediff-ptch.el (ediff-patch-buffer-internal):
10846 now behaves uniformely, whether the buffer 10846 now behaves uniformly, whether the buffer
10847 visits a file or not. 10847 visits a file or not.
10848 * ediff-util.el (ediff-other-buffer): Smarter selection of 10848 * ediff-util.el (ediff-other-buffer): Smarter selection of
10849 suitable other buffer. 10849 suitable other buffer.
@@ -11291,7 +11291,7 @@
11291 the various new variables mentioned above. Accept the `a' key to 11291 the various new variables mentioned above. Accept the `a' key to
11292 use all selected citations. 11292 use all selected citations.
11293 (reftex-insert-bib-matches): New function. 11293 (reftex-insert-bib-matches): New function.
11294 (reftex-format-citation): Now interpretes % escapes. 11294 (reftex-format-citation): Now interprets % escapes.
11295 (reftex-select-item): Emulate a search in the menu buffer. 11295 (reftex-select-item): Emulate a search in the menu buffer.
11296 Interpret the 'cnt text property. 11296 Interpret the 'cnt text property.
11297 (reftex-view-crossref): Allow more general label, cite and ref macros. 11297 (reftex-view-crossref): Allow more general label, cite and ref macros.
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index 5c55597ddcf..e9b2138e4ba 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -7002,7 +7002,7 @@
70021999-01-13 Eli Zaretskii <eliz@gnu.org> 70021999-01-13 Eli Zaretskii <eliz@gnu.org>
7003 7003
7004 * international/codepage.el (cp850-decode-table): Replace nil 7004 * international/codepage.el (cp850-decode-table): Replace nil
7005 entries with codes of similary looking glyphs. ( 7005 entries with codes of similarly looking glyphs. (
7006 Suggested by Jason Rumney <jasonr@altavista.net>.) 7006 Suggested by Jason Rumney <jasonr@altavista.net>.)
7007 7007
70081999-01-13 Dave Love <fx@gnu.org> 70081999-01-13 Dave Love <fx@gnu.org>
@@ -7469,7 +7469,7 @@
7469 (cperl-forward-re): Highlight the trailing / in s/foo// as string. 7469 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
7470 Highlight the starting // in s//foo/ as function-name. 7470 Highlight the starting // in s//foo/ as function-name.
7471 Emit a meaningful error instead of a cryptic one for an 7471 Emit a meaningful error instead of a cryptic one for an
7472 uncomplete REx near end-of-buffer. 7472 incomplete REx near end-of-buffer.
7473 7473
7474 (cperl-electric-keyword): `qr' recognized. 7474 (cperl-electric-keyword): `qr' recognized.
7475 (cperl-electric-else): Likewise. 7475 (cperl-electric-else): Likewise.
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index c6bfb1babd9..5372b242f5f 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -237,8 +237,8 @@
237 After 4.28: 237 After 4.28:
238 (cperl-forward-re): Throw an error at proper moment REx unfinished. 238 (cperl-forward-re): Throw an error at proper moment REx unfinished.
239 After 4.29: 239 After 4.29:
240 (x-color-defined-p): Make an extra case to peacify the warning. 240 (x-color-defined-p): Make an extra case to pacify the warning.
241 Toplevel: `defvar' to peacify the warnings. 241 Toplevel: `defvar' to pacify the warnings.
242 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw. 242 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
243 No -nw-compile time warnings now. 243 No -nw-compile time warnings now.
244 (cperl-find-tags): TAGS file had too short substring-to-search. 244 (cperl-find-tags): TAGS file had too short substring-to-search.
@@ -1183,7 +1183,7 @@
11832001-09-07 Gerd Moellmann <gerd@gnu.org> 11832001-09-07 Gerd Moellmann <gerd@gnu.org>
1184 1184
1185 * isearch.el (isearch-intersects-p): New function. 1185 * isearch.el (isearch-intersects-p): New function.
1186 (isearch-close-unnecessary-overlays): Rename from *unecessary*, 1186 (isearch-close-unnecessary-overlays): Rename from *unnecessary*,
1187 use isearch-intersects-p, and clean up. 1187 use isearch-intersects-p, and clean up.
1188 1188
11892001-09-07 Eli Zaretskii <eliz@is.elta.co.il> 11892001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
@@ -12432,7 +12432,7 @@
12432 is not reached. It is. 12432 is not reached. It is.
12433 (vc-cvs-merge): Set state to 'edited after merge. 12433 (vc-cvs-merge): Set state to 'edited after merge.
12434 (vc-cvs-merge-news): Set workfile version to nil if not known. 12434 (vc-cvs-merge-news): Set workfile version to nil if not known.
12435 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal. 12435 (vc-cvs-latest-on-branch-p): Recommended. Candidate for removal.
12436 12436
12437 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-checkout): Switch off 12437 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-checkout): Switch off
12438 coding systems for checkout via stdout. (Merge from main line.) 12438 coding systems for checkout via stdout. (Merge from main line.)
@@ -13371,7 +13371,7 @@
13371 if defined. (Merged from main line, slightly adapted.) 13371 if defined. (Merged from main line, slightly adapted.)
13372 13372
13373 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible 13373 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13374 millenium problem (merged from mainline). 13374 millennium problem (merged from mainline).
13375 13375
133762000-09-04 Martin Lorentzson <martinl@gnu.org> 133762000-09-04 Martin Lorentzson <martinl@gnu.org>
13377 13377
diff --git a/lisp/cedet/ChangeLog.1 b/lisp/cedet/ChangeLog.1
index 93bd5872f3f..a1c0e41b8da 100644
--- a/lisp/cedet/ChangeLog.1
+++ b/lisp/cedet/ChangeLog.1
@@ -301,7 +301,7 @@
301 manipulation of `ede-projects' with equivalent and better 301 manipulation of `ede-projects' with equivalent and better
302 functions. 302 functions.
303 (ede-proj-load): Replace call to test if dir has project to 303 (ede-proj-load): Replace call to test if dir has project to
304 explicity ask filesystem if Project.ede is there. 304 explicitly ask filesystem if Project.ede is there.
305 305
306 * ede/config.el: 306 * ede/config.el:
307 * ede/detect.el: New files. 307 * ede/detect.el: New files.
@@ -2101,7 +2101,7 @@
2101 by calling `srecode-cpp-apply-templates'. 2101 by calling `srecode-cpp-apply-templates'.
2102 2102
2103 * srecode/compile.el (srecode-compile-templates): Fix directory 2103 * srecode/compile.el (srecode-compile-templates): Fix directory
2104 compare of built-in templates. Give built-ins lower piority. 2104 compare of built-in templates. Give built-ins lower priority.
2105 Support special variable "project". 2105 Support special variable "project".
2106 (srecode-compile-template-table): Set :project slot of new tables. 2106 (srecode-compile-template-table): Set :project slot of new tables.
2107 (srecode-compile-one-template-tag): 2107 (srecode-compile-one-template-tag):
diff --git a/lisp/erc/ChangeLog.1 b/lisp/erc/ChangeLog.1
index ef813bd0325..90bd8bd09ee 100644
--- a/lisp/erc/ChangeLog.1
+++ b/lisp/erc/ChangeLog.1
@@ -7296,7 +7296,7 @@
7296 again. 7296 again.
7297 (erc): Require cl for delete-if. 7297 (erc): Require cl for delete-if.
7298 (erc-button-remove-old-buttons): Rewrote using delete-if to 7298 (erc-button-remove-old-buttons): Rewrote using delete-if to
7299 prevent excesive consing. Having the marker list is still ugly, 7299 prevent excessive consing. Having the marker list is still ugly,
7300 so another solution needs to be found. 7300 so another solution needs to be found.
7301 7301
73022003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net> 73022003-01-17 Jorgen Schaefer <forcer@users.sourceforge.net>
@@ -10260,7 +10260,7 @@
10260 Upcased the command defuns (erc-cmd-join is now erc-cmd-JOIN) 10260 Upcased the command defuns (erc-cmd-join is now erc-cmd-JOIN)
10261 Fixed erc-complete to not require erc-command-table. 10261 Fixed erc-complete to not require erc-command-table.
10262 Implemented erc-cmd-HELP 10262 Implemented erc-cmd-HELP
10263 (You have to try that, its tooo coool!) 10263 (You have to try that, its too coool!)
10264 e.g. /help auto-q 10264 e.g. /help auto-q
10265 fixed autoloads for erc-add-pal and so on to be interactive. 10265 fixed autoloads for erc-add-pal and so on to be interactive.
10266 10266
@@ -11242,7 +11242,7 @@
112422001-10-29 Mario Lang <mlang@delysid.org> 112422001-10-29 Mario Lang <mlang@delysid.org>
11243 11243
11244 * erc.el: 11244 * erc.el:
11245 Imenu fixed somehow, added IRC services interactive function for indentify to NickServ. Read the diff 11245 Imenu fixed somehow, added IRC services interactive function for identify to NickServ. Read the diff
11246 11246
112472001-10-26 Gergely Nagy <algernon@debian.org> 112472001-10-26 Gergely Nagy <algernon@debian.org>
11248 11248
@@ -11316,7 +11316,7 @@
11316 11316
11317 * erc-speak.el: 11317 * erc-speak.el:
11318 * Very important fix! Now erc-speak is really complete. Messages don't get cut anymore. Be sure to use auditory icons, 11318 * Very important fix! Now erc-speak is really complete. Messages don't get cut anymore. Be sure to use auditory icons,
11319 it's reallllly cool now!!! 11319 it's really cool now!!!
11320 11320
11321 * erc-speak.el: *** empty log message *** 11321 * erc-speak.el: *** empty log message ***
11322 11322
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 2f5dd22930e..533ceb84bf1 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -3378,7 +3378,7 @@
3378 3378
3379 * gnus-async.el (gnus-asynchronous): Move defcustom of 3379 * gnus-async.el (gnus-asynchronous): Move defcustom of
3380 gnus-asynchronous away from defgroup of gnus-asynchronous. 3380 gnus-asynchronous away from defgroup of gnus-asynchronous.
3381 This seems to fix an intermittant error in which loading gnus-async 3381 This seems to fix an intermittent error in which loading gnus-async
3382 fails to define gnus-asynchronous (the variable). 3382 fails to define gnus-asynchronous (the variable).
3383 3383
3384 * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is 3384 * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
@@ -7096,7 +7096,7 @@
7096 * nnimap.el (nnimap-callback-callback-function): 7096 * nnimap.el (nnimap-callback-callback-function):
7097 (nnimap-callback-buffer): Remove, these cannot be global but must 7097 (nnimap-callback-buffer): Remove, these cannot be global but must
7098 be embedded into the callback. 7098 be embedded into the callback.
7099 (nnimap-make-callback): New. Embedd article number, callback and 7099 (nnimap-make-callback): New. Embed article number, callback and
7100 buffer in function. 7100 buffer in function.
7101 (nnimap-callback, nnimap-request-article-part): Update. 7101 (nnimap-callback, nnimap-request-article-part): Update.
7102 7102
@@ -8031,7 +8031,7 @@
8031 (message-xpost-fup2-header, message-xpost-insert-note) 8031 (message-xpost-fup2-header, message-xpost-insert-note)
8032 (message-xpost-fup2, message-reduce-to-to-cc): New functions 8032 (message-xpost-fup2, message-reduce-to-to-cc): New functions
8033 adopted from message-utils.el. Add functions to the keymap, mode 8033 adopted from message-utils.el. Add functions to the keymap, mode
8034 describtion and menu. 8034 description and menu.
8035 (message-change-subject, message-xpost-fup2): Signal error if 8035 (message-change-subject, message-xpost-fup2): Signal error if
8036 current header is empty. 8036 current header is empty.
8037 (message-xpost-insert-note): Change insert position. 8037 (message-xpost-insert-note): Change insert position.
@@ -8612,7 +8612,7 @@
86122002-06-11 Simon Josefsson <jas@extundo.com> 86122002-06-11 Simon Josefsson <jas@extundo.com>
8613 8613
8614 * gnus-int.el (gnus-request-move-article): Agent expire article if 8614 * gnus-int.el (gnus-request-move-article): Agent expire article if
8615 successfuly moved. 8615 successfully moved.
8616 8616
86172002-06-11 Niklas Morberg <niklas.morberg@axis.com> 86172002-06-11 Niklas Morberg <niklas.morberg@axis.com>
8618 8618
@@ -9073,7 +9073,7 @@
9073 9073
90742002-04-13 Josh Huber <huber@alum.wpi.edu> 90742002-04-13 Josh Huber <huber@alum.wpi.edu>
9075 9075
9076 * mml-sec.el (mml-secure-message): Change to support arbritrary 9076 * mml-sec.el (mml-secure-message): Change to support arbitrary
9077 modes. 9077 modes.
9078 * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)): 9078 * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
9079 changed to support "signencrypt" mode. 9079 changed to support "signencrypt" mode.
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index 70eaeb510ac..582c9bd10b7 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -170,7 +170,7 @@
1702015-02-09 Lars Ingebrigtsen <larsi@gnus.org> 1702015-02-09 Lars Ingebrigtsen <larsi@gnus.org>
171 171
172 * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from 172 * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
173 shr, beacause that breaks folding. 173 shr, because that breaks folding.
174 (mm-shr): Don't shorten the width when using fonts. 174 (mm-shr): Don't shorten the width when using fonts.
175 175
1762015-02-05 Teodor Zlatanov <tzz@lifelogs.com> 1762015-02-05 Teodor Zlatanov <tzz@lifelogs.com>
@@ -596,7 +596,7 @@
596 596
5972014-06-05 Katsumi Yamaoka <yamaoka@jpl.org> 5972014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
598 598
599 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers. 599 * gnus-art.el (gnus-article-edit-part): Don't modify markers.
600 (gnus-article-read-summary-keys): 600 (gnus-article-read-summary-keys):
601 Don't bug out when there is no article in the summary buffer. 601 Don't bug out when there is no article in the summary buffer.
602 (gnus-mime-buttonize-attachments-in-header): 602 (gnus-mime-buttonize-attachments-in-header):
@@ -1318,7 +1318,7 @@
13182013-08-06 Jan Tatarik <jan.tatarik@gmail.com> 13182013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
1319 1319
1320 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase 1320 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1321 with cond for backwards compatability. 1321 with cond for backwards compatibility.
1322 1322
13232013-08-06 Katsumi Yamaoka <yamaoka@jpl.org> 13232013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1324 1324
@@ -2221,7 +2221,7 @@
2221 2221
22222013-04-04 Katsumi Yamaoka <yamaoka@jpl.org> 22222013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
2223 2223
2224 * mml.el (mml-minibuffer-read-description): Use `default' insted of 2224 * mml.el (mml-minibuffer-read-description): Use `default' instead of
2225 `initial-input' for the argument name. 2225 `initial-input' for the argument name.
2226 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. 2226 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2227 2227
@@ -5541,7 +5541,7 @@
5541 (registry-prune-hard): Use it. 5541 (registry-prune-hard): Use it.
5542 5542
5543 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to 5543 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5544 0.1 expicitly. 5544 0.1 explicitly.
5545 5545
55462011-05-13 Glenn Morris <rgm@gnu.org> 55462011-05-13 Glenn Morris <rgm@gnu.org>
5547 5547
@@ -8758,7 +8758,7 @@
8758 8758
8759 * shr.el (shr-generic): The text nodes should be text, not :text. 8759 * shr.el (shr-generic): The text nodes should be text, not :text.
8760 8760
8761 * nnir.el (nnir-search-engine): Ressurect variable, since it's used 8761 * nnir.el (nnir-search-engine): Resurrect variable, since it's used
8762 later in the file. 8762 later in the file.
8763 8763
87642010-10-30 Andrew Cohen <cohen@andy.bu.edu> 87642010-10-30 Andrew Cohen <cohen@andy.bu.edu>
@@ -9481,7 +9481,7 @@
9481 nil. 9481 nil.
9482 9482
9483 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before 9483 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9484 bidning gnus-agent variables. 9484 binding gnus-agent variables.
9485 9485
9486 * shr.el (shr-render-td): Use a cache for the table rendering function 9486 * shr.el (shr-render-td): Use a cache for the table rendering function
9487 to avoid getting an exponential rendering behavior in nested tables. 9487 to avoid getting an exponential rendering behavior in nested tables.
@@ -11849,7 +11849,7 @@
11849 11849
118502010-08-13 Teodor Zlatanov <tzz@lifelogs.com> 118502010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11851 11851
11852 Doc fixes and keep unknown groups (ammended for nunion bug fix). 11852 Doc fixes and keep unknown groups (amended for nunion bug fix).
11853 11853
11854 * gnus-sync.el: Fix docs. 11854 * gnus-sync.el: Fix docs.
11855 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'. 11855 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
@@ -18925,7 +18925,7 @@
18925 * message.el: Autoload gmm-image-load-path. 18925 * message.el: Autoload gmm-image-load-path.
18926 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some 18926 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18927 icon file names. Use old Emacs 21 "mail_send.xpm" icon for 18927 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18928 consitency. 18928 consistency.
18929 18929
18930 * gmm-utils.el (gmm-image-load-path): Also search in 18930 * gmm-utils.el (gmm-image-load-path): Also search in
18931 "../etc/images". Don't set gmm-image-load-path if we don't find 18931 "../etc/images". Don't set gmm-image-load-path if we don't find
@@ -19523,7 +19523,7 @@
19523 19523
19524 * nnml.el: Don't require gnus-bcklg. Autoload it. 19524 * nnml.el: Don't require gnus-bcklg. Autoload it.
19525 (nnml-use-compressed-files, nnml-save-mail): Support other 19525 (nnml-use-compressed-files, nnml-save-mail): Support other
19526 comression programs such as bzip2. 19526 compression programs such as bzip2.
19527 19527
195282005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org> 195282005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19529 19529
@@ -21227,7 +21227,7 @@
21227 (nntp-with-open-group): Allow debugging. 21227 (nntp-with-open-group): Allow debugging.
21228 21228
21229 * nnheader.el (mail-header-set-extra): Make into a function 21229 * nnheader.el (mail-header-set-extra): Make into a function
21230 because I just could't understand how to quote the list properly. 21230 because I just couldn't understand how to quote the list properly.
21231 21231
21232 * dns.el (query-dns-cached): New function. 21232 * dns.el (query-dns-cached): New function.
21233 21233
@@ -24966,7 +24966,7 @@
24966 functions as needing (default), or not needing, 24966 functions as needing (default), or not needing,
24967 gnus-convert-old-newsrc's "backup before upgrading warning". 24967 gnus-convert-old-newsrc's "backup before upgrading warning".
24968 (gnus-convert-converter-needs-prompt): Tests whether the user 24968 (gnus-convert-converter-needs-prompt): Tests whether the user
24969 should be protected from potentially irreversable changes by the 24969 should be protected from potentially irreversible changes by the
24970 function. 24970 function.
24971 24971
24972 * legacy-gnus-agent.el: New. Provides converters that are only 24972 * legacy-gnus-agent.el: New. Provides converters that are only
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index dad3d1ec560..d30441f91a8 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -324,7 +324,7 @@
324 324
325 * mh-customize.el (mh-show-pgg-good-face) 325 * mh-customize.el (mh-show-pgg-good-face)
326 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face): Faces added to 326 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face): Faces added to
327 highlight buttons introduced for encrpted or signed MIME parts. 327 highlight buttons introduced for encrypted or signed MIME parts.
328 328
3292005-03-19 Bill Wohler <wohler@newt.com> 3292005-03-19 Bill Wohler <wohler@newt.com>
330 330
@@ -428,7 +428,7 @@
4282004-11-28 Jeffrey C Honig <jch@honig.net> 4282004-11-28 Jeffrey C Honig <jch@honig.net>
429 429
430 * mh-comp.el (mh-complete-word): Kill the *Completions* buffer in 430 * mh-comp.el (mh-complete-word): Kill the *Completions* buffer in
431 any cases where we belive we are done with it. Not perfect, but 431 any cases where we believe we are done with it. Not perfect, but
432 better than just leaving it around. 432 better than just leaving it around.
433 433
4342004-11-08 Satyaki Das <satyaki@theforce.stanford.edu> 4342004-11-08 Satyaki Das <satyaki@theforce.stanford.edu>
@@ -818,7 +818,7 @@
818 818
819 * Makefile: 819 * Makefile:
820 (mh-e-autoloads.el): Add target to make `mh-e-autoloads.el', a 820 (mh-e-autoloads.el): Add target to make `mh-e-autoloads.el', a
821 file containg usual entry commands into MH-E to be used for users 821 file containing usual entry commands into MH-E to be used for users
822 installing MH-E separately from Emacs. 822 installing MH-E separately from Emacs.
823 (XEMACS_LOADDEFS_FILE): New. Used to generate mh-loaddefs.el 823 (XEMACS_LOADDEFS_FILE): New. Used to generate mh-loaddefs.el
824 in XEmacs. 824 in XEmacs.
@@ -1201,7 +1201,7 @@
1201 1201
12022003-11-01 Peter S Galbraith <psg@debian.org> 12022003-11-01 Peter S Galbraith <psg@debian.org>
1203 1203
1204 * Makefile: Add target to make `mh-startup.el', a file containg 1204 * Makefile: Add target to make `mh-startup.el', a file containing
1205 usual entry commands into MH-E to be used for users installing 1205 usual entry commands into MH-E to be used for users installing
1206 MH-E separately from Emacs. 1206 MH-E separately from Emacs.
1207 1207
@@ -1914,7 +1914,7 @@
19142003-08-18 Peter S Galbraith <psg@debian.org> 19142003-08-18 Peter S Galbraith <psg@debian.org>
1915 1915
1916 * mh-comp.el (mh-letter-mode): Call `mh-find-path unconditionally, 1916 * mh-comp.el (mh-letter-mode): Call `mh-find-path unconditionally,
1917 like elsewehere in MH-E. 1917 like elsewhere in MH-E.
1918 1918
1919 * mh-utils.el (mh-find-path): Run setup code only if 1919 * mh-utils.el (mh-find-path): Run setup code only if
1920 `mh-find-path-run' is nil such that this is only done once. 1920 `mh-find-path-run' is nil such that this is only done once.
@@ -2588,7 +2588,7 @@
25882003-07-24 Satyaki Das <satyakid@stanford.edu> 25882003-07-24 Satyaki Das <satyakid@stanford.edu>
2589 2589
2590 * mh-e.el (mh-folder-message-menu, mh-folder-folder-menu): Use the 2590 * mh-e.el (mh-folder-message-menu, mh-folder-folder-menu): Use the
2591 predicate mh-outstanding-commands-p instead of its exapansion. 2591 predicate mh-outstanding-commands-p instead of its expansion.
2592 Also use the same label in both menus. 2592 Also use the same label in both menus.
2593 (mh-outstanding-commands-p): Generalized so that it will work in 2593 (mh-outstanding-commands-p): Generalized so that it will work in
2594 mh-show-mode buffers as well. 2594 mh-show-mode buffers as well.
@@ -3915,7 +3915,7 @@
39152003-04-22 Satyaki Das <satyaki@theforce.stanford.edu> 39152003-04-22 Satyaki Das <satyaki@theforce.stanford.edu>
3916 3916
3917 * mh-utils.el (mh-normalize-folder-name): Make the completion 3917 * mh-utils.el (mh-normalize-folder-name): Make the completion
3918 code work properly with XEmacs. This change is neeeded since 3918 code work properly with XEmacs. This change is needed since
3919 split-string behaves differently in XEmacs than it does in GNU 3919 split-string behaves differently in XEmacs than it does in GNU
3920 Emacs. 3920 Emacs.
3921 (mh-exec-cmd-error): Add a comment, so that we change it later on. 3921 (mh-exec-cmd-error): Add a comment, so that we change it later on.
@@ -7391,7 +7391,7 @@
7391 numbers. 7391 numbers.
7392 (mh-cmd-note): Mention mh-set-cmd-note in docstring. Also suggest 7392 (mh-cmd-note): Mention mh-set-cmd-note in docstring. Also suggest
7393 that it is updated dynamically only if mh-scan-format-file is t. 7393 that it is updated dynamically only if mh-scan-format-file is t.
7394 (mh-set-cmd-note): Grammer fix in docstring. 7394 (mh-set-cmd-note): Grammar fix in docstring.
7395 (mh-cmd-note): Noted that the first column is column number 0. 7395 (mh-cmd-note): Noted that the first column is column number 0.
7396 7396
7397 * mh-e.el (mh-scan-format-file): Added information about 7397 * mh-e.el (mh-scan-format-file): Added information about
@@ -7696,7 +7696,7 @@
7696 7696
7697 * mh-identity.el: New file. Multiple Identify support for MH-E. 7697 * mh-identity.el: New file. Multiple Identify support for MH-E.
7698 Used to easily set different fields such as From and Organization, 7698 Used to easily set different fields such as From and Organization,
7699 as well as diffrent signature files. This file won't be included 7699 as well as different signature files. This file won't be included
7700 with V7.0. 7700 with V7.0.
7701 7701
77022002-11-02 Bill Wohler <wohler@newt.com> 77022002-11-02 Bill Wohler <wohler@newt.com>
@@ -9458,10 +9458,10 @@
9458 9458
94592002-07-15 Mark D. Baushke <mdb@gnu.org> 94592002-07-15 Mark D. Baushke <mdb@gnu.org>
9460 9460
9461 * mh-utils.el (mm-decode): Use load for the Non-fatal depencency 9461 * mh-utils.el (mm-decode): Use load for the Non-fatal dependency
9462 on the mm-decode library. 9462 on the mm-decode library.
9463 * mh-mime.el (mm-decode, mm-uu, mm-view): Use load for the 9463 * mh-mime.el (mm-decode, mm-uu, mm-view): Use load for the
9464 Non-fatal depencencies on the mm-decode, mm-uu and mm-view 9464 Non-fatal dependencies on the mm-decode, mm-uu and mm-view
9465 libraries. 9465 libraries.
9466 9466
94672002-07-15 Satyaki Das <satyaki@theforce.stanford.edu> 94672002-07-15 Satyaki Das <satyaki@theforce.stanford.edu>
@@ -11356,7 +11356,7 @@
11356 4 was silly for my case. 11356 4 was silly for my case.
11357 * mh-e.el (mh-update-sequences): Check for nil value of 11357 * mh-e.el (mh-update-sequences): Check for nil value of
11358 mh-current-folder, which happens if mh-summary-height < 4 11358 mh-current-folder, which happens if mh-summary-height < 4
11359 although I haven't tracked doen why that happens. 11359 although I haven't tracked down why that happens.
11360 11360
113612001-10-22 Peter S Galbraith <psg@debian.org> 113612001-10-22 Peter S Galbraith <psg@debian.org>
11362 11362
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1
index 65d60bee11d..ef62ae7356c 100644
--- a/lisp/org/ChangeLog.1
+++ b/lisp/org/ChangeLog.1
@@ -1615,7 +1615,7 @@
1615 (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe): 1615 (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
1616 Use it. 1616 Use it.
1617 (org-babel-execute-src-block): Use `copy-tree' to prevent setf 1617 (org-babel-execute-src-block): Use `copy-tree' to prevent setf
1618 from modifying users variables withing let-bound `info' variable. 1618 from modifying users variables within let-bound `info' variable.
1619 1619
1620 * ob-exp.el (org-export-babel-evaluate): Add a 'inline-only 1620 * ob-exp.el (org-export-babel-evaluate): Add a 'inline-only
1621 option. 1621 option.
@@ -1821,7 +1821,7 @@
1821 it is an ARRAY ref, otherwise print it without a final newline. 1821 it is an ARRAY ref, otherwise print it without a final newline.
1822 (org-babel-perl-preface): Content of this variable is prepended to 1822 (org-babel-perl-preface): Content of this variable is prepended to
1823 body before invocation of perl. Rename input parameter body to 1823 body before invocation of perl. Rename input parameter body to
1824 ibody and let-bind body to concatentation of 1824 ibody and let-bind body to concatenation of
1825 `org-babel-perl-preface' and ibody. Implement results 1825 `org-babel-perl-preface' and ibody. Implement results
1826 interpretation so that tables are easier to produce. 1826 interpretation so that tables are easier to produce.
1827 1827
@@ -3142,7 +3142,7 @@
3142 relatively to the current timestamp, not to today's date. 3142 relatively to the current timestamp, not to today's date.
3143 3143
3144 * org-agenda.el (org-agenda-filter-apply): 3144 * org-agenda.el (org-agenda-filter-apply):
3145 Deactive `org-agenda-entry-text-mode' when filtering. 3145 Deactivate `org-agenda-entry-text-mode' when filtering.
3146 (org-agenda-entry-text-mode): Don't allow in filtered views. 3146 (org-agenda-entry-text-mode): Don't allow in filtered views.
3147 Don't show the maximum number of lines when turning off. 3147 Don't show the maximum number of lines when turning off.
3148 3148
@@ -3439,7 +3439,7 @@
3439 (org-edit-src-exit): Cancel the timer. 3439 (org-edit-src-exit): Cancel the timer.
3440 (org-edit-src-save): Prevent saving when editing fixed-width 3440 (org-edit-src-save): Prevent saving when editing fixed-width
3441 buffer, exiting will save already. 3441 buffer, exiting will save already.
3442 (org-edit-src-exit): Inconditionally kill the src/example 3442 (org-edit-src-exit): Unconditionally kill the src/example
3443 editing buffer. 3443 editing buffer.
3444 3444
3445 * org-pcomplete.el (pcomplete/org-mode/file-option): 3445 * org-pcomplete.el (pcomplete/org-mode/file-option):
@@ -3490,7 +3490,7 @@
3490 3490
3491 * org-pcomplete.el (pcomplete/org-mode/file-option/x): 3491 * org-pcomplete.el (pcomplete/org-mode/file-option/x):
3492 Resurrect. Use `org-default-options' to initialize completion 3492 Resurrect. Use `org-default-options' to initialize completion
3493 fonctions for the most important keywords. 3493 functions for the most important keywords.
3494 3494
3495 * org-macs.el (org-default-options): Rename and adapt from 3495 * org-macs.el (org-default-options): Rename and adapt from
3496 `org-get-current-options'. 3496 `org-get-current-options'.
@@ -3588,7 +3588,7 @@
3588 new sorting strategies. 3588 new sorting strategies.
3589 (org-agenda-get-todos, org-agenda-get-timestamps) 3589 (org-agenda-get-todos, org-agenda-get-timestamps)
3590 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add a 3590 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add a
3591 `ts-date' text property with scheduled, deadline or timetamp 3591 `ts-date' text property with scheduled, deadline or timestamp
3592 date. 3592 date.
3593 (org-cmp-ts): New function to compare timestamps. 3593 (org-cmp-ts): New function to compare timestamps.
3594 (org-em): Add a docstring. 3594 (org-em): Add a docstring.
@@ -4800,7 +4800,7 @@
4800 (org-element-timestamp-interpreter): Parse warning delays. 4800 (org-element-timestamp-interpreter): Parse warning delays.
4801 4801
4802 * ox-beamer.el (org-beamer--format-section): Fix regression which 4802 * ox-beamer.el (org-beamer--format-section): Fix regression which
4803 prevents frames from being propely exported. 4803 prevents frames from being properly exported.
4804 4804
4805 * ox.el (org-export-with-backend): Ensure function will use 4805 * ox.el (org-export-with-backend): Ensure function will use
4806 provided back-end. 4806 provided back-end.
@@ -4888,7 +4888,7 @@
4888 which is always nil in this back-end. 4888 which is always nil in this back-end.
4889 4889
4890 * org.el (org-adaptive-fill-function): Look for a fill prefix at 4890 * org.el (org-adaptive-fill-function): Look for a fill prefix at
4891 the beginning of the paragraph and subsquently on its second line 4891 the beginning of the paragraph and subsequently on its second line
4892 instead of the current line. 4892 instead of the current line.
4893 4893
4894 * ob-core.el (org-babel-get-src-block-info): Look for indentation 4894 * ob-core.el (org-babel-get-src-block-info): Look for indentation
@@ -5595,7 +5595,7 @@
5595 (org-export-async-start): Do not call `org-mode' since this is done 5595 (org-export-async-start): Do not call `org-mode' since this is done
5596 already in the previous function. 5596 already in the previous function.
5597 5597
5598 * ox-beamer.el (org-beamer-keyword): Remove frame arount toc when 5598 * ox-beamer.el (org-beamer-keyword): Remove frame around toc when
5599 generated from a TOC keyword. 5599 generated from a TOC keyword.
5600 5600
5601 * org.el (org-export-backends): Do not reset list of loaded 5601 * org.el (org-export-backends): Do not reset list of loaded
@@ -5629,7 +5629,7 @@
5629 during a body-only export. 5629 during a body-only export.
5630 5630
5631 * ox.el (org-export-as): Store export options in :export-options 5631 * ox.el (org-export-as): Store export options in :export-options
5632 porperty within communication channel. 5632 property within communication channel.
5633 5633
5634 * ox-latex.el (org-latex-item): Fix wrong behavior when a counter 5634 * ox-latex.el (org-latex-item): Fix wrong behavior when a counter
5635 is set in an ordered list while its parent is not ordered. 5635 is set in an ordered list while its parent is not ordered.
@@ -5714,7 +5714,7 @@
5714 (org-create-formula-image-with-dvipng) 5714 (org-create-formula-image-with-dvipng)
5715 (org-create-formula-image-with-imagemagick): Use new function. 5715 (org-create-formula-image-with-imagemagick): Use new function.
5716 5716
5717 * ox.el (org-export-get-previous-element): Change order of retured 5717 * ox.el (org-export-get-previous-element): Change order of returned
5718 elements in `org-export-get-previous-element'. 5718 elements in `org-export-get-previous-element'.
5719 5719
5720 * org-element.el (org-element-all-successors): Add `plain-link' 5720 * org-element.el (org-element-all-successors): Add `plain-link'
@@ -5839,10 +5839,10 @@
5839 Remove reference to now renamed `e-ascii' back-end. 5839 Remove reference to now renamed `e-ascii' back-end.
5840 5840
5841 * ox-beamer.el (org-beamer-template): Allow to span documentclass 5841 * ox-beamer.el (org-beamer-template): Allow to span documentclass
5842 options accross multiple lines in template. 5842 options across multiple lines in template.
5843 5843
5844 * ox-latex.el (org-latex-template): Allow to span documentclass 5844 * ox-latex.el (org-latex-template): Allow to span documentclass
5845 options accross multiple lines in template. 5845 options across multiple lines in template.
5846 5846
5847 * ox-texinfo.el (org-texinfo--get-node): Upcase property name. 5847 * ox-texinfo.el (org-texinfo--get-node): Upcase property name.
5848 (org-texinfo--get-node): New function. 5848 (org-texinfo--get-node): New function.
@@ -6524,7 +6524,7 @@
6524 * org.el (org-open-at-point): The new code is being run in the 6524 * org.el (org-open-at-point): The new code is being run in the
6525 same spot as `org-open-link-functions'. In case they failed, 6525 same spot as `org-open-link-functions'. In case they failed,
6526 check if link matches "^id:" and if so, load the id interface and 6526 check if link matches "^id:" and if so, load the id interface and
6527 follwo the link. 6527 follow the link.
6528 6528
65292013-11-12 Rasmus Pank Roulund <rasmus@gmx.us> (tiny change) 65292013-11-12 Rasmus Pank Roulund <rasmus@gmx.us> (tiny change)
6530 6530
@@ -6717,7 +6717,7 @@
67172013-11-12 Vitalie Spinu <spinuvit@gmail.com> 67172013-11-12 Vitalie Spinu <spinuvit@gmail.com>
6718 6718
6719 * ob-tangle.el (org-babel-find-file-noselect-refresh): 6719 * ob-tangle.el (org-babel-find-file-noselect-refresh):
6720 Call `find-file-noselect' with 'nowarn argument to surpress 6720 Call `find-file-noselect' with 'nowarn argument to suppress
6721 `yes-or-no-p' reversion message. 6721 `yes-or-no-p' reversion message.
6722 6722
6723 * ob-core.el (org-babel-where-is-src-block-head): 6723 * ob-core.el (org-babel-where-is-src-block-head):
@@ -6990,7 +6990,7 @@
6990 docstrings. Also fix typos. 6990 docstrings. Also fix typos.
6991 6991
6992 * org-list.el (org-list-struct-fix-box): When a checkbox has to be 6992 * org-list.el (org-list-struct-fix-box): When a checkbox has to be
6993 resetted because of a non-nil ORDERED property value, make sure it 6993 reset because of a non-nil ORDERED property value, make sure it
6994 had a checkbox already. 6994 had a checkbox already.
6995 6995
69962013-02-07 Tokuya Kameshima <kametoku@gmail.com> (tiny change) 69962013-02-07 Tokuya Kameshima <kametoku@gmail.com> (tiny change)
@@ -9533,7 +9533,7 @@
9533 * org-latex.el (org-export-latex-make-header): Ditto. 9533 * org-latex.el (org-export-latex-make-header): Ditto.
9534 9534
9535 * org-clock.el (org-clocktable-write-default): Temporarily disable 9535 * org-clock.el (org-clocktable-write-default): Temporarily disable
9536 `delete-active-region' so that we don't accidently delete an 9536 `delete-active-region' so that we don't accidentally delete an
9537 active region when exporting a subtree/region. 9537 active region when exporting a subtree/region.
9538 9538
9539 * org-clock.el (org-program-exists): Remove. 9539 * org-clock.el (org-program-exists): Remove.
@@ -10419,7 +10419,7 @@
10419 space character when auto-filling. 10419 space character when auto-filling.
10420 10420
10421 * org.el (org-mode): Call external initalizers. Now both filling 10421 * org.el (org-mode): Call external initalizers. Now both filling
10422 code and comments code have their own independant part in org.el. 10422 code and comments code have their own independent part in org.el.
10423 (org-setup-filling): Rename from `org-set-autofill-regexps'. 10423 (org-setup-filling): Rename from `org-set-autofill-regexps'.
10424 (org-setup-comments-handling): New function. 10424 (org-setup-comments-handling): New function.
10425 10425
@@ -10652,7 +10652,7 @@
10652 (org-list-struct-apply-struct, org-insert-item): Remove rule 10652 (org-list-struct-apply-struct, org-insert-item): Remove rule
10653 check. 10653 check.
10654 10654
10655 * org-footnote.el (org-footnote-normalize): Fix positionning in 10655 * org-footnote.el (org-footnote-normalize): Fix positioning in
10656 HTML export without a footnote section. 10656 HTML export without a footnote section.
10657 10657
10658 * org-list.el (org-list-struct-indent): 10658 * org-list.el (org-list-struct-indent):
@@ -11318,7 +11318,7 @@
113182012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change) 113182012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
11319 11319
11320 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find 11320 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
11321 the libary name. 11321 the library name.
11322 11322
113232012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com> 113232012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
11324 11324
@@ -11917,7 +11917,7 @@
119172012-04-01 Nicolas Goaziou <n.goaziou@gmail.com> 119172012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
11918 11918
11919 * org-footnote.el (org-footnote-at-definition-p): Make sure to 11919 * org-footnote.el (org-footnote-at-definition-p): Make sure to
11920 move point at the beginning of the separator before skiping white 11920 move point at the beginning of the separator before skipping white
11921 spaces. Refactor code. 11921 spaces. Refactor code.
11922 11922
119232012-04-01 Eric Schulte <eric.schulte@gmx.com> 119232012-04-01 Eric Schulte <eric.schulte@gmx.com>
@@ -13692,7 +13692,7 @@
136922012-01-03 Carsten Dominik <carsten.dominik@gmail.com> 136922012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13693 13693
13694 * org-publish.el (org-publish-cache-file-needs-publishing): 13694 * org-publish.el (org-publish-cache-file-needs-publishing):
13695 Fix regexp to not inlcude newlines. 13695 Fix regexp to not include newlines.
13696 13696
136972012-01-03 Carsten Dominik <carsten.dominik@gmail.com> 136972012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
13698 13698
@@ -14560,7 +14560,7 @@
145602012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> 145602012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
14561 14561
14562 * org-footnote.el (org-footnote-normalize): Effectively remove 14562 * org-footnote.el (org-footnote-normalize): Effectively remove
14563 any footnote tag in non Org buffers, as detailled in the 14563 any footnote tag in non Org buffers, as detailed in the
14564 docstring of `org-footnote-tag-for-non-org-mode-files'. 14564 docstring of `org-footnote-tag-for-non-org-mode-files'.
14565 14565
145662012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> 145662012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -15622,7 +15622,7 @@
156222011-07-28 David Maus <dmaus@ictsoc.de> 156222011-07-28 David Maus <dmaus@ictsoc.de>
15623 15623
15624 * ob-haskell.el (org-babel-haskell-export-to-lhs): 15624 * ob-haskell.el (org-babel-haskell-export-to-lhs):
15625 Call `kill-buffer' with argument indiciating to kill current 15625 Call `kill-buffer' with argument indicating to kill current
15626 buffer. Emacs 22 compatibility. 15626 buffer. Emacs 22 compatibility.
15627 15627
156282011-07-28 David Maus <dmaus@ictsoc.de> 156282011-07-28 David Maus <dmaus@ictsoc.de>
@@ -18049,7 +18049,7 @@
18049 18049
18050 * org-table.el (org-table-fedit-finish): Read more general LHS of 18050 * org-table.el (org-table-fedit-finish): Read more general LHS of
18051 formulas. 18051 formulas.
18052 (org-table-formula-handle-@L): New function to hanle @L references. 18052 (org-table-formula-handle-@L): New function to handle @L references.
18053 (org-table-current-ncol): New variable. 18053 (org-table-current-ncol): New variable.
18054 (org-table-line-to-dline): New function. 18054 (org-table-line-to-dline): New function.
18055 (org-table-get-stored-formulas): Accept range formulas as matches. 18055 (org-table-get-stored-formulas): Accept range formulas as matches.
@@ -18058,7 +18058,7 @@
18058 only the region marked by the range, not the content. 18058 only the region marked by the range, not the content.
18059 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand 18059 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
18060 range targets. Also check for duplicate access to fields. 18060 range targets. Also check for duplicate access to fields.
18061 (org-table-expand-lhs-ranges): New funktion. 18061 (org-table-expand-lhs-ranges): New function.
18062 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect 18062 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
18063 the caller's value. 18063 the caller's value.
18064 (org-table-edit-formulas): Support highlighting of range targets. 18064 (org-table-edit-formulas): Support highlighting of range targets.
@@ -19339,8 +19339,8 @@
19339 19339
19340 * org-crypt.el (org-encrypt-string): New function. 19340 * org-crypt.el (org-encrypt-string): New function.
19341 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use 19341 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
19342 cached crypted values. 19342 cached encrypted values.
19343 (org-decrypt-entry): Store crypted text in decrypted text. 19343 (org-decrypt-entry): Store encrypted text in decrypted text.
19344 19344
193452011-07-28 Dan Davison <dandavison7@gmail.com> 193452011-07-28 Dan Davison <dandavison7@gmail.com>
19346 19346
@@ -20331,7 +20331,7 @@
203312010-12-11 Carsten Dominik <carsten.dominik@gmail.com> 203312010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
20332 20332
20333 * org-clock.el (org-quarter-to-date): Define variables. 20333 * org-clock.el (org-quarter-to-date): Define variables.
20334 (org-clock-special-range): Defin variables. Use org-floor*. 20334 (org-clock-special-range): Define variables. Use org-floor*.
20335 (org-clocktable-write-default): Define tcol. 20335 (org-clocktable-write-default): Define tcol.
20336 20336
20337 * org-compat.el (org-floor*): New function. 20337 * org-compat.el (org-floor*): New function.
@@ -22854,7 +22854,7 @@
228542010-11-11 Nicolas Goaziou <n.goaziou@gmail.com> 228542010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22855 22855
22856 * org-list.el (org-cycle-item-indentation): Do return t if and 22856 * org-list.el (org-cycle-item-indentation): Do return t if and
22857 only if cycling is possible and succeded. 22857 only if cycling is possible and succeeded.
22858 22858
228592010-11-11 Nicolas Goaziou <n.goaziou@gmail.com> 228592010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
22860 22860
@@ -28181,7 +28181,7 @@
28181 * org-src.el (org-src-lang-modes): New variable. 28181 * org-src.el (org-src-lang-modes): New variable.
28182 (org-edit-src-code): Translate language. 28182 (org-edit-src-code): Translate language.
28183 28183
28184 * org-exp.el (org-export-format-source-code-or-example): Deal wit 28184 * org-exp.el (org-export-format-source-code-or-example): Deal with
28185 the new structure of the `org-export-latex-listings-langs' 28185 the new structure of the `org-export-latex-listings-langs'
28186 variable. 28186 variable.
28187 28187
@@ -28529,7 +28529,7 @@
28529 28529
28530 * org.el (org-adapt-indentation): Slightly improve the docstring. 28530 * org.el (org-adapt-indentation): Slightly improve the docstring.
28531 (org-occur): Sends an error when the user inputs an empty string. 28531 (org-occur): Sends an error when the user inputs an empty string.
28532 (org-priority): Bugfix: the tag alignement should happen within 28532 (org-priority): Bugfix: the tag alignment should happen within
28533 save-excursion. 28533 save-excursion.
28534 28534
285352009-08-06 Bastien Guerry <bzg@gnu.org> 285352009-08-06 Bastien Guerry <bzg@gnu.org>
@@ -28830,7 +28830,7 @@
28830 28830
28831 * org-agenda.el (org-agenda-mode): Reset list of marks. 28831 * org-agenda.el (org-agenda-mode): Reset list of marks.
28832 (org-agenda-mode-map): Define new keys for refile and bulk action. 28832 (org-agenda-mode-map): Define new keys for refile and bulk action.
28833 (org-agenda-menu): Add menu itesm for refile and bulk action. 28833 (org-agenda-menu): Add menu items for refile and bulk action.
28834 (org-agenda-refile): New function. 28834 (org-agenda-refile): New function.
28835 (org-agenda-set-tags): Optional arguments TAG and ONOFF. 28835 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
28836 (org-agenda-marked-entries): New variable. 28836 (org-agenda-marked-entries): New variable.
@@ -29490,7 +29490,7 @@
29490 New functions. 29490 New functions.
29491 (org-protocol-check-filename-for-protocol): Call `server-edit'. 29491 (org-protocol-check-filename-for-protocol): Call `server-edit'.
29492 29492
29493 * org.el (org-default-properties): New default properteis for 29493 * org.el (org-default-properties): New default properties for
29494 completion. 29494 completion.
29495 29495
29496 * org-exp.el (org-export-add-subtree-options): Add new properties 29496 * org-exp.el (org-export-add-subtree-options): Add new properties
@@ -29842,7 +29842,7 @@
29842 * org-faces.el (org-checkbox): New face. 29842 * org-faces.el (org-checkbox): New face.
29843 29843
29844 * org-exp.el (org-export-html-preprocess): Only create LaTeX 29844 * org-exp.el (org-export-html-preprocess): Only create LaTeX
29845 fragement images if there is an export file. 29845 fragment images if there is an export file.
29846 29846
298472009-08-06 Carsten Dominik <carsten.dominik@gmail.com> 298472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
29848 29848
@@ -30465,7 +30465,7 @@
30465 workings of `org-toggle-heading'. 30465 workings of `org-toggle-heading'.
30466 (org-toggle-item): Rename from `org-toggle-region-items'. 30466 (org-toggle-item): Rename from `org-toggle-region-items'.
30467 No longer needs a region defined, but will use it if there is one. 30467 No longer needs a region defined, but will use it if there is one.
30468 (org-ctrl-c-minus): Simplify, relying more on the inernal 30468 (org-ctrl-c-minus): Simplify, relying more on the internal
30469 workings of `org-toggle-item'. 30469 workings of `org-toggle-item'.
30470 30470
30471 * org-export-latex.el (org-export-latex-preprocess): Fix bug in 30471 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
@@ -30674,7 +30674,7 @@
30674 converter. 30674 converter.
30675 30675
30676 * org-exp.el (org-export-preprocess-string): Remove clock lines 30676 * org-exp.el (org-export-preprocess-string): Remove clock lines
30677 and timestamps already in the preprocesor. 30677 and timestamps already in the preprocessor.
30678 (org-export-remove-timestamps, org-export-remove-clock-lines): 30678 (org-export-remove-timestamps, org-export-remove-clock-lines):
30679 New functions. 30679 New functions.
30680 (org-export-as-ascii, org-export-as-html): Add the timestamps 30680 (org-export-as-ascii, org-export-as-html): Add the timestamps
@@ -31158,14 +31158,14 @@
311582008-11-24 Carsten Dominik <carsten.dominik@gmail.com> 311582008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
31159 31159
31160 * org-agenda.el (org-get-closed): Re-apply changes 31160 * org-agenda.el (org-get-closed): Re-apply changes
31161 accidentially overwritten by last commit to Emacs. 31161 accidentally overwritten by last commit to Emacs.
31162 31162
31163 * org.el (org-outline-path-complete-in-steps): New option. 31163 * org.el (org-outline-path-complete-in-steps): New option.
31164 (org-refile-get-location): 31164 (org-refile-get-location):
31165 Honor `org-outline-path-complete-in-steps'. 31165 Honor `org-outline-path-complete-in-steps'.
31166 (org-agenda-change-all-lines, org-tags-sparse-tree) 31166 (org-agenda-change-all-lines, org-tags-sparse-tree)
31167 (org-time-string-to-absolute, org-small-year-to-year) 31167 (org-time-string-to-absolute, org-small-year-to-year)
31168 (org-link-escape): Re-apply changes accidentially overwritten 31168 (org-link-escape): Re-apply changes accidentally overwritten
31169 by last commit to Emacs. 31169 by last commit to Emacs.
31170 31170
311712008-11-23 Carsten Dominik <carsten.dominik@gmail.com> 311712008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
diff --git a/lisp/url/ChangeLog.1 b/lisp/url/ChangeLog.1
index cf168ebf470..0309440defa 100644
--- a/lisp/url/ChangeLog.1
+++ b/lisp/url/ChangeLog.1
@@ -449,7 +449,7 @@
449 449
4502012-04-10 William Xu <william.xwl@gmail.com> (tiny change) 4502012-04-10 William Xu <william.xwl@gmail.com> (tiny change)
451 451
452 * url.el (url-retrieve-internal): Hexify multibye URL string first 452 * url.el (url-retrieve-internal): Hexify multibyte URL string first
453 when necessary (bug#7017). 453 when necessary (bug#7017).
454 454
4552012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> 4552012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
diff --git a/nextstep/ChangeLog.1 b/nextstep/ChangeLog.1
index 463705a66a8..5d866e6e274 100644
--- a/nextstep/ChangeLog.1
+++ b/nextstep/ChangeLog.1
@@ -14,7 +14,7 @@
14 14
152014-11-03 Jan Djärv <jan.h.d@swipnet.se> 152014-11-03 Jan Djärv <jan.h.d@swipnet.se>
16 16
17 * INSTALL: Remove univeral binary section. 17 * INSTALL: Remove universal binary section.
18 18
192014-10-20 Glenn Morris <rgm@gnu.org> 192014-10-20 Glenn Morris <rgm@gnu.org>
20 20
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 1c954b20eec..fbbd3608909 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -9344,7 +9344,7 @@
9344 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap. 9344 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
9345 It replaces the corresponding member from struct window, as a 9345 It replaces the corresponding member from struct window, as a
9346 window may now show multiple overlay arrows. 9346 window may now show multiple overlay arrows.
9347 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap. 9347 Remove member overlay_arrow_p, superseded by overlay_arrow_bitmap.
9348 9348
9349 * dispnew.c (row_equal_p, update_window_line, scrolling_window): 9349 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
9350 Compare overlay_arrow_bitmap than overlay_arrow_p members. 9350 Compare overlay_arrow_bitmap than overlay_arrow_p members.
@@ -11141,7 +11141,7 @@
11141 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH. 11141 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
11142 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH. 11142 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
11143 (Qdefvar): Var deleted. 11143 (Qdefvar): Var deleted.
11144 (syms_of_eval): Don't initialze it. 11144 (syms_of_eval): Don't initialize it.
11145 11145
11146 * lread.c (syms_of_lread) <load-history>: Doc fix. 11146 * lread.c (syms_of_lread) <load-history>: Doc fix.
11147 11147
@@ -18716,7 +18716,7 @@
18716 and line_height, and use corresponding new members in struct 18716 and line_height, and use corresponding new members in struct
18717 frame. All uses changed. 18717 frame. All uses changed.
18718 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros; 18718 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
18719 superseeded by corresponding macros in frame.h. 18719 superseded by corresponding macros in frame.h.
18720 18720
18721 * msdos.c: Make (several) trivial substitutions for renamed and 18721 * msdos.c: Make (several) trivial substitutions for renamed and
18722 new macros in dispextern.h, frame.h and window.h. 18722 new macros in dispextern.h, frame.h and window.h.
@@ -19145,7 +19145,7 @@
19145 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable. 19145 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
19146 19146
19147 * lread.c (read1): Before calling index, check if the 2nd 19147 * lread.c (read1): Before calling index, check if the 2nd
19148 arguemnt is in ASCII range. 19148 argument is in ASCII range.
19149 19149
191502003-04-08 Richard M. Stallman <rms@gnu.org> 191502003-04-08 Richard M. Stallman <rms@gnu.org>
19151 19151
@@ -19945,7 +19945,7 @@
199452003-03-09 David Kastrup <dak@gnu.org> 199452003-03-09 David Kastrup <dak@gnu.org>
19946 19946
19947 * process.c (read_process_output): We have allocated enough space 19947 * process.c (read_process_output): We have allocated enough space
19948 for readmax and carryover, so actually use the alloted space. 19948 for readmax and carryover, so actually use the allotted space.
19949 19949
199502003-03-09 Jan Djärv <jan.h.d@swipnet.se> 199502003-03-09 Jan Djärv <jan.h.d@swipnet.se>
19951 19951
@@ -24638,7 +24638,7 @@
24638 * w32gui.h (struct XImage): Define. 24638 * w32gui.h (struct XImage): Define.
24639 24639
24640 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to 24640 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
24641 extract mouse co-ordinates. 24641 extract mouse coordinates.
24642 24642
246432002-03-20 Jason Rumney <jasonr@gnu.org> 246432002-03-20 Jason Rumney <jasonr@gnu.org>
24644 24644
@@ -25377,7 +25377,7 @@
25377 Handle literal output of strings by sharing the 25377 Handle literal output of strings by sharing the
25378 main-line code for strings, using local var `literal'. 25378 main-line code for strings, using local var `literal'.
25379 Handle :propertize feature. 25379 Handle :propertize feature.
25380 (syms_of_xdisp): Initialze and staticpro QCpropertize and 25380 (syms_of_xdisp): Initialize and staticpro QCpropertize and
25381 mode_line_proptrans_alist. 25381 mode_line_proptrans_alist.
25382 25382
253832002-02-11 Kim F. Storm <storm@cua.dk> 253832002-02-11 Kim F. Storm <storm@cua.dk>
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 2942d35561a..1086d1183a2 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -947,7 +947,7 @@
947 (c_string_pos, number_of_chars, message_dolog): 947 (c_string_pos, number_of_chars, message_dolog):
948 (message_log_check_duplicate, set_message_1, store_mode_line_noprop): 948 (message_log_check_duplicate, set_message_1, store_mode_line_noprop):
949 (display_mode_element, display_string): 949 (display_mode_element, display_string):
950 Switch between char * and unsigned char * to stay compatible wth 950 Switch between char * and unsigned char * to stay compatible with
951 C89 pointer rules. 951 C89 pointer rules.
952 952
953 * regex.c: Conform to C89 pointer rules. 953 * regex.c: Conform to C89 pointer rules.
@@ -9492,7 +9492,7 @@
9492 * coding.c (decode_coding_ccl): Fix previous change for the 9492 * coding.c (decode_coding_ccl): Fix previous change for the
9493 multibyte case. 9493 multibyte case.
9494 (encode_coding_ccl): Don't setup ccl program here. Fix for the 9494 (encode_coding_ccl): Don't setup ccl program here. Fix for the
9495 case that the output buffer is fullfilled. 9495 case that the output buffer is fulfilled.
9496 (encode_coding): Setup ccl program here. 9496 (encode_coding): Setup ccl program here.
9497 9497
94982010-03-23 Dan Nicolaescu <dann@ics.uci.edu> 94982010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
@@ -9772,10 +9772,10 @@
97722010-02-17 Kenichi Handa <handa@m17n.org> 97722010-02-17 Kenichi Handa <handa@m17n.org>
9773 9773
9774 * coding.c (decode_coding_ccl): Don't setup ccl program here. 9774 * coding.c (decode_coding_ccl): Don't setup ccl program here.
9775 Fix for the case that the output buffer is fullfilled. 9775 Fix for the case that the output buffer is fulfilled.
9776 (decode_coding): Setup ccl program here. Keep looping when the 9776 (decode_coding): Setup ccl program here. Keep looping when the
9777 decoder stopped because the output buffer is 9777 decoder stopped because the output buffer is
9778 fullfilled (bug#5534). 9778 fulfilled (bug#5534).
9779 9779
9780 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN. 9780 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
9781 9781
@@ -23923,7 +23923,7 @@
23923 23923
239242008-02-01 Kenichi Handa <handa@m17n.org> 239242008-02-01 Kenichi Handa <handa@m17n.org>
23925 23925
23926 * alloc.c (NSTATICS): Increas to 0x600. 23926 * alloc.c (NSTATICS): Increase to 0x600.
23927 23927
239282008-02-01 Kenichi Handa <handa@m17n.org> 239282008-02-01 Kenichi Handa <handa@m17n.org>
23929 23929
@@ -25309,12 +25309,12 @@
25309 25309
25310 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return. 25310 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
25311 (CODING_GET_INFO): Delete argument eol_type. Change callers. 25311 (CODING_GET_INFO): Delete argument eol_type. Change callers.
25312 (decode_coding_utf_8): Don't do eol converion. 25312 (decode_coding_utf_8): Don't do eol conversion.
25313 (detect_coding_utf_16): Check coding->src_chars, not 25313 (detect_coding_utf_16): Check coding->src_chars, not
25314 coding->src_bytes. Add heuristics for those that have no signature. 25314 coding->src_bytes. Add heuristics for those that have no signature.
25315 (decode_coding_emacs_mule, decode_coding_iso_2022) 25315 (decode_coding_emacs_mule, decode_coding_iso_2022)
25316 (decode_coding_sjis, decode_coding_big5, decode_coding_charset): 25316 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
25317 Don't do eol converion. 25317 Don't do eol conversion.
25318 (adjust_coding_eol_type): Return a new coding system. 25318 (adjust_coding_eol_type): Return a new coding system.
25319 (detect_coding): Don't detect eol. Fix for utf-16 detection. 25319 (detect_coding): Don't detect eol. Fix for utf-16 detection.
25320 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on 25320 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
@@ -25952,7 +25952,7 @@
25952 (font_list): The argument REGISTRY is now a list of registry names. 25952 (font_list): The argument REGISTRY is now a list of registry names.
25953 (choose_face_font): If we are choosing an ASCII font, and ATTRS 25953 (choose_face_font): If we are choosing an ASCII font, and ATTRS
25954 specifies an explicit font name, return the name as is. Make a 25954 specifies an explicit font name, return the name as is. Make a
25955 list of registy names. 25955 list of registry names.
25956 25956
25957 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change 25957 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
25958 of x_new_fontset. 25958 of x_new_fontset.
@@ -26647,7 +26647,7 @@
26647 (fontset_set): Delete. 26647 (fontset_set): Delete.
26648 (fontset_face): New arg FACE. Return face ID, not face. 26648 (fontset_face): New arg FACE. Return face ID, not face.
26649 Complete re-write to handle new fontset structure. Change caller. 26649 Complete re-write to handle new fontset structure. Change caller.
26650 (free_face_fontset): Use ASET istead of AREF (X) = Y. 26650 (free_face_fontset): Use ASET instead of AREF (X) = Y.
26651 (face_for_char): Don't call lookup_face. 26651 (face_for_char): Don't call lookup_face.
26652 (make_fontset_for_ascii_face): New arg FACE. 26652 (make_fontset_for_ascii_face): New arg FACE.
26653 (fs_load_font): New arg CHARSET_ID. Don't check 26653 (fs_load_font): New arg CHARSET_ID. Don't check
@@ -31141,7 +31141,7 @@
31141 * term.c (term_mouse_highlight): Remove unused variables. 31141 * term.c (term_mouse_highlight): Remove unused variables.
31142 (Fterm_open_connection): Set gpm_zerobased to 1. 31142 (Fterm_open_connection): Set gpm_zerobased to 1.
31143 (term_mouse_movement, term_mouse_click, handle_one_term_event): 31143 (term_mouse_movement, term_mouse_click, handle_one_term_event):
31144 Use zero based co-ordinates. 31144 Use zero based coordinates.
31145 (handle_one_term_event): Report a drag as mouse movement too. 31145 (handle_one_term_event): Report a drag as mouse movement too.
31146 31146
31147 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM. 31147 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 0397a495212..04983fe03e6 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -239,7 +239,7 @@
239 239
240 * lisp.h (find_next_newline_no_quit): Rename to find_next_newline. 240 * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.
241 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start) 241 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start)
242 (get_visually_first_element, move_it_vertically_backward): Ajust users. 242 (get_visually_first_element, move_it_vertically_backward): Adjust users.
243 * bidi.c (bidi_find_paragraph_start): Likewise. 243 * bidi.c (bidi_find_paragraph_start): Likewise.
244 * indent.c (vmotion): Likewise. 244 * indent.c (vmotion): Likewise.
245 245
@@ -7335,7 +7335,7 @@
7335 7335
73362012-08-17 Chong Yidong <cyd@gnu.org> 73362012-08-17 Chong Yidong <cyd@gnu.org>
7337 7337
7338 * xfaces.c (merge_face_vectors): If the target font specfies a 7338 * xfaces.c (merge_face_vectors): If the target font specifies a
7339 font spec, make the font's attributes take precedence over 7339 font spec, make the font's attributes take precedence over
7340 directly-specified attributes. 7340 directly-specified attributes.
7341 (merge_face_ref): Recognize :font. 7341 (merge_face_ref): Recognize :font.
@@ -9265,7 +9265,7 @@
9265 9265
9266 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog) 9266 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
9267 (initFromContents): Use SSDATA where appropriate. 9267 (initFromContents): Use SSDATA where appropriate.
9268 (ns_update_menubar): Add braces to ambigous if-else. 9268 (ns_update_menubar): Add braces to ambiguous if-else.
9269 (initWithTitle): Put () around assignment in if statement. 9269 (initWithTitle): Put () around assignment in if statement.
9270 (ns_menu_show): Remove unused variables window and keymap. 9270 (ns_menu_show): Remove unused variables window and keymap.
9271 (update_frame_tool_bar): Remove unused variable selected_p. 9271 (update_frame_tool_bar): Remove unused variable selected_p.
@@ -14333,7 +14333,7 @@
14333 14333
143342011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 143342011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14335 14335
14336 * process.c (wait_reading_process_output): Fix asynchrounous 14336 * process.c (wait_reading_process_output): Fix asynchronous
14337 GnuTLS socket handling on some versions of the GnuTLS library. 14337 GnuTLS socket handling on some versions of the GnuTLS library.
14338 (wait_reading_process_output): Add comment and URL. 14338 (wait_reading_process_output): Add comment and URL.
14339 14339
@@ -21271,7 +21271,7 @@
21271 not the number of arguments given. This is simpler and lets GCC 21271 not the number of arguments given. This is simpler and lets GCC
21272 4.6.0 generate slightly better code. 21272 4.6.0 generate slightly better code.
21273 21273
21274 * ftfont.c: Distingish more carefully between FcChar8 and char. 21274 * ftfont.c: Distinguish more carefully between FcChar8 and char.
21275 The previous code passed unsigned char * to a functions like 21275 The previous code passed unsigned char * to a functions like
21276 strlen and xstrcasecmp that expect char *, which does not 21276 strlen and xstrcasecmp that expect char *, which does not
21277 conform to the C standard. 21277 conform to the C standard.
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13
index 791de9a6a8b..87055d70315 100644
--- a/src/ChangeLog.13
+++ b/src/ChangeLog.13
@@ -580,7 +580,7 @@
580 (x_intersect_rectangles, clear_mouse_face, display_tty_menu_item): 580 (x_intersect_rectangles, clear_mouse_face, display_tty_menu_item):
581 * lisp.h (setup_echo_area_for_printing, message_with_string) 581 * lisp.h (setup_echo_area_for_printing, message_with_string)
582 (pos_visible_p): Use bool for boolean. 582 (pos_visible_p): Use bool for boolean.
583 * xdisp.c: Use bool, true, false intstead of int, 1, 0. 583 * xdisp.c: Use bool, true, false instead of int, 1, 0.
584 Remove unnecessary forward decls. 584 Remove unnecessary forward decls.
585 (trace_move) [DEBUG_TRACE_MOVE]: Now static. 585 (trace_move) [DEBUG_TRACE_MOVE]: Now static.
586 (CHECK_IT, CHECK_WINDOW_END): 586 (CHECK_IT, CHECK_WINDOW_END):
@@ -685,7 +685,7 @@
685 Inhibit resizing fullwidth-/height frames in one direction only. 685 Inhibit resizing fullwidth-/height frames in one direction only.
686 Update frame_size_history. 686 Update frame_size_history.
687 (adjust_frame_size): Call frame_size_history_add. 687 (adjust_frame_size): Call frame_size_history_add.
688 (make_frame): Initalize after_make_frame slot. 688 (make_frame): Initialize after_make_frame slot.
689 (Fmake_terminal_frame): Adjust adjust_frame_size call. 689 (Fmake_terminal_frame): Adjust adjust_frame_size call.
690 (Fcan_run_window_configuration_change_hook): Rename to 690 (Fcan_run_window_configuration_change_hook): Rename to
691 Fframe_after_make_frame. Set after_make_frame slot. 691 Fframe_after_make_frame. Set after_make_frame slot.
@@ -1419,7 +1419,7 @@
1419 1419
14202015-01-12 Paul Eggert <eggert@cs.ucla.edu> 14202015-01-12 Paul Eggert <eggert@cs.ucla.edu>
1421 1421
1422 Port to 32-bit MingGW --with-wide-int 1422 Port to 32-bit MinGW --with-wide-int
1423 Problem reported by Eli Zaretskii in: 1423 Problem reported by Eli Zaretskii in:
1424 https://lists.gnu.org/r/emacs-devel/2015-01/msg00265.html 1424 https://lists.gnu.org/r/emacs-devel/2015-01/msg00265.html
1425 * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches 1425 * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches
@@ -1635,7 +1635,7 @@
16352015-01-06 Jan Djärv <jan.h.d@swipnet.se> 16352015-01-06 Jan Djärv <jan.h.d@swipnet.se>
1636 1636
1637 * nsterm.m (x_set_window_size): Call updateFrameSize to get real 1637 * nsterm.m (x_set_window_size): Call updateFrameSize to get real
1638 size instead of using widht/height. The frame may be 1638 size instead of using width/height. The frame may be
1639 constrained (Bug#19482). 1639 constrained (Bug#19482).
1640 1640
16412015-01-05 Paul Eggert <eggert@cs.ucla.edu> 16412015-01-05 Paul Eggert <eggert@cs.ucla.edu>
@@ -2102,7 +2102,7 @@
2102 Partially disabled previous change. 2102 Partially disabled previous change.
2103 2103
2104 * image.c (svg_load): Temporarily disabled filename thing for 2104 * image.c (svg_load): Temporarily disabled filename thing for
2105 not-a-file case as it can cause crashs. 2105 not-a-file case as it can cause crashes.
2106 2106
21072014-12-17 Ulf Jasper <ulf.jasper@web.de> 21072014-12-17 Ulf Jasper <ulf.jasper@web.de>
2108 2108
@@ -2807,7 +2807,7 @@
2807 * nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME) 2807 * nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME)
2808 (NXPrimaryPboard, NXSecondaryPboard): Declare static. 2808 (NXPrimaryPboard, NXSecondaryPboard): Declare static.
2809 (Qforeign_selection): Remove. 2809 (Qforeign_selection): Remove.
2810 (ns_get_local_selection): Identation fix. 2810 (ns_get_local_selection): Indentation fix.
2811 (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks 2811 (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks
2812 2812
2813 * nsselect.m (ns_get_local_selection): Remove calling of 2813 * nsselect.m (ns_get_local_selection): Remove calling of
@@ -5162,7 +5162,7 @@
51622014-07-27 Jan Djärv <jan.h.d@swipnet.se> 51622014-07-27 Jan Djärv <jan.h.d@swipnet.se>
5163 5163
5164 * nsterm.m (applicationDidFinishLaunching antialiasThresholdDidChange): 5164 * nsterm.m (applicationDidFinishLaunching antialiasThresholdDidChange):
5165 Reinstate code removed by the prevoius commit to this file. 5165 Reinstate code removed by the previous commit to this file.
5166 5166
51672014-07-27 Martin Rudalics <rudalics@gmx.at> 51672014-07-27 Martin Rudalics <rudalics@gmx.at>
5168 5168
@@ -7847,11 +7847,11 @@
7847 * w32.c (unsetenv): Remove unused var `retval'. 7847 * w32.c (unsetenv): Remove unused var `retval'.
7848 (emacs_gnutls_pull): Remove unused vars `fdset' and `timeout'. 7848 (emacs_gnutls_pull): Remove unused vars `fdset' and `timeout'.
7849 7849
7850 * w32notify.c (watch_worker): Remove unnecesary var sleep_result. 7850 * w32notify.c (watch_worker): Remove unnecessary var sleep_result.
7851 (start_watching): Remove unused var `thr'. 7851 (start_watching): Remove unused var `thr'.
7852 7852
7853 * w32proc.c (sys_spawnve): Comment out unused vars `first', `last'. 7853 * w32proc.c (sys_spawnve): Comment out unused vars `first', `last'.
7854 (find_child_console): Remove unnecesary var `thread_id'. 7854 (find_child_console): Remove unnecessary var `thread_id'.
7855 7855
7856 * w32term.c (w32_read_socket): Comment out unused vars `row', `columns'. 7856 * w32term.c (w32_read_socket): Comment out unused vars `row', `columns'.
7857 (x_focus_frame): #ifdef 0 unused variable `dpyinfo'. 7857 (x_focus_frame): #ifdef 0 unused variable `dpyinfo'.
@@ -9004,7 +9004,7 @@
9004 * widget.c (pixel_to_text_size): New function. 9004 * widget.c (pixel_to_text_size): New function.
9005 (update_wm_hints): Have size hints respect value of 9005 (update_wm_hints): Have size hints respect value of
9006 frame_resize_pixelwise. 9006 frame_resize_pixelwise.
9007 (EmacsFrameResize): Alway process resize requests pixelwise. 9007 (EmacsFrameResize): Always process resize requests pixelwise.
9008 * window.c (grow_mini_window): Make sure mini window is at least 9008 * window.c (grow_mini_window): Make sure mini window is at least
9009 one line tall. 9009 one line tall.
9010 * xdisp.c (display_menu_bar): Make sure menubar extends till 9010 * xdisp.c (display_menu_bar): Make sure menubar extends till
@@ -10768,7 +10768,7 @@
10768 10768
10769 * search.c (find_newline): Rewrite to prefer offsets to pointers. 10769 * search.c (find_newline): Rewrite to prefer offsets to pointers.
10770 This avoids undefined behavior when subtracting pointers into 10770 This avoids undefined behavior when subtracting pointers into
10771 different aways. On my platform it also makes the code a tad 10771 different always. On my platform it also makes the code a tad
10772 smaller and presumably faster. 10772 smaller and presumably faster.
10773 10773
107742013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> 107742013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -13849,7 +13849,7 @@
13849 13849
138502013-08-13 Jan Djärv <jan.h.d@swipnet.se> 138502013-08-13 Jan Djärv <jan.h.d@swipnet.se>
13851 13851
13852 * nsterm.m (ns_set_vertical_scroll_bar): Fix breakage intruduced by 13852 * nsterm.m (ns_set_vertical_scroll_bar): Fix breakage introduced by
13853 2013-08-13 checkin below. Change bool to BOOL, rule is: 13853 2013-08-13 checkin below. Change bool to BOOL, rule is:
13854 All Obj-C code uses BOOL, except for interfaces callable from C. 13854 All Obj-C code uses BOOL, except for interfaces callable from C.
13855 13855
@@ -14041,7 +14041,7 @@
14041 the caller. Do not lock the temp file. Unwind-protect the file 14041 the caller. Do not lock the temp file. Unwind-protect the file
14042 and the file-descriptor. 14042 and the file-descriptor.
14043 (Fcall_process_region): If the input is /dev/null, unwind-protect it. 14043 (Fcall_process_region): If the input is /dev/null, unwind-protect it.
14044 If an asynchrounous process, record it here, not in call_process. 14044 If an asynchronous process, record it here, not in call_process.
14045 (syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile. 14045 (syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile.
14046 * eval.c (set_unwind_protect): New function. 14046 * eval.c (set_unwind_protect): New function.
14047 * fileio.c (write_region): New function, generalized from the 14047 * fileio.c (write_region): New function, generalized from the
@@ -14764,7 +14764,7 @@
14764 All callers changed. 14764 All callers changed.
14765 (create_process): Recover pty_flag from process, not from volatile local. 14765 (create_process): Recover pty_flag from process, not from volatile local.
14766 (create_pty): Stay inside array even when pty allocation fails. 14766 (create_pty): Stay inside array even when pty allocation fails.
14767 (Fmake_serial_process): Omit unnecessary initializaiton of pty_flag. 14767 (Fmake_serial_process): Omit unnecessary initialization of pty_flag.
14768 14768
14769 * lread.c (Fload): Avoid initialization only when lint checking. 14769 * lread.c (Fload): Avoid initialization only when lint checking.
14770 Mention that it's needed only for older GCCs. 14770 Mention that it's needed only for older GCCs.
@@ -17372,7 +17372,7 @@
173722013-03-31 Dmitry Antipov <dmantipov@yandex.ru> 173722013-03-31 Dmitry Antipov <dmantipov@yandex.ru>
17373 17373
17374 * frame.h (struct frame): Drop scroll_bottom_vpos 17374 * frame.h (struct frame): Drop scroll_bottom_vpos
17375 member becaue all real users are dead long ago. 17375 member because all real users are dead long ago.
17376 (FRAME_SCROLL_BOTTOM_VPOS): Remove. 17376 (FRAME_SCROLL_BOTTOM_VPOS): Remove.
17377 * xdisp.c (redisplay_internal): Adjust user. 17377 * xdisp.c (redisplay_internal): Adjust user.
17378 17378
@@ -17394,7 +17394,7 @@
17394 (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698). 17394 (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698).
17395 17395
17396 * nsterm.m (menu_will_open_state, menu_mouse_point) 17396 * nsterm.m (menu_will_open_state, menu_mouse_point)
17397 (menu_pending_title): New varaibles. 17397 (menu_pending_title): New variables.
17398 (ns_get_pending_menu_title, ns_check_menu_open) 17398 (ns_get_pending_menu_title, ns_check_menu_open)
17399 (ns_check_pending_open_menu): New functions. 17399 (ns_check_pending_open_menu): New functions.
17400 17400
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index 973251859c1..4e403058837 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -11656,8 +11656,8 @@
11656 pixel_to_glyph_translation, and rewritten. Just get coordinates, 11656 pixel_to_glyph_translation, and rewritten. Just get coordinates,
11657 don't return anything. 11657 don't return anything.
11658 (buffer_posn_from_coords): New function - given a window and 11658 (buffer_posn_from_coords): New function - given a window and
11659 co-ordinates on the screen, find the buffer position at those 11659 coordinates on the screen, find the buffer position at those
11660 co-ordinates. 11660 coordinates.
11661 11661
116621991-01-08 Jim Blandy (jimb@geech.ai.mit.edu) 116621991-01-08 Jim Blandy (jimb@geech.ai.mit.edu)
11663 11663
@@ -16140,7 +16140,7 @@
16140 New format %S converts everything (even strings) with prin1. 16140 New format %S converts everything (even strings) with prin1.
16141 * doprnt.c (doprnt): Treat %s like %S. 16141 * doprnt.c (doprnt): Treat %s like %S.
16142 16142
16143 * print.c (Fprin1_to_string): Opt 3nd arg non-nil does princ. 16143 * print.c (Fprin1_to_string): Opt 3rd arg non-nil does princ.
16144 16144
161451988-12-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 161451988-12-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
16146 16146
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 17522e450f0..c7b99a443d5 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -1572,7 +1572,7 @@
1572 (wait_reading_process_input): Use emacs_strerror, not strerror. 1572 (wait_reading_process_input): Use emacs_strerror, not strerror.
1573 1573
1574 * process.c (status_message, sigchld_handler): Synchronize locale, 1574 * process.c (status_message, sigchld_handler): Synchronize locale,
1575 then use strsignal istead of sys_siglist. 1575 then use strsignal instead of sys_siglist.
1576 * w32proc.c (sys_wait): Likewise. 1576 * w32proc.c (sys_wait): Likewise.
1577 1577
1578 * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: 1578 * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h:
@@ -7560,7 +7560,7 @@
7560 (recompute_basic_faces): Realize basic faces only if face cache is 7560 (recompute_basic_faces): Realize basic faces only if face cache is
7561 allocated, i.e. after init_frame_faces has been called. 7561 allocated, i.e. after init_frame_faces has been called.
7562 7562
7563 * frame.c (make_frame): Initialze face cache with null. 7563 * frame.c (make_frame): Initialize face cache with null.
7564 7564
7565 * xfaces.c (same_size_fonts): Remove. 7565 * xfaces.c (same_size_fonts): Remove.
7566 7566
@@ -9810,7 +9810,7 @@
98101997-10-13 Gerd Moellmann <gerd@acm.org> 98101997-10-13 Gerd Moellmann <gerd@acm.org>
9811 9811
9812 * xdisp.c (redisplay_window): Use available current matrix to 9812 * xdisp.c (redisplay_window): Use available current matrix to
9813 skip faster when only point is moved withing the window. 9813 skip faster when only point is moved within the window.
9814 9814
9815 * intervals.c: Include stdio.h. 9815 * intervals.c: Include stdio.h.
9816 (find_interval): Trace to stderr to catch some nasty error 9816 (find_interval): Trace to stderr to catch some nasty error
@@ -9859,7 +9859,7 @@
9859 * emacs.c: FreeBSD headers for profiling removed. 9859 * emacs.c: FreeBSD headers for profiling removed.
9860 9860
9861 * dispnew.c (direct_output_for_insert): Don't use PT-1 for 9861 * dispnew.c (direct_output_for_insert): Don't use PT-1 for
9862 display cursor, use DEC_POS instread. 9862 display cursor, use DEC_POS instead.
9863 9863
9864 * xfaces.c (load_font): Use x_load_font to load fonts so that 9864 * xfaces.c (load_font): Use x_load_font to load fonts so that
9865 all fonts are in the font table. 9865 all fonts are in the font table.
@@ -11940,7 +11940,7 @@
11940 This avoids a conflict with a system header file paths.h on GNU/Linux. 11940 This avoids a conflict with a system header file paths.h on GNU/Linux.
11941 11941
11942 * callproc.c, lread.c, w32fns.c, xfns.c, xrdb.c: 11942 * callproc.c, lread.c, w32fns.c, xfns.c, xrdb.c:
11943 Use epaths.h istead of paths.h. 11943 Use epaths.h instead of paths.h.
11944 11944
119451999-02-26 Andreas Schwab <schwab@gnu.org> 119451999-02-26 Andreas Schwab <schwab@gnu.org>
11946 11946
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 9f12748fbeb..0c1f72a6787 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -10388,7 +10388,7 @@
10388 ISO_control_0 and ISO_control_1. 10388 ISO_control_0 and ISO_control_1.
10389 10389
10390 * coding.h (enum iso_code_class_type): Member ISO_control_code is 10390 * coding.h (enum iso_code_class_type): Member ISO_control_code is
10391 devided into ISO_control_0 and ISO_control_1. 10391 divided into ISO_control_0 and ISO_control_1.
10392 (struct coding_system): New members src_multibyte, dst_multibyte, 10392 (struct coding_system): New members src_multibyte, dst_multibyte,
10393 errors, and result. Delete member fake_multibyte. 10393 errors, and result. Delete member fake_multibyte.
10394 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is 10394 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is