eww: Revert 2013-12-11T19:01:44Z!tzz@lifelogs.com UI wrappers (eww-exit, eww-close)
[bpt/emacs.git] / lisp / ChangeLog
index e8bd967..31a8cea 100644 (file)
@@ -1,7 +1,97 @@
+2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
+       2013-12-11T19:01:44Z!tzz@lifelogs.com.
+
+2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
+       (hl-line-highlight, global-hl-line-highlight): Use it.
+       (hl-line-overlay): Use defvar-local.
+
+2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * term/ns-win.el: Require dnd.
+       (global-map): Remove drag items.
+       (ns-insert-text, ns-set-foreground-at-mouse)
+       (ns-set-background-at-mouse):
+       Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
+       (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
+       New functions.
+
+2013-12-19  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/ert.el (ert-select-tests):
+       Fix string/symbol mixup.  (Bug#16121)
+
+2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
+       keywords to their parent.
+
+2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
+       first arg to be a string (fixed dead code), or an operator symbol.
+       (ruby-smie--forward-token): Tokenize ` @ ' before strings and
+       operator symbols.
+       (ruby-smie-rules): Remove parent token check in the `.' clause, it
+       did nothing.  Don't respond to `(:after ".")', it will be called
+       with :before anyway.  Remove the ` @ ' rule, it didn't seem to
+       change anything.  Only return indentation for binary operators
+       when they are hanging.  De-dent opening paren when its parent is
+       `.', otherwise it looks bad when the dot is not at bol or eol
+       (bug#16182).
+
+2013-12-19  Juri Linkov  <juri@jurta.org>
+
+       * replace.el (query-replace-read-args): Split a non-negative arg
+       and a negative arg into separate elements.
+       (query-replace, query-replace-regexp, replace-string)
+       (replace-regexp): Add arg `backward'.  Doc fix.
+       (replace-match-maybe-edit): When new arg `backward' is non-nil,
+       move point to the beginning of the match.
+       (replace-search, replace-highlight): Use new arg `backward'
+       to set the value of `isearch-forward'.
+       (perform-replace): Add arg `backward' and use it to perform
+       replacement backward.  (Bug#14979)
+
+       * isearch.el (isearch-query-replace): Use a negative prefix arg
+       to call `perform-replace' with a non-nil arg `backward'.
+
+2013-12-18  Juri Linkov  <juri@jurta.org>
+
+       * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
+       to the default list.  Move `log-edit-show-files' to the end.
+       Add more available functions to options.
+       (log-edit): Move default specific settings to
+       `log-edit-insert-message-template'.  Don't move point.
+       (log-edit-insert-message-template): New function.
+       (log-edit-insert-changelog): Add `save-excursion' and don't move point.
+       (Bug#16170)
+
+2013-12-18  Juri Linkov  <juri@jurta.org>
+
+       * help-mode.el (help-mode-map): Bind "l" to help-go-back,
+       and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
+
+2013-12-18  Leo Liu  <sdl.web@gmail.com>
+
+       * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
+
+2013-12-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
+       formats for displaying file sizes when the -s switch is given.
+       Instead, compute a separate format for displaying the size in
+       blocks, which is displayed in addition to the "regular" size.
+       When -h is given in addition to -s, produce size in blocks in
+       human-readable form as well.  (Bug#16179)
+
 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
 
-       * textmodes/reftex-vars.el (reftex-label-alist-builtin): Reference
-       tables with ~\ref{...} instead of only \ref{...}.
+       * textmodes/reftex-vars.el (reftex-label-alist-builtin):
+       Reference tables with ~\ref{...} instead of only \ref{...}.
 
 2013-12-18  Chong Yidong  <cyd@gnu.org>
 
 
 2013-12-18  Le Wang  <l26wang@gmail.com>
 
-       * comint.el (comint-previous-matching-input-from-input): Retain
-       point (Bug#13404).
+       * comint.el (comint-previous-matching-input-from-input):
+       Retain point (Bug#13404).
 
 2013-12-18  Chong Yidong  <cyd@gnu.org>