diff options
| author | Chong Yidong | 2009-12-08 02:59:53 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-12-08 02:59:53 +0000 |
| commit | cec849219337360f7d23eb3ca59899d38cfb9948 (patch) | |
| tree | d497a2fbbaf7745c5c737922a98fa30ef91bd6fb | |
| parent | d2a1dc7bc106840133daa9bbb48571d0b5a719ae (diff) | |
| download | emacs-cec849219337360f7d23eb3ca59899d38cfb9948.tar.gz emacs-cec849219337360f7d23eb3ca59899d38cfb9948.zip | |
NEWS entries for mail-user-agent and CEDET.
| -rw-r--r-- | etc/NEWS | 55 |
1 files changed, 42 insertions, 13 deletions
| @@ -219,16 +219,6 @@ dired buffers automatically on revisiting. | |||
| 219 | *** When `doc-view-continuous' is non-nil, scrolling a line | 219 | *** When `doc-view-continuous' is non-nil, scrolling a line |
| 220 | on the page edge advances to the next/previous page. | 220 | on the page edge advances to the next/previous page. |
| 221 | 221 | ||
| 222 | ** FIXME mail-user-agent change | ||
| 223 | This probably affects a lot of documentation. | ||
| 224 | |||
| 225 | *** If the user has not customized mail-user-agent, the `compose-mail' | ||
| 226 | command (C-x m) checks for customizations for Mail mode, the previous | ||
| 227 | default mail-user-agent. It issues a warning if these customizations | ||
| 228 | are found, to prevent mail configurations from silently breaking. | ||
| 229 | |||
| 230 | To disable this check, set compose-mail-user-agent-warnings to nil. | ||
| 231 | |||
| 232 | ** FIXME gdb-mi | 222 | ** FIXME gdb-mi |
| 233 | 223 | ||
| 234 | ** Grep | 224 | ** Grep |
| @@ -244,6 +234,22 @@ matched topics found in the index. | |||
| 244 | manual that generates an Info file which gives the same information | 234 | manual that generates an Info file which gives the same information |
| 245 | through a menu structure. | 235 | through a menu structure. |
| 246 | 236 | ||
| 237 | ** Message mode is now the default mode for composing mail. | ||
| 238 | |||
| 239 | The default for `mail-user-agent' is now message-user-agent, so the | ||
| 240 | C-x m (`compose-mail') command uses Message mode instead of Mail mode. | ||
| 241 | |||
| 242 | Message mode has been included in Emacs, as part of the Gnus package, | ||
| 243 | for several years. It provides several features that are absent in | ||
| 244 | Mail mode, such as MIME handling. | ||
| 245 | |||
| 246 | *** If the user has not customized mail-user-agent, `compose-mail' | ||
| 247 | checks for Mail mode customizations, and issues a warning if these | ||
| 248 | customizations are found. This alerts users who may otherwise be | ||
| 249 | unaware that their mail configuration has changed. | ||
| 250 | |||
| 251 | To disable this check, set compose-mail-user-agent-warnings to nil. | ||
| 252 | |||
| 247 | ** nXML mode is now the default for editing XML files. | 253 | ** nXML mode is now the default for editing XML files. |
| 248 | 254 | ||
| 249 | ** Shell | 255 | ** Shell |
| @@ -273,7 +279,7 @@ by default anymore. The number of entries shown can be chosen | |||
| 273 | interactively with a prefix argument, by customizing | 279 | interactively with a prefix argument, by customizing |
| 274 | vc-log-show-limit. The log buffer display buttons that can be used | 280 | vc-log-show-limit. The log buffer display buttons that can be used |
| 275 | to change the number of entries shown. | 281 | to change the number of entries shown. |
| 276 | RCS, SCCS, CVS do not support this feature. | 282 | RCS, SCCS, CVS do not support this feature. |
| 277 | 283 | ||
| 278 | *** vc-annotate supports annotations through file copies and renames, | 284 | *** vc-annotate supports annotations through file copies and renames, |
| 279 | it displays the old names for the files and it can show logs/diffs for | 285 | it displays the old names for the files and it can show logs/diffs for |
| @@ -364,12 +370,35 @@ consider the background light). | |||
| 364 | 370 | ||
| 365 | * New Modes and Packages in Emacs 23.2 | 371 | * New Modes and Packages in Emacs 23.2 |
| 366 | 372 | ||
| 373 | ** CEDET (the Collection of Emacs Development Tools) is now in Emacs. | ||
| 374 | This is a collection of packages to aid with using Emacs as an IDE | ||
| 375 | (integrated development environment): | ||
| 376 | |||
| 377 | *** The Semantic package allows the use of parsers to intelligently | ||
| 378 | edit and navigate source code. Parsers for C/C++, Java, Javascript, | ||
| 379 | and several other languages are included by default, and Semantic can | ||
| 380 | also interface with external tools such as GNU Global and GNU Idutils. | ||
| 381 | |||
| 382 | To enable Semantic, use the global minor mode `semantic-mode'. | ||
| 383 | See the Semantic manual for details. | ||
| 384 | |||
| 385 | *** EDE (Emacs Development Environment) is a package for managing code | ||
| 386 | projects, including features such as automatic Makefile generation. | ||
| 387 | |||
| 388 | To enable EDE, use the minor mode `global-ede-mode'. | ||
| 389 | See the EDE manual for details. | ||
| 390 | |||
| 391 | *** SRecode is a library for recoding Semantic tags back into source | ||
| 392 | code. It is currently used by some parts of Semantic and EDE; in the | ||
| 393 | future, it may be used for code generation features. | ||
| 394 | |||
| 395 | *** The EIEIO library implements a subset of the Common Lisp Object | ||
| 396 | System (CLOS). It is used by the other CEDET packages. | ||
| 397 | |||
| 367 | ** mpc.el is a front end for the Music Player Daemon. Run it with M-x mpc. | 398 | ** mpc.el is a front end for the Music Player Daemon. Run it with M-x mpc. |
| 368 | 399 | ||
| 369 | ** htmlfontify.el turns a fontified Emacs buffer into an HTML page. | 400 | ** htmlfontify.el turns a fontified Emacs buffer into an HTML page. |
| 370 | 401 | ||
| 371 | ** FIXME CEDET | ||
| 372 | |||
| 373 | ** js.el is a new major mode for JavaScript files. | 402 | ** js.el is a new major mode for JavaScript files. |
| 374 | 403 | ||
| 375 | ** imap-hash.el is a new library to address IMAP mailboxes as hashtables. | 404 | ** imap-hash.el is a new library to address IMAP mailboxes as hashtables. |