Mercurial > emacs
comparison lisp/ChangeLog @ 55450:ef0ff8c26e5f
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 08 May 2004 17:30:52 +0000 |
parents | f9d03e5c67f3 |
children | bc9d102f6ae2 |
comparison
equal
deleted
inserted
replaced
55449:a0ba84563db6 | 55450:ef0ff8c26e5f |
---|---|
42 | 42 |
43 * calendar/cal-bahai.el: New file, which adds support for the | 43 * calendar/cal-bahai.el: New file, which adds support for the |
44 Baha'i calendar to Emacs. This calendar is based on a solar year | 44 Baha'i calendar to Emacs. This calendar is based on a solar year |
45 of 19 months of 19 days, with 4 intercalary days. Each year | 45 of 19 months of 19 days, with 4 intercalary days. Each year |
46 begins on March 21, with the calendar starting in 1844. | 46 begins on March 21, with the calendar starting in 1844. |
47 | 47 |
48 * calendar/cal-menu.el, calendar/calendar.el, | 48 * calendar/cal-menu.el, calendar/calendar.el, |
49 calendar/diary-lib.el, calendar/holidays.el: Added support for | 49 calendar/diary-lib.el, calendar/holidays.el: Added support for |
50 using cal-bahai.el. | 50 using cal-bahai.el. |
51 | 51 |
52 * eshell/em-glob.el (eshell-glob-initialize): Move initialization | 52 * eshell/em-glob.el (eshell-glob-initialize): Move initialization |
62 arguments. | 62 arguments. |
63 | 63 |
64 * simple.el (next-error): Fix typo in docstring. | 64 * simple.el (next-error): Fix typo in docstring. |
65 (open-line): Make argument names match their use in docstring. | 65 (open-line): Make argument names match their use in docstring. |
66 (split-line): Fix docstring. | 66 (split-line): Fix docstring. |
67 | |
68 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format | |
69 usable by `describe-function'. | |
70 (gensym, gentemp, typep, ignore-errors): Make argument names match | |
71 their use in docstring. | |
72 | |
73 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P | |
74 argument to `help-setup-xref'. | |
67 | 75 |
68 2004-05-07 Kai Grossjohann <kai@emptydomain.de> | 76 2004-05-07 Kai Grossjohann <kai@emptydomain.de> |
69 | 77 |
70 Version 2.0.40 of Tramp released. | 78 Version 2.0.40 of Tramp released. |
71 | 79 |