Mercurial > emacs
comparison etc/NEWS @ 90140:02f1dbc4a199
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 228-240)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 53-58)
- Merge from emacs--cvs-trunk--0
- Update from CVS
- Collapse feature addition/removal within single ChangeLog entry
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 09 Apr 2005 02:16:29 +0000 |
parents | 7a3341d65a12 b97ab529f16e |
children | 146c086df160 |
comparison
equal
deleted
inserted
replaced
90139:e0d294b9b23e | 90140:02f1dbc4a199 |
---|---|
191 M-d (kill-word) | 191 M-d (kill-word) |
192 M-DEL (backward-kill-word) | 192 M-DEL (backward-kill-word) |
193 M-t (transpose-words) | 193 M-t (transpose-words) |
194 M-q (fill-paragraph) | 194 M-q (fill-paragraph) |
195 | 195 |
196 ** fast-lock.el and lazy-lock.el are obsolete. Use jit-lock.el instead. | |
197 | |
196 ** iso-acc.el is now obsolete. Use one of the latin input methods instead. | 198 ** iso-acc.el is now obsolete. Use one of the latin input methods instead. |
197 | 199 |
198 --- | 200 --- |
199 ** Languange environment and various default coding systems are setup | 201 ** Languange environment and various default coding systems are setup |
200 more correctly according to the current locale name. If the locale | 202 more correctly according to the current locale name. If the locale |
423 | 425 |
424 +++ | 426 +++ |
425 ** Telnet now prompts you for a port number with C-u M-x telnet. | 427 ** Telnet now prompts you for a port number with C-u M-x telnet. |
426 | 428 |
427 +++ | 429 +++ |
428 ** New command line option -Q. | 430 ** New command line option -Q or --bare-bones. |
429 | 431 |
430 This is like using -q --no-site-file, but in addition it also disables | 432 This is like using -q --no-site-file, but in addition it also disables |
431 the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking | 433 the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking |
432 cursor, and the fancy startup screen. | 434 cursor, and the fancy startup screen. |
433 | 435 |