Mercurial > emacs
comparison lisp/ChangeLog @ 101364:f91567c7badd
Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 22 Jan 2009 23:45:33 +0000 |
parents | 3211179cf973 |
children | caf8a55f13b5 |
comparison
equal
deleted
inserted
replaced
101363:3211179cf973 | 101364:f91567c7badd |
---|---|
1 2009-01-22 Ulf Jasper <ulf.jasper@web.de> | 1 2009-01-22 Ulf Jasper <ulf.jasper@web.de> |
2 | 2 |
3 * net/newst-treeview.el | 3 * net/newst-treeview.el |
4 (newsticker-treeview-next-new-or-immortal-item): New optional arg | 4 (newsticker-treeview-next-new-or-immortal-item): New optional arg |
5 current-item-counts. Move to next feed if necessary. (Bug#1569) | 5 current-item-counts. Move to next feed if necessary. (Bug#1569) |
6 (newsticker-treeview-prev-new-or-immortal-item): Move to previous | 6 (newsticker-treeview-prev-new-or-immortal-item): Move to previous |
7 feed if necessary. (Bug#1569) | 7 feed if necessary. (Bug#1569) |
8 (newsticker-treeview-next-feed) | 8 (newsticker-treeview-next-feed) |
9 (newsticker-treeview-prev-feed): New optional arg | 9 (newsticker-treeview-prev-feed): New optional arg stay-in-tree. |
10 stay-in-tree. Don't activate node nil. (Bug#1569) | 10 Don't activate node nil. (Bug#1569) |
11 | 11 |
12 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com> | 12 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com> |
13 | 13 |
14 * term/ns-win.el (ns-show-manual): Fix node name. | 14 * term/ns-win.el (ns-show-manual): Fix node name. |
15 (x-open-connection) Fix typo in declaration filename. | 15 (x-open-connection): Fix typo in declaration filename. |
16 | 16 |
17 2009-01-22 Romain Francoise <romain@orebokech.com> | 17 2009-01-22 Romain Francoise <romain@orebokech.com> |
18 | 18 |
19 * Makefile.in (ELCFILES): Update. | 19 * Makefile.in (ELCFILES): Update. |
20 | 20 |
25 | 25 |
26 * server.el (server-create-tty-frame): ... here. | 26 * server.el (server-create-tty-frame): ... here. |
27 | 27 |
28 2009-01-22 Chong Yidong <cyd@stupidchicken.com> | 28 2009-01-22 Chong Yidong <cyd@stupidchicken.com> |
29 | 29 |
30 * format.el (format-annotate-function): Set | 30 * format.el (format-annotate-function): |
31 write-region-post-annotation-function. | 31 Set write-region-post-annotation-function. |
32 | 32 |
33 2009-01-21 John Wiegley <johnw@newartisans.com> | 33 2009-01-21 John Wiegley <johnw@newartisans.com> |
34 | 34 |
35 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default | 35 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default |
36 list of output filters. | 36 list of output filters. |
37 (eshell-mode): Change the default binding of C-a to eshell-bol. I | 37 (eshell-mode): Change the default binding of C-a to eshell-bol. |
38 don't think it's actually bound at all by default in eshell; it | 38 I don't think it's actually bound at all by default in eshell; |
39 just falls back to the default binding of C-a. | 39 it just falls back to the default binding of C-a. |
40 | 40 |
41 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca> | 41 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca> |
42 | 42 |
43 * minibuffer.el (completion--insert-strings): Fix up computation of | 43 * minibuffer.el (completion--insert-strings): Fix up computation of |
44 column position which manifested e.g. in proced's signal completion. | 44 column position which manifested e.g. in proced's signal completion. |