diff options
| author | Juanma Barranquero | 2014-04-07 02:51:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2014-04-07 02:51:52 +0200 |
| commit | 9b017563288c753d4e9c2f2a83cd20b885574b17 (patch) | |
| tree | 7e5af5338c5ae76544bae2c149b766ffae3402f2 | |
| parent | 9b69fd6f8b0783b1ade15bb500ab788dd091e724 (diff) | |
| download | emacs-9b017563288c753d4e9c2f2a83cd20b885574b17.tar.gz emacs-9b017563288c753d4e9c2f2a83cd20b885574b17.zip | |
lisp/ChangeLog, src/ChangeLog: Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 26 | ||||
| -rw-r--r-- | src/ChangeLog | 18 |
2 files changed, 20 insertions, 24 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 | ||
| 10 | 2014-04-04 João Távora <joaotavora@gmail.com> | 10 | 2014-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 | ||
| 22 | 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca> | 21 | 2014-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 | ||
| 308 | 2014-03-26 Glenn Morris <rgm@gnu.org> | 307 | 2014-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 | ||
| 5544 | 2013-10-28 Daiki Ueno <ueno@gnu.org> | 5543 | 2013-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 | ||
| 5550 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> | 5548 | 2013-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 @@ | |||
| 13828 | 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org> | 13825 | 2013-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): |
diff --git a/src/ChangeLog b/src/ChangeLog index a474c261187..de97b990735 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | * dired.c (file_attributes): | 43 | * dired.c (file_attributes): |
| 44 | * chartab.c (uniprop_decoder_count, uniprop_encode_count): | 44 | * chartab.c (uniprop_decoder_count, uniprop_encode_count): |
| 45 | Change expressions of the form sizeof(arr) / sizeof(arr[0]) | 45 | Change expressions of the form sizeof(arr) / sizeof(arr[0]) |
| 46 | to ARRAYELTS(arr). | 46 | to ARRAYELTS (arr). |
| 47 | 47 | ||
| 48 | 2014-04-02 Daniel Colascione <dancol@dancol.org> | 48 | 2014-04-02 Daniel Colascione <dancol@dancol.org> |
| 49 | 49 | ||
| @@ -55,10 +55,10 @@ | |||
| 55 | * alloc.c: Include execinfo.h if available. | 55 | * alloc.c: Include execinfo.h if available. |
| 56 | (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally. | 56 | (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally. |
| 57 | (suspicious_free_record): New structure. | 57 | (suspicious_free_record): New structure. |
| 58 | (suspicious_objects,suspicious_object_index) | 58 | (suspicious_objects, suspicious_object_index) |
| 59 | (suspicious_free_history, suspicious_free_history_index): New | 59 | (suspicious_free_history, suspicious_free_history_index): |
| 60 | variables. | 60 | New variables. |
| 61 | (find_suspicious_object_in_range,detect_suspicious_free) | 61 | (find_suspicious_object_in_range, detect_suspicious_free) |
| 62 | (Fsuspicious_object): New functions. | 62 | (Fsuspicious_object): New functions. |
| 63 | (cleanup_vector): Call find_suspicious_object_in_range. | 63 | (cleanup_vector): Call find_suspicious_object_in_range. |
| 64 | 64 | ||
| @@ -281,10 +281,10 @@ | |||
| 281 | Split gc_sweep into discrete functions for legibility and better | 281 | Split gc_sweep into discrete functions for legibility and better |
| 282 | stack traces. | 282 | stack traces. |
| 283 | 283 | ||
| 284 | * alloc.c (sweep_strings,sweep_vectors): Add NO_INLINE | 284 | * alloc.c (sweep_strings, sweep_vectors): Add NO_INLINE |
| 285 | (sweep_vectors): Fix typo in comment. | 285 | (sweep_vectors): Fix typo in comment. |
| 286 | (sweep_conses,sweep_floats,sweep_intervals) | 286 | (sweep_conses, sweep_floats, sweep_intervals) |
| 287 | (sweep_symbols,sweep_misc,sweep_buffers): New functions. | 287 | (sweep_symbols, sweep_misc, sweep_buffers): New functions. |
| 288 | (gc_sweep): Call new functions, to which existing functionality is | 288 | (gc_sweep): Call new functions, to which existing functionality is |
| 289 | moved. | 289 | moved. |
| 290 | * fns.c (sweep_weak_hash_tables): Add NO_INLINE. | 290 | * fns.c (sweep_weak_hash_tables): Add NO_INLINE. |
| @@ -346,7 +346,7 @@ | |||
| 346 | 346 | ||
| 347 | * alloc.c (lisp_align_malloc, allocate_string_data) | 347 | * alloc.c (lisp_align_malloc, allocate_string_data) |
| 348 | (allocate_vectorlike): Allow mmap allocation of lisp objects. | 348 | (allocate_vectorlike): Allow mmap allocation of lisp objects. |
| 349 | (pointers_fit_in_lispobj_p,mmap_lisp_allowed_p): New functions. | 349 | (pointers_fit_in_lispobj_p, mmap_lisp_allowed_p): New functions. |
| 350 | 350 | ||
| 351 | 2014-03-21 Eli Zaretskii <eliz@gnu.org> | 351 | 2014-03-21 Eli Zaretskii <eliz@gnu.org> |
| 352 | 352 | ||