diff options
| author | Juanma Barranquero | 2008-01-21 00:53:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-01-21 00:53:31 +0000 |
| commit | 43530341912354c83d9ea9974ba829bb6b59e388 (patch) | |
| tree | f8426027d46743653609ca718f2c165710f91bfd | |
| parent | a0d892d475cbdabda101d2da3111c25efb43e6e0 (diff) | |
| download | emacs-43530341912354c83d9ea9974ba829bb6b59e388.tar.gz emacs-43530341912354c83d9ea9974ba829bb6b59e388.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac453cbc91e..fd8d5b4ad8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-01-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * textmodes/org.el (org-unmodified, org-cycle-emulate-tab) | ||
| 4 | (org-descriptive-links, org-link-file-path-type) | ||
| 5 | (org-remember-use-refile-when-interactive) | ||
| 6 | (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders) | ||
| 7 | (org-export-ascii-bullets, org-agenda-deadline-faces) | ||
| 8 | (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header) | ||
| 9 | (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info) | ||
| 10 | (org-kill-note-or-show-branches): Fix typos in docstrings. | ||
| 11 | |||
| 1 | 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org> | 12 | 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 2 | 13 | ||
| 3 | * vc.el (vc-process-sentinel): Set mode-line-process. | 14 | * vc.el (vc-process-sentinel): Set mode-line-process. |
| @@ -35,7 +46,7 @@ | |||
| 35 | * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to | 46 | * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to |
| 36 | prevent infloops. | 47 | prevent infloops. |
| 37 | 48 | ||
| 38 | 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change) | 49 | 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change) |
| 39 | 50 | ||
| 40 | * progmodes/python.el (python-imports): Default to "None". | 51 | * progmodes/python.el (python-imports): Default to "None". |
| 41 | 52 | ||
| @@ -54,8 +65,7 @@ | |||
| 54 | (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing. | 65 | (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing. |
| 55 | (hide-ifdef-region-internal): Give new overlay hide-ifdef | 66 | (hide-ifdef-region-internal): Give new overlay hide-ifdef |
| 56 | property. Shadow text when hide-ifdef-shadow is non-nil. | 67 | property. Shadow text when hide-ifdef-shadow is non-nil. |
| 57 | (hif-show-ifdef-region): Remove overlays with hide-ifdef | 68 | (hif-show-ifdef-region): Remove overlays with hide-ifdef property set. |
| 58 | property set. | ||
| 59 | (hif-hide-line): Use when instead of if. | 69 | (hif-hide-line): Use when instead of if. |
| 60 | (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines): | 70 | (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines): |
| 61 | Remove unneeded * from doc-strings. | 71 | Remove unneeded * from doc-strings. |
| @@ -141,8 +151,7 @@ | |||
| 141 | (org-agenda-highlight-todo): Respect | 151 | (org-agenda-highlight-todo): Respect |
| 142 | `org-agenda-todo-keyword-format'. | 152 | `org-agenda-todo-keyword-format'. |
| 143 | (org-agenda-todo-keyword-format): New option. | 153 | (org-agenda-todo-keyword-format): New option. |
| 144 | (org-infile-export-plist): No restriction while searching for | 154 | (org-infile-export-plist): No restriction while searching for options. |
| 145 | options. | ||
| 146 | (org-remember-handler): Remove comments at the end of the buffer. | 155 | (org-remember-handler): Remove comments at the end of the buffer. |
| 147 | (org-remember-use-refile-when-interactive): New option. | 156 | (org-remember-use-refile-when-interactive): New option. |
| 148 | (org-table-sort-lines): Make sure sorting works on link | 157 | (org-table-sort-lines): Make sure sorting works on link |
| @@ -153,8 +162,7 @@ | |||
| 153 | `full-file-path'. | 162 | `full-file-path'. |
| 154 | (org-get-refile-targets): Respect new values for | 163 | (org-get-refile-targets): Respect new values for |
| 155 | `org-refile-use-outline-path'. | 164 | `org-refile-use-outline-path'. |
| 156 | (org-agenda-get-restriction-and-command): DEL goes back to initial | 165 | (org-agenda-get-restriction-and-command): DEL goes back to initial list. |
| 157 | list. | ||
| 158 | (org-export-as-xoxo): Restore point when done. | 166 | (org-export-as-xoxo): Restore point when done. |
| 159 | (org-open-file): Allow multiple %s in command. | 167 | (org-open-file): Allow multiple %s in command. |
| 160 | (org-clock-in-switch-to-state): New option. | 168 | (org-clock-in-switch-to-state): New option. |
| @@ -162,8 +170,7 @@ | |||
| 162 | (org-last-remember-storage-locations): New variable. | 170 | (org-last-remember-storage-locations): New variable. |
| 163 | (org-get-refile-targets): Interpret the new maxlevel setting. | 171 | (org-get-refile-targets): Interpret the new maxlevel setting. |
| 164 | (org-refile-targets): New option `:maxlevel'. | 172 | (org-refile-targets): New option `:maxlevel'. |
| 165 | (org-copy-subtree): Include empty lines before but not after | 173 | (org-copy-subtree): Include empty lines before but not after subtree. |
| 166 | subtree. | ||
| 167 | (org-back-over-empty-lines, org-skip-whitespace): New functions. | 174 | (org-back-over-empty-lines, org-skip-whitespace): New functions. |
| 168 | (org-move-item-down, org-move-item-up): Include empty lines before | 175 | (org-move-item-down, org-move-item-up): Include empty lines before |
| 169 | but not after item. | 176 | but not after item. |
| @@ -209,15 +216,13 @@ | |||
| 209 | (org-hide-emphasis-markers): New option. | 216 | (org-hide-emphasis-markers): New option. |
| 210 | (org-additional-option-like-keywords): Add new keywords. | 217 | (org-additional-option-like-keywords): Add new keywords. |
| 211 | (org-get-entry): Rename from `org-get-cleaned-entry'. | 218 | (org-get-entry): Rename from `org-get-cleaned-entry'. |
| 212 | (org-icalendar-cleanup-string): New function for quoting icalendar | 219 | (org-icalendar-cleanup-string): New function for quoting icalendar text. |
| 213 | text. | ||
| 214 | (org-agenda-skip-scheduled-if-done): New option. | 220 | (org-agenda-skip-scheduled-if-done): New option. |
| 215 | (org-agenda-get-scheduled, org-agenda-get-blocks): Use | 221 | (org-agenda-get-scheduled, org-agenda-get-blocks): Use |
| 216 | `org-agenda-skip-scheduled-if-done'. | 222 | `org-agenda-skip-scheduled-if-done'. |
| 217 | (org-prepare-agenda-buffers): Allow buffers as arguments. | 223 | (org-prepare-agenda-buffers): Allow buffers as arguments. |
| 218 | (org-entry-properties): Add CATEGORY as a special property. | 224 | (org-entry-properties): Add CATEGORY as a special property. |
| 219 | (org-use-property-inheritance): Allow a list of properties as a | 225 | (org-use-property-inheritance): Allow a list of properties as a value. |
| 220 | value. | ||
| 221 | (org-eval-in-calendar): No longer update the prompt. | 226 | (org-eval-in-calendar): No longer update the prompt. |
| 222 | (org-read-date-popup-calendar): Rename from | 227 | (org-read-date-popup-calendar): Rename from |
| 223 | `org-popup-calendar-for-date-prompt'. | 228 | `org-popup-calendar-for-date-prompt'. |