diff options
| author | K. Handa | 2014-12-29 22:54:07 +0900 |
|---|---|---|
| committer | K. Handa | 2014-12-29 22:54:07 +0900 |
| commit | bb5e7861593815f912c21b2aee1e4be9a6cc64a2 (patch) | |
| tree | 080066ad78a5de3f2a8a3fbfbc3e3d242c1c16b7 /lisp/ChangeLog | |
| parent | 3fa5f4416ed219688b9d0e370edf40dce15a5de3 (diff) | |
| parent | 8e0b2702ce8ad593a2098ae8028728ed137fb26c (diff) | |
| download | emacs-bb5e7861593815f912c21b2aee1e4be9a6cc64a2.tar.gz emacs-bb5e7861593815f912c21b2aee1e4be9a6cc64a2.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48c73bb4196..64ead04f4b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,59 @@ | |||
| 3 | * international/mule.el (make-translation-table-from-alist): | 3 | * international/mule.el (make-translation-table-from-alist): |
| 4 | Accept nil or zero-length vector for FROM and TO. | 4 | Accept nil or zero-length vector for FROM and TO. |
| 5 | 5 | ||
| 6 | 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * net/eww.el (eww-mode): Truncate overlong lines for prettier | ||
| 9 | display when resizing. | ||
| 10 | |||
| 11 | * net/shr.el (shr-width): Default to using the window width when | ||
| 12 | rendering. | ||
| 13 | |||
| 14 | 2014-12-29 Dmitry Gutov <dgutov@yandex.ru> | ||
| 15 | |||
| 16 | Unbreak jumping to an alias's definition. | ||
| 17 | |||
| 18 | * emacs-lisp/find-func.el (find-function-library): Return a pair | ||
| 19 | (ORIG-FUNCTION . LIBRARY) instead of just its second element. | ||
| 20 | (find-function-noselect): Use it. | ||
| 21 | |||
| 22 | * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to | ||
| 23 | `elisp--xref-identifier-location', incorporate logic from | ||
| 24 | `elisp--xref-find-definitions', use the changed | ||
| 25 | `find-function-library' return value. | ||
| 26 | |||
| 27 | 2014-12-29 Juri Linkov <juri@linkov.net> | ||
| 28 | |||
| 29 | * comint.el (comint-history-isearch-message): Use field-beginning | ||
| 30 | instead of comint-line-beginning-position - that's more fixes for | ||
| 31 | http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html | ||
| 32 | (comint-history-isearch-message): Fix args of isearch-message-prefix. | ||
| 33 | |||
| 34 | 2014-12-29 Juri Linkov <juri@linkov.net> | ||
| 35 | |||
| 36 | * vc/vc-dir.el (vc-dir-display-file): New command (bug#19450). | ||
| 37 | (vc-dir-mode-map): Bind it to "\C-o". | ||
| 38 | (vc-dir-menu-map): Add it to menu. | ||
| 39 | |||
| 40 | 2014-12-29 Dmitry Gutov <dgutov@yandex.ru> | ||
| 41 | |||
| 42 | * progmodes/etags.el (find-tag-other-window) | ||
| 43 | (find-tag-other-frame, find-tag-regexp, tags-loop-continue) | ||
| 44 | (tags-apropos): Declare obsolete. | ||
| 45 | |||
| 46 | * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item | ||
| 47 | with xref ones. | ||
| 48 | |||
| 49 | 2014-12-28 Eli Zaretskii <eliz@gnu.org> | ||
| 50 | |||
| 51 | * international/mule.el (define-coding-system): Fix typos in the | ||
| 52 | doc string. | ||
| 53 | |||
| 54 | 2014-12-28 Kenichi Handa <handa@gnu.org> | ||
| 55 | |||
| 56 | * international/mule.el (define-coding-system): Improve the doc | ||
| 57 | string. | ||
| 58 | |||
| 6 | 2014-12-28 Ivan Shmakov <ivan@siamics.net> | 59 | 2014-12-28 Ivan Shmakov <ivan@siamics.net> |
| 7 | 60 | ||
| 8 | * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer | 61 | * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer |