diff options
| author | Juanma Barranquero | 2006-01-29 23:22:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-01-29 23:22:18 +0000 |
| commit | 520c451b389b16f5af89aa13742c300bc169314d (patch) | |
| tree | e1ebd35d7cb3015b67d0f660c79d36a20877ffa7 | |
| parent | da2134bce97ba23e4a4ba4b696e4984a3f513e96 (diff) | |
| download | emacs-520c451b389b16f5af89aa13742c300bc169314d.tar.gz emacs-520c451b389b16f5af89aa13742c300bc169314d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | man/ChangeLog | 14 |
2 files changed, 15 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09e5f85a43d..a13e45e20bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2006-01-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (WINS): Add erc. | ||
| 4 | (MH_E_SRC): Update (copied from lisp/Makefile.in). | ||
| 5 | |||
| 1 | 2006-01-29 Bill Wohler <wohler@newt.com> | 6 | 2006-01-29 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el, | 8 | * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el, |
| 4 | mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el, | 9 | mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el, |
| 5 | mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. | 10 | mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. |
| 6 | (mh-autoloads): Don't use comments on otherwise empty lines. | 11 | (mh-autoloads): Don't use comments on otherwise empty lines. |
| 7 | 12 | ||
| 8 | 2006-01-29 Juanma Barranquero <lekktu@gmail.com> | 13 | 2006-01-29 Juanma Barranquero <lekktu@gmail.com> |
diff --git a/man/ChangeLog b/man/ChangeLog index 59d5efc3ed9..7e611e171d8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-01-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and | ||
| 4 | rcirc. | ||
| 5 | |||
| 1 | 2006-01-29 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-01-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * basic.texi (Continuation Lines, Inserting Text): Mention | 8 | * basic.texi (Continuation Lines, Inserting Text): Mention |
| @@ -29,7 +34,6 @@ | |||
| 29 | * display.texi (Display Custom): Add xref to Variables. | 34 | * display.texi (Display Custom): Add xref to Variables. |
| 30 | (Optional Mode Line): eol-mnemonic-... vars moved here. | 35 | (Optional Mode Line): eol-mnemonic-... vars moved here. |
| 31 | 36 | ||
| 32 | |||
| 33 | * commands.texi: Minor cleanups. Refer to "graphical" terminals, | 37 | * commands.texi: Minor cleanups. Refer to "graphical" terminals, |
| 34 | rather than X. | 38 | rather than X. |
| 35 | 39 | ||
| @@ -98,9 +102,9 @@ | |||
| 98 | 102 | ||
| 99 | * ses.texi (Formulas, Printer functions): Use @key for TAB. | 103 | * ses.texi (Formulas, Printer functions): Use @key for TAB. |
| 100 | 104 | ||
| 101 | * kmacro.texi (Keyboard Macro Step-Edit): : Use @key for TAB. | 105 | * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB. |
| 102 | 106 | ||
| 103 | * ebrowse.texi (Switching to Tree, Symbol Completion): : Use @key | 107 | * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key |
| 104 | for TAB. | 108 | for TAB. |
| 105 | 109 | ||
| 106 | * cc-mode.texi (Indentation Calculation): Use @key for TAB. | 110 | * cc-mode.texi (Indentation Calculation): Use @key for TAB. |
| @@ -143,7 +147,7 @@ | |||
| 143 | 147 | ||
| 144 | 2006-01-13 Carsten Dominik <dominik@science.uva.nl> | 148 | 2006-01-13 Carsten Dominik <dominik@science.uva.nl> |
| 145 | 149 | ||
| 146 | * org.texi: (Agenda commands): Document tags command. | 150 | * org.texi (Agenda commands): Document tags command. |
| 147 | 151 | ||
| 148 | 2006-01-11 Luc Teirlinck <teirllm@auburn.edu> | 152 | 2006-01-11 Luc Teirlinck <teirllm@auburn.edu> |
| 149 | 153 | ||
| @@ -614,7 +618,7 @@ | |||
| 614 | 618 | ||
| 615 | 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org> | 619 | 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org> |
| 616 | 620 | ||
| 617 | * gnus.texi (Group Parameters): Mention new varable | 621 | * gnus.texi (Group Parameters): Mention new variable |
| 618 | gnus-parameters-case-fold-search. | 622 | gnus-parameters-case-fold-search. |
| 619 | (Home Score File): Addition. | 623 | (Home Score File): Addition. |
| 620 | 624 | ||