aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.17
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog.17')
-rw-r--r--lisp/ChangeLog.1758
1 files changed, 29 insertions, 29 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index 789452351a1..1bd882f0a22 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -3598,7 +3598,7 @@
3598 3598
3599 * comint.el (comint-history-isearch-message): Use field-beginning 3599 * comint.el (comint-history-isearch-message): Use field-beginning
3600 instead of comint-line-beginning-position - that's more fixes for 3600 instead of comint-line-beginning-position - that's more fixes for
3601 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html 3601 https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
3602 (comint-history-isearch-message): Fix args of isearch-message-prefix. 3602 (comint-history-isearch-message): Fix args of isearch-message-prefix.
3603 3603
36042014-12-29 Juri Linkov <juri@linkov.net> 36042014-12-29 Juri Linkov <juri@linkov.net>
@@ -3698,7 +3698,7 @@
3698 3698
3699 * language/misc-lang.el (composition-function-table): Add Syriac 3699 * language/misc-lang.el (composition-function-table): Add Syriac
3700 characters and also ZWJ/ZWNJ. 3700 characters and also ZWJ/ZWNJ.
3701 See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html 3701 See https://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html
3702 for the details. 3702 for the details.
3703 3703
37042014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> 37042014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
@@ -4489,14 +4489,14 @@
4489 comint-line-beginning-position. 4489 comint-line-beginning-position.
4490 (comint-send-input): Go to the end of the field instead of the end 4490 (comint-send-input): Go to the end of the field instead of the end
4491 of the line to accept whole multi-line input. 4491 of the line to accept whole multi-line input.
4492 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html 4492 https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
4493 4493
44942014-12-05 Juri Linkov <juri@linkov.net> 44942014-12-05 Juri Linkov <juri@linkov.net>
4495 4495
4496 * minibuffer.el (minibuffer-completion-help): 4496 * minibuffer.el (minibuffer-completion-help):
4497 Compare selected-window with minibuffer-window to check whether 4497 Compare selected-window with minibuffer-window to check whether
4498 completions should be displayed near the minibuffer. (Bug#17809) 4498 completions should be displayed near the minibuffer. (Bug#17809)
4499 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html 4499 https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html
4500 4500
45012014-12-05 Michael Albinus <michael.albinus@gmx.de> 45012014-12-05 Michael Albinus <michael.albinus@gmx.de>
4502 4502
@@ -4605,7 +4605,7 @@
4605 the remote repository were unreachable, because the VC hooks tried 4605 the remote repository were unreachable, because the VC hooks tried
4606 to run "svn status -u" on the file, where the "-u" tells svn to 4606 to run "svn status -u" on the file, where the "-u" tells svn to
4607 get update information from the remote repository. 4607 get update information from the remote repository.
4608 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html 4608 https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html
4609 4609
4610 * vc/vc-svn.el (vc-svn-state): Remove optional `localp' 4610 * vc/vc-svn.el (vc-svn-state): Remove optional `localp'
4611 argument and always pass "-v" to "svn status", never "-u". 4611 argument and always pass "-v" to "svn status", never "-u".
@@ -5306,7 +5306,7 @@
5306 (query-replace-read-from): Call custom-reevaluate-setting on 5306 (query-replace-read-from): Call custom-reevaluate-setting on
5307 query-replace-from-to-separator to reevaluate the separator 5307 query-replace-from-to-separator to reevaluate the separator
5308 depending on the return value of char-displayable-p. 5308 depending on the return value of char-displayable-p.
5309 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html 5309 https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
5310 5310
53112014-11-18 Juri Linkov <juri@linkov.net> 53112014-11-18 Juri Linkov <juri@linkov.net>
5312 5312
@@ -5316,7 +5316,7 @@
5316 5316
5317 * simple.el (next-line-or-history-element) 5317 * simple.el (next-line-or-history-element)
5318 (previous-line-or-history-element): New commands. 5318 (previous-line-or-history-element): New commands.
5319 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html 5319 https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
5320 5320
53212014-11-18 Leo Liu <sdl.web@gmail.com> 53212014-11-18 Leo Liu <sdl.web@gmail.com>
5322 5322
@@ -5441,7 +5441,7 @@
5441 5441
5442 Improve time stamp handling, and be more consistent about it. 5442 Improve time stamp handling, and be more consistent about it.
5443 This implements a suggestion made in: 5443 This implements a suggestion made in:
5444 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html 5444 https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
5445 Among other things, this means timer.el no longer needs to 5445 Among other things, this means timer.el no longer needs to
5446 autoload the time-date module. 5446 autoload the time-date module.
5447 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix. 5447 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
@@ -5682,7 +5682,7 @@
56822014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change) 56822014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
5683 5683
5684 Allow VTIMEZONE where daylight and standard time zones are equal. 5684 Allow VTIMEZONE where daylight and standard time zones are equal.
5685 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html 5685 See: https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
5686 * calendar/icalendar.el (icalendar--convert-tz-offset): 5686 * calendar/icalendar.el (icalendar--convert-tz-offset):
5687 Support timezone without daylight saving time. 5687 Support timezone without daylight saving time.
5688 5688
@@ -5813,7 +5813,7 @@
5813 to the history variables. 5813 to the history variables.
5814 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults. 5814 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
5815 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil. 5815 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
5816 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html 5816 https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
5817 5817
5818 * isearch.el (isearch-text-char-description): Keep characters 5818 * isearch.el (isearch-text-char-description): Keep characters
5819 intact and put formatted strings with the `display' property. 5819 intact and put formatted strings with the `display' property.
@@ -7565,7 +7565,7 @@
7565 (lisp--form-quoted-p): New functions. 7565 (lisp--form-quoted-p): New functions.
7566 (lisp-completion-at-point): Use them to see if we're completing a 7566 (lisp-completion-at-point): Use them to see if we're completing a
7567 variable reference, a function name, or just any symbol. 7567 variable reference, a function name, or just any symbol.
7568 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html 7568 https://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
7569 7569
75702014-09-18 Ivan Kanis <ivan@kanis.fr> 75702014-09-18 Ivan Kanis <ivan@kanis.fr>
7571 7571
@@ -9937,7 +9937,7 @@
9937 `window-configuration-change-hook'. 9937 `window-configuration-change-hook'.
9938 (desktop-auto-save-set-timer): Change REPEAT arg of 9938 (desktop-auto-save-set-timer): Change REPEAT arg of
9939 `run-with-idle-timer' from t to nil. 9939 `run-with-idle-timer' from t to nil.
9940 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html 9940 https://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
9941 9941
99422014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com> 99422014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
9943 9943
@@ -10488,7 +10488,7 @@
10488 * emacs-lisp/package.el (package-generate-description-file): 10488 * emacs-lisp/package.el (package-generate-description-file):
10489 Output first-line comment to set buffer-local var `no-byte-compile'. 10489 Output first-line comment to set buffer-local var `no-byte-compile'.
10490 Suggested by Dmitry Gutov: 10490 Suggested by Dmitry Gutov:
10491 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>. 10491 <https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
10492 10492
104932014-05-25 Thien-Thi Nguyen <ttn@gnu.org> 104932014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10494 10494
@@ -12170,7 +12170,7 @@
12170 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971) 12170 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
12171 (comment-beginning): Use `narrow-to-region' instead of moving back 12171 (comment-beginning): Use `narrow-to-region' instead of moving back
12172 one character. 12172 one character.
12173 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html) 12173 (https://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
12174 (comment-start-skip): Update the docstring. 12174 (comment-start-skip): Update the docstring.
12175 12175
121762014-03-18 Richard Stallman <rms@gnu.org> 121762014-03-18 Richard Stallman <rms@gnu.org>
@@ -12467,7 +12467,7 @@
12467 from `xterm-standard-colors' that look well on the default white 12467 from `xterm-standard-colors' that look well on the default white
12468 background (and also on the black background) to avoid illegible 12468 background (and also on the black background) to avoid illegible
12469 color combinations like yellow-on-white and white-on-white. 12469 color combinations like yellow-on-white and white-on-white.
12470 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html 12470 https://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
12471 12471
124722014-03-08 Juanma Barranquero <lekktu@gmail.com> 124722014-03-08 Juanma Barranquero <lekktu@gmail.com>
12473 12473
@@ -13224,7 +13224,7 @@
132242014-02-12 Dmitry Gutov <dgutov@yandex.ru> 132242014-02-12 Dmitry Gutov <dgutov@yandex.ru>
13225 13225
13226 * progmodes/js.el (js-indent-line): Don't widen. 13226 * progmodes/js.el (js-indent-line): Don't widen.
13227 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html 13227 https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
13228 13228
132292014-02-12 Glenn Morris <rgm@gnu.org> 132292014-02-12 Glenn Morris <rgm@gnu.org>
13230 13230
@@ -13965,7 +13965,7 @@
13965 choices. 13965 choices.
13966 (ruby-smie-rules): Instead of using a hardcoded list of alignable 13966 (ruby-smie-rules): Instead of using a hardcoded list of alignable
13967 keywords, check against the value of `ruby-alignable-keywords' 13967 keywords, check against the value of `ruby-alignable-keywords'
13968 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html). 13968 (https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
13969 13969
139702014-01-17 Glenn Morris <rgm@gnu.org> 139702014-01-17 Glenn Morris <rgm@gnu.org>
13971 13971
@@ -15408,7 +15408,7 @@
15408 * simple.el (blink-matching--overlay): New variable. 15408 * simple.el (blink-matching--overlay): New variable.
15409 (blink-matching-open): Instead of moving point, highlight the 15409 (blink-matching-open): Instead of moving point, highlight the
15410 matching paren with an overlay 15410 matching paren with an overlay
15411 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html). 15411 (https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
15412 15412
15413 * faces.el (paren-showing-faces, show-paren-match) 15413 * faces.el (paren-showing-faces, show-paren-match)
15414 (show-paren-mismatch): Move from paren.el. 15414 (show-paren-mismatch): Move from paren.el.
@@ -16628,7 +16628,7 @@
16628 16628
16629 * textmodes/ispell.el (ispell-lookup-words): When `look' is not 16629 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
16630 available and the word has no wildcards, append one to the grep pattern. 16630 available and the word has no wildcards, append one to the grep pattern.
16631 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html 16631 https://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
16632 (ispell-complete-word): Call `ispell-lookup-words' with the value 16632 (ispell-complete-word): Call `ispell-lookup-words' with the value
16633 independent of `ispell-look-p'. 16633 independent of `ispell-look-p'.
16634 16634
@@ -18282,7 +18282,7 @@
18282 18282
18283 * emacs-lisp/package.el (package-buffer-info, describe-package-1): 18283 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
18284 Use :url instead of :homepage, as per 18284 Use :url instead of :homepage, as per
18285 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html 18285 https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
18286 18286
18287 * newcomment.el (comment-beginning): When `comment-use-syntax' is 18287 * newcomment.el (comment-beginning): When `comment-use-syntax' is
18288 non-nil, use `syntax-ppss' (Bug#15251). 18288 non-nil, use `syntax-ppss' (Bug#15251).
@@ -21942,7 +21942,7 @@
219422013-06-25 Martin Rudalics <rudalics@gmx.at> 219422013-06-25 Martin Rudalics <rudalics@gmx.at>
21943 21943
21944 * window.el (window--state-get-1): Workaround for bug#14527. 21944 * window.el (window--state-get-1): Workaround for bug#14527.
21945 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html 21945 https://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
21946 21946
219472013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org> 219472013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21948 21948
@@ -22055,7 +22055,7 @@
22055 22055
22056 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch', 22056 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
22057 add some more keyword-like methods. 22057 add some more keyword-like methods.
22058 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html 22058 https://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
22059 22059
220602013-06-22 Juanma Barranquero <lekktu@gmail.com> 220602013-06-22 Juanma Barranquero <lekktu@gmail.com>
22061 22061
@@ -22674,7 +22674,7 @@
226742013-06-18 Matthias Meulien <orontee@gmail.com> 226742013-06-18 Matthias Meulien <orontee@gmail.com>
22675 22675
22676 * tabify.el (untabify, tabify): With prefix, apply to entire buffer. 22676 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
22677 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html> 22677 <https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
22678 22678
226792013-06-18 Glenn Morris <rgm@gnu.org> 226792013-06-18 Glenn Morris <rgm@gnu.org>
22680 22680
@@ -22704,7 +22704,7 @@
22704 22704
22705 * emacs-lisp/package.el (package-load-descriptor): 22705 * emacs-lisp/package.el (package-load-descriptor):
22706 Remove `with-syntax-table' call, `read' doesn't need it. 22706 Remove `with-syntax-table' call, `read' doesn't need it.
22707 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html 22707 https://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
22708 22708
227092013-06-17 Juanma Barranquero <lekktu@gmail.com> 227092013-06-17 Juanma Barranquero <lekktu@gmail.com>
22710 22710
@@ -25118,7 +25118,7 @@
25118 (desktop-auto-save, desktop-auto-save-set-timer): New functions. 25118 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
25119 (after-init-hook): Call `desktop-auto-save-set-timer'. 25119 (after-init-hook): Call `desktop-auto-save-set-timer'.
25120 Suggested by Reuben Thomas <rrt@sc3d.org> in 25120 Suggested by Reuben Thomas <rrt@sc3d.org> in
25121 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>. 25121 <https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
25122 25122
251232013-04-27 Leo Liu <sdl.web@gmail.com> 251232013-04-27 Leo Liu <sdl.web@gmail.com>
25124 25124
@@ -25144,7 +25144,7 @@
25144 25144
25145 * ls-lisp.el (ls-lisp-insert-directory): If no files are 25145 * ls-lisp.el (ls-lisp-insert-directory): If no files are
25146 displayed, move point to after the totals line. 25146 displayed, move point to after the totals line.
25147 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html 25147 See https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
25148 for the details. 25148 for the details.
25149 25149
251502013-04-27 Stefan Monnier <monnier@iro.umontreal.ca> 251502013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -25757,7 +25757,7 @@
25757 25757
25758 Do not set x-display-name until X connection is established. 25758 Do not set x-display-name until X connection is established.
25759 This is needed to prevent from weird situation described at 25759 This is needed to prevent from weird situation described at
25760 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>. 25760 <https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
25761 * frame.el (make-frame): Set x-display-name after call to 25761 * frame.el (make-frame): Set x-display-name after call to
25762 window system initialization function, not before. 25762 window system initialization function, not before.
25763 * term/x-win.el (x-initialize-window-system): Add optional 25763 * term/x-win.el (x-initialize-window-system): Add optional
@@ -26079,7 +26079,7 @@
26079 (batch-skkdic-convert): Suppress most of the chatter. 26079 (batch-skkdic-convert): Suppress most of the chatter.
26080 It's not needed so much now that machines are faster, 26080 It's not needed so much now that machines are faster,
26081 and its non-ASCII component was confusing; see Dmitry Gutov in 26081 and its non-ASCII component was confusing; see Dmitry Gutov in
26082 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>. 26082 <https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
26083 26083
260842013-03-20 Leo Liu <sdl.web@gmail.com> 260842013-03-20 Leo Liu <sdl.web@gmail.com>
26085 26085
@@ -26223,7 +26223,7 @@
26223 * startup.el (command-line-normalize-file-name): Fix handling of 26223 * startup.el (command-line-normalize-file-name): Fix handling of
26224 backslashes in DOS and Windows file names. Reported by Xue Fuqiao 26224 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
26225 <xfq.free@gmail.com> in 26225 <xfq.free@gmail.com> in
26226 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html. 26226 https://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
26227 26227
262282013-03-15 Michael Albinus <michael.albinus@gmx.de> 262282013-03-15 Michael Albinus <michael.albinus@gmx.de>
26229 26229