diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 245 |
1 files changed, 235 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ddd50210928..670f6db6282 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,229 @@ | |||
| 1 | 2006-02-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * calendar/icalendar.el (icalendar--get-event-property) | ||
| 4 | (icalendar--get-event-property-attributes): Fix typos in | ||
| 5 | docstrings. | ||
| 6 | |||
| 7 | * progmodes/flymake.el (flymake-fix-file-name): Fix typo in | ||
| 8 | docstring. | ||
| 9 | |||
| 10 | 2006-02-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 11 | |||
| 12 | * bs.el (bs-mode): Use `buffer-disable-undo'. | ||
| 13 | (bs--get-file-name): Simplify. | ||
| 14 | (bs-show-in-buffer): Mark the buffer as not modified. | ||
| 15 | |||
| 16 | 2006-02-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 17 | |||
| 18 | * wid-edit.el (widget-keymap): Bind down-mouse-1 to | ||
| 19 | widget-button-click. | ||
| 20 | |||
| 21 | * cus-edit.el (custom-mode-map): Remove mouse-1 binding. | ||
| 22 | (custom-mode): Update docstring. | ||
| 23 | |||
| 24 | * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1 | ||
| 25 | binding. | ||
| 26 | |||
| 27 | * files.el (hack-local-variables-confirm): Allow scrolling if the | ||
| 28 | file variable list is too long. Kill temp buffer after use. | ||
| 29 | |||
| 30 | 2006-02-15 Nick Roberts <nickrob@snap.net.nz> | ||
| 31 | |||
| 32 | * progmodes/gud.el (gdb): Improve doc string. | ||
| 33 | (gdb-script-font-lock-keywords): Expand allowed character set. | ||
| 34 | |||
| 35 | * progmodes/gdb-ui.el (gdb-use-separate-io-buffer) | ||
| 36 | (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer) | ||
| 37 | (gdb-separate-io-interrupt, gdb-separate-io-quit) | ||
| 38 | (gdb-separate-io-stop, gdb-separate-io-eof): | ||
| 39 | Rename from gdb-inferior-* to gdb-separate-*. | ||
| 40 | (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string. | ||
| 41 | |||
| 42 | 2006-02-14 Jay Belanger <belanger@truman.edu> | ||
| 43 | |||
| 44 | * calc/calc-arith.el (math-check-known-scalarp): Make sure | ||
| 45 | expression is a symbol before checking that it is bound. | ||
| 46 | |||
| 47 | * calc/calcalg2.el (math-integrate-by-parts): Do a more careful | ||
| 48 | test to see if equation can be solved. | ||
| 49 | |||
| 50 | 2006-02-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 51 | |||
| 52 | * wid-edit.el (widget-button-click): Use :pressed-face property | ||
| 53 | for overlay face, if it exists. | ||
| 54 | |||
| 55 | * cus-edit.el (custom-manual, custom-add-see-also) | ||
| 56 | (custom-add-parent-links, custom-group-link): Add :pressed-face | ||
| 57 | property to links. | ||
| 58 | |||
| 59 | * files.el (hack-local-variables): Remove ignored variables before | ||
| 60 | checking if any variables need setting. | ||
| 61 | |||
| 62 | 2006-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 63 | |||
| 64 | * cus-start.el (all): Add x-gtk-whole-detached-tool-bar. | ||
| 65 | |||
| 66 | 2006-02-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 67 | |||
| 68 | * help.el (where-is): Fix message for remapped commands. | ||
| 69 | |||
| 70 | * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode): | ||
| 71 | Fix typos in docstrings. | ||
| 72 | |||
| 73 | 2006-02-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 74 | |||
| 75 | * files.el (safe-local-variable-values): New option. | ||
| 76 | (hack-local-variables-prop-line): Return a list of variable-value | ||
| 77 | pairs if MODE-ONLY is non-nil. | ||
| 78 | (hack-local-variables): Construct list of variable-value pairs, | ||
| 79 | and apply or reject them in one go. Ask for confirmation if | ||
| 80 | variables are not known safe. | ||
| 81 | (hack-local-variables-confirm): Complete rewrite. Support | ||
| 82 | `safe-local-variable-values'. | ||
| 83 | (enable-local-variables): Update docstring to reflect new | ||
| 84 | behavior. | ||
| 85 | (ignored-local-variables): Ignore ignored-local-variables and | ||
| 86 | safe-local-variable-values. | ||
| 87 | (safe-local-variable-p): New function. | ||
| 88 | (risky-local-variable-p): `safe-local-variable' property check | ||
| 89 | moved to safe-local-variable-p. | ||
| 90 | (hack-one-local-variable): Checks moved to hack-local-variables. | ||
| 91 | |||
| 92 | (byte-compile-dynamic, c-basic-offset, c-file-style) | ||
| 93 | (c-indent-level, comment-column, fill-column, fill-prefix) | ||
| 94 | (indent-tabs-mode, kept-new-versions, no-byte-compile) | ||
| 95 | (no-update-autoloads, outline-regexp, page-delimiter) | ||
| 96 | (paragraph-start, paragraph-separate, sentence-end) | ||
| 97 | (sentence-end-double-space tab-width, version-control): | ||
| 98 | Add `safe-local-variable' property. | ||
| 99 | |||
| 100 | * find-lisp.el: Delete nonexistent `autocompile' file variable. | ||
| 101 | |||
| 102 | * icomplete.el, play/landmark.el: Change nonexistent | ||
| 103 | `outline-layout' file variable to `allout-layout'. | ||
| 104 | |||
| 105 | 2006-02-14 Nick Roberts <nickrob@snap.net.nz> | ||
| 106 | |||
| 107 | * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1) | ||
| 108 | (gdb-get-changed-registers): Test value of gud-minor-mode relative | ||
| 109 | to gud-comint-buffer. | ||
| 110 | (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in | ||
| 111 | gdb-ui.el for gdb-mi.el. | ||
| 112 | (gdb-post-prompt, gdb-get-changed-registers): Move test for | ||
| 113 | registers buffer to gdb-get-changed-registers. | ||
| 114 | (gdb-breakpoint-regexp): New regexp. Allow toggling and | ||
| 115 | deletion of catchpoints (throw and catch). | ||
| 116 | (gdb-toggle-breakpoint, gdb-delete-breakpoint) | ||
| 117 | (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi. | ||
| 118 | (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1) | ||
| 119 | (gdb-var-list-children-1, gdb-info-breakpoints-custom) | ||
| 120 | (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi. | ||
| 121 | |||
| 122 | 2006-02-13 Jay Belanger <belanger@truman.edu> | ||
| 123 | |||
| 124 | * calc/calc-arith.el (math-check-known-matrixp): Make sure | ||
| 125 | expression is a symbol before checking that it is bound. | ||
| 126 | |||
| 127 | 2006-02-13 Richard M. Stallman <rms@gnu.org> | ||
| 128 | |||
| 129 | * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom | ||
| 130 | for the minibuffer too, but not if resize-mini-windows will interfere. | ||
| 131 | |||
| 132 | * help.el (describe-key-briefly, describe-key): Do all arg-reading | ||
| 133 | inside `interactive' spec. | ||
| 134 | (describe-key-briefly-internal, describe-key-internal): | ||
| 135 | Functions merged back into their callers. | ||
| 136 | |||
| 137 | 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change) | ||
| 138 | |||
| 139 | * info.el (info-xref-visited): Inherit from info-xref too. | ||
| 140 | (Info-set-mode-line): Replace occurrences of `%' by `%%' | ||
| 141 | when propertizing Info-current-file and Info-current-node. | ||
| 142 | |||
| 143 | 2006-02-13 Juri Linkov <juri@jurta.org> | ||
| 144 | |||
| 145 | * tumme.el (tumme-thumbnail-storage): Fix docstring. | ||
| 146 | (tumme-thumb-name): Fix per-directory format. | ||
| 147 | |||
| 148 | 2006-02-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 149 | |||
| 150 | * subr.el (substitute-key-definition): Doc fix (hide internal arg). | ||
| 151 | |||
| 152 | 2006-02-12 Miles Bader <miles@gnu.org> | ||
| 153 | |||
| 154 | * net/rcirc.el (rcirc-format-response-string): Fix small bugs. | ||
| 155 | |||
| 156 | 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 157 | |||
| 158 | * tumme.el: Remove history section. If someone needs the it, it | ||
| 159 | can always be found in CVS. | ||
| 160 | |||
| 161 | 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 162 | |||
| 163 | * tumme.el (tumme-thumbnail-storage): Update docstring. Add info | ||
| 164 | about the Thumbnail Managing Standard option. | ||
| 165 | |||
| 166 | 2006-02-12 Richard M. Stallman <rms@gnu.org> | ||
| 167 | |||
| 168 | * subr.el (substitute-key-definition): Doc fix. | ||
| 169 | |||
| 170 | * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix. | ||
| 171 | |||
| 172 | * files.el (magic-mode-alist): Don't use `\\s ' in regexps. | ||
| 173 | |||
| 174 | * info.el (Info-mode): Doc fix. | ||
| 175 | |||
| 176 | * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m. | ||
| 177 | |||
| 178 | 2006-02-12 Michael Albinus <michael.albinus@gmx.de> | ||
| 179 | |||
| 180 | * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top, | ||
| 181 | because on Solaris a POSIX compatible "id" is needed. Reported by | ||
| 182 | Magnus Henoch <mange@freemail.hu>. | ||
| 183 | |||
| 184 | 2006-02-12 Juri Linkov <juri@jurta.org> | ||
| 185 | |||
| 186 | * tumme.el: Remove todo item about Thumbnail Managing Standard. | ||
| 187 | (tumme) <defgroup>: Change :group to `multimedia'. | ||
| 188 | (tumme-thumbnail-storage): Add choice `standard' for Thumbnail | ||
| 189 | Managing Standard. | ||
| 190 | (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s. | ||
| 191 | Fix dostring. | ||
| 192 | (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x | ||
| 193 | and %y. Fix docstring. | ||
| 194 | (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program) | ||
| 195 | (tumme-cmd-create-standard-thumbnail-command): New user options. | ||
| 196 | (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage | ||
| 197 | is `standard'. Fix docstring. | ||
| 198 | (tumme-thumb-width, tumme-thumb-height): New user options. | ||
| 199 | (tumme-external-viewer): Try to find various viewers. | ||
| 200 | (tumme-get-thumbnail-image): Use `create-image' instead of | ||
| 201 | constructing the `image' structure. | ||
| 202 | (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is | ||
| 203 | `standard'. | ||
| 204 | (tumme-thumb-name): Add file name generation for standard storage. | ||
| 205 | Simplify code for other storages. | ||
| 206 | (tumme-thumb-name): Use width %w and height %h instead of size %s. | ||
| 207 | Add modification time %m and thumbnail-nq8 %q. | ||
| 208 | Use `tumme-cmd-create-standard-thumbnail-command' if | ||
| 209 | tumme-thumbnail-storage is `standard'. | ||
| 210 | (tumme-dired-insert-marked-thumbs): New autoload command. | ||
| 211 | (tumme-dired-after-readin-hook): New function. | ||
| 212 | (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of | ||
| 213 | `tumme-thumb-size'. | ||
| 214 | (tumme-display-image): Replace size-x %x and size-y %y with | ||
| 215 | width %w and height %h. | ||
| 216 | |||
| 217 | * dired.el (dired-mode-map): Bind `\C-t\C-t' to | ||
| 218 | `tumme-dired-insert-marked-thumbs'. | ||
| 219 | |||
| 220 | 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 221 | |||
| 222 | * tumme.el (tumme-write-tag): Fix small bug (file name did not | ||
| 223 | include path). | ||
| 224 | (tumme-mark-tagged-files): Fix bug in regexp used to find rows | ||
| 225 | matching tag. | ||
| 226 | |||
| 1 | 2006-02-12 Miles Bader <miles@gnu.org> | 227 | 2006-02-12 Miles Bader <miles@gnu.org> |
| 2 | 228 | ||
| 3 | * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats): | 229 | * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats): |
| @@ -13,19 +239,19 @@ | |||
| 13 | 239 | ||
| 14 | 2006-02-11 Mathias Dahl <brakjoller@hotmail.com> | 240 | 2006-02-11 Mathias Dahl <brakjoller@hotmail.com> |
| 15 | 241 | ||
| 16 | * tumme.el: Enhanced some docstrings. Added todo item about | 242 | * tumme.el: Enhance some docstrings. Add todo item about Thumbnail |
| 17 | Thumbnail Managing Standard. | 243 | Managing Standard. |
| 18 | 244 | ||
| 19 | 2006-02-11 Kim F. Storm <storm@cua.dk> | 245 | 2006-02-11 Kim F. Storm <storm@cua.dk> |
| 20 | 246 | ||
| 21 | * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer. | 247 | * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer. |
| 22 | Don't use insert-buffer; do insert-buffer-substring directly. | 248 | Don't use insert-buffer; do insert-buffer-substring directly. |
| 23 | (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1. | 249 | (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1. |
| 24 | 250 | ||
| 25 | 2006-02-11 Martin Rudalics <rudalics@gmx.at> | 251 | 2006-02-11 Martin Rudalics <rudalics@gmx.at> |
| 26 | 252 | ||
| 27 | * files.el (revert-buffer, recover-file): Replace buffer-read-only | 253 | * files.el (revert-buffer, recover-file): Replace buffer-read-only |
| 28 | with inhibit-read-only. Suggested by Stefan Monnier. | 254 | with inhibit-read-only. Suggested by Stefan Monnier. |
| 29 | (revert-buffer): Let insert-file-contents discard | 255 | (revert-buffer): Let insert-file-contents discard |
| 30 | buffer-undo-list. Simplify code. | 256 | buffer-undo-list. Simplify code. |
| 31 | (find-file, find-file-existing, revert-buffer): Doc-string fixes. | 257 | (find-file, find-file-existing, revert-buffer): Doc-string fixes. |
| @@ -54,9 +280,8 @@ | |||
| 54 | 280 | ||
| 55 | 2006-02-11 Mathias Dahl <brakjoller@hotmail.com> | 281 | 2006-02-11 Mathias Dahl <brakjoller@hotmail.com> |
| 56 | 282 | ||
| 57 | * tumme.el (tumme-dir): Changed default value to | 283 | * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/". |
| 58 | "~/.emacs-d/tumme" | 284 | (tumme-dir): New function. Copied from thumbs.el. |
| 59 | (tumme-dir): New function. Copied from thumbs.el. | ||
| 60 | 285 | ||
| 61 | 2006-02-10 Juanma Barranquero <lekktu@gmail.com> | 286 | 2006-02-10 Juanma Barranquero <lekktu@gmail.com> |
| 62 | 287 | ||
| @@ -79,12 +304,12 @@ | |||
| 79 | 304 | ||
| 80 | 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com> | 305 | 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com> |
| 81 | 306 | ||
| 82 | * tumme.el (tumme-copy-with-exif-file-name): Tried to make | 307 | * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring |
| 83 | docstring less `colloquial'... | 308 | less `colloquial'... |
| 84 | 309 | ||
| 85 | 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com> | 310 | 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com> |
| 86 | 311 | ||
| 87 | * tumme.el: Added a couple of todo items. | 312 | * tumme.el: Add a couple of todo items. |
| 88 | 313 | ||
| 89 | 2006-02-09 Lars Hansen <larsh@soem.dk> | 314 | 2006-02-09 Lars Hansen <larsh@soem.dk> |
| 90 | 315 | ||