comparison etc/NEWS @ 85100:c04703192cb6

(diff-hunk-style): New fun. (diff-end-of-hunk): Use it. (diff-context->unified): Use the new `apply' undo element, if applicable, so as to save undo-log space. (diff-fine-change): New face. (diff-fine-highlight-preproc): New function. (diff-fine-highlight): New command.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Oct 2007 04:12:24 +0000
parents 2a3baf9b92a9
children fd282fb888de
comparison
equal deleted inserted replaced
85099:ccdbfad065e3 85100:c04703192cb6
150 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. 150 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt.
151 151
152 152
153 * Changes in Specialized Modes and Packages in Emacs 23.1 153 * Changes in Specialized Modes and Packages in Emacs 23.1
154 154
155 ** diff-fine-highlight highlights char-level details of changes in a diff hunk.
155 ** archive-mode has basic support to browse Rar archives. 156 ** archive-mode has basic support to browse Rar archives.
156 ** talk.el has been extended for multiple tty support. 157 ** talk.el has been extended for multiple tty support.
157 158
158 ** compilation-auto-jump-to-first-error tells `compile' to jump to 159 ** compilation-auto-jump-to-first-error tells `compile' to jump to
159 the first error encountered during compilations. 160 the first error encountered during compilations.