emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 06 Oct 2007 22:20:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/10/06 22:20:43

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11865
retrieving revision 1.11866
diff -u -b -r1.11865 -r1.11866
--- ChangeLog   6 Oct 2007 12:00:40 -0000       1.11865
+++ ChangeLog   6 Oct 2007 22:20:41 -0000       1.11866
@@ -1,3 +1,21 @@
+2007-10-06  Juri Linkov  <address@hidden>
+
+       * textmodes/fill.el (fill-paragraph-or-region): New function.
+
+       * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
+       instead of fill-paragraph.
+
+       * tutorial.el (tutorial--default-keys): Replace fill-paragraph
+       with fill-paragraph-or-region.  Suspend command is now the same
+       `suspend-frame' on window systems and on tty.
+
+       * image.el (image-type): Check if image-types is bound to not fail
+       on tty.
+
+       * delsel.el (delete-selection-pre-hook):
+       * emulation/cua-base.el (cua-paste): Check if mouse-region-match
+       is fbound to not fail on mouseless tty.
+
 2007-10-06  Michael Albinus  <address@hidden>
 
        * net/tramp.el (top): Move loading of tramp-util.el and




reply via email to

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