[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS,v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS,v |
Date: |
Fri, 11 Jul 2008 18:18:35 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 08/07/11 18:18:35
Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1789
retrieving revision 1.1790
diff -u -b -r1.1789 -r1.1790
--- NEWS 11 Jul 2008 02:57:16 -0000 1.1789
+++ NEWS 11 Jul 2008 18:18:34 -0000 1.1790
@@ -233,6 +233,11 @@
* Editing Changes in Emacs 23.1
+** The C-n and C-p line-motion commands now move by screen lines,
+taking continued lines and variable-width characters into account.
+Setting `line-move-visual' to nil reverts this to the previous
+behavior (motion by logical lines based on buffer contents alone).
+
** C-x C-c now invokes `save-buffers-kill-terminal', and C-z now
invokes `suspend-frame'. This change is for compatibility with the
new multi-tty support (see `Improved X Window System support' above).
@@ -1262,6 +1267,11 @@
*** `clear-image-cache' can be told to flush only images of a specific file.
+*** `vertical-motion' can now be given a goal column.
+It now accepts a cons cell (COLS . LINES) in its first argument, which
+says to stop, where possible, at a pixel x-position equal to COLS
+times the default column width.
+
** Miscellaneous new functions
*** `format-seconds' converts a number of seconds into a readable
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Dan Nicolaescu, 2008/07/01
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Dan Nicolaescu, 2008/07/01
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/etc/NEWS,v,
Chong Yidong <=
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Chong Yidong, 2008/07/12
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Chong Yidong, 2008/07/12
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Martin Rudalics, 2008/07/13
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Chong Yidong, 2008/07/13
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Glenn Morris, 2008/07/15
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Stefan Monnier, 2008/07/16
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Adrian Robert, 2008/07/17
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Chong Yidong, 2008/07/17
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Chong Yidong, 2008/07/21
- [Emacs-diffs] Changes to emacs/etc/NEWS,v, Juri Linkov, 2008/07/22