Mercurial > emacs
changeset 55450:ef0ff8c26e5f
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 08 May 2004 17:30:52 +0000 |
parents | a0ba84563db6 |
children | 6bfcdaf90a9b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 08 17:23:08 2004 +0000 +++ b/lisp/ChangeLog Sat May 08 17:30:52 2004 +0000 @@ -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.