diff options
| author | Glenn Morris | 2010-04-15 00:19:06 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-15 00:19:06 -0700 |
| commit | f492f32f11c1f6df6ed1cfd93119ffa5b15c9501 (patch) | |
| tree | fc1733beae748d2c6e1e27ad1e8c2a714d1f49ad | |
| parent | cdfbcbba7ada235217c9a69b70ec86fece1a58a7 (diff) | |
| download | emacs-f492f32f11c1f6df6ed1cfd93119ffa5b15c9501.tar.gz emacs-f492f32f11c1f6df6ed1cfd93119ffa5b15c9501.zip | |
NEWS markup.
* etc/NEWS: bookmark-bmenu-search, mpc, image-mode-maybe do not need
manual entries. GDB changes, Semantic, EDE, EIEIO have them.
| -rw-r--r-- | etc/NEWS | 32 |
1 files changed, 19 insertions, 13 deletions
| @@ -184,6 +184,7 @@ that file exists. | |||
| 184 | 184 | ||
| 185 | * Changes in Specialized Modes and Packages in Emacs 23.2 | 185 | * Changes in Specialized Modes and Packages in Emacs 23.2 |
| 186 | 186 | ||
| 187 | --- | ||
| 187 | ** The bookmark menu has a narrowing search via bookmark-bmenu-search. | 188 | ** The bookmark menu has a narrowing search via bookmark-bmenu-search. |
| 188 | 189 | ||
| 189 | ** LaTeX mode now provides completion (via completion-at-point). | 190 | ** LaTeX mode now provides completion (via completion-at-point). |
| @@ -238,9 +239,9 @@ on the page edge advances to the next/previous page. | |||
| 238 | 239 | ||
| 239 | ** GDB-UI | 240 | ** GDB-UI |
| 240 | 241 | ||
| 242 | +++ | ||
| 241 | *** Toolbar functionality for reverse debugging. Display of STL | 243 | *** Toolbar functionality for reverse debugging. Display of STL |
| 242 | collections as watch expressions. These features require GDB 7.0 | 244 | collections as watch expressions. These features require GDB 7.0 or later. |
| 243 | or later. | ||
| 244 | 245 | ||
| 245 | ** Grep | 246 | ** Grep |
| 246 | +++ | 247 | +++ |
| @@ -338,9 +339,9 @@ backends do not support this. | |||
| 338 | **** The short log format for git makes use of the graph display, so | 339 | **** The short log format for git makes use of the graph display, so |
| 339 | it's not supported on git versions earlier than 1.5. | 340 | it's not supported on git versions earlier than 1.5. |
| 340 | 341 | ||
| 341 | **** Support for operating with stashes has been added to vc-dir: the stash list is | 342 | **** Support for operating with stashes has been added to vc-dir: |
| 342 | displayed in the *vc-dir* header, stashes can be created, removed, applied and | 343 | the stash list is displayed in the *vc-dir* header, stashes can be |
| 343 | their content displayed. | 344 | created, removed, applied and their content displayed. |
| 344 | 345 | ||
| 345 | **** vc-dir displays the stash status | 346 | **** vc-dir displays the stash status |
| 346 | 347 | ||
| @@ -402,6 +403,7 @@ consider the background light). | |||
| 402 | This is a collection of packages to aid with using Emacs as an IDE | 403 | This is a collection of packages to aid with using Emacs as an IDE |
| 403 | (integrated development environment): | 404 | (integrated development environment): |
| 404 | 405 | ||
| 406 | +++ | ||
| 405 | *** The Semantic package allows the use of parsers to intelligently | 407 | *** The Semantic package allows the use of parsers to intelligently |
| 406 | edit and navigate source code. Parsers for C/C++, Java, Javascript, | 408 | edit and navigate source code. Parsers for C/C++, Java, Javascript, |
| 407 | and several other languages are included by default, and Semantic can | 409 | and several other languages are included by default, and Semantic can |
| @@ -410,6 +412,7 @@ also interface with external tools such as GNU Global and GNU Idutils. | |||
| 410 | To enable Semantic, use the global minor mode `semantic-mode'. | 412 | To enable Semantic, use the global minor mode `semantic-mode'. |
| 411 | See the Semantic manual for details. | 413 | See the Semantic manual for details. |
| 412 | 414 | ||
| 415 | +++ | ||
| 413 | *** EDE (Emacs Development Environment) is a package for managing code | 416 | *** EDE (Emacs Development Environment) is a package for managing code |
| 414 | projects, including features such as automatic Makefile generation. | 417 | projects, including features such as automatic Makefile generation. |
| 415 | 418 | ||
| @@ -420,9 +423,11 @@ See the EDE manual for details. | |||
| 420 | code. It is currently used by some parts of Semantic and EDE; in the | 423 | code. It is currently used by some parts of Semantic and EDE; in the |
| 421 | future, it may be used for code generation features. | 424 | future, it may be used for code generation features. |
| 422 | 425 | ||
| 426 | +++ | ||
| 423 | *** The EIEIO library implements a subset of the Common Lisp Object | 427 | *** The EIEIO library implements a subset of the Common Lisp Object |
| 424 | System (CLOS). It is used by the other CEDET packages. | 428 | System (CLOS). It is used by the other CEDET packages. |
| 425 | 429 | ||
| 430 | --- | ||
| 426 | ** mpc.el is a front end for the Music Player Daemon. Run it with M-x mpc. | 431 | ** mpc.el is a front end for the Music Player Daemon. Run it with M-x mpc. |
| 427 | 432 | ||
| 428 | ** htmlfontify.el turns a fontified Emacs buffer into an HTML page. | 433 | ** htmlfontify.el turns a fontified Emacs buffer into an HTML page. |
| @@ -457,16 +462,17 @@ be in use: | |||
| 457 | ** Support for generating Emacs 18 compatible bytecode (by setting | 462 | ** Support for generating Emacs 18 compatible bytecode (by setting |
| 458 | the variable `byte-compile-compatibility') has been removed. | 463 | the variable `byte-compile-compatibility') has been removed. |
| 459 | 464 | ||
| 460 | ** In image-mode.el `image-mode-maybe' is obsolete. Instead, you can | 465 | --- |
| 461 | either use `image-mode' that displays an image file as the actual image | 466 | ** In image-mode.el `image-mode-maybe' is obsolete. |
| 462 | initially, or `image-mode-as-text' when you want to display an image file | 467 | Instead, you can either use `image-mode' (which displays an image file |
| 463 | as text initially. `image-mode-as-text' is a combination of a non-image | 468 | as the actual image initially), or `image-mode-as-text' (when you want |
| 464 | mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'. | 469 | to display an image file as text initially). `image-mode-as-text' is a |
| 465 | `image-minor-mode' provides `C-c C-c' key binding to toggle image display. | 470 | combination of a non-image mode from `auto-mode-alist' (or Fundamental |
| 471 | mode) and `image-minor-mode'. `image-minor-mode' provides a `C-c C-c' | ||
| 472 | key binding to toggle image display. | ||
| 466 | `image-toggle-display-text' removes image properties. | 473 | `image-toggle-display-text' removes image properties. |
| 467 | `image-toggle-display-image' adds image properties. | 474 | `image-toggle-display-image' adds image properties. |
| 468 | `image-toggle-display' toggles between `image-mode-as-text' and | 475 | `image-toggle-display' toggles between `image-mode-as-text' and `image-mode'. |
| 469 | `image-mode'. | ||
| 470 | 476 | ||
| 471 | 477 | ||
| 472 | * Lisp changes in Emacs 23.2 | 478 | * Lisp changes in Emacs 23.2 |