diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 138 |
1 files changed, 135 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b91115cd67..8101c48f10b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,135 @@ | |||
| 1 | 2006-02-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * help.el (help): Revert last part of 2006-02-23 change (deletion | ||
| 4 | of the `provide' call). | ||
| 5 | |||
| 6 | 2006-02-23 Juri Linkov <juri@jurta.org> | ||
| 7 | |||
| 8 | * compare-w.el (compare-windows-highlight): Add new value | ||
| 9 | `persistent' and change :type from `boolean' to `choice'. | ||
| 10 | (compare-windows-overlays1, compare-windows-overlays2): | ||
| 11 | New internal variables. | ||
| 12 | (compare-windows-highlight): If compare-windows-highlight is | ||
| 13 | `persistent', add current overlays to compare-windows-overlays[12] | ||
| 14 | instead of adding compare-windows-dehighlight to pre-command-hook. | ||
| 15 | (compare-windows-dehighlight): Delete all overlays from | ||
| 16 | compare-windows-overlays[12]. | ||
| 17 | |||
| 18 | * info.el (Info-search): Don't bind search-spaces-regexp to | ||
| 19 | Info-search-whitespace-regexp in non-regexp isearch mode. | ||
| 20 | |||
| 21 | 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 22 | |||
| 23 | * help.el (describe-mode): Pass `mode-name' to format-mode-line. | ||
| 24 | |||
| 25 | 2006-02-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 26 | |||
| 27 | * textmodes/org.el (org-xemacs-p) | ||
| 28 | (org-export-html-show-new-buffer, org-table-may-need-update) | ||
| 29 | (org-insert-item, org-mhe-get-message-real-folder) | ||
| 30 | (org-mhe-get-message-folder-from-index) | ||
| 31 | (org-mhe-get-message-folder, org-mhe-get-message-num) | ||
| 32 | (org-mhe-get-header, org-make-org-heading-search-string) | ||
| 33 | (org-make-org-heading-camel, org-table-sort-lines) | ||
| 34 | (org-format-org-table-html, org-format-table-table-html): | ||
| 35 | Fix typos in docstrings. | ||
| 36 | |||
| 37 | 12006-02-23 Carsten Dominik <dominik@science.uva.nl> | ||
| 38 | |||
| 39 | * textmodes/org.el (org-cleaned-string-for-export) | ||
| 40 | (org-solidify-link-text): New function. | ||
| 41 | (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for | ||
| 42 | XEmacs, just to silence the compiler. | ||
| 43 | (org-export-as-ascii, org-export-as-html-and-open): | ||
| 44 | Use `org-cleaned-string-for-export' and create internal links. | ||
| 45 | (org-follow-mhe-link): Require mh-e, use folder. | ||
| 46 | |||
| 47 | 2006-02-23 Nick Roberts <nickrob@snap.net.nz> | ||
| 48 | |||
| 49 | * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly. | ||
| 50 | |||
| 51 | * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from | ||
| 52 | gdb-debug-log-length. | ||
| 53 | (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make | ||
| 54 | it a real ring but... | ||
| 55 | (gud-gdba-marker-filter): ...make it work like mark-ring. | ||
| 56 | (gdb-enable-debug): Rename from gdb-enable-debug-log. | ||
| 57 | (gdb-mouse-jump): New function. Add bindings. | ||
| 58 | |||
| 59 | 2006-02-23 Nick Roberts <nickrob@snap.net.nz> | ||
| 60 | |||
| 61 | * progmodes/gdb-ui.el (gdb-signalled): New variable and function. | ||
| 62 | (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring. | ||
| 63 | (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it. | ||
| 64 | (gdb-debug-log-length): Customize it's length. | ||
| 65 | (gud-watch, gdb-var-create-handler): Display function::var format | ||
| 66 | but don't use to create variable object. | ||
| 67 | (gdb-var-create-handler): Use message-box in place of message. | ||
| 68 | (gdb-stopped): Call gdb-exited if signalled. | ||
| 69 | |||
| 70 | 2006-02-22 Carsten Dominik <dominik@science.uva.nl> | ||
| 71 | |||
| 72 | * textmodes/reftex.el (reftex-locate-file): Remove duplicate function. | ||
| 73 | |||
| 74 | * textmodes/reftex-vars.el (reftex-try-all-extensions): New option. | ||
| 75 | |||
| 76 | * textmodes/reftex.el (reftex-locate-file): Search all extensions | ||
| 77 | if `reftex-try-all-extensions' is set. | ||
| 78 | |||
| 79 | * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto): | ||
| 80 | New commands. | ||
| 81 | (org-mark-ring): New variable. | ||
| 82 | (org-mark-ring-length): New option. | ||
| 83 | (org-open-at-point, org-goto, org-open-file): Push old position | ||
| 84 | onto the mark ring. | ||
| 85 | (org-add-hook): New function. | ||
| 86 | (org-export-table-remove-special-lines): New option. | ||
| 87 | (org-skip-comments, org-format-org-table-html): Respect new | ||
| 88 | option `org-export-table-remove-special-lines'. | ||
| 89 | (org-open-file): Allow special command configuration for | ||
| 90 | directory link. | ||
| 91 | (org-file-apps): Fix bugs in customize type, added setting | ||
| 92 | for directories. | ||
| 93 | (org-activate-tags, org-format-agenda-item, org-complete) | ||
| 94 | (org-get-tags-at, org-scan-tags, org-make-tags-matcher) | ||
| 95 | (org-get-tags, org-get-buffer-tags, org-open-at-point) | ||
| 96 | (org-link-search, org-make-org-heading-search-string) | ||
| 97 | (org-make-org-heading-camel): Allow @ and 0-9 as tags characters. | ||
| 98 | (org-radio-targets, org-file-link-context-use-camel-case) | ||
| 99 | (org-activate-camels): New options. | ||
| 100 | (org-update-radio-target-regexp, org-all-targets) | ||
| 101 | (org-make-target-link-regexp, org-activate-target-links): | ||
| 102 | New functions. | ||
| 103 | (org-make-org-heading-search-string): New function. | ||
| 104 | (org-store-link, org-insert-link): Use new option | ||
| 105 | `org-file-link-context-use-camel-case'. | ||
| 106 | (org-activate-camels): Use new option `org-activate-camels'. | ||
| 107 | (org-link-regexp): Add mhe prefix. | ||
| 108 | (org-open-at-point, org-store-link): Support for mhe links. | ||
| 109 | (org-mhe-get-message-real-folder, org-mhe-get-message-folder) | ||
| 110 | (org-mhe-get-message-folder-from-index, org-mhe-get-message-num) | ||
| 111 | (org-mhe-get-header, org-follow-mhe-link): New functions. | ||
| 112 | (org-remove-angle-brackets, org-add-angle-brackets): | ||
| 113 | New functions. | ||
| 114 | (org-bracket-link-regexp): New constant. | ||
| 115 | (org-read-date): Fix bug that was rejecting all typed dates. | ||
| 116 | (org-link-search): Make hierarchy above visible after a match. | ||
| 117 | (org-follow-bbdb-link): Inhibit electric mode for BBDB. | ||
| 118 | (org-store-link): Fix bug with link creation when cursor is in | ||
| 119 | an empty line. | ||
| 120 | (org-open-at-point): Fix bug with matching a link. | ||
| 121 | Fixed buggy argument sequence in call to `org-view-tags'. | ||
| 122 | (org-compile-prefix-format): Set `org-prefix-has-tag'. | ||
| 123 | (org-prefix-has-tag): New variable. | ||
| 124 | (org-format-agenda-item): Remove tags from headline | ||
| 125 | if appropriate. | ||
| 126 | (org-agenda-remove-tags-when-in-prefix): New option. | ||
| 127 | |||
| 128 | 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 129 | |||
| 130 | * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3): | ||
| 131 | Fix the regular expressions. | ||
| 132 | |||
| 1 | 2006-02-21 Richard M. Stallman <rms@gnu.org> | 133 | 2006-02-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 134 | ||
| 3 | * progmodes/sh-script.el (sh-mode): Set shell type based on file name | 135 | * progmodes/sh-script.el (sh-mode): Set shell type based on file name |
| @@ -49,8 +181,8 @@ | |||
| 49 | 181 | ||
| 50 | 2006-02-20 Chong Yidong <cyd@stupidchicken.com> | 182 | 2006-02-20 Chong Yidong <cyd@stupidchicken.com> |
| 51 | 183 | ||
| 52 | * custom.el (customize-mark-to-save, customize-mark-as-set): Load | 184 | * custom.el (customize-mark-to-save, customize-mark-as-set): |
| 53 | the symbol first. | 185 | Load the symbol first. |
| 54 | 186 | ||
| 55 | 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | 187 | 2006-02-20 Juanma Barranquero <lekktu@gmail.com> |
| 56 | 188 | ||
| @@ -163,7 +295,7 @@ | |||
| 163 | * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) | 295 | * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler) |
| 164 | (gdb-var-update-handler): Detect out of scope variables with pre | 296 | (gdb-var-update-handler): Detect out of scope variables with pre |
| 165 | GDB 6.4 too. | 297 | GDB 6.4 too. |
| 166 | (gdb-post-prompt): Revert changet 2006-02-17 (force update). | 298 | (gdb-post-prompt): Revert change from 2006-02-17 (force update). |
| 167 | Reset status of variable objects to nil in update handlers. | 299 | Reset status of variable objects to nil in update handlers. |
| 168 | (gdb-var-update-handler-1): Detect when a variable object comes | 300 | (gdb-var-update-handler-1): Detect when a variable object comes |
| 169 | in scope. setcar on var changes gdb-var-list directly. | 301 | in scope. setcar on var changes gdb-var-list directly. |