emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114544: * etc/NEWS: Mention new feature of register


From: Leo Liu
Subject: [Emacs-diffs] trunk r114544: * etc/NEWS: Mention new feature of register commands.
Date: Mon, 07 Oct 2013 03:35:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114544
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Mon 2013-10-07 11:34:26 +0800
message:
  * etc/NEWS: Mention new feature of register commands.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/register.el               register.el-20091113204419-o5vbwnq5f7feedwu-104
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-10-02 03:09:31 +0000
+++ b/etc/ChangeLog     2013-10-07 03:34:26 +0000
@@ -1,3 +1,7 @@
+2013-10-07  Leo Liu  <address@hidden>
+
+       * NEWS: Mention new feature of register commands.
+
 2013-10-02  Fabrice Niessen  <address@hidden>
 
        * themes/leuven-theme.el: Add Commentary and some headers, update

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-10-05 23:40:16 +0000
+++ b/etc/NEWS  2013-10-07 03:34:26 +0000
@@ -181,6 +181,8 @@
 left, <right> always moves to the right, disregarding the surrounding
 bidirectional context.
 
+** All register commands can now show help with preview.
+
 ** New command `kmacro-to-register' to store keyboard macros in registers.
 
 ** Shell Script mode

=== modified file 'lisp/register.el'
--- a/lisp/register.el  2013-10-07 01:28:34 +0000
+++ b/lisp/register.el  2013-10-07 03:34:26 +0000
@@ -123,8 +123,6 @@
 If SHOW-EMPTY is non-nil show the window even if no registers."
   (when (or show-empty (consp register-alist))
     (let ((split-height-threshold 0))
-      ;; XXX: why with-temp-buffer-window always pops up the temp
-      ;; window even if one already shown?
       (with-temp-buffer-window
        buffer
        (cons 'display-buffer-below-selected


reply via email to

[Prev in Thread] Current Thread [Next in Thread]