Mercurial > emacs
comparison etc/NEWS @ 107950:6a60101b1df6
NEWS markup.
* etc/NEWS: bookmark-bmenu-search, mpc, image-mode-maybe do not need
manual entries. GDB changes, Semantic, EDE, EIEIO have them.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 15 Apr 2010 00:19:06 -0700 |
parents | 59a9e318c0ab |
children | 4cdebb02755e |
comparison
equal
deleted
inserted
replaced
107949:f55f82f75bb4 | 107950:6a60101b1df6 |
---|---|
182 user-emacs-directory; but the old location, ~/.abbrev_defs, is used if | 182 user-emacs-directory; but the old location, ~/.abbrev_defs, is used if |
183 that file exists. | 183 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). |
190 | 191 |
191 --- | 192 --- |
236 *** When `doc-view-continuous' is non-nil, scrolling a line | 237 *** When `doc-view-continuous' is non-nil, scrolling a line |
237 on the page edge advances to the next/previous page. | 238 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 +++ |
247 *** A new command `zrgrep' searches recursively in gzipped files. | 248 *** A new command `zrgrep' searches recursively in gzipped files. |
248 | 249 |
336 *** vc-git changes | 337 *** vc-git changes |
337 | 338 |
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 |
347 **** vc-dir requires at least git-1.5.5. | 348 **** vc-dir requires at least git-1.5.5. |
348 | 349 |
400 | 401 |
401 ** CEDET (the Collection of Emacs Development Tools) is now in Emacs. | 402 ** CEDET (the Collection of Emacs Development Tools) is now in Emacs. |
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 |
408 also interface with external tools such as GNU Global and GNU Idutils. | 410 also interface with external tools such as GNU Global and GNU Idutils. |
409 | 411 |
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 |
416 To enable EDE, use the minor mode `global-ede-mode'. | 419 To enable EDE, use the minor mode `global-ede-mode'. |
417 See the EDE manual for details. | 420 See the EDE manual for details. |
418 | 421 |
419 *** SRecode is a library for recoding Semantic tags back into source | 422 *** SRecode is a library for recoding Semantic tags back into source |
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. |
429 | 434 |
430 +++ | 435 +++ |
455 | 460 |
456 --- | 461 --- |
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 |
473 --- | 479 --- |
474 ** All the default-FOO variables that hold the default value of the FOO | 480 ** All the default-FOO variables that hold the default value of the FOO |