aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-04-15 00:19:06 -0700
committerGlenn Morris2010-04-15 00:19:06 -0700
commitf492f32f11c1f6df6ed1cfd93119ffa5b15c9501 (patch)
treefc1733beae748d2c6e1e27ad1e8c2a714d1f49ad
parentcdfbcbba7ada235217c9a69b70ec86fece1a58a7 (diff)
downloademacs-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/NEWS32
1 files changed, 19 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6b21d165c71..9be071a292c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
242collections as watch expressions. These features require GDB 7.0 244collections as watch expressions. These features require GDB 7.0 or later.
243or 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
339it's not supported on git versions earlier than 1.5. 340it'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:
342displayed in the *vc-dir* header, stashes can be created, removed, applied and 343the stash list is displayed in the *vc-dir* header, stashes can be
343their content displayed. 344created, 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).
402This is a collection of packages to aid with using Emacs as an IDE 403This 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
406edit and navigate source code. Parsers for C/C++, Java, Javascript, 408edit and navigate source code. Parsers for C/C++, Java, Javascript,
407and several other languages are included by default, and Semantic can 409and 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.
410To enable Semantic, use the global minor mode `semantic-mode'. 412To enable Semantic, use the global minor mode `semantic-mode'.
411See the Semantic manual for details. 413See 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
414projects, including features such as automatic Makefile generation. 417projects, including features such as automatic Makefile generation.
415 418
@@ -420,9 +423,11 @@ See the EDE manual for details.
420code. It is currently used by some parts of Semantic and EDE; in the 423code. It is currently used by some parts of Semantic and EDE; in the
421future, it may be used for code generation features. 424future, 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
424System (CLOS). It is used by the other CEDET packages. 428System (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
458the variable `byte-compile-compatibility') has been removed. 463the variable `byte-compile-compatibility') has been removed.
459 464
460** In image-mode.el `image-mode-maybe' is obsolete. Instead, you can 465---
461either use `image-mode' that displays an image file as the actual image 466** In image-mode.el `image-mode-maybe' is obsolete.
462initially, or `image-mode-as-text' when you want to display an image file 467Instead, you can either use `image-mode' (which displays an image file
463as text initially. `image-mode-as-text' is a combination of a non-image 468as the actual image initially), or `image-mode-as-text' (when you want
464mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'. 469to 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. 470combination of a non-image mode from `auto-mode-alist' (or Fundamental
471mode) and `image-minor-mode'. `image-minor-mode' provides a `C-c C-c'
472key 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