/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1205 by lektu, Thu Jun 2 10:06:14 2005 UTC revision 1.1206 by eliz, Sat Jun 4 19:03:06 2005 UTC
# Line 116  emacs crash. Line 116  emacs crash.
116    
117  * Startup Changes in Emacs 22.1  * Startup Changes in Emacs 22.1
118    
119    +++
120  ** New command line option -Q or --quick.  ** New command line option -Q or --quick.
121  This is like using -q --no-site-file, but in addition it also disables  This is like using -q --no-site-file, but in addition it also disables
122  the fancy startup screen.  the fancy startup screen.
# Line 710  gives the fraction of the window's width Line 711  gives the fraction of the window's width
711  The variable `automatic-hscrolling' was renamed to  The variable `automatic-hscrolling' was renamed to
712  `auto-hscroll-mode'.  The old name is still available as an alias.  `auto-hscroll-mode'.  The old name is still available as an alias.
713    
714    ---
715  *** Moving or scrolling through images (and other lines) taller that  *** Moving or scrolling through images (and other lines) taller that
716  the window now works sensibly, by automatically adjusting the window's  the window now works sensibly, by automatically adjusting the window's
717  vscroll property.  vscroll property.
# Line 826  trouble with fontification and/or indent Line 828  trouble with fontification and/or indent
828  +++  +++
829  *** New standard font-lock face `font-lock-preprocessor-face'.  *** New standard font-lock face `font-lock-preprocessor-face'.
830    
831    +++
832  *** New standard font-lock face `font-lock-comment-delimiter-face'.  *** New standard font-lock face `font-lock-comment-delimiter-face'.
833    
834    +++
835  *** Easy to overlook single character negation can now be font-locked.  *** Easy to overlook single character negation can now be font-locked.
836  You can use the new variable `font-lock-negation-char-face' and the face of  You can use the new variable `font-lock-negation-char-face' and the face of
837  the same name to customize this.  Currently the cc-modes, sh-script-mode,  the same name to customize this.  Currently the cc-modes, sh-script-mode,
# Line 1247  modes (shell-mode etc) inserts arguments Line 1251  modes (shell-mode etc) inserts arguments
1251  like bash's `ESC .' binding.  It is bound by default to `C-c .', but  like bash's `ESC .' binding.  It is bound by default to `C-c .', but
1252  otherwise behaves quite similarly to the bash version.  otherwise behaves quite similarly to the bash version.
1253    
1254    +++
1255  *** `comint-use-prompt-regexp-instead-of-fields' has been renamed  *** `comint-use-prompt-regexp-instead-of-fields' has been renamed
1256  `comint-use-prompt-regexp'.  The old name has been kept as an alias,  `comint-use-prompt-regexp'.  The old name has been kept as an alias,
1257  but declared obsolete.  but declared obsolete.
# Line 1292  buffer causes automatic display in anoth Line 1297  buffer causes automatic display in anoth
1297  matches, compilation errors, etc.  This minor mode can be toggled with  matches, compilation errors, etc.  This minor mode can be toggled with
1298  C-c C-f.  C-c C-f.
1299    
1300    +++
1301  *** When the left fringe is displayed, an arrow points to current message in  *** When the left fringe is displayed, an arrow points to current message in
1302  the compilation buffer.  the compilation buffer.
1303    
1304    +++
1305  *** The new variable `compilation-context-lines' controls lines of leading  *** The new variable `compilation-context-lines' controls lines of leading
1306  context before the current message.  If nil and the left fringe is displayed,  context before the current message.  If nil and the left fringe is displayed,
1307  it doesn't scroll the compilation output window.  If there is no left fringe,  it doesn't scroll the compilation output window.  If there is no left fringe,
# Line 1621  referred to as "soft word wrap" in other Line 1628  referred to as "soft word wrap" in other
1628  similar to Refill mode, but more reliable.  To turn the word wrap  similar to Refill mode, but more reliable.  To turn the word wrap
1629  feature off, set `longlines-auto-wrap' to nil.  feature off, set `longlines-auto-wrap' to nil.
1630    
1631    +++
1632  ** The printing package is now part of the Emacs distribution.  ** The printing package is now part of the Emacs distribution.
1633    
1634  If you enable the printing package by including (require 'printing) in  If you enable the printing package by including (require 'printing) in
# Line 1713  This was actually done in Emacs-21.1, an Line 1721  This was actually done in Emacs-21.1, an
1721    
1722  * Changes in Specialized Modes and Packages in Emacs 22.1:  * Changes in Specialized Modes and Packages in Emacs 22.1:
1723    
1724    ---
1725  ** Makefile mode has submodes for automake, gmake, makepp and BSD make.  ** Makefile mode has submodes for automake, gmake, makepp and BSD make.
1726    
1727  The former two couldn't be differentiated before, and the latter two  The former two couldn't be differentiated before, and the latter two
# Line 2401  old name remains available as alias, but Line 2410  old name remains available as alias, but
2410  +++  +++
2411  *** Desktop saving is now a minor mode, `desktop-save-mode'.  *** Desktop saving is now a minor mode, `desktop-save-mode'.
2412    
2413    +++
2414  *** The variable `desktop-enable' is obsolete.  *** The variable `desktop-enable' is obsolete.
2415    
2416  Customize `desktop-save-mode' to enable desktop saving.  Customize `desktop-save-mode' to enable desktop saving.
# Line 2471  currently highlighted regions in an infe Line 2481  currently highlighted regions in an infe
2481  then it reverts to the old behavior and asks the user to select regions for  then it reverts to the old behavior and asks the user to select regions for
2482  comparison.  comparison.
2483    
2484    +++
2485  *** The new command `ediff-backup' compares a file with its most recent  *** The new command `ediff-backup' compares a file with its most recent
2486  backup using `ediff'.  If you specify the name of a backup file,  backup using `ediff'.  If you specify the name of a backup file,
2487  `ediff-backup' compares it with the file of which it is a backup.  `ediff-backup' compares it with the file of which it is a backup.
# Line 4784  used to add text properties to mode-line Line 4795  used to add text properties to mode-line
4795  to display the size of the accessible part of the buffer on the mode  to display the size of the accessible part of the buffer on the mode
4796  line.  line.
4797    
4798    +++
4799  *** Mouse-face on mode-line (and header-line) is now supported.  *** Mouse-face on mode-line (and header-line) is now supported.
4800  `mode-line-highlight' is the standard face indicating mouse sensitive  `mode-line-highlight' is the standard face indicating mouse sensitive
4801  elements on mode-line (and header-line) like `highlight' face on text  elements on mode-line (and header-line) like `highlight' face on text

Legend:
Removed from v.1.1205  
changed lines
  Added in v.1.1206

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26