diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 239 |
1 files changed, 239 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c3c58767f7..4b3f30e9692 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,242 @@ | |||
| 1 | 2006-05-09 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * comint.el (comint-insert-input): Remove redundant calls to setq | ||
| 4 | and goto-char. | ||
| 5 | |||
| 6 | 2006-05-10 Nick Roberts <nickrob@snap.net.nz> | ||
| 7 | |||
| 8 | * comint.el (comint-insert-input): Make it work when | ||
| 9 | comint-use-prompt-regexp is t. | ||
| 10 | |||
| 11 | 2006-05-10 Miles Bader <miles@gnu.org> | ||
| 12 | |||
| 13 | * subr.el (field-at-pos): New function. | ||
| 14 | |||
| 15 | * comint.el (comint-insert-input): Use it. | ||
| 16 | |||
| 17 | 2006-05-09 Juri Linkov <juri@jurta.org> | ||
| 18 | |||
| 19 | * battery.el (battery-linux-proc-acpi): Also try | ||
| 20 | `/proc/acpi/thermal_zone/THR2/temperature'. | ||
| 21 | |||
| 22 | * files.el <safe-local-variable>: Remove `eval' and `let' binding | ||
| 23 | for now unused lambda `string-or-null'. | ||
| 24 | |||
| 25 | * add-log.el (change-log-default-name): Put `string-or-null-p' | ||
| 26 | instead of lambda on `safe-local-variable' property. | ||
| 27 | |||
| 28 | * diff-mode.el (diff-context->unified): Use `region-beginning' and | ||
| 29 | `region-end' instead of `mark' and `point'. | ||
| 30 | (diff-unified->context, diff-reverse-direction, diff-fixup-modifs): | ||
| 31 | Operate on region in Transient Mark mode when the mark is active. | ||
| 32 | Use `region-beginning' and `region-end' instead of `mark' and | ||
| 33 | `point'. | ||
| 34 | (diff-hunk-text, diff-goto-source): Doc fix. | ||
| 35 | |||
| 36 | * startup.el (fancy-splash-screens, normal-splash-screen): Use | ||
| 37 | face `mode-line-buffer-id' for mode-line buffer face instead of | ||
| 38 | hard-coded `(:weight bold)'. | ||
| 39 | |||
| 40 | * arc-mode.el (archive-set-buffer-as-visiting-file): Bind | ||
| 41 | buffer-undo-list to t (undo-ask is reproducible by visiting | ||
| 42 | nested archives). | ||
| 43 | |||
| 44 | 2006-05-09 Kim F. Storm <storm@cua.dk> | ||
| 45 | |||
| 46 | * progmodes/grep.el (rgrep): Set default directory of *grep* | ||
| 47 | buffer if we start M-x rgrep in the *grep* buffer and choose | ||
| 48 | a different base directory. | ||
| 49 | |||
| 50 | 2006-05-09 Michael Albinus <michael.albinus@gmx.de> | ||
| 51 | |||
| 52 | * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp | ||
| 53 | completion also when ido is loaded. | ||
| 54 | |||
| 55 | 2006-05-09 Masatake YAMATO <jet@gyve.org> | ||
| 56 | |||
| 57 | * font-lock.el (cpp-font-lock-keywords-source-directives): Addded | ||
| 58 | "warning" and "import". | ||
| 59 | (cpp-font-lock-keywords): Added "warning". | ||
| 60 | |||
| 61 | 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 62 | |||
| 63 | * term/xterm.el (terminal-init-xterm): Add more key bindings. | ||
| 64 | |||
| 65 | 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 66 | |||
| 67 | * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple | ||
| 68 | pages at a time, if we signal the end, we should indeed reach that end. | ||
| 69 | |||
| 70 | 2006-05-08 David Reitter <david.reitter@gmail.com> | ||
| 71 | |||
| 72 | * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages | ||
| 73 | output during execution of the body. | ||
| 74 | |||
| 75 | 2006-05-08 Kim F. Storm <storm@cua.dk> | ||
| 76 | |||
| 77 | * progmodes/grep.el (lgrep, rgrep): Doc fixes. | ||
| 78 | |||
| 79 | 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 80 | |||
| 81 | * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*): | ||
| 82 | Use with-current-buffer. | ||
| 83 | |||
| 84 | 2006-05-07 Kim F. Storm <storm@cua.dk> | ||
| 85 | |||
| 86 | * subr.el (add-to-history): Remove keep-dups arg. | ||
| 87 | |||
| 88 | * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates | ||
| 89 | to nil around call to add-to-history. | ||
| 90 | |||
| 91 | 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 92 | |||
| 93 | * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather | ||
| 94 | than after a buffer modification. | ||
| 95 | |||
| 96 | 2006-05-08 Nick Roberts <nickrob@snap.net.nz> | ||
| 97 | |||
| 98 | * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar | ||
| 99 | call to... | ||
| 100 | (gud-watch): ...here so speedbar is raised for already watched | ||
| 101 | expressions. | ||
| 102 | (gdb-speedbar-refresh): Delete function. | ||
| 103 | (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions. | ||
| 104 | Use speedbar-timer-fn instead of speedbar-refresh (reverting | ||
| 105 | earlier change). | ||
| 106 | (gdb-var-evaluate-expression-handler) | ||
| 107 | (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it. | ||
| 108 | |||
| 109 | * speedbar.el (speedbar-timer-fn): Remove save-window-excursion. | ||
| 110 | Update localized contents for all buffers except ignored modes. | ||
| 111 | |||
| 112 | 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 113 | |||
| 114 | * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='. | ||
| 115 | (mac-atsu-font-table, mac-font-panel-mode): Add defvars. | ||
| 116 | (mac-bytes-to-digits, mac-handle-toolbar-switch-mode) | ||
| 117 | (mac-handle-font-panel-closed, mac-handle-font-selection): | ||
| 118 | New functions. | ||
| 119 | (mac-font-panel-mode): New minor mode. | ||
| 120 | (mac-apple-event-map): Add bindings for toolbar toggle button and | ||
| 121 | font panel. | ||
| 122 | (menu-bar-showhide-menu): Add mac-font-panel-mode. | ||
| 123 | |||
| 124 | 2006-05-07 John Paul Wallington <jpw@pobox.com> | ||
| 125 | |||
| 126 | * ibuffer.el (ibuffer-compressed-file-name-regexp): | ||
| 127 | Avoid `regexp-opt'; simplify regexp for readability. | ||
| 128 | |||
| 129 | 2006-05-06 Eli Zaretskii <eliz@gnu.org> | ||
| 130 | |||
| 131 | * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir): | ||
| 132 | * files.el (buffer-stale-function): | ||
| 133 | * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir): | ||
| 134 | * autorevert.el (global-auto-revert-non-file-buffers): Point Info | ||
| 135 | links to the main manual, not to emacs-xtra. | ||
| 136 | |||
| 137 | 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 138 | |||
| 139 | * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for | ||
| 140 | MacJapanese if text is ASCII-only. | ||
| 141 | |||
| 142 | 2006-05-06 Nick Roberts <nickrob@snap.net.nz> | ||
| 143 | |||
| 144 | * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of | ||
| 145 | unless so nil isn't returned. | ||
| 146 | (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window. | ||
| 147 | |||
| 148 | 2006-05-06 Kim F. Storm <storm@cua.dk> | ||
| 149 | |||
| 150 | * subr.el (add-to-history): New function. | ||
| 151 | |||
| 152 | * ediff.el (ediff-files, ediff-files3, ediff-merge-files) | ||
| 153 | (ediff-merge-files-with-ancestor): | ||
| 154 | * env.el (setenv): | ||
| 155 | * isearch.el (isearch-update-ring): | ||
| 156 | * server.el (server-visit-files): | ||
| 157 | * progmodes/grep.el (lgrep, rgrep): | ||
| 158 | * progmodes/vhdl-mode.el (vhdl-generate-makefile-1): | ||
| 159 | * progmodes/xscheme.el (xscheme-insert-expression): | ||
| 160 | Use add-to-history. | ||
| 161 | |||
| 162 | * kmacro.el (kmacro-push-ring): Use add-to-history. | ||
| 163 | (kmacro-ring-length): Remove unused defun. | ||
| 164 | (kmacro-start-macro): Use kmacro-push-ring. | ||
| 165 | |||
| 166 | 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 167 | |||
| 168 | * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert' | ||
| 169 | directly instead of a lambda expression that calls it. | ||
| 170 | |||
| 171 | 2006-05-06 Kim F. Storm <storm@cua.dk> | ||
| 172 | |||
| 173 | * avoid.el (mouse-avoidance-point-position): Use posn-at-point | ||
| 174 | instead of compute-motion. | ||
| 175 | |||
| 176 | 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 177 | |||
| 178 | * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous | ||
| 179 | change. | ||
| 180 | |||
| 181 | 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 182 | |||
| 183 | * startup.el (command-line-1): Refer to "Pure Storage" on | ||
| 184 | pure-space-overflow. | ||
| 185 | |||
| 186 | 2006-05-05 Martin Rudalics <rudalics@gmx.at> | ||
| 187 | |||
| 188 | * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through | ||
| 189 | provided faces once they all have been used up. | ||
| 190 | |||
| 191 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> | ||
| 192 | |||
| 193 | * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a | ||
| 194 | reference to the Lisp manual to the warning about pure space | ||
| 195 | overflow. | ||
| 196 | |||
| 197 | 2006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | ||
| 198 | |||
| 199 | * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload' | ||
| 200 | argument to avoid the call to `ispell-internal-change-dictionary' | ||
| 201 | when not needed. | ||
| 202 | (ispell-change-dictionary): Use this argument and call | ||
| 203 | `ispell-internal-change-dictionary' after the possible change | ||
| 204 | to `ispell-local-dictionary'. | ||
| 205 | (ispell-internal-change-dictionary): Check for a change in | ||
| 206 | personal dictionary use too. | ||
| 207 | Cosmetic changes from Agustin Martin | ||
| 208 | <agustin.martin@hispalinux.es>. | ||
| 209 | |||
| 210 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> | ||
| 211 | |||
| 212 | * startup.el (command-line): On MS-Windows, probe "~", not | ||
| 213 | "~USER", for warning about non-existent home directory | ||
| 214 | |||
| 215 | * arc-mode.el (archive-l-e): New optional argument `float' means | ||
| 216 | generate a float value. | ||
| 217 | (archive-arc-summarize, archive-lzh-summarize) | ||
| 218 | (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e | ||
| 219 | with 3rd argument non-nil when file's size is being computed. | ||
| 220 | Format the file sizes with %8.0f instead of %8d. | ||
| 221 | |||
| 222 | 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 223 | |||
| 224 | * cus-start.el (all): Add mac-dnd-known-types. | ||
| 225 | |||
| 226 | * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt) | ||
| 227 | (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string) | ||
| 228 | (mac-TIFF-to-string): New functions. | ||
| 229 | (x-get-selection, x-selection-value) | ||
| 230 | (mac-select-convert-to-string): Use them. | ||
| 231 | (mac-text-encoding-mac-japanese-basic-variant): New constant. | ||
| 232 | (mac-dnd-types-alist): New customization variable. | ||
| 233 | (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt) | ||
| 234 | (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data) | ||
| 235 | (mac-dnd-handle-drag-n-drop-event): New functions. | ||
| 236 | (mac-drag-n-drop): Remove function. | ||
| 237 | (global-map): Bind drag-n-drop and M-drag-n-drop to | ||
| 238 | mac-dnd-handle-drag-n-drop-event. | ||
| 239 | |||
| 1 | 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org> | 240 | 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org> |
| 2 | 241 | ||
| 3 | * progmodes/perl-mode.el (perl-beginning-of-function): | 242 | * progmodes/perl-mode.el (perl-beginning-of-function): |