diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2004-05-08 17:30:52 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2004-05-08 17:30:52 +0000 |
| commit | 603b9df93d966e23792c165e8ac567bf5f190154 (patch) | |
| tree | 1b500d3147b6985e87194d5753fde7a627ed810d | |
| parent | a766dfa1042f538843b2da50683528589ce68180 (diff) | |
| download | emacs-603b9df93d966e23792c165e8ac567bf5f190154.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b5563a81f2..a949e53fcf8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -44,7 +44,7 @@ Baha'i calendar to Emacs. This calendar is based on a solar year of 19 months of 19 days, with 4 intercalary days. Each year begins on March 21, with the calendar starting in 1844. - + * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el: Added support for using cal-bahai.el. @@ -65,6 +65,14 @@ (open-line): Make argument names match their use in docstring. (split-line): Fix docstring. + * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format + usable by `describe-function'. + (gensym, gentemp, typep, ignore-errors): Make argument names match + their use in docstring. + + * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P + argument to `help-setup-xref'. + 2004-05-07 Kai Grossjohann <kai@emptydomain.de> Version 2.0.40 of Tramp released. |
