diff options
| author | Dan Nicolaescu | 2008-08-06 03:48:14 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-08-06 03:48:14 +0000 |
| commit | c13375112a54e2210b109e563cfad16b1bab7b38 (patch) | |
| tree | af2c9dce44bde0fc0b8a23032c1c663669d1d570 | |
| parent | bfb906ac1742dfd246d0ba5d2cdc42d6be84a54d (diff) | |
| download | emacs-c13375112a54e2210b109e563cfad16b1bab7b38.tar.gz emacs-c13375112a54e2210b109e563cfad16b1bab7b38.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
| @@ -232,6 +232,10 @@ has been replaced with a submenu offering three different ways to | |||
| 232 | handle long lines: truncation, continuation at the window edge, and | 232 | handle long lines: truncation, continuation at the window edge, and |
| 233 | the new word wrapping option (see Editing Changes, below). | 233 | the new word wrapping option (see Editing Changes, below). |
| 234 | 234 | ||
| 235 | *** Improvements to menus for major and minor modes | ||
| 236 | More major and minor modes now have a mode specific menu, and existing | ||
| 237 | mode menus have been improved to include more functionality. | ||
| 238 | |||
| 235 | ** Mode-line changes | 239 | ** Mode-line changes |
| 236 | +++ | 240 | +++ |
| 237 | *** The mode-line displays a `@', instead of `-', if the | 241 | *** The mode-line displays a `@', instead of `-', if the |
| @@ -243,6 +247,11 @@ minor mode, in the same way as it already did for major modes. | |||
| 243 | *** The `mode-line-emphasis' face is used to highlight certain | 247 | *** The `mode-line-emphasis' face is used to highlight certain |
| 244 | mode-line information (e.g. waiting for a VC command to finish). | 248 | mode-line information (e.g. waiting for a VC command to finish). |
| 245 | 249 | ||
| 250 | *** The mode-line tooltips have been improved to provide more details. | ||
| 251 | |||
| 252 | *** The VC, line/colum number and minor mode indicators on the mode | ||
| 253 | line are now interactive: mouse-1 can be used on them to pop up a menu. | ||
| 254 | |||
| 246 | ** Directory-local variables can now be defined. | 255 | ** Directory-local variables can now be defined. |
| 247 | By default, Emacs looks in .dir-settings.el for directory-local | 256 | By default, Emacs looks in .dir-settings.el for directory-local |
| 248 | variables. For more information, see `set-directory-project' and | 257 | variables. For more information, see `set-directory-project' and |
| @@ -553,7 +562,8 @@ which have installed this software. | |||
| 553 | * Changes in Specialized Modes and Packages in Emacs 23.1 | 562 | * Changes in Specialized Modes and Packages in Emacs 23.1 |
| 554 | 563 | ||
| 555 | ** Diff mode | 564 | ** Diff mode |
| 556 | *** New function `diff-show-trailing-blanks'. | 565 | *** New function `diff-show-trailing-whitespaces' can be used to show |
| 566 | trailing whitespace problems in the modified lines of a diff buffer. | ||
| 557 | 567 | ||
| 558 | ** Abbrev has been rewritten in Elisp and extended with more flexibility. | 568 | ** Abbrev has been rewritten in Elisp and extended with more flexibility. |
| 559 | *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put, | 569 | *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put, |