aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22ec1f69ff3..ce2c1463b29 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
12009-08-22 Glenn Morris <rgm@gnu.org> 12009-08-22 Glenn Morris <rgm@gnu.org>
2 2
3 * calendar/lunar.el (lunar-phase-names): New option.
4 (lunar-phase): Doc fix.
5 (lunar-cycles-per-year): New constant.
6 (lunar-index): New function.
7 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8 (lunar-phase-name): Use lunar-phase-names.
9 (calendar-lunar-phases): Use format.
10 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11
3 * progmodes/cperl-mode.el (cperl-imenu-name-and-position): 12 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
4 Copy imenu-example--name-and-position function here for own use. 13 Copy imenu-example--name-and-position function here for own use.
5 (cperl-xsub-scan): Use cperl-imenu-name-and-position. 14 (cperl-xsub-scan): Use cperl-imenu-name-and-position.