mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
etc/NEWS: Fix typos.
This commit is contained in:
parent
87231e2cfe
commit
da14b7caec
@ -1,3 +1,7 @@
|
|||||||
|
2010-01-01 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
|
* NEWS: Fix typos.
|
||||||
|
|
||||||
2009-12-15 Glenn Morris <rgm@gnu.org>
|
2009-12-15 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* CONTRIBUTE (Coding Standards): Update URL.
|
* CONTRIBUTE (Coding Standards): Update URL.
|
||||||
@ -301,8 +305,8 @@
|
|||||||
|
|
||||||
2009-05-15 Sven Joachim <svenjoac@gmx.de>
|
2009-05-15 Sven Joachim <svenjoac@gmx.de>
|
||||||
|
|
||||||
* refcards/de-refcard.tex: Merge changes from refcard.tex.
|
* refcards/de-refcard.tex: Merge changes from refcard.tex.
|
||||||
Change `Paragraph' to `Absatz'.
|
Change `Paragraph' to `Absatz'.
|
||||||
|
|
||||||
2009-04-09 Glenn Morris <rgm@gnu.org>
|
2009-04-09 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
21
etc/NEWS
21
etc/NEWS
@ -182,7 +182,7 @@ that file exists.
|
|||||||
|
|
||||||
** The bookmark menu has a narrowing search via bookmark-bmenu-search.
|
** The bookmark menu has a narrowing search via bookmark-bmenu-search.
|
||||||
|
|
||||||
** LaTeX mode now provides completion (via completion-at-point)
|
** LaTeX mode now provides completion (via completion-at-point).
|
||||||
|
|
||||||
** sym-comp.el is now declared obsolete, superceded by completion-at-point.
|
** sym-comp.el is now declared obsolete, superceded by completion-at-point.
|
||||||
|
|
||||||
@ -235,8 +235,9 @@ on the page edge advances to the next/previous page.
|
|||||||
|
|
||||||
** GDB-UI
|
** GDB-UI
|
||||||
|
|
||||||
*** Toolbar functionality for reverse debugging. Display of STL collections as
|
*** Toolbar functionality for reverse debugging. Display of STL
|
||||||
watch expressions. These features require GDB 7.0 or later.
|
collections as watch expressions. These features require GDB 7.0
|
||||||
|
or later.
|
||||||
|
|
||||||
** Grep
|
** Grep
|
||||||
+++
|
+++
|
||||||
@ -586,7 +587,7 @@ a GIF library.
|
|||||||
|
|
||||||
*** Emacs now supports multi-page TIFF images.
|
*** Emacs now supports multi-page TIFF images.
|
||||||
|
|
||||||
** New NeXTSTEP-based port
|
** New NeXTSTEP-based port.
|
||||||
This provides support for GNUstep (via the GNUstep libraries) and Mac
|
This provides support for GNUstep (via the GNUstep libraries) and Mac
|
||||||
OS X (via the Cocoa libraries).
|
OS X (via the Cocoa libraries).
|
||||||
|
|
||||||
@ -617,7 +618,7 @@ emacs-devel@gnu.org to inform the Emacs developers.
|
|||||||
*** Old GNU/Linux systems based on libc version 5.
|
*** Old GNU/Linux systems based on libc version 5.
|
||||||
|
|
||||||
*** Old FreeBSD, NetBSD, and OpenBSD systems based on the COFF
|
*** Old FreeBSD, NetBSD, and OpenBSD systems based on the COFF
|
||||||
executable format.
|
executable format.
|
||||||
|
|
||||||
*** Solaris versions 2.6 and below.
|
*** Solaris versions 2.6 and below.
|
||||||
|
|
||||||
@ -1187,23 +1188,23 @@ specifies what to do when a buffer is visited, killed, or written.
|
|||||||
** Abbrev has been rewritten in Elisp and extended with more flexibility.
|
** Abbrev has been rewritten in Elisp and extended with more flexibility.
|
||||||
|
|
||||||
*** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
|
*** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
|
||||||
abbrev-table-p, abbrev-insert, abbrev-table-menu.
|
abbrev-table-p, abbrev-insert, abbrev-table-menu.
|
||||||
|
|
||||||
*** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'.
|
*** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'.
|
||||||
|
|
||||||
*** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take
|
*** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take
|
||||||
extra arguments for arbitrary properties.
|
extra arguments for arbitrary properties.
|
||||||
|
|
||||||
*** New variable `abbrev-minor-mode-table-alist'.
|
*** New variable `abbrev-minor-mode-table-alist'.
|
||||||
|
|
||||||
*** `local-abbrev-table' can hold a list of abbrev-tables.
|
*** `local-abbrev-table' can hold a list of abbrev-tables.
|
||||||
|
|
||||||
*** Abbrevs have now the following special properties:
|
*** Abbrevs have now the following special properties:
|
||||||
`:count', `:system', `:enable-function', `:case-fixed'.
|
`:count', `:system', `:enable-function', `:case-fixed'.
|
||||||
|
|
||||||
*** Abbrev-tables have now the following special properties:
|
*** Abbrev-tables have now the following special properties:
|
||||||
`:parents', `:case-fixed', `:enable-function', `:regexp',
|
`:parents', `:case-fixed', `:enable-function', `:regexp',
|
||||||
`abbrev-table-modiff'.
|
`abbrev-table-modiff'.
|
||||||
|
|
||||||
** Apropos
|
** Apropos
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user