diff options
| -rw-r--r-- | ChangeLog | 14 | ||||
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | man/ChangeLog | 9 |
3 files changed, 29 insertions, 5 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-10-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * AUTHORS: Add cal-html.el author. | ||
| 4 | |||
| 1 | 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * make-dist: Make links to mac/make-package and | 7 | * make-dist: Make links to mac/make-package and |
| @@ -12,15 +16,15 @@ | |||
| 12 | * configure: Regenerate. | 16 | * configure: Regenerate. |
| 13 | 17 | ||
| 14 | 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu> | 18 | 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu> |
| 15 | 19 | ||
| 16 | * viper-cmd.el (viper-prefix-arg-com): define gg as G0 | 20 | * viper-cmd.el (viper-prefix-arg-com): define gg as G0 |
| 17 | 21 | ||
| 18 | * viper-ex.el (ex-read): quote file argument. | 22 | * viper-ex.el (ex-read): quote file argument. |
| 19 | 23 | ||
| 20 | * ediff-diff.el (ediff-same-file-contents): expand file names. | 24 | * ediff-diff.el (ediff-same-file-contents): expand file names. |
| 21 | 25 | ||
| 22 | * ediff-mult.el (ediff-append-custom-diff): quote shell file arguments. | 26 | * ediff-mult.el (ediff-append-custom-diff): quote shell file arguments. |
| 23 | 27 | ||
| 24 | 2006-10-23 Andreas Schwab <schwab@suse.de> | 28 | 2006-10-23 Andreas Schwab <schwab@suse.de> |
| 25 | 29 | ||
| 26 | * configure.in: Make sure x_default_search_path is always set even | 30 | * configure.in: Make sure x_default_search_path is always set even |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25ebccf8051..67854bf930e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-10-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar/calendar.el (cal-html-cursor-month) | ||
| 4 | (cal-html-cursor-year): Add autoloads for this new package. | ||
| 5 | (calendar-mode-map): Bind cal-html-cursor-month, | ||
| 6 | cal-html-cursor-year. | ||
| 7 | |||
| 8 | 2006-10-28 Anna Bigatti <bigatti@dima.unige.it> | ||
| 9 | |||
| 10 | * calendar/cal-html.el: New file. | ||
| 11 | |||
| 1 | 2006-10-28 Chong Yidong <cyd@stupidchicken.com> | 12 | 2006-10-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 13 | ||
| 3 | * emacs-lisp/authors.el (authors-aliases): Update. | 14 | * emacs-lisp/authors.el (authors-aliases): Update. |
diff --git a/man/ChangeLog b/man/ChangeLog index c46f1c1161a..34728d0425b 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-10-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ack.texi (Acknowledgments): Add cal-html author. | ||
| 4 | |||
| 5 | * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX | ||
| 6 | Calendar"). Describe new package cal-html. | ||
| 7 | * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing | ||
| 8 | Calendar Files." | ||
| 9 | |||
| 1 | 2006-10-27 Richard Stallman <rms@gnu.org> | 10 | 2006-10-27 Richard Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * woman.texi: Downcase nroff/troff/roff. | 12 | * woman.texi: Downcase nroff/troff/roff. |