]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
[gnu-emacs] / lisp / ChangeLog
index df00ef0bacf8a3773dc851dd83cf3760d3bffe19..e85ea060a0d4da59e8e8be92402eb59e29d0ff6e 100644 (file)
@@ -1,3 +1,49 @@
+2014-01-06  Leo Liu  <sdl.web@gmail.com>
+
+       * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
+       to avoid shadowning global key.  (Bug#16354)
+
+2014-01-06  Daniel Colascione  <dancol@dancol.org>
+
+       * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
+       rst-mode.
+
+2014-01-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (balance-windows): Add mising t to fix Bug#16351.
+
+2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/shr.el (shr-descend): Don't bug out if the anchor is empty
+       (bug#16285).
+       (shr-insert): If we have a word that's longer than `shr-width',
+       break after it anyway.  Otherwise we'll do no breaking once we get
+       such a long word.
+
+2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
+
+       * net/eww.el (eww):  Support single/double quote for search.
+       * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
+       (eww-history-quit): Delete and use quit-window.
+       (eww-history-kill): Delete, because it doesn't work well and
+       not necessary.
+       (eww-history-mode-map): Delete some keys and add easy-menu.
+
+2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix misspelling of 'chinese' in rx (Bug#16237).
+       * emacs-lisp/rx.el (rx-categories): Correct spelling of
+       chinese-two-byte.
+
+       Change subword regexps back to vars (Bug#16296).
+       * progmodes/subword.el (subword-forward-regexp)
+       (subword-backward-regexp): Change these back to variables.
+
+2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
+       syntax-begin-function (bug#16247).
+
 2014-01-03  Chong Yidong  <cyd@gnu.org>
 
        * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
        * shell.el (shell-dynamic-complete-command): Doc fix.
        (shell--command-completion-data): Shell completion now matches
        executable filenames from the current buffer's directory, on
-       systems in which this behaviour is the default (windows-nt, ms-dos).
+       systems in which this behavior is the default (windows-nt, ms-dos).
 
 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>