aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2014-04-07 02:51:52 +0200
committerJuanma Barranquero2014-04-07 02:51:52 +0200
commit9b017563288c753d4e9c2f2a83cd20b885574b17 (patch)
tree7e5af5338c5ae76544bae2c149b766ffae3402f2 /lisp
parent9b69fd6f8b0783b1ade15bb500ab788dd091e724 (diff)
downloademacs-9b017563288c753d4e9c2f2a83cd20b885574b17.tar.gz
emacs-9b017563288c753d4e9c2f2a83cd20b885574b17.zip
lisp/ChangeLog, src/ChangeLog: Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog26
1 files changed, 11 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2016bcd3e02..87f3c74c9fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,15 +9,14 @@
9 9
102014-04-04 João Távora <joaotavora@gmail.com> 102014-04-04 João Távora <joaotavora@gmail.com>
11 11
12 * elec-pair.el: 12 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
13 (electric-pair--syntax-ppss): When inside comments parse from 13 parse from comment beginning.
14 comment beginning.
15 (electric-pair--balance-info): Fix typo in comment. 14 (electric-pair--balance-info): Fix typo in comment.
16 (electric-pair--in-unterminated-string-p): Delete. 15 (electric-pair--in-unterminated-string-p): Delete.
17 (electric-pair--unbalanced-strings-p): New function. 16 (electric-pair--unbalanced-strings-p): New function.
18 (electric-pair-string-bound-function): New var. 17 (electric-pair-string-bound-function): New var.
19 (electric-pair-inhibit-if-helps-balance): Decide quote pairing 18 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
20 according to `electric-pair--in-unterminated-string-p' 19 according to `electric-pair--in-unterminated-string-p'.
21 20
222014-04-04 Stefan Monnier <monnier@iro.umontreal.ca> 212014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
23 22
@@ -303,7 +302,7 @@
303 Reported by Victor Lau. 302 Reported by Victor Lau.
304 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen. 303 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
305 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting 304 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
306 interface-only modules, bug721. Reported by Dean Hoyt. 305 interface-only modules, bug721. Reported by Dean Hoyt.
307 306
3082014-03-26 Glenn Morris <rgm@gnu.org> 3072014-03-26 Glenn Morris <rgm@gnu.org>
309 308
@@ -349,9 +348,9 @@
349 (subword-mode-map): Hollow out. 348 (subword-mode-map): Hollow out.
350 (capitalized-words-mode): Define as obsolete alias for 349 (capitalized-words-mode): Define as obsolete alias for
351 `subword-mode'. 350 `subword-mode'.
352 (subword-mode,superword-mode): Tweak documentation to reflect new 351 (subword-mode, superword-mode): Tweak documentation to reflect new
353 implementation; call `subword-setup-buffer'. 352 implementation; call `subword-setup-buffer'.
354 (subword-forward,subword-capitalize): Add underscore to indicate 353 (subword-forward, subword-capitalize): Add underscore to indicate
355 unused variable. 354 unused variable.
356 (subword-find-word-boundary-function-table): New constant. 355 (subword-find-word-boundary-function-table): New constant.
357 (subword-empty-char-table): New constant. 356 (subword-empty-char-table): New constant.
@@ -5300,7 +5299,7 @@
5300 5299
5301 * rect.el (rectangle-mark-mode): Rename from rectangle-mark. 5300 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5302 Make it into a proper minor mode. 5301 Make it into a proper minor mode.
5303 (rectangle--region): (implicitly) rename to rectangle-mark-mode. 5302 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
5304 (rectangle-mark-mode-map): New keymap. 5303 (rectangle-mark-mode-map): New keymap.
5305 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796). 5304 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5306 5305
@@ -5543,8 +5542,7 @@
5543 5542
55442013-10-28 Daiki Ueno <ueno@gnu.org> 55432013-10-28 Daiki Ueno <ueno@gnu.org>
5545 5544
5546 * epa-file.el 5545 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5547 (epa-file-cache-passphrase-for-symmetric-encryption):
5548 Document that this option has no effect with GnuPG 2.0 (bug#15552). 5546 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5549 5547
55502013-10-27 Xue Fuqiao <xfq.free@gmail.com> 55482013-10-27 Xue Fuqiao <xfq.free@gmail.com>
@@ -12356,9 +12354,8 @@
12356 * textmodes/reftex-vars.el (reftex-ref-style-alist): 12354 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12357 Add cleveref macros. 12355 Add cleveref macros.
12358 12356
12359 * textmodes/reftex-parse.el 12357 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12360 (reftex-locate-bibliography-files): Accept options for 12358 Accept options for bibliography commands.
12361 bibliography commands.
12362 * textmodes/reftex-vars.el (reftex-bibliography-commands): 12359 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12363 Add addbibresource. Basic Biblatex support. 12360 Add addbibresource. Basic Biblatex support.
12364 12361
@@ -13828,8 +13825,7 @@
138282013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org> 138252013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13829 13826
13830 New faster Imenu implementation (bug#14058). 13827 New faster Imenu implementation (bug#14058).
13831 * progmodes/python.el: 13828 * progmodes/python.el (python-imenu-prev-index-position)
13832 (python-imenu-prev-index-position):
13833 (python-imenu-format-item-label-function) 13829 (python-imenu-format-item-label-function)
13834 (python-imenu-format-parent-item-label-function) 13830 (python-imenu-format-parent-item-label-function)
13835 (python-imenu-format-parent-item-jump-label-function): 13831 (python-imenu-format-parent-item-jump-label-function):