From: K. Handa Date: Mon, 29 Dec 2014 13:54:07 +0000 (+0900) Subject: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs. X-Git-Tag: emacs-25.0.90~2631^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb5e7861593815f912c21b2aee1e4be9a6cc64a2;p=emacs.git Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs. --- bb5e7861593815f912c21b2aee1e4be9a6cc64a2 diff --cc lisp/ChangeLog index 48c73bb4196,82608b76b57..64ead04f4b6 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,8 -1,56 +1,61 @@@ +2014-12-29 K. Handa + + * international/mule.el (make-translation-table-from-alist): + Accept nil or zero-length vector for FROM and TO. + + 2014-12-29 Lars Ingebrigtsen + + * net/eww.el (eww-mode): Truncate overlong lines for prettier + display when resizing. + + * net/shr.el (shr-width): Default to using the window width when + rendering. + + 2014-12-29 Dmitry Gutov + + Unbreak jumping to an alias's definition. + + * emacs-lisp/find-func.el (find-function-library): Return a pair + (ORIG-FUNCTION . LIBRARY) instead of just its second element. + (find-function-noselect): Use it. + + * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to + `elisp--xref-identifier-location', incorporate logic from + `elisp--xref-find-definitions', use the changed + `find-function-library' return value. + + 2014-12-29 Juri Linkov + + * comint.el (comint-history-isearch-message): Use field-beginning + instead of comint-line-beginning-position - that's more fixes for + http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html + (comint-history-isearch-message): Fix args of isearch-message-prefix. + + 2014-12-29 Juri Linkov + + * vc/vc-dir.el (vc-dir-display-file): New command (bug#19450). + (vc-dir-mode-map): Bind it to "\C-o". + (vc-dir-menu-map): Add it to menu. + + 2014-12-29 Dmitry Gutov + + * progmodes/etags.el (find-tag-other-window) + (find-tag-other-frame, find-tag-regexp, tags-loop-continue) + (tags-apropos): Declare obsolete. + + * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item + with xref ones. + + 2014-12-28 Eli Zaretskii + + * international/mule.el (define-coding-system): Fix typos in the + doc string. + + 2014-12-28 Kenichi Handa + + * international/mule.el (define-coding-system): Improve the doc + string. + 2014-12-28 Ivan Shmakov * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer