Mercurial > emacs
comparison etc/NEWS @ 106695:a05636ead18a
etc/NEWS: Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 02 Jan 2010 02:03:11 +0100 |
parents | d937917bda79 |
children | b92c3979701c |
comparison
equal
deleted
inserted
replaced
106694:7874e9166ee3 | 106695:a05636ead18a |
---|---|
180 | 180 |
181 * Changes in Specialized Modes and Packages in Emacs 23.2 | 181 * Changes in Specialized Modes and Packages in Emacs 23.2 |
182 | 182 |
183 ** The bookmark menu has a narrowing search via bookmark-bmenu-search. | 183 ** The bookmark menu has a narrowing search via bookmark-bmenu-search. |
184 | 184 |
185 ** LaTeX mode now provides completion (via completion-at-point) | 185 ** LaTeX mode now provides completion (via completion-at-point). |
186 | 186 |
187 ** sym-comp.el is now declared obsolete, superceded by completion-at-point. | 187 ** sym-comp.el is now declared obsolete, superceded by completion-at-point. |
188 | 188 |
189 ** lucid.el and levents.el are now declared obsolete. | 189 ** lucid.el and levents.el are now declared obsolete. |
190 | 190 |
233 *** When `doc-view-continuous' is non-nil, scrolling a line | 233 *** When `doc-view-continuous' is non-nil, scrolling a line |
234 on the page edge advances to the next/previous page. | 234 on the page edge advances to the next/previous page. |
235 | 235 |
236 ** GDB-UI | 236 ** GDB-UI |
237 | 237 |
238 *** Toolbar functionality for reverse debugging. Display of STL collections as | 238 *** Toolbar functionality for reverse debugging. Display of STL |
239 watch expressions. These features require GDB 7.0 or later. | 239 collections as watch expressions. These features require GDB 7.0 |
240 or later. | |
240 | 241 |
241 ** Grep | 242 ** Grep |
242 +++ | 243 +++ |
243 *** A new command `zrgrep' searches recursively in gzipped files. | 244 *** A new command `zrgrep' searches recursively in gzipped files. |
244 | 245 |
584 | 585 |
585 *** Emacs now supports the SVG image format through librsvg2. | 586 *** Emacs now supports the SVG image format through librsvg2. |
586 | 587 |
587 *** Emacs now supports multi-page TIFF images. | 588 *** Emacs now supports multi-page TIFF images. |
588 | 589 |
589 ** New NeXTSTEP-based port | 590 ** New NeXTSTEP-based port. |
590 This provides support for GNUstep (via the GNUstep libraries) and Mac | 591 This provides support for GNUstep (via the GNUstep libraries) and Mac |
591 OS X (via the Cocoa libraries). | 592 OS X (via the Cocoa libraries). |
592 | 593 |
593 Specify --with-ns to configure for this. By default, a self-contained | 594 Specify --with-ns to configure for this. By default, a self-contained |
594 app will be built (containing all lisp). To install/share lisp with | 595 app will be built (containing all lisp). To install/share lisp with |
615 emacs-devel@gnu.org to inform the Emacs developers. | 616 emacs-devel@gnu.org to inform the Emacs developers. |
616 | 617 |
617 *** Old GNU/Linux systems based on libc version 5. | 618 *** Old GNU/Linux systems based on libc version 5. |
618 | 619 |
619 *** Old FreeBSD, NetBSD, and OpenBSD systems based on the COFF | 620 *** Old FreeBSD, NetBSD, and OpenBSD systems based on the COFF |
620 executable format. | 621 executable format. |
621 | 622 |
622 *** Solaris versions 2.6 and below. | 623 *** Solaris versions 2.6 and below. |
623 | 624 |
624 *** Solaris on IBM RS6000 machines. | 625 *** Solaris on IBM RS6000 machines. |
625 | 626 |
1185 * Changes in Specialized Modes and Packages in Emacs 23.1 | 1186 * Changes in Specialized Modes and Packages in Emacs 23.1 |
1186 | 1187 |
1187 ** Abbrev has been rewritten in Elisp and extended with more flexibility. | 1188 ** Abbrev has been rewritten in Elisp and extended with more flexibility. |
1188 | 1189 |
1189 *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put, | 1190 *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put, |
1190 abbrev-table-p, abbrev-insert, abbrev-table-menu. | 1191 abbrev-table-p, abbrev-insert, abbrev-table-menu. |
1191 | 1192 |
1192 *** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'. | 1193 *** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'. |
1193 | 1194 |
1194 *** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take | 1195 *** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take |
1195 extra arguments for arbitrary properties. | 1196 extra arguments for arbitrary properties. |
1196 | 1197 |
1197 *** New variable `abbrev-minor-mode-table-alist'. | 1198 *** New variable `abbrev-minor-mode-table-alist'. |
1198 | 1199 |
1199 *** `local-abbrev-table' can hold a list of abbrev-tables. | 1200 *** `local-abbrev-table' can hold a list of abbrev-tables. |
1200 | 1201 |
1201 *** Abbrevs have now the following special properties: | 1202 *** Abbrevs have now the following special properties: |
1202 `:count', `:system', `:enable-function', `:case-fixed'. | 1203 `:count', `:system', `:enable-function', `:case-fixed'. |
1203 | 1204 |
1204 *** Abbrev-tables have now the following special properties: | 1205 *** Abbrev-tables have now the following special properties: |
1205 `:parents', `:case-fixed', `:enable-function', `:regexp', | 1206 `:parents', `:case-fixed', `:enable-function', `:regexp', |
1206 `abbrev-table-modiff'. | 1207 `abbrev-table-modiff'. |
1207 | 1208 |
1208 ** Apropos | 1209 ** Apropos |
1209 | 1210 |
1210 *** `apropos-library' describes the elements defined in a given library. | 1211 *** `apropos-library' describes the elements defined in a given library. |
1211 | 1212 |