diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b184e9e92e6..a05410f0f6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -317,7 +317,7 @@ | |||
| 317 | 317 | ||
| 318 | 2014-02-02 Daniel Colascione <dancol@dancol.org> | 318 | 2014-02-02 Daniel Colascione <dancol@dancol.org> |
| 319 | 319 | ||
| 320 | * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display): | 320 | * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display): |
| 321 | Also try to display local help from just before point. | 321 | Also try to display local help from just before point. |
| 322 | 322 | ||
| 323 | 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org> | 323 | 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org> |
| @@ -636,7 +636,7 @@ | |||
| 636 | * progmodes/sh-script.el (sh--inside-noncommand-expression): | 636 | * progmodes/sh-script.el (sh--inside-noncommand-expression): |
| 637 | Correctly detect when we're inside an arithmetic expansion form | 637 | Correctly detect when we're inside an arithmetic expansion form |
| 638 | containing nested parenthesis. | 638 | containing nested parenthesis. |
| 639 | (sh--maybe-here-document): Use `sh--inside-noncommand-expression` | 639 | (sh--maybe-here-document): Use `sh--inside-noncommand-expression' |
| 640 | to detect cases where we shouldn't expand "<<" to a heredoc | 640 | to detect cases where we shouldn't expand "<<" to a heredoc |
| 641 | skeleton. | 641 | skeleton. |
| 642 | 642 | ||
| @@ -929,7 +929,7 @@ | |||
| 929 | * play/meese.el: It's 2014 and Ed Meese is justly forgotten. | 929 | * play/meese.el: It's 2014 and Ed Meese is justly forgotten. |
| 930 | Goes with removal of the joke manpages from /etc. | 930 | Goes with removal of the joke manpages from /etc. |
| 931 | 931 | ||
| 932 | 2014-01-10 K. Handa <handa@gnu.org> | 932 | 2014-01-10 Kenichi Handa <handa@gnu.org> |
| 933 | 933 | ||
| 934 | * mail/rmail.el (rmail-get-coding-system): | 934 | * mail/rmail.el (rmail-get-coding-system): |
| 935 | Check rmail-get-coding-function before "funcall"ing it. | 935 | Check rmail-get-coding-function before "funcall"ing it. |
| @@ -1074,7 +1074,7 @@ | |||
| 1074 | 2014-01-07 Martin Rudalics <rudalics@gmx.at> | 1074 | 2014-01-07 Martin Rudalics <rudalics@gmx.at> |
| 1075 | 1075 | ||
| 1076 | * window.el (balance-windows-2): While rounding don't give a | 1076 | * window.el (balance-windows-2): While rounding don't give a |
| 1077 | window more than the remainder. Bug#16351, Bug#16383. | 1077 | window more than the remainder. Bug#16351, bug#16383. |
| 1078 | 1078 | ||
| 1079 | 2014-01-07 Glenn Morris <rgm@gnu.org> | 1079 | 2014-01-07 Glenn Morris <rgm@gnu.org> |
| 1080 | 1080 | ||
| @@ -1144,7 +1144,7 @@ | |||
| 1144 | 1144 | ||
| 1145 | * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave | 1145 | * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave |
| 1146 | like `beginning-of-defun'. | 1146 | like `beginning-of-defun'. |
| 1147 | (log-view-end-of-defun,log-view-end-of-defun-1): Rename old | 1147 | (log-view-end-of-defun, log-view-end-of-defun-1): Rename old |
| 1148 | log-view-end-of-defun to log-view-end-of-defun-1. Replace | 1148 | log-view-end-of-defun to log-view-end-of-defun-1. Replace |
| 1149 | log-view-end-of-defun with wrapper that behaves like `end-of-defun'. | 1149 | log-view-end-of-defun with wrapper that behaves like `end-of-defun'. |
| 1150 | (log-view-extract-comment): Call `log-view-current-entry' directly | 1150 | (log-view-extract-comment): Call `log-view-current-entry' directly |
| @@ -1192,7 +1192,7 @@ | |||
| 1192 | 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> | 1192 | 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> |
| 1193 | 1193 | ||
| 1194 | * net/eww.el (eww): Support single/double quote for search. | 1194 | * net/eww.el (eww): Support single/double quote for search. |
| 1195 | * net/eww.el (eww-list-histories,eww-history-browse): Fixup. | 1195 | * net/eww.el (eww-list-histories, eww-history-browse): Fixup. |
| 1196 | (eww-history-quit): Delete and use quit-window. | 1196 | (eww-history-quit): Delete and use quit-window. |
| 1197 | (eww-history-kill): Delete, because it doesn't work well and | 1197 | (eww-history-kill): Delete, because it doesn't work well and |
| 1198 | not necessary. | 1198 | not necessary. |
| @@ -1275,7 +1275,7 @@ | |||
| 1275 | of printing a useless when we resume from sleep. | 1275 | of printing a useless when we resume from sleep. |
| 1276 | 1276 | ||
| 1277 | * progmodes/sh-script.el | 1277 | * progmodes/sh-script.el |
| 1278 | (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop | 1278 | (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop |
| 1279 | in indentation code. (Bug#16233) | 1279 | in indentation code. (Bug#16233) |
| 1280 | 1280 | ||
| 1281 | 2013-12-28 João Távora <joaotavora@gmail.com> | 1281 | 2013-12-28 João Távora <joaotavora@gmail.com> |
| @@ -2351,7 +2351,7 @@ | |||
| 2351 | `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT | 2351 | `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT |
| 2352 | arg of isearch-forward to t. | 2352 | arg of isearch-forward to t. |
| 2353 | (multi-isearch-files-regexp): Set the value of | 2353 | (multi-isearch-files-regexp): Set the value of |
| 2354 | `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT | 2354 | `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT |
| 2355 | arg of isearch-forward-regexp to t. (Bug#16035) | 2355 | arg of isearch-forward-regexp to t. (Bug#16035) |
| 2356 | 2356 | ||
| 2357 | * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT | 2357 | * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT |
| @@ -6957,7 +6957,7 @@ | |||
| 6957 | frameset--process-minibuffer-frames. All callers changed. | 6957 | frameset--process-minibuffer-frames. All callers changed. |
| 6958 | (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION. | 6958 | (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION. |
| 6959 | Use new default constructor (again). Doc fix. | 6959 | Use new default constructor (again). Doc fix. |
| 6960 | (frameset--find-frame-if): Rename from `frameset--find-frame. | 6960 | (frameset--find-frame-if): Rename from `frameset--find-frame'. |
| 6961 | All callers changed. | 6961 | All callers changed. |
| 6962 | (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS. | 6962 | (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS. |
| 6963 | (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS. | 6963 | (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS. |