diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-20 02:04:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-10-20 02:04:43 +0000 |
commit | c3bb6fdbcbdb076b95055efd3e07c08ad77eb8f6 (patch) | |
tree | 8eab6bea08b9a61c701bfe995a554eaa4991992d | |
parent | 2659df6808566cdbfdeb00d1597a8eadf7d53c72 (diff) | |
download | emacs-c3bb6fdbcbdb076b95055efd3e07c08ad77eb8f6.tar.gz emacs-c3bb6fdbcbdb076b95055efd3e07c08ad77eb8f6.tar.bz2 emacs-c3bb6fdbcbdb076b95055efd3e07c08ad77eb8f6.zip |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 8 | ||||
-rw-r--r-- | etc/TODO | 3 |
2 files changed, 10 insertions, 1 deletions
@@ -166,8 +166,14 @@ its usage. * Changes in Specialized Modes and Packages in Emacs 23.1 -** diff-fine-highlight highlights char-level details of changes in a diff hunk. +** smerge-refine highlights word-level details of changes in conflict. +It's used automatically as you move through conflicts, see smerge-auto-refine. + +** diff-refine-hunk highlights word-level details of changes in a diff hunk. +It's used automatically as you move through hunks, see diff-auto-refine. + ** archive-mode has basic support to browse Rar archives. + ** talk.el has been extended for multiple tty support. ** compilation-auto-jump-to-first-error tells `compile' to jump to @@ -181,6 +181,8 @@ specified filters, specified timers, and specified hooks. * Other features we would like: +** Allow frames(terminals) created by emacsclient to inherit their environment +from the emacsclient process. ** Remove the default toggling behavior of minor modes when called from elisp rather than interactively. This a trivial one-liner in easy-mode.el. @@ -609,6 +611,7 @@ but which can also be used as a modifier). * Other known bugs: +** `make-frame' forgets unhandled parameters, at least for X11 frames. ** The \\{...} keymap dump output does not correctly remove shadowed entries: From: "Drew Adams" <drew.adams@oracle.com> |