diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 218 |
1 files changed, 218 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1050d3deb84..061ace7ec79 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,221 @@ | |||
| 1 | 2006-01-05 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * Makefile.in (compile-always): Add mh-autoloads dependency. | ||
| 4 | (bootstrap): Remove mh-autoloads dependency, as compile dependency | ||
| 5 | provides it. | ||
| 6 | (updates): Remove mh-autoloads dependency, since it probably has | ||
| 7 | already run recently (via recompile). | ||
| 8 | |||
| 9 | 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 10 | |||
| 11 | * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an | ||
| 12 | argument `force' to disable the flyspell-last-buffer optimization. | ||
| 13 | (flyspell-mode-on): Use it. | ||
| 14 | |||
| 15 | * progmodes/flymake.el (flymake-get-cleanup-function): Default to | ||
| 16 | flymake-simple-cleanup. | ||
| 17 | (flymake-allowed-file-name-masks): Use this new default. | ||
| 18 | All the functions are now called in the right buffer rather than | ||
| 19 | passing the buffer as argument. | ||
| 20 | (flymake-process-sentinel): Switch to buffer before calling cleanup. | ||
| 21 | (flymake-parse-err-lines): Remove redundant buffer arg. | ||
| 22 | (flymake-get-program-dir): Comment out unused function. | ||
| 23 | (flymake-start-syntax-check, flymake-start-syntax-check-process): | ||
| 24 | Remove redundant buffer argument. | ||
| 25 | (flymake-get-real-file-name, flymake-simple-java-cleanup) | ||
| 26 | (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg. | ||
| 27 | |||
| 28 | 2006-01-05 Richard M. Stallman <rms@gnu.org> | ||
| 29 | |||
| 30 | * info.el (Info-find-node): Don't record previous node if have none. | ||
| 31 | (info): Go to directory only if history is empty. | ||
| 32 | |||
| 33 | * simple.el (mark): Doc fix. | ||
| 34 | |||
| 35 | 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 36 | |||
| 37 | * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is | ||
| 38 | already of desired type. | ||
| 39 | (mac-ae-list): Coerce parameter to "list" type. | ||
| 40 | (mac-dispatch-apple-event): Replace cadr part of event with a | ||
| 41 | dummy position so that event-start returns it. | ||
| 42 | |||
| 43 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> | ||
| 44 | |||
| 45 | * textmodes/org.el: (org-end-of-subtree): New function. | ||
| 46 | (org-cycle, org-subtree-end-visible-p, org-scan-tags): | ||
| 47 | Use `org-end-of-subtree'. | ||
| 48 | (org-agenda, org-agenda-convert-date): Protect calls to | ||
| 49 | `fit-window-to-buffer'. | ||
| 50 | (org-tags-view): Force matching of sublevels when doing a | ||
| 51 | todo-only search. Define the correct redo command, including the | ||
| 52 | arguments. | ||
| 53 | (org-agenda-redo): Display message. | ||
| 54 | (org-check-for-org-mode): New function. | ||
| 55 | (org-agenda-type): New variable. | ||
| 56 | (org-timeline, org-agenda-list, org-todo-list, org-tags-view): | ||
| 57 | Set `org-agenda-type'. | ||
| 58 | (org-agenda-check-type): New function. | ||
| 59 | (org-agenda-goto-today, org-agenda-later, org-agenda-earlier) | ||
| 60 | (org-agenda-week-view, org-agenda-day-view) | ||
| 61 | (org-agenda-next-date-line, org-agenda-previous-date-line) | ||
| 62 | (org-agenda-log-mode, org-agenda-toggle-diary) | ||
| 63 | (org-agenda-toggle-time-grid, org-agenda-date-later) | ||
| 64 | (org-agenda-date-prompt, org-agenda-diary-entry) | ||
| 65 | (org-agenda-execute-calendar-command, org-agenda-goto-calendar) | ||
| 66 | (org-agenda-convert-date, org-agenda-menu): | ||
| 67 | Use `org-agenda-check-type'. | ||
| 68 | (org-make-overlay, org-delete-overlay) | ||
| 69 | (org-detatch-overlay, org-move-overlay, org-overlay-put): | ||
| 70 | New compatibility functions. | ||
| 71 | (org-calendar-select-mouse): New command. | ||
| 72 | |||
| 73 | 2006-01-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 74 | |||
| 75 | * cus-edit.el (Custom-reset-current, Custom-reset-saved) | ||
| 76 | (Custom-reset-standard): Fix y-or-n-p messages. | ||
| 77 | (custom-link): New face for links. | ||
| 78 | (custom-buffer-create-internal, custom-manual): Use it. | ||
| 79 | (custom-face-save): Push to theme-face before setting face spec. | ||
| 80 | |||
| 81 | * wid-edit.el (widget-default-mouse-face-get): New function. | ||
| 82 | (widget-specify-button): Handle mouse-face like button-face. | ||
| 83 | |||
| 84 | * custom.el (load-theme): Clear old theme settings if reloading. | ||
| 85 | |||
| 86 | 2006-01-03 Luc Teirlinck <teirllm@auburn.edu> | ||
| 87 | |||
| 88 | * cus-edit.el (custom-buffer-create-internal): Move whole buffer | ||
| 89 | "Erase Customization" button back to same position it occupies in | ||
| 90 | the individual State menus. | ||
| 91 | |||
| 92 | 2006-01-04 Kim F. Storm <storm@cua.dk> | ||
| 93 | |||
| 94 | * wid-edit.el (key-sequence): Rework widget to read key binding | ||
| 95 | using `kbd' syntax. Use C-q to insert literal key, event, or code. | ||
| 96 | (widget-key-sequence-default-value): Default value for empty sequence. | ||
| 97 | (widget-key-sequence-map): New map for reading key binding. Bind C-q. | ||
| 98 | (widget-key-sequence-read-event): New command for C-q. | ||
| 99 | (widget-key-sequence-validate, widget-key-sequence-value-to-internal) | ||
| 100 | (widget-key-sequence-value-to-external): New functions. | ||
| 101 | |||
| 102 | 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 103 | |||
| 104 | * progmodes/flymake.el (flymake-create-temp-with-folder-structure): | ||
| 105 | Use expand-file-name. | ||
| 106 | (flymake-delete-temp-directory): Use expand-file-name, | ||
| 107 | file-name-directory, and directory-file-name. | ||
| 108 | (flymake-strrchr): Delete. | ||
| 109 | (flymake-start-syntax-check): Don't pass the redundant buffer argument | ||
| 110 | to the init-f function. | ||
| 111 | (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy) | ||
| 112 | (flymake-init-find-buildfile-dir) | ||
| 113 | (flymake-init-create-temp-source-and-master-buffer-copy) | ||
| 114 | (flymake-simple-make-init-impl, flymake-simple-make-init) | ||
| 115 | (flymake-master-make-init, flymake-master-make-header-init) | ||
| 116 | (flymake-simple-make-java-init, flymake-simple-ant-java-init) | ||
| 117 | (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init) | ||
| 118 | (flymake-xml-init): Remove corresponding redundant buffer argument. | ||
| 119 | (flymake-allowed-file-name-masks): Remove last elems that are equal to | ||
| 120 | the default anyway. Clean up regexps. | ||
| 121 | |||
| 122 | * progmodes/flymake.el (flymake-temp-source-file-name) | ||
| 123 | (flymake-master-file-name, flymake-temp-master-file-name) | ||
| 124 | (flymake-base-dir): New buffer-local vars. | ||
| 125 | (flymake-buffer-data, flymake-get-buffer-value) | ||
| 126 | (flymake-set-buffer-value): Replace those hash-tables by the new | ||
| 127 | buffer-local vars. Update callers. | ||
| 128 | |||
| 129 | * progmodes/flymake.el (flymake-check-start-time) | ||
| 130 | (flymake-check-was-interrupted, flymake-err-info, flymake-is-running) | ||
| 131 | (flymake-last-change-time, flymake-new-err-info, flymake-timer): | ||
| 132 | Move definition, so we can remove redundant earlier declaration. | ||
| 133 | (flymake-replace-regexp-in-string, flymake-split-string) | ||
| 134 | (flymake-get-temp-dir): Use defalias. | ||
| 135 | (flymake-popup-menu): Remove `pos' argument. Use posn-at-point. | ||
| 136 | (flymake-xemacs-window-edges): Remove unused function. | ||
| 137 | (flymake-get-point-pixel-pos): Move. | ||
| 138 | (flymake-pid-to-names, flymake-reg-names) | ||
| 139 | (flymake-get-source-buffer-name, flymake-unreg-names): Remove. | ||
| 140 | Replace by a simple list flymake-processes and by process-buffer. | ||
| 141 | Update callers. Other than simplify the code, it uses buffers rather | ||
| 142 | than buffer-names so it doesn't get confused by uniquify. | ||
| 143 | (flymake-buffer-data): The global value should just be nil. | ||
| 144 | |||
| 145 | * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias): | ||
| 146 | Optimize the body of a defalias like any other code. | ||
| 147 | |||
| 148 | * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region): | ||
| 149 | Make sure we've setup font-lock's vars. It may influence which | ||
| 150 | function we then call. | ||
| 151 | (font-lock-default-fontify-buffer): Don't bother calling set-defaults | ||
| 152 | here since it's too late anyway. | ||
| 153 | |||
| 154 | 2006-01-03 Romain Francoise <romain@orebokech.com> | ||
| 155 | |||
| 156 | * startup.el (fancy-splash-tail, normal-splash-screen): | ||
| 157 | Update copyright year. | ||
| 158 | |||
| 159 | 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu> | ||
| 160 | |||
| 161 | * mouse.el (mouse-drag-track): Rename, from | ||
| 162 | `mouse-drag-region-1'. Includes optional argument required to | ||
| 163 | enable post-drag event processing (e.g. delete region keys). | ||
| 164 | Can be used without this argument to track a mouse region and operate | ||
| 165 | on it as soon as the drag completes. | ||
| 166 | (mouse-drag-region): Use `mouse-drag-track'. | ||
| 167 | |||
| 168 | 2006-01-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 169 | |||
| 170 | * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist): | ||
| 171 | Move to `custom-buffer' group. | ||
| 172 | |||
| 173 | * cus-theme.el: Rewrite the Custom New Theme Mode interface. | ||
| 174 | (custom-new-theme-mode-map, custom-theme-insert-variable-marker) | ||
| 175 | (custom-theme-insert-face-marker, custom-theme-variable-menu) | ||
| 176 | (custom-theme-face-menu): New variables. | ||
| 177 | (custom-theme-add-variable, custom-theme-variable-action) | ||
| 178 | (custom-variable-reset-theme, custom-theme-delete-variable) | ||
| 179 | (custom-face-reset-theme, custom-theme-face-action) | ||
| 180 | (custom-theme-delete-face, custom-theme-merge-theme) | ||
| 181 | (custom-theme-add-face, custom-theme-visit-theme): New functions. | ||
| 182 | |||
| 183 | 2006-01-01 Chong Yidong <cyd@stupidchicken.com> | ||
| 184 | |||
| 185 | * custom.el: Move Custom Themes commentary to start of theme code. | ||
| 186 | (custom-known-themes): Rename `standard' theme to `changed'. | ||
| 187 | (custom-push-theme): Caller no longer specifies what theme to use | ||
| 188 | when doing `reset'---the setting is simply removed from the theme. | ||
| 189 | Delete MODE from `theme-value' and `theme-settings' properties. | ||
| 190 | (custom-declare-theme): Ignore &rest args since we don't use them. | ||
| 191 | |||
| 192 | (custom-loaded-themes): Delete variable. | ||
| 193 | (custom-theme-load-themes, custom-theme-loaded-p) | ||
| 194 | (custom-theme-value): Delete functions. | ||
| 195 | |||
| 196 | (custom-declare-theme): Signal error on invalid theme names. | ||
| 197 | (provide-theme): custom-loaded-themes was deleted. | ||
| 198 | (load-theme): Load the file unconditionally. | ||
| 199 | (enable-theme): Call `load-theme' if theme is undefined. | ||
| 200 | (custom-enabled-themes): Only update value for successful loads. | ||
| 201 | (disable-theme): Complete from enabled themes when interactive. | ||
| 202 | (custom-variable-theme-value): Calculate theme value directly. | ||
| 203 | |||
| 204 | (custom-theme-reset-variables, custom-reset-variables): Mark as | ||
| 205 | XEmacs compatibility functions. We don't actually use these. | ||
| 206 | |||
| 207 | * cus-edit.el (custom-variable-state-set): | ||
| 208 | Use custom-variable-theme-value instead of custom-theme-value. | ||
| 209 | (custom-face-state-set): Rename `standard' theme to `changed'. | ||
| 210 | (custom-save-variables, custom-save-faces): Delete unneeded | ||
| 211 | references to custom-reset-variables. | ||
| 212 | (custom-save-resets): Delete function. | ||
| 213 | (custom-save-variables, custom-save-faces): MODE argument deleted. | ||
| 214 | (custom-save-variables, custom-save-faces): Ignore theme values. | ||
| 215 | |||
| 216 | * cus-face.el (custom-theme-reset-faces): Mark as XEmacs | ||
| 217 | compatibility function. | ||
| 218 | |||
| 1 | 2006-01-01 Richard M. Stallman <rms@gnu.org> | 219 | 2006-01-01 Richard M. Stallman <rms@gnu.org> |
| 2 | 220 | ||
| 3 | * cus-edit.el (Custom-set, Custom-save): Ask for confirmation. | 221 | * cus-edit.el (Custom-set, Custom-save): Ask for confirmation. |