# HG changeset patch # User Juanma Barranquero # Date 1084037452 0 # Node ID ef0ff8c26e5f9789d8ce3d8bb76460fa898e5fac # Parent a0ba84563db6d9e202af8d0b6d36f32b3d754b95 *** empty log message *** diff -r a0ba84563db6 -r ef0ff8c26e5f lisp/ChangeLog --- 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 Version 2.0.40 of Tramp released.