diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 857c086790e..8a9acd99423 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2014-03-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * align.el (align-regexp): Remove superfluous backslash. | ||
| 4 | |||
| 5 | * ffap.el (ffap-ftp-default-user, ffap-url-regexp) | ||
| 6 | (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix) | ||
| 7 | (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp): | ||
| 8 | Fix docstring typos. | ||
| 9 | (ffap-next): Use C-u in docstring. | ||
| 10 | (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist) | ||
| 11 | (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask): | ||
| 12 | Remove superfluous backslashes. | ||
| 13 | (ffap-string-at-point): Reflow docstring. | ||
| 14 | |||
| 15 | * server.el (server-host): Reflow docstring. | ||
| 16 | (server-unload-function): Fix docstring typo. | ||
| 17 | (server-eval-at): Remove superfluous backslash. | ||
| 18 | |||
| 19 | * skeleton.el (skeleton-insert): Remove superfluous backslash. | ||
| 20 | (skeleton-insert): Doc fix. | ||
| 21 | (skeleton-insert): Reflow docstring. | ||
| 22 | |||
| 23 | * term/tty-colors.el (tty-color-alist, tty-modify-color-alist) | ||
| 24 | (tty-color-approximate, tty-color-by-index, tty-color-values) | ||
| 25 | (tty-color-desc): Remove superfluous backslashes. | ||
| 26 | |||
| 1 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 27 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 28 | ||
| 3 | * electric.el (electric-newline-and-maybe-indent): New command. | 29 | * electric.el (electric-newline-and-maybe-indent): New command. |