aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-10-20 02:04:43 +0000
committerStefan Monnier2007-10-20 02:04:43 +0000
commitc3bb6fdbcbdb076b95055efd3e07c08ad77eb8f6 (patch)
tree8eab6bea08b9a61c701bfe995a554eaa4991992d
parent2659df6808566cdbfdeb00d1597a8eadf7d53c72 (diff)
downloademacs-c3bb6fdbcbdb076b95055efd3e07c08ad77eb8f6.tar.gz
emacs-c3bb6fdbcbdb076b95055efd3e07c08ad77eb8f6.zip
*** empty log message ***
-rw-r--r--etc/NEWS8
-rw-r--r--etc/TODO3
2 files changed, 10 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 62258f67ff4..00faf92d29a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -166,8 +166,14 @@ its usage.
166 166
167* Changes in Specialized Modes and Packages in Emacs 23.1 167* Changes in Specialized Modes and Packages in Emacs 23.1
168 168
169** diff-fine-highlight highlights char-level details of changes in a diff hunk. 169** smerge-refine highlights word-level details of changes in conflict.
170It's used automatically as you move through conflicts, see smerge-auto-refine.
171
172** diff-refine-hunk highlights word-level details of changes in a diff hunk.
173It's used automatically as you move through hunks, see diff-auto-refine.
174
170** archive-mode has basic support to browse Rar archives. 175** archive-mode has basic support to browse Rar archives.
176
171** talk.el has been extended for multiple tty support. 177** talk.el has been extended for multiple tty support.
172 178
173** compilation-auto-jump-to-first-error tells `compile' to jump to 179** compilation-auto-jump-to-first-error tells `compile' to jump to
diff --git a/etc/TODO b/etc/TODO
index bea9f39f2a5..a146bbabe2a 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -181,6 +181,8 @@ specified filters, specified timers, and specified hooks.
181 181
182* Other features we would like: 182* Other features we would like:
183 183
184** Allow frames(terminals) created by emacsclient to inherit their environment
185from the emacsclient process.
184** Remove the default toggling behavior of minor modes when called from elisp 186** Remove the default toggling behavior of minor modes when called from elisp
185rather than interactively. This a trivial one-liner in easy-mode.el. 187rather than interactively. This a trivial one-liner in easy-mode.el.
186 188
@@ -609,6 +611,7 @@ but which can also be used as a modifier).
609 611
610* Other known bugs: 612* Other known bugs:
611 613
614** `make-frame' forgets unhandled parameters, at least for X11 frames.
612** The \\{...} keymap dump output does not correctly remove shadowed entries: 615** The \\{...} keymap dump output does not correctly remove shadowed entries:
613From: "Drew Adams" <drew.adams@oracle.com> 616From: "Drew Adams" <drew.adams@oracle.com>
614 617