aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-09-20 14:33:46 +0300
committerEli Zaretskii2015-09-20 14:33:46 +0300
commit6afe8168dde7780853003dea2fb9e3a8ba57e2ea (patch)
tree4e1d240ee497ce6320c23b170785e02a485674a3
parent48ef71e9be040c06d0386ebba1a2a6262634973e (diff)
downloademacs-6afe8168dde7780853003dea2fb9e3a8ba57e2ea.tar.gz
emacs-6afe8168dde7780853003dea2fb9e3a8ba57e2ea.zip
; * ChangeLog.2: Fix typos and bad formatting, remove unneeded entries
-rw-r--r--ChangeLog.2249
1 files changed, 125 insertions, 124 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 7557f51ab4e..edad2d5f86b 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -57,11 +57,9 @@
572015-09-18 Wilson Snyder <wsnyder@wsnyder.org> 572015-09-18 Wilson Snyder <wsnyder@wsnyder.org>
58 58
59 Fix checkdoc warnings. 59 Fix checkdoc warnings.
60 * lisp/progmodes/verilog-mode.el (verilog-forward-sexp-function) 60 * lisp/progmodes/verilog-mode.el (verilog-forward-sexp-function)
61 (verilog-decls-princ) (verilog-modport-princ) 61 (verilog-decls-princ, verilog-modport-princ)
62 (verilog-modi-modport-lookup-one): Fix checkdoc warnings. 62 (verilog-modi-modport-lookup-one): Fix checkdoc warnings.
63
64 /svaha/wsnyder/d/log
65 63
662015-09-17 Jay Belanger <jay.p.belanger@gmail.com> 642015-09-17 Jay Belanger <jay.p.belanger@gmail.com>
67 65
@@ -329,9 +327,9 @@
3292015-09-16 Tassilo Horn <tsdh@gnu.org> 3272015-09-16 Tassilo Horn <tsdh@gnu.org>
330 328
331 Clarify reftex-extra-bindings docs. 329 Clarify reftex-extra-bindings docs.
332 * lisp/textmodes/reftex-vars.el (reftex-extra-bindings): Document that 330 * lisp/textmodes/reftex-vars.el (reftex-extra-bindings):
333 the variable only has an effect at load-time. 331 * doc/misc/reftex.texi (Key Bindings): Document that the variable
334 * doc/misc/reftex.texi (Key Bindings): Ditto. 332 only has an effect at load-time.
335 333
3362015-09-16 Daniel McClanahan <danieldmcclanahan@gmail.com> (tiny change) 3342015-09-16 Daniel McClanahan <danieldmcclanahan@gmail.com> (tiny change)
337 335
@@ -424,7 +422,7 @@
424 422
4252015-09-15 Mark Oteiza <mvoteiza@udel.edu> 4232015-09-15 Mark Oteiza <mvoteiza@udel.edu>
426 424
427 lisp/custom.el (load-theme): Only compute hash when needed 425 lisp/custom.el (load-theme): Only compute hash when needed.
428 426
4292015-09-15 Paul Eggert <eggert@cs.ucla.edu> 4272015-09-15 Paul Eggert <eggert@cs.ucla.edu>
430 428
@@ -563,7 +561,7 @@
563 561
5642015-09-14 Michael Albinus <michael.albinus@gmx.de> 5622015-09-14 Michael Albinus <michael.albinus@gmx.de>
565 563
566 Adaot file-notify-tests.el test cases 564 Adapt file-notify-tests.el test cases
567 * lisp/filenotify.el (file-notify-rm-watch): Ignore `file-notify-error'. 565 * lisp/filenotify.el (file-notify-rm-watch): Ignore `file-notify-error'.
568 * src/inotify.c (Finotify_valid_p): Adapt docstring. 566 * src/inotify.c (Finotify_valid_p): Adapt docstring.
569 * test/automated/file-notify-tests.el () 567 * test/automated/file-notify-tests.el ()
@@ -590,7 +588,7 @@
590 588
5912015-09-14 Stefan Monnier <monnier@iro.umontreal.ca> 5892015-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
592 590
593 * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use dolist 591 * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use dolist.
594 592
5952015-09-14 Alan Mackenzie <acm@muc.de> 5932015-09-14 Alan Mackenzie <acm@muc.de>
596 594
@@ -623,6 +621,12 @@
6232015-09-14 Tassilo Horn <tsdh@gnu.org> 6212015-09-14 Tassilo Horn <tsdh@gnu.org>
624 622
625 Fix tests for file-notify-valid-p. 623 Fix tests for file-notify-valid-p.
624 * test/automated/file-notify-tests.el (file-notify--test-cleanup):
625 Use delete-directory to delete file-notify--test-tmpfile if it is
626 a directory. Likewise for file-notify--test-tmpfile1.
627 (file-notify-test04-file-validity)
628 (file-notify-test05-dir-validity): Delete the parent directory of
629 the test. Ignore errors when cleaning up after the test.
626 630
6272015-09-14 Eli Zaretskii <eliz@gnu.org> 6312015-09-14 Eli Zaretskii <eliz@gnu.org>
628 632
@@ -789,11 +793,9 @@
789 793
7902015-09-10 Mark Oteiza <mvoteiza@udel.edu> 7942015-09-10 Mark Oteiza <mvoteiza@udel.edu>
791 795
792 lisp/mpc.el (mpc--proc-connect): use file-name-absolute-p 796 * lisp/mpc.el (mpc--proc-connect): Use file-name-absolute-p.
793 797 (mpc-file-local-copy): Check for absolute path. Check more config
794 lisp/mpc.el (mpc-file-local-copy): check for absolute path 798 locations.
795
796 lisp/mpc.el (mpc-file-local-copy): check more config locations
797 799
7982015-09-10 Eli Zaretskii <eliz@gnu.org> 8002015-09-10 Eli Zaretskii <eliz@gnu.org>
799 801
@@ -924,7 +926,8 @@
924 926
9252015-09-09 Stefan Monnier <monnier@iro.umontreal.ca> 9272015-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
926 928
927 * lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Remove warning 929 * lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Remove
930 warning.
928 931
9292015-09-09 Eli Zaretskii <eliz@gnu.org> 9322015-09-09 Eli Zaretskii <eliz@gnu.org>
930 933
@@ -987,12 +990,12 @@
987 990
9882015-09-08 Juri Linkov <juri@linkov.net> 9912015-09-08 Juri Linkov <juri@linkov.net>
989 992
990 * lisp/info.el (Info-fontify-node): Don't stop at the non-title underline. 993 * lisp/info.el (Info-fontify-node): Don't stop at the non-title
991 (Bug#21433) 994 underline. (Bug#21433)
992 995
9932015-09-08 Stefan Monnier <monnier@iro.umontreal.ca> 9962015-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
994 997
995 * lisp/calendar/time-date.el (with-decoded-time-value): Fix debug spec 998 * lisp/calendar/time-date.el (with-decoded-time-value): Fix debug spec.
996 999
9972015-09-08 Tassilo Horn <tsdh@gnu.org> 10002015-09-08 Tassilo Horn <tsdh@gnu.org>
998 1001
@@ -1002,7 +1005,7 @@
1002 1005
10032015-09-08 Vasilij Schneidermann <v.schneidermann@gmail.com> (tiny change) 10062015-09-08 Vasilij Schneidermann <v.schneidermann@gmail.com> (tiny change)
1004 1007
1005 * lisp/play/tetris.el (tetris-move-down): New command (bug#21360) 1008 * lisp/play/tetris.el (tetris-move-down): New command (bug#21360).
1006 (tetris-mode-map): Use it. 1009 (tetris-mode-map): Use it.
1007 1010
10082015-09-08 Stefan Monnier <monnier@iro.umontreal.ca> 10112015-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -1022,9 +1025,9 @@
1022 1025
10232015-09-07 Stefan Monnier <monnier@iro.umontreal.ca> 10262015-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1024 1027
1025 (electric-quote-mode): Activate everywhere in message-mode
1026 * lisp/electric.el (electric-quote-post-self-insert-function): 1028 * lisp/electric.el (electric-quote-post-self-insert-function):
1027 Don't use syntax-ppss if comment-use-syntax is nil (e.g. message-mode). 1029 Don't use syntax-ppss if comment-use-syntax is nil (e.g. message-mode).
1030 (electric-quote-mode): Activate everywhere in message-mode.
1028 1031
10292015-09-07 Paul Eggert <eggert@cs.ucla.edu> 10322015-09-07 Paul Eggert <eggert@cs.ucla.edu>
1030 1033
@@ -1328,7 +1331,7 @@
1328 1331
13292015-09-07 Stefan Monnier <monnier@iro.umontreal.ca> 13322015-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1330 1333
1331 * src/keyboard.c (read_key_sequence): Complete last fix (bug#21403) 1334 * src/keyboard.c (read_key_sequence): Complete last fix (bug#21403).
1332 1335
13332015-09-07 Eli Zaretskii <eliz@gnu.org> 13362015-09-07 Eli Zaretskii <eliz@gnu.org>
1334 1337
@@ -1346,9 +1349,9 @@
1346 situation, `package-initialize' now sets `package-enable-at-startup' to 1349 situation, `package-initialize' now sets `package-enable-at-startup' to
1347 nil to prevent that. The user can have the old behaviour by setting this 1350 nil to prevent that. The user can have the old behaviour by setting this
1348 variable to t after the call to `package-initialize'. (Bug#21423) 1351 variable to t after the call to `package-initialize'. (Bug#21423)
1349 * doc/emacs/package.texi (Package Installation): Document it 1352 * doc/emacs/package.texi (Package Installation): Document it.
1350 * doc/lispref/package.texi (Packaging Basics): Document it 1353 * doc/lispref/package.texi (Packaging Basics): Document it.
1351 * etc/NEWS: Document it 1354 * etc/NEWS: Document it.
1352 1355
13532015-09-06 Thomas Fitzsimmons <fitzsim@fitzsim.org> 13562015-09-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1354 1357
@@ -1516,7 +1519,8 @@
1516 reusing stale face IDs for 'escape-glyph' and 'glyphless-char' 1519 reusing stale face IDs for 'escape-glyph' and 'glyphless-char'
1517 faces, which could case a segfault if the frame's face cache was 1520 faces, which could case a segfault if the frame's face cache was
1518 freed since the last redisplay. (Bug#21394) 1521 freed since the last redisplay. (Bug#21394)
1519 * src/xfaces.c (free_realized_faces): Call forget_escape_and_glyphless_faces. 1522 * src/xfaces.c (free_realized_faces): Call
1523 forget_escape_and_glyphless_faces.
1520 * src/dispextern.h (forget_escape_and_glyphless_faces): Add prototype. 1524 * src/dispextern.h (forget_escape_and_glyphless_faces): Add prototype.
1521 1525
15222015-09-04 Paul Eggert <eggert@cs.ucla.edu> 15262015-09-04 Paul Eggert <eggert@cs.ucla.edu>
@@ -1643,7 +1647,7 @@
1643 Fix typo 1647 Fix typo
1644 * ftfont.c (ftfont_drive_otf): otf_positioning_type_components_mask -> OTF_positioning_type_components_mask. 1648 * ftfont.c (ftfont_drive_otf): otf_positioning_type_components_mask -> OTF_positioning_type_components_mask.
1645 1649
1646 fix previous change 1650 Fix previous change
1647 * ftfont.c (ftfont_drive_otf): Remember some bits of 1651 * ftfont.c (ftfont_drive_otf): Remember some bits of
1648 OTF_Glyph->positioning_type in MFLTGlyphFT->libotf_positioning_type. 1652 OTF_Glyph->positioning_type in MFLTGlyphFT->libotf_positioning_type.
1649 1653
@@ -1719,7 +1723,7 @@
1719 1723
17202015-09-01 Paul Eggert <eggert@cs.ucla.edu> 17242015-09-01 Paul Eggert <eggert@cs.ucla.edu>
1721 1725
1722 Rework quoting in tutorial 1726 Rework quoting in Emacs Lisp Introduction
1723 * doc/lispintro/emacs-lisp-intro.texi (Sample let Expression) 1727 * doc/lispintro/emacs-lisp-intro.texi (Sample let Expression)
1724 (if in more detail, type-of-animal in detail, else): Rework the 1728 (if in more detail, type-of-animal in detail, else): Rework the
1725 early example to use " rather than ' so that we don’t burden 1729 early example to use " rather than ' so that we don’t burden
@@ -1837,7 +1841,7 @@
1837 1841
1838 isearch: Document character folding mode. 1842 isearch: Document character folding mode.
1839 * isearch.el (isearch-forward): Mention `isearch-toggle-character-fold' 1843 * isearch.el (isearch-forward): Mention `isearch-toggle-character-fold'
1840 in docstring. 1844 in doc string.
1841 1845
18422015-08-31 Paul Eggert <eggert@cs.ucla.edu> 18462015-08-31 Paul Eggert <eggert@cs.ucla.edu>
1843 1847
@@ -2048,6 +2052,7 @@
2048 Minor documentation and NEWS tweak 2052 Minor documentation and NEWS tweak
2049 * doc/lispintro/emacs-lisp-intro.texi (fwd-para let): Add an index 2053 * doc/lispintro/emacs-lisp-intro.texi (fwd-para let): Add an index
2050 entry. 2054 entry.
2055 * NEWS: Fix a typo in character-fold-to-regexp.
2051 2056
20522015-08-30 Michael Albinus <michael.albinus@gmx.de> 20572015-08-30 Michael Albinus <michael.albinus@gmx.de>
2053 2058
@@ -2086,7 +2091,7 @@
2086 * lisp/progmodes/which-func.el (which-func-ff-hook): Look for new 2091 * lisp/progmodes/which-func.el (which-func-ff-hook): Look for new
2087 imenu-unavailable error symbol instead of trying to match message 2092 imenu-unavailable error symbol instead of trying to match message
2088 exactly. 2093 exactly.
2089 * lisp/imenu.el (imenu-unavailable): New error 2094 * lisp/imenu.el (imenu-unavailable): New error.
2090 (imenu-unavailable-error): New function. 2095 (imenu-unavailable-error): New function.
2091 2096
20922015-08-29 Eli Zaretskii <eliz@gnu.org> 20972015-08-29 Eli Zaretskii <eliz@gnu.org>
@@ -2364,7 +2369,7 @@
2364 2369
23652015-08-26 Michael Albinus <michael.albinus@gmx.de> 23702015-08-26 Michael Albinus <michael.albinus@gmx.de>
2366 2371
2367 * lisp/net/tramp-cache.el (top): Use `message' but `format-message'. 2372 * lisp/net/tramp-cache.el (top): Use `message', not `format-message'.
2368 2373
23692015-08-26 Paul Eggert <eggert@cs.ucla.edu> 23742015-08-26 Paul Eggert <eggert@cs.ucla.edu>
2370 2375
@@ -2628,7 +2633,8 @@
2628 2633
26292015-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 26342015-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2630 2635
2631 * src/macfont.m (macfont_create_family_with_symbol): Accept localized names. 2636 * src/macfont.m (macfont_create_family_with_symbol): Accept
2637 localized names.
2632 2638
26332015-08-24 Paul Eggert <eggert@cs.ucla.edu> 26392015-08-24 Paul Eggert <eggert@cs.ucla.edu>
2634 2640
@@ -3160,7 +3166,8 @@
3160 * lisp/progmodes/python.el 3166 * lisp/progmodes/python.el
3161 (python-shell-tramp-refresh-process-environment): New function. 3167 (python-shell-tramp-refresh-process-environment): New function.
3162 (python-shell-with-environment): Use it. 3168 (python-shell-with-environment): Use it.
3163 * test/automated/python-tests.el (python-shell-with-environment-2): Update. 3169 * test/automated/python-tests.el (python-shell-with-environment-2):
3170 Update.
3164 3171
3165 python.el: Enhancements to process environment setup. 3172 python.el: Enhancements to process environment setup.
3166 * lisp/progmodes/python.el (python-shell-process-environment) 3173 * lisp/progmodes/python.el (python-shell-process-environment)
@@ -3250,7 +3257,8 @@
32502015-08-21 Martin Rudalics <rudalics@gmx.at> 32572015-08-21 Martin Rudalics <rudalics@gmx.at>
3251 3258
3252 Document `window-use-time' in Elisp manual 3259 Document `window-use-time' in Elisp manual
3253 * doc/lispref/windows.texi (Selecting Windows): Document `window-use-time'. 3260 * doc/lispref/windows.texi (Selecting Windows): Document
3261 `window-use-time'.
3254 3262
32552015-08-21 Eli Zaretskii <eliz@gnu.org> 32632015-08-21 Eli Zaretskii <eliz@gnu.org>
3256 3264
@@ -3533,8 +3541,8 @@
3533 (top-level) Set the `delete-selection' property of `self-insert-command' 3541 (top-level) Set the `delete-selection' property of `self-insert-command'
3534 to `delete-selection-uses-region-p'. 3542 to `delete-selection-uses-region-p'.
3535 progmodes/cc-cmds.el (top-level): Give the `delete-selection' property 3543 progmodes/cc-cmds.el (top-level): Give the `delete-selection' property
3536 for c-electric-\(brace\|paren\) the value `delete-selection-uses-region-p' 3544 for c-electric-\(brace\|paren\) the value
3537 when the latter function exists. 3545 `delete-selection-uses-region-p' when the latter function exists.
3538 3546
35392015-08-19 Paul Eggert <eggert@cs.ucla.edu> 35472015-08-19 Paul Eggert <eggert@cs.ucla.edu>
3540 3548
@@ -3577,7 +3585,7 @@
3577 clause of `isearch-search-fun-default'. That lax variable does not 3585 clause of `isearch-search-fun-default'. That lax variable does not
3578 refer to lax-whitespacing. Related to (bug#21777). 3586 refer to lax-whitespacing. Related to (bug#21777).
3579 This reverts commit a5bdb872edb9f031fe041faf9a8c0be432e5f64c. 3587 This reverts commit a5bdb872edb9f031fe041faf9a8c0be432e5f64c.
3580 * character-fold.el (character-fold-search): Set to nil 3588 * character-fold.el (character-fold-search): Set to nil.
3581 Default to nil for now, until someone implements proper 3589 Default to nil for now, until someone implements proper
3582 lax-whitespacing with char-fold searching. 3590 lax-whitespacing with char-fold searching.
3583 3591
@@ -3634,8 +3642,7 @@
3634 * lisp/gnus/message.el (message-delete-overlay, message-make-overlay) 3642 * lisp/gnus/message.el (message-delete-overlay, message-make-overlay)
3635 (message-overlay-get, message-overlay-put, message-overlays-in): 3643 (message-overlay-get, message-overlay-put, message-overlays-in):
3636 * lisp/gnus/sieve.el (sieve-make-overlay, sieve-overlay-put) 3644 * lisp/gnus/sieve.el (sieve-make-overlay, sieve-overlay-put)
3637 (sieve-overlays-at): 3645 (sieve-overlays-at): Remove.
3638 Remove.
3639 3646
36402015-08-19 Martin Rudalics <rudalics@gmx.at> 36472015-08-19 Martin Rudalics <rudalics@gmx.at>
3641 3648
@@ -3846,7 +3853,8 @@
3846 3853
38472015-08-17 Ronnie Schnell <ronnie@driver-aces.com> 38542015-08-17 Ronnie Schnell <ronnie@driver-aces.com>
3848 3855
3849 Update version number in header (now matches help) 3856 * lisp/play/dunnet.el: Update version number in header (now
3857 matches help).
3850 3858
38512015-08-17 Paul Eggert <eggert@cs.ucla.edu> 38592015-08-17 Paul Eggert <eggert@cs.ucla.edu>
3852 3860
@@ -3970,38 +3978,41 @@
39702015-08-16 Wilson Snyder <wsnyder@wsnyder.org> 39782015-08-16 Wilson Snyder <wsnyder@wsnyder.org>
3971 3979
3972 Update verilog-mode.el to 2015-05-14-6232468-vpo-GNU. 3980 Update verilog-mode.el to 2015-05-14-6232468-vpo-GNU.
3973 * losp/progmodes/verilog-mode.el: Fix some non-automated indent 3981 * lisp/progmodes/verilog-mode.el: Fix some non-automated indent
3974 issues and comments, bug943. (verilog-type-font-keywords): Cycle 3982 issues and comments, bug#943.
3975 delay operators like ##1 and ##[0:$] are now highlighted in their 3983 (verilog-type-font-keywords): Cycle delay operators like ##1 and
3976 entirety similarly to the # delay-control operator. Likewise, the 3984 ##[0:$] are now highlighted in their entirety similarly to the #
3977 followed-by operators #-# and #=# are no longer partially 3985 delay-control operator. Likewise, the followed-by operators #-#
3978 highlighed. (verilog-backward-syntactic-ws-quick, 3986 and #=# are no longer partially highlighed.
3979 verilog-skip-backward-comments): Minor performance improvements to 3987 (verilog-backward-syntactic-ws-quick)
3980 buffer traversal functions for reduced latency. (verilog-calc-1, 3988 (verilog-skip-backward-comments): Minor performance improvements
3981 verilog-in-deferred-immediate-final-p): When the keyword 'final' 3989 to buffer traversal functions for reduced latency.
3982 follows 'assert/assume/cover', then it is part of a deferred 3990 (verilog-calc-1, verilog-in-deferred-immediate-final-p): When the
3983 immediate assertion item and should not be treated as a final 3991 keyword 'final' follows 'assert/assume/cover', then it is part of
3984 construct for indentation. Reported by Yuri Sugihara. 3992 a deferred immediate assertion item and should not be treated as a
3985 (verilog-do-indent): Virtual task/function/class definition lines 3993 final construct for indentation. Reported by Yuri Sugihara.
3986 should not be considered as declarations. Reported by Enzo Chi. 3994 (verilog-do-indent): Virtual task/function/class definition lines
3987 (verilog-do-indent): Do not falsely indent to '=' of 3995 should not be considered as declarations. Reported by Enzo Chi.
3988 property/sequence operators on subsequent lines of a multi-line 3996 (verilog-do-indent): Do not falsely indent to '=' of
3989 statement. (verilog-assignment-operator-re): Fix '!==' operator 3997 property/sequence operators on subsequent lines of a multi-line
3990 and add support for '<->', ':/', '#-#', and '#=#' operators. 3998 statement.
3991 (verilog-calculate-indent, verilog-label-be): Enable 3999 (verilog-assignment-operator-re): Fix '!==' operator and add
3992 case-sensitive regular expression parsing when looking for 4000 support for '<->', ':/', '#-#', and '#=#' operators.
3993 keywords. (verilog-calc-1): Detect 'pure virtual method' 4001 (verilog-calculate-indent, verilog-label-be): Enable
3994 declarations which exist in abstract classes. Reported by Enzo 4002 case-sensitive regular expression parsing when looking for
3995 Chi and Kaushal Modi. (verilog-backward-ws&directives): When 4003 keywords.
3996 moving back to the start of a line and the preceeding line ended 4004 (verilog-calc-1): Detect 'pure virtual method' declarations which
3997 with an escaped-newline, then jump up one line. This properly 4005 exist in abstract classes. Reported by Enzo Chi and Kaushal Modi.
3998 consumes a multi-line pre-processor directive. Reported by 4006 (verilog-backward-ws&directives): When moving back to the start of
3999 Kaushal Modi. (verilog-dpi-import-export-re, 4007 a line and the preceeding line ended with an escaped-newline, then
4000 verilog-extended-complete-re, verilog-calc-1): Teach verilog-mode 4008 jump up one line. This properly consumes a multi-line
4001 to properly indent after a DPI import/export statement that 4009 pre-processor directive. Reported by Kaushal Modi.
4002 resides outside of a module. Reported by Kaushal Modi. 4010 (verilog-dpi-import-export-re, verilog-extended-complete-re)
4003 (verilog-extended-complete-re): Update regexp to match both 4011 (verilog-calc-1): Teach verilog-mode to properly indent after a
4004 "DPI-C" and "DPI". Reported by Kaushal Modi. 4012 DPI import/export statement that resides outside of a module.
4013 Reported by Kaushal Modi.
4014 (verilog-extended-complete-re): Update regexp to match both
4015 "DPI-C" and "DPI". Reported by Kaushal Modi.
4005 4016
40062015-08-15 Paul Eggert <eggert@cs.ucla.edu> 40172015-08-15 Paul Eggert <eggert@cs.ucla.edu>
4007 4018
@@ -4055,7 +4066,7 @@
40552015-08-15 Dani Moncayo <dmoncayo@gmail.com> 40662015-08-15 Dani Moncayo <dmoncayo@gmail.com>
4056 4067
4057 Remove 'nt/zipdist.bat' (no longer used) 4068 Remove 'nt/zipdist.bat' (no longer used)
4058 * nt/zipdist.bat: Remove - no longer used. 4069 * nt/zipdist.bat: Remove -- no longer used.
4059 4070
40602015-08-15 Jürgen Hötzel <juergen@archlinux.org> 40712015-08-15 Jürgen Hötzel <juergen@archlinux.org>
4061 4072
@@ -4176,7 +4187,7 @@
4176 4187
41772015-08-14 Stefan Monnier <monnier@iro.umontreal.ca> 41882015-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4178 4189
4179 * src/keyboard.c: Use false/true instead of 0/1 for booleans 4190 * src/keyboard.c: Use false/true instead of 0/1 for booleans.
4180 * src/keyboard.h (struct kboard): Mark kbd_queue_has_data as boolean. 4191 * src/keyboard.h (struct kboard): Mark kbd_queue_has_data as boolean.
4181 4192
41822015-08-14 Michael Albinus <michael.albinus@gmx.de> 41932015-08-14 Michael Albinus <michael.albinus@gmx.de>
@@ -4304,10 +4315,9 @@
4304 (c-not-decl-init-keywords, c-not-primitive-type-keywords) 4315 (c-not-decl-init-keywords, c-not-primitive-type-keywords)
4305 (c-paren-any-kwds, c-<>-sexp-kwds, c-block-stmt-kwds, c-expr-kwds) 4316 (c-paren-any-kwds, c-<>-sexp-kwds, c-block-stmt-kwds, c-expr-kwds)
4306 (c-decl-block-key, c-keywords, c-keywords-obarray) 4317 (c-decl-block-key, c-keywords, c-keywords-obarray)
4307 (c-regular-keywords-regexp, c-primary-expr-regexp, 4318 (c-regular-keywords-regexp, c-primary-expr-regexp)
4308 c-primary-expr-regexp) 4319 (c-primary-expr-regexp, c-block-prefix-disallowed-chars)
4309 (c-block-prefix-disallowed-chars, c-known-type-key, 4320 (c-known-type-key, c-nonlabel-token-key)
4310 c-nonlabel-token-key)
4311 (c-make-init-lang-vars-fun): Use the new macros rather than the old 4321 (c-make-init-lang-vars-fun): Use the new macros rather than the old
4312 names. 4322 names.
4313 4323
@@ -4315,8 +4325,8 @@
4315 4325
4316 loadhist.el (read-feature): Conform to completing-read 4326 loadhist.el (read-feature): Conform to completing-read
4317 * lisp/loadhist.el (read-feature): According to `completing-read' 4327 * lisp/loadhist.el (read-feature): According to `completing-read'
4318 documentation, if collection is a list, then it must be a list of 4328 documentation, if collection is a list, then it must be a list of
4319 strings. And not a list of symbols like before. 4329 strings, not a list of symbols like before.
4320 4330
43212015-08-12 David Kastrup <dak@gnu.org> 43312015-08-12 David Kastrup <dak@gnu.org>
4322 4332
@@ -4366,7 +4376,7 @@
4366 4376
43672015-08-12 Artur Malabarba <bruce.connor.am@gmail.com> 43772015-08-12 Artur Malabarba <bruce.connor.am@gmail.com>
4368 4378
4369 * emacs-lisp/lisp-mnt.el (lm-header): save-excursion 4379 * emacs-lisp/lisp-mnt.el (lm-header): Add save-excursion.
4370 4380
43712015-08-11 Fabián Ezequiel Gallina <fgallina@gnu.org> 43812015-08-11 Fabián Ezequiel Gallina <fgallina@gnu.org>
4372 4382
@@ -4414,8 +4424,8 @@
44142015-08-11 Stefan Monnier <monnier@iro.umontreal.ca> 44242015-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4415 4425
4416 * lisp/replace.el (perform-replace): Document `replacements'. 4426 * lisp/replace.el (perform-replace): Document `replacements'.
4417 (perform-replace): Move the description of the format of `replacements' from 4427 (perform-replace): Move the description of the format of `replacements'
4418 the body's comment to the docstring. 4428 from the body's comment to the doc string.
4419 4429
44202015-08-11 Jürgen Hötzel <juergen@archlinux.org> 44302015-08-11 Jürgen Hötzel <juergen@archlinux.org>
4421 4431
@@ -4426,13 +4436,13 @@
44262015-08-10 Stephen Leake <stephen_leake@stephe-leake.org> 44362015-08-10 Stephen Leake <stephen_leake@stephe-leake.org>
4427 4437
4428 Rewrite elisp--xref-find-definitions to handle many more cases; add tests. 4438 Rewrite elisp--xref-find-definitions to handle many more cases; add tests.
4429 * lisp/progmodes/elisp-mode.el (elisp--xref-identifier-location): deleted 4439 * lisp/progmodes/elisp-mode.el (elisp--xref-identifier-location):
4430 (elisp--xref-format-cl-defmethod): new 4440 Function deleted.
4431 (find-feature-regexp): new 4441 (elisp--xref-format-cl-defmethod): New defconst.
4432 (find-alias-regexp): new 4442 (find-feature-regexp, find-alias-regexp): New defcustoms.
4433 (elisp--xref-make-xref): new 4443 (elisp--xref-make-xref): New function.
4434 (elisp--xref-find-definitions): Rewrite using the above, handle many more 4444 (elisp--xref-find-definitions): Rewrite using the above, handle many
4435 cases. Always output all available definitions. 4445 more cases. Always output all available definitions.
4436 (xref-location-marker): No need for special cases. 4446 (xref-location-marker): No need for special cases.
4437 * test/automated/elisp-mode-tests.el: Add more tests of 4447 * test/automated/elisp-mode-tests.el: Add more tests of
4438 elisp--xref-find-definitions, improve current tests. 4448 elisp--xref-find-definitions, improve current tests.
@@ -4450,8 +4460,8 @@
4450 4460
4451 Set file buffer as current for "--file" 4461 Set file buffer as current for "--file"
4452 * lisp/startup.el (command-line-1): Set file buffer as current before 4462 * lisp/startup.el (command-line-1): Set file buffer as current before
4453 it is displayed so it can be used with options like 4463 it is displayed so it can be used with options like "--eval".
4454 "--eval". (Bug#21095) 4464 (Bug#21095)
4455 4465
44562015-08-10 Eli Zaretskii <eliz@gnu.org> 44662015-08-10 Eli Zaretskii <eliz@gnu.org>
4457 4467
@@ -4462,10 +4472,10 @@
4462 4472
44632015-08-10 Alan Mackenzie <acm@muc.de> 44732015-08-10 Alan Mackenzie <acm@muc.de>
4464 4474
4465 Fix "Invalid search bound (wrong side of point)" in fontification. 4475 Fix "Invalid search bound (wrong side of point)" in fontification
4466 progmodes/cc-fonts.el (c-font-lock-declarators): After skipping an 4476 * lisp/progmodes/cc-fonts.el (c-font-lock-declarators): After skipping
4467 initialization expression, check point is not beyond the fontification 4477 an initialization expression, check point is not beyond the
4468 limit. 4478 fontification limit.
4469 4479
44702015-08-09 Paul Eggert <eggert@cs.ucla.edu> 44802015-08-09 Paul Eggert <eggert@cs.ucla.edu>
4471 4481
@@ -4537,10 +4547,10 @@
4537 4547
45382015-08-09 Ivan Kanis <ivan@kanis.fr> 45482015-08-09 Ivan Kanis <ivan@kanis.fr>
4539 4549
4540 fix link to source code in help window 4550 Fix link to source code in help window
4541 * lisp/help-fns.el (find-lisp-object-file-name): remove code that 4551 * lisp/help-fns.el (find-lisp-object-file-name): Remove code that
4542 will never work due to Glenn Morris change a6d63d9 on Apr 20 2013 4552 will never work due to Glenn Morris change a6d63d9 on Apr 20 2013
4543 'No longer include timestamp in header of .elc files'. Add code 4553 'No longer include timestamp in header of .elc files'. Add code
4544 that will return .el source file in load-path. 4554 that will return .el source file in load-path.
4545 4555
45462015-08-09 Artur Malabarba <bruce.connor.am@gmail.com> 45562015-08-09 Artur Malabarba <bruce.connor.am@gmail.com>
@@ -4580,10 +4590,6 @@
4580 (org-reftex-citation): Add `org--' prefix to dynamically scoped 4590 (org-reftex-citation): Add `org--' prefix to dynamically scoped
4581 `rds' var. 4591 `rds' var.
4582 4592
45832015-08-08 Nicolas Petton <nicolas@petton.fr>
4584
4585 Merge remote-tracking branch 'origin/fix/subsequence-error-with-negative-sequences'
4586
45872015-08-08 Paul Eggert <eggert@cs.ucla.edu> 45932015-08-08 Paul Eggert <eggert@cs.ucla.edu>
4588 4594
4589 Electric quote if coding is undecided or no conv 4595 Electric quote if coding is undecided or no conv
@@ -4622,17 +4628,16 @@
4622 4628
46232015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> 46292015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk>
4624 4630
4625 Improve error signalling for seq-subseq. 4631 Improve error signalling for seq-subseq
4626
4627 * lisp/seq.el (seq-subseq): The existing behaviour is to error 4632 * lisp/seq.el (seq-subseq): The existing behaviour is to error
4628 when indexes are too large, but to silently ignore numbers which 4633 when indexes are too large, but to silently ignore numbers which
4629 are too negative for lists. String and vector handling errors in 4634 are too negative for lists. String and vector handling errors in
4630 both cases. This has been regularlised. Error signalling behaviour 4635 both cases. This has been regularized. Error signaling behavior
4631 has been explicitly added to the docstring. 4636 has been explicitly added to the doc string.
4632 4637
4633 * lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is 4638 * lisp/cl-extra.el (cl-subseq): Defers to (seq-subseq) and is
4634 therefore also impacted by this change. The docstring has been 4639 therefore also impacted by this change. Update the doc string
4635 updated to reflect this. 4640 to reflect this.
4636 4641
4637 * test/automated/seq-tests.el (test-seq-subseq): Tests have been 4642 * test/automated/seq-tests.el (test-seq-subseq): Tests have been
4638 added for these exceptional cases, as well as one non exceptional 4643 added for these exceptional cases, as well as one non exceptional
@@ -4652,11 +4657,11 @@
4652 4657
46532015-08-07 Stephen Leake <stephen_leake@stephe-leake.org> 46582015-08-07 Stephen Leake <stephen_leake@stephe-leake.org>
4654 4659
4655 lisp/window.el: fix typo, more `display-buffer-use-some-frame' 4660 Fix typo in lisp/window.el, more `display-buffer-use-some-frame'
4656 * lisp/window.el: fix typo that broke build 4661 * lisp/window.el: Fix typo that broke build.
4657 (display-buffer--action-function-custom-type): add 4662 (display-buffer--action-function-custom-type): Add
4658 `display-buffer-use-some-frame' 4663 `display-buffer-use-some-frame'.
4659 (display-buffer): add `display-buffer-use-some-frame' to doc string 4664 (display-buffer): Add `display-buffer-use-some-frame' to doc string.
4660 4665
4661 Add support for 'inhibit-same-window in 'display-buffer-use-some-frame' 4666 Add support for 'inhibit-same-window in 'display-buffer-use-some-frame'
4662 * lisp/window.el (display-buffer-use-some-frame): Add support for 4667 * lisp/window.el (display-buffer-use-some-frame): Add support for
@@ -4724,11 +4729,11 @@
4724 4729
47252015-08-05 Artur Malabarba <bruce.connor.am@gmail.com> 47302015-08-05 Artur Malabarba <bruce.connor.am@gmail.com>
4726 4731
4727 * lisp/replace.el (replace-character-fold): Default to nil 4732 * lisp/replace.el (replace-character-fold): Default to nil.
4728 4733
4729 * lisp/character-fold.el: Fix lax whitespace 4734 * lisp/character-fold.el: Fix lax whitespace.
4730 (character-fold-table): Don't make space match other whitespace chars. 4735 (character-fold-table): Don't make space match other whitespace chars.
4731 (character-fold-to-regexp): Simplify lax behaviour. 4736 (character-fold-to-regexp): Simplify lax behavior.
4732 4737
47332015-08-05 Dmitry Gutov <dgutov@yandex.ru> 47382015-08-05 Dmitry Gutov <dgutov@yandex.ru>
4734 4739
@@ -4793,8 +4798,8 @@
4793 Improve ansi-color filtering of unrecognized escape sequences 4798 Improve ansi-color filtering of unrecognized escape sequences
4794 * lisp/ansi-color.el (ansi-color-drop-regexp): Recognize mode-setting 4799 * lisp/ansi-color.el (ansi-color-drop-regexp): Recognize mode-setting
4795 escape sequences. 4800 escape sequences.
4796 (ansi-color-filter-apply): Filter out unrecognized escape sequences 4801 (ansi-color-filter-apply, ansi-color-apply): Filter out
4797 (ansi-color-apply): Filter out unrecognized escape sequences 4802 unrecognized escape sequences.
4798 4803
47992015-08-04 Artur Malabarba <bruce.connor.am@gmail.com> 48042015-08-04 Artur Malabarba <bruce.connor.am@gmail.com>
4800 4805
@@ -4864,10 +4869,6 @@
4864 Consistently use "all:" to describe the all: target, 4869 Consistently use "all:" to describe the all: target,
4865 replacing three different and confusingly-quoted usages. 4870 replacing three different and confusingly-quoted usages.
4866 4871
48672015-08-02 Eli Zaretskii <eliz@gnu.org>
4868
4869 Whitespace fixes
4870
48712015-08-02 Evgeny Fraimovitch <johnlen7@gmail.com> (tiny change) 48722015-08-02 Evgeny Fraimovitch <johnlen7@gmail.com> (tiny change)
4872 4873
4873 Don't abort emacsclientw when -a was specified 4874 Don't abort emacsclientw when -a was specified