diff options
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f0cc3c761c..e89993d9980 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2008-03-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * vms-patch.el (make-legal-file-name): New obsolete alias. | ||
| 4 | (make-valid-file-name): Rename from `make-legal-file-name'. | ||
| 5 | (make-auto-save-file-name): Use it. | ||
| 6 | |||
| 7 | * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias. | ||
| 8 | (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'. | ||
| 9 | (calendar-date-is-visible-p, mark-visible-calendar-date): Use it. | ||
| 10 | |||
| 11 | * textmodes/org.el (org-export-html-style): Doc fix. | ||
| 12 | (org-get-legal-level): New obsolete alias. | ||
| 13 | (org-get-valid-level): Rename from `org-get-legal-level'. | ||
| 14 | (org-promote, org-demote, org-archive-subtree) | ||
| 15 | (org-remember-handler, org-refile, org-put-clock-overlay): Use it. | ||
| 16 | |||
| 1 | 2008-03-06 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 17 | 2008-03-06 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> |
| 2 | 18 | ||
| 3 | * term/x-win.el (x-gtk-stock-map): Add bookmark_add. | 19 | * term/x-win.el (x-gtk-stock-map): Add bookmark_add. |
| @@ -1189,7 +1205,7 @@ | |||
| 1189 | New options. | 1205 | New options. |
| 1190 | (python-which-shell, python-which-args, python-which-bufname): | 1206 | (python-which-shell, python-which-args, python-which-bufname): |
| 1191 | New buffer local variables. | 1207 | New buffer local variables. |
| 1192 | (python-file-queue, python-pdbtrack-is-tracking-p): | 1208 | (python-file-queue, python-pdbtrack-is-tracking-p): New variables. |
| 1193 | 1209 | ||
| 1194 | * progmodes/python.el (python-pdbtrack-stack-entry-regexp) | 1210 | * progmodes/python.el (python-pdbtrack-stack-entry-regexp) |
| 1195 | (python-pdbtrack-input-prompt, python-pdbtrack-track-range): | 1211 | (python-pdbtrack-input-prompt, python-pdbtrack-track-range): |
| @@ -6997,7 +7013,6 @@ | |||
| 6997 | of `mark' for error checking. | 7013 | of `mark' for error checking. |
| 6998 | 7014 | ||
| 6999 | 2007-12-26 Tassilo Horn <tassilo@member.fsf.org> | 7015 | 2007-12-26 Tassilo Horn <tassilo@member.fsf.org> |
| 7000 | |||
| 7001 | * image-mode.el (image-bookmark-make-cell, image-bookmark-jump): | 7016 | * image-mode.el (image-bookmark-make-cell, image-bookmark-jump): |
| 7002 | New functions. | 7017 | New functions. |
| 7003 | (image-mode): Set bookmark-make-cell-function appropriately. | 7018 | (image-mode): Set bookmark-make-cell-function appropriately. |