diff options
| author | Nicolas Petton | 2016-07-24 16:41:47 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2016-07-24 16:41:47 +0200 |
| commit | 7acfaead6df626b3737c10f98e9c4964232aa6b9 (patch) | |
| tree | 4f8dcc533b2a467d9d7f28e84d54d2efecc2a994 /ChangeLog.2 | |
| parent | 97d28b42a67131ef5e59f593c9f075992f06d983 (diff) | |
| download | emacs-7acfaead6df626b3737c10f98e9c4964232aa6b9.tar.gz emacs-7acfaead6df626b3737c10f98e9c4964232aa6b9.zip | |
; ChangeLog fixes
Diffstat (limited to 'ChangeLog.2')
| -rw-r--r-- | ChangeLog.2 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 305f0658120..ca62226865c 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -169,11 +169,11 @@ | |||
| 169 | 169 | ||
| 170 | Correct cl-flet usage (Bug#22317) | 170 | Correct cl-flet usage (Bug#22317) |
| 171 | 171 | ||
| 172 | * mh-compat.el: Rename mh-cl-flet to mh-flet and convert alias to | 172 | * lisp/mh-e/mh-compat.el: Rename mh-cl-flet to mh-flet and convert alias to |
| 173 | macro using patch from Katsumi Yamaoka <yamaoka@jpl.org>. | 173 | macro using patch from Katsumi Yamaoka <yamaoka@jpl.org>. |
| 174 | * mh-thread.el (mh-thread-set-tables): | 174 | * lisp/mh-e/mh-thread.el (mh-thread-set-tables): |
| 175 | * mh-show.el (mh-gnus-article-highlight-citation): | 175 | * lisp/mh-e/mh-show.el (mh-gnus-article-highlight-citation): |
| 176 | * mh-mime.el (mh-display-with-external-viewer): | 176 | * lisp/mh-e/mh-mime.el (mh-display-with-external-viewer): |
| 177 | (mh-mime-display, mh-press-button, mh-push-button): | 177 | (mh-mime-display, mh-press-button, mh-push-button): |
| 178 | (mh-display-emphasis): Call mh-flet instead of mh-cl-flet. | 178 | (mh-display-emphasis): Call mh-flet instead of mh-cl-flet. |
| 179 | 179 | ||
| @@ -274,7 +274,7 @@ | |||
| 274 | then 'ses--unbind-cell-name' must be used in order to remove the old | 274 | then 'ses--unbind-cell-name' must be used in order to remove the old |
| 275 | name from the name hashmap. | 275 | name from the name hashmap. |
| 276 | 276 | ||
| 277 | * ses.el (ses-rename-cell): check consistency of cell symbol from | 277 | * lisp/ses.el (ses-rename-cell): check consistency of cell symbol from |
| 278 | text-property and from array object. Instead of 'makunbound', use | 278 | text-property and from array object. Instead of 'makunbound', use |
| 279 | either 'ses--unbind-cell-name' or 'kill-local-variable' depending on | 279 | either 'ses--unbind-cell-name' or 'kill-local-variable' depending on |
| 280 | whether the cell old name is a named cell or an A1 type cell | 280 | whether the cell old name is a named cell or an A1 type cell |
| @@ -1572,7 +1572,7 @@ | |||
| 1572 | 1572 | ||
| 1573 | org-map-entries: Fix org-agenda-prepare-buffers call | 1573 | org-map-entries: Fix org-agenda-prepare-buffers call |
| 1574 | 1574 | ||
| 1575 | * lisp/org.el (org-map-entries): Check that buffer-file-name is non-nil | 1575 | * lisp/org/org.el (org-map-entries): Check that buffer-file-name is non-nil |
| 1576 | before passing to org-agenda-prepare-buffers. | 1576 | before passing to org-agenda-prepare-buffers. |
| 1577 | 1577 | ||
| 1578 | This is a backport of commit 44c8cd7136e3fcd1e6bfa08895cac437b7a691fa | 1578 | This is a backport of commit 44c8cd7136e3fcd1e6bfa08895cac437b7a691fa |
| @@ -2202,7 +2202,7 @@ | |||
| 2202 | 2202 | ||
| 2203 | Prevent bootstrap autoload backup files | 2203 | Prevent bootstrap autoload backup files |
| 2204 | 2204 | ||
| 2205 | * lisp/emacs-lisp/autoload (autoload-find-generated-file): Suppress | 2205 | * lisp/emacs-lisp/autoload.el (autoload-find-generated-file): Suppress |
| 2206 | backups in newly created file. | 2206 | backups in newly created file. |
| 2207 | 2207 | ||
| 2208 | (autoload-ensure-default-file): Function split into two. | 2208 | (autoload-ensure-default-file): Function split into two. |
| @@ -2514,10 +2514,10 @@ | |||
| 2514 | 2514 | ||
| 2515 | The arguments BEG and END were unused, and are now removed. | 2515 | The arguments BEG and END were unused, and are now removed. |
| 2516 | 2516 | ||
| 2517 | * display.texi (Xwidgets): Document the change | 2517 | * doc/emacs/display.texi (Xwidgets): Document the change |
| 2518 | * xwidget.el (make-xwidget, xwidget-insert) | 2518 | * lisp/xwidget.el (make-xwidget, xwidget-insert) |
| 2519 | (xwidget-webkit-new-session): Reflect changed arguments | 2519 | (xwidget-webkit-new-session): Reflect changed arguments |
| 2520 | * xwidget.c (Fmake_xwidget, syms_of_xwidget): Reflect changed arguments | 2520 | * src/xwidget.c (Fmake_xwidget, syms_of_xwidget): Reflect changed arguments |
| 2521 | 2521 | ||
| 2522 | 2016-04-02 Eli Zaretskii <eliz@gnu.org> | 2522 | 2016-04-02 Eli Zaretskii <eliz@gnu.org> |
| 2523 | 2523 | ||
| @@ -2752,7 +2752,7 @@ | |||
| 2752 | 2752 | ||
| 2753 | * lisp/emacs-lisp/map.el (map-put): Do not bind the evaluated place | 2753 | * lisp/emacs-lisp/map.el (map-put): Do not bind the evaluated place |
| 2754 | expression to a new symbol. | 2754 | expression to a new symbol. |
| 2755 | * test/lisp/emacs-lisp/map-tests.el: Add a regression test. | 2755 | * test/automated/map-tests.el: Add a regression test. |
| 2756 | 2756 | ||
| 2757 | 2016-03-25 Eli Zaretskii <eliz@gnu.org> | 2757 | 2016-03-25 Eli Zaretskii <eliz@gnu.org> |
| 2758 | 2758 | ||
| @@ -2805,7 +2805,7 @@ | |||
| 2805 | 2805 | ||
| 2806 | Fix display of Indic scripts | 2806 | Fix display of Indic scripts |
| 2807 | 2807 | ||
| 2808 | * ftfont.c (ftfont_shape_by_flt): For combining characters out | 2808 | * src/ftfont.c (ftfont_shape_by_flt): For combining characters out |
| 2809 | of the range U+300...U+36F, use the "combining" FLT only with | 2809 | of the range U+300...U+36F, use the "combining" FLT only with |
| 2810 | non-OTF fonts. | 2810 | non-OTF fonts. |
| 2811 | 2811 | ||
| @@ -2953,7 +2953,7 @@ | |||
| 2953 | 2953 | ||
| 2954 | Fix an Isearch var to be a string (Bug#23038) | 2954 | Fix an Isearch var to be a string (Bug#23038) |
| 2955 | 2955 | ||
| 2956 | * isearch.el (isearch--describe-regexp-mode): The `description' var | 2956 | * lisp/isearch.el (isearch--describe-regexp-mode): The `description' var |
| 2957 | needs to always be a string. Add the missing default case for the | 2957 | needs to always be a string. Add the missing default case for the |
| 2958 | cond form that ensures that. | 2958 | cond form that ensures that. |
| 2959 | 2959 | ||
| @@ -3353,7 +3353,7 @@ | |||
| 3353 | 3353 | ||
| 3354 | Simplify "Visit New File" to "New File" | 3354 | Simplify "Visit New File" to "New File" |
| 3355 | 3355 | ||
| 3356 | * doc/emacs/files.texi,lisp/menu-bar.el (menu-bar-file-menu), | 3356 | * doc/emacs/files.texi, lisp/menu-bar.el (menu-bar-file-menu), |
| 3357 | lisp/startup.el(normal-mouse-start-screen, | 3357 | lisp/startup.el(normal-mouse-start-screen, |
| 3358 | normal-no-mouse-startup-screen): Change label "Visit New File" to "New | 3358 | normal-no-mouse-startup-screen): Change label "Visit New File" to "New |
| 3359 | File". | 3359 | File". |
| @@ -3438,7 +3438,7 @@ | |||
| 3438 | 3438 | ||
| 3439 | Update Emacs manual section related to character folding | 3439 | Update Emacs manual section related to character folding |
| 3440 | 3440 | ||
| 3441 | * search.texi: Character folding is not on by default. | 3441 | * doc/emacs/search.texi: Character folding is not on by default. |
| 3442 | 3442 | ||
| 3443 | 2016-03-11 Eli Zaretskii <eliz@gnu.org> | 3443 | 2016-03-11 Eli Zaretskii <eliz@gnu.org> |
| 3444 | 3444 | ||