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
diff --git a/ChangeLog b/ChangeLog index d0bb31ce3e7..e89f2a78e12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-28 Glenn Morris <rgm@gnu.org> + + * AUTHORS: Add cal-html.el author. + 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * make-dist: Make links to mac/make-package and @@ -12,15 +16,15 @@ * configure: Regenerate. 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu> - + * viper-cmd.el (viper-prefix-arg-com): define gg as G0 - + * viper-ex.el (ex-read): quote file argument. - + * ediff-diff.el (ediff-same-file-contents): expand file names. - + * ediff-mult.el (ediff-append-custom-diff): quote shell file arguments. - + 2006-10-23 Andreas Schwab <schwab@suse.de> * 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 @@ +2006-10-28 Glenn Morris <rgm@gnu.org> + + * calendar/calendar.el (cal-html-cursor-month) + (cal-html-cursor-year): Add autoloads for this new package. + (calendar-mode-map): Bind cal-html-cursor-month, + cal-html-cursor-year. + +2006-10-28 Anna Bigatti <bigatti@dima.unige.it> + + * calendar/cal-html.el: New file. + 2006-10-28 Chong Yidong <cyd@stupidchicken.com> * 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 @@ +2006-10-28 Glenn Morris <rgm@gnu.org> + + * ack.texi (Acknowledgments): Add cal-html author. + + * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX + Calendar"). Describe new package cal-html. + * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing + Calendar Files." + 2006-10-27 Richard Stallman <rms@gnu.org> * woman.texi: Downcase nroff/troff/roff. |