\f
* 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
* 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.
* 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>