aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-02 02:03:11 +0100
committerJuanma Barranquero2010-01-02 02:03:11 +0100
commitda14b7caecf13214dfe328cdb5a6a5532c41a644 (patch)
treec1fa113253503fdd3388d60565152928f4bf41e1
parent87231e2cfe2cc4317f8150eba2b94b4f0c676886 (diff)
downloademacs-da14b7caecf13214dfe328cdb5a6a5532c41a644.tar.gz
emacs-da14b7caecf13214dfe328cdb5a6a5532c41a644.zip
etc/NEWS: Fix typos.
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/NEWS21
2 files changed, 17 insertions, 12 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4c84ab70607..176076f066a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-01-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * NEWS: Fix typos.
4
12009-12-15 Glenn Morris <rgm@gnu.org> 52009-12-15 Glenn Morris <rgm@gnu.org>
2 6
3 * CONTRIBUTE (Coding Standards): Update URL. 7 * CONTRIBUTE (Coding Standards): Update URL.
@@ -301,8 +305,8 @@
301 305
3022009-05-15 Sven Joachim <svenjoac@gmx.de> 3062009-05-15 Sven Joachim <svenjoac@gmx.de>
303 307
304 * refcards/de-refcard.tex: Merge changes from refcard.tex. 308 * refcards/de-refcard.tex: Merge changes from refcard.tex.
305 Change `Paragraph' to `Absatz'. 309 Change `Paragraph' to `Absatz'.
306 310
3072009-04-09 Glenn Morris <rgm@gnu.org> 3112009-04-09 Glenn Morris <rgm@gnu.org>
308 312
diff --git a/etc/NEWS b/etc/NEWS
index 4117e95259e..a4e44f065c4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -182,7 +182,7 @@ that file exists.
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
@@ -235,8 +235,9 @@ 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. 239collections as watch expressions. These features require GDB 7.0
240or later.
240 241
241** Grep 242** Grep
242+++ 243+++
@@ -586,7 +587,7 @@ a GIF library.
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.
590This provides support for GNUstep (via the GNUstep libraries) and Mac 591This provides support for GNUstep (via the GNUstep libraries) and Mac
591OS X (via the Cocoa libraries). 592OS X (via the Cocoa libraries).
592 593
@@ -617,7 +618,7 @@ emacs-devel@gnu.org to inform the Emacs developers.
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. 621executable format.
621 622
622*** Solaris versions 2.6 and below. 623*** Solaris versions 2.6 and below.
623 624
@@ -1187,23 +1188,23 @@ specifies what to do when a buffer is visited, killed, or written.
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. 1191abbrev-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. 1196extra 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