Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1205 emacs/etc/NEWS:1.1206 *** emacs/etc/NEWS:1.1205 Thu Jun 2 10:06:14 2005 --- emacs/etc/NEWS Sat Jun 4 19:03:06 2005 *************** *** 116,121 **** --- 116,122 ---- * Startup Changes in Emacs 22.1 + +++ ** New command line option -Q or --quick. This is like using -q --no-site-file, but in addition it also disables the fancy startup screen. *************** *** 710,715 **** --- 711,717 ---- The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'. The old name is still available as an alias. + --- *** Moving or scrolling through images (and other lines) taller that the window now works sensibly, by automatically adjusting the window's vscroll property. *************** *** 826,833 **** --- 828,837 ---- +++ *** New standard font-lock face `font-lock-preprocessor-face'. + +++ *** New standard font-lock face `font-lock-comment-delimiter-face'. + +++ *** Easy to overlook single character negation can now be font-locked. You can use the new variable `font-lock-negation-char-face' and the face of the same name to customize this. Currently the cc-modes, sh-script-mode, *************** *** 1247,1252 **** --- 1251,1257 ---- like bash's `ESC .' binding. It is bound by default to `C-c .', but otherwise behaves quite similarly to the bash version. + +++ *** `comint-use-prompt-regexp-instead-of-fields' has been renamed `comint-use-prompt-regexp'. The old name has been kept as an alias, but declared obsolete. *************** *** 1292,1300 **** --- 1297,1307 ---- matches, compilation errors, etc. This minor mode can be toggled with C-c C-f. + +++ *** When the left fringe is displayed, an arrow points to current message in the compilation buffer. + +++ *** The new variable `compilation-context-lines' controls lines of leading context before the current message. If nil and the left fringe is displayed, it doesn't scroll the compilation output window. If there is no left fringe, *************** *** 1621,1626 **** --- 1628,1634 ---- similar to Refill mode, but more reliable. To turn the word wrap feature off, set `longlines-auto-wrap' to nil. + +++ ** The printing package is now part of the Emacs distribution. If you enable the printing package by including (require 'printing) in *************** *** 1713,1718 **** --- 1721,1727 ---- * Changes in Specialized Modes and Packages in Emacs 22.1: + --- ** Makefile mode has submodes for automake, gmake, makepp and BSD make. The former two couldn't be differentiated before, and the latter two *************** *** 2401,2406 **** --- 2410,2416 ---- +++ *** Desktop saving is now a minor mode, `desktop-save-mode'. + +++ *** The variable `desktop-enable' is obsolete. Customize `desktop-save-mode' to enable desktop saving. *************** *** 2471,2476 **** --- 2481,2487 ---- then it reverts to the old behavior and asks the user to select regions for comparison. + +++ *** The new command `ediff-backup' compares a file with its most recent backup using `ediff'. If you specify the name of a backup file, `ediff-backup' compares it with the file of which it is a backup. *************** *** 4784,4789 **** --- 4795,4801 ---- to display the size of the accessible part of the buffer on the mode line. + +++ *** Mouse-face on mode-line (and header-line) is now supported. `mode-line-highlight' is the standard face indicating mouse sensitive elements on mode-line (and header-line) like `highlight' face on text
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
