diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 277 |
1 files changed, 271 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3fde16c4fa..4fe538b3bd4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,269 @@ | |||
| 1 | 2007-10-18 Johan Bockg,Ae(Brd <bojohan@gnu.org> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. | ||
| 4 | Use `save-restriction' rather than `widen'. | ||
| 5 | |||
| 6 | 2007-10-18 Richard Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * time.el (display-time-world-time-format): Display day # not month #. | ||
| 9 | |||
| 10 | 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 11 | |||
| 12 | * files.el (auto-mode-alist): Don't use doc-view for PS and EPS. | ||
| 13 | |||
| 14 | * doc-view.el: Remove version keyword. | ||
| 15 | (doc-view-ghostscript-program, doc-view-dvipdfm-program) | ||
| 16 | (doc-view-ps2pdf-program): Use executable-find. Simplify custom type. | ||
| 17 | (doc-view-ghostscript-options): Improve custom type. | ||
| 18 | (doc-view-cache-directory, doc-view-conversion-buffer) | ||
| 19 | (doc-view-conversion-refresh-interval): Simplify custom type. | ||
| 20 | |||
| 21 | 2007-10-18 Tassilo Horn <tassilo@member.fsf.org> | ||
| 22 | |||
| 23 | * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf) | ||
| 24 | (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png) | ||
| 25 | (doc-view-pdf->txt-sentinel, doc-view-pdf->txt) | ||
| 26 | (doc-view-ps->pdf-sentinel, doc-view-ps->pdf): Remove superfluous | ||
| 27 | messages. | ||
| 28 | (doc-view-mode-map): Use the image-mode scrolling commands. Don't | ||
| 29 | rebind C-x k. | ||
| 30 | |||
| 31 | 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 32 | |||
| 33 | * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf): | ||
| 34 | Add comment about "-dSAFER". | ||
| 35 | |||
| 36 | 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 37 | |||
| 38 | * term/xterm.el: Don't require xt-mouse. | ||
| 39 | (terminal-init-xterm): Run terminal-init-xterm-hook rather than | ||
| 40 | calling turn-on-xterm-mouse-tracking-on-terminal directly. | ||
| 41 | |||
| 42 | * xt-mouse.el: Don't change the global function-key-map anny more. | ||
| 43 | (xterm-mouse-mode): Use terminal-init-xterm-hook. | ||
| 44 | Don't use after-make-frame-functions now that term/xterm.el calls | ||
| 45 | us directly. | ||
| 46 | (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking): | ||
| 47 | Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal. | ||
| 48 | (turn-on-xterm-mouse-tracking-on-terminal): Make param optional. | ||
| 49 | Setup input-decode-map and remember that xterm-mouse-mode was | ||
| 50 | enabled in this terminal. | ||
| 51 | (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those | ||
| 52 | terminals where it has been enabled. | ||
| 53 | |||
| 54 | * faces.el (tty-create-frame-with-faces): Make sure not only | ||
| 55 | tty-run-terminal-initialization but also set-locale-environment | ||
| 56 | are run only once per terminal. | ||
| 57 | (tty-run-terminal-initialization): Don't check if the terminal was | ||
| 58 | already initted. | ||
| 59 | |||
| 60 | * international/encoded-kb.el (encoded-kbd-setup-display): Be careful | ||
| 61 | not to remove keymaps that just happen to inherit from one of ours. | ||
| 62 | When setting up our keymap, make sure it won't be accidentally | ||
| 63 | modified by someone else. | ||
| 64 | |||
| 65 | 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org> | ||
| 66 | |||
| 67 | * textmodes/artist.el (artist-previous-line, artist-next-line): | ||
| 68 | * dired.el (dired-next-line, dired-previous-line): | ||
| 69 | * progmodes/delphi.el (delphi-newline): | ||
| 70 | * textmodes/org.el (org-columns-eval): | ||
| 71 | Use forward-line. | ||
| 72 | |||
| 73 | * emerge.el (emerge-setup): Use insert-buffer-substring. | ||
| 74 | (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise. | ||
| 75 | |||
| 76 | 2007-10-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 77 | |||
| 78 | * textmodes/fill.el (fill-individual-paragraphs): Doc fix. | ||
| 79 | (adaptive-fill-function): Doc fix. Remove * from docstring. | ||
| 80 | |||
| 81 | 2007-10-18 Tom Horsley <tom.horsley@att.net> | ||
| 82 | |||
| 83 | * simple.el (interprogram-paste-function): Doc fix. | ||
| 84 | (current-kill): Accept list of strings as well | ||
| 85 | as single string from `interprogram-paste-function'. | ||
| 86 | |||
| 87 | 2007-10-18 Glenn Morris <rgm@gnu.org> | ||
| 88 | |||
| 89 | * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix. | ||
| 90 | |||
| 91 | 2007-10-18 Drew Adams <drew.adams@oracle.com> | ||
| 92 | |||
| 93 | * bindings.el (mode-line-minor-mode-keymap): | ||
| 94 | Add mouse-minor-mode-menu on mouse-1. | ||
| 95 | (mode-line-modes): Add mouse-1 to help-echo text. | ||
| 96 | (mouse-minor-mode-menu, minor-mode-menu-from-indicator): | ||
| 97 | New functions. | ||
| 98 | (mode-line-minor-mode-help): Doc fix. | ||
| 99 | |||
| 100 | 2007-10-17 Juri Linkov <juri@jurta.org> | ||
| 101 | |||
| 102 | * textmodes/fill.el (fill-paragraph-or-region): Remove function | ||
| 103 | at the request of RMS. | ||
| 104 | (fill-paragraph): Change `arg' to optional `justify'. Add interactive | ||
| 105 | arg `region'. Fix docstring. At the first `or' branch add call to | ||
| 106 | `fill-region' if it the region is active in transient-mark-mode. | ||
| 107 | |||
| 108 | * bindings.el (esc-map): Bind M-q to fill-paragraph | ||
| 109 | instead of fill-paragraph-or-region. | ||
| 110 | |||
| 111 | * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region | ||
| 112 | with fill-paragraph. | ||
| 113 | |||
| 114 | * textmodes/ispell.el (ispell-word): Add interactive arg `region'. | ||
| 115 | Fix docstring. | ||
| 116 | |||
| 117 | * indent.el (indent-for-tab-command): Change interactive spec from | ||
| 118 | "P" to "p". Add check for interactive arg before indenting the | ||
| 119 | active region. | ||
| 120 | |||
| 121 | * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions. | ||
| 122 | Regroup. | ||
| 123 | |||
| 124 | 2007-10-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 125 | |||
| 126 | * emacs-lisp/find-func.el: Don't require loadhist. | ||
| 127 | |||
| 128 | * loadhist.el (feature-symbols, file-provides, file-requires) | ||
| 129 | (file-set-intersect, file-dependents): Simplify. | ||
| 130 | (unload-feature-special-hooks): Update list of special hooks. | ||
| 131 | |||
| 132 | 2007-10-17 Tassilo Horn <tassilo@member.fsf.org> | ||
| 133 | |||
| 134 | * bindings.el (completion-ignored-extensions): Remove pdf and dvi | ||
| 135 | extensions since they can be viewed with doc-view. | ||
| 136 | |||
| 137 | * files.el (auto-mode-alist): Make doc-view-mode the default mode | ||
| 138 | for pdf, ps and dvi files. | ||
| 139 | |||
| 140 | * doc-view.el: Make doc-view-mode the standard mode for viewing | ||
| 141 | pdf, [e]ps and dvi files and add binding C-c C-c to toggle between | ||
| 142 | text and image display. Add binding C-c C-e to switch to an | ||
| 143 | editing mode. | ||
| 144 | (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to | ||
| 145 | avoid security problems when rendering files from untrusted sources. | ||
| 146 | |||
| 147 | 2007-10-17 Aaron Hawley <aaronh@garden.org> | ||
| 148 | |||
| 149 | * tutorial.el (tutorial--save-tutorial): Display message when tutorial | ||
| 150 | position is not saved. | ||
| 151 | |||
| 152 | 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 153 | |||
| 154 | * doc-view.el: Mention xpdf. Fix spelling of Ghostscript. | ||
| 155 | (doc-view-ghostscript-options): Fix typo in doc string. | ||
| 156 | |||
| 157 | 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 158 | |||
| 159 | * progmodes/compile.el (compilation-next-error-function): Fix timestamp | ||
| 160 | handling, so compilation-fake-loc works again. | ||
| 161 | |||
| 162 | * server.el (server-select-display): Nop if we do not support m-f-o-d. | ||
| 163 | (server-process-filter): Revert last change. | ||
| 164 | |||
| 165 | * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the | ||
| 166 | behavior unrelated to filesets. | ||
| 167 | |||
| 168 | 2007-10-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 169 | |||
| 170 | * longlines.el (longlines-wrap-follows-window-size): Integer value | ||
| 171 | specifies wrapping margin. | ||
| 172 | (longlines-mode, longlines-window-change-function): | ||
| 173 | Set window-specific wrapping margin based on the above. | ||
| 174 | |||
| 175 | 2007-10-17 John Wiegley <johnw@newartisans.com> | ||
| 176 | |||
| 177 | * eshell/esh-cmd.el (eshell-complex-commands): Add "ls". | ||
| 178 | |||
| 179 | 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 180 | |||
| 181 | * server.el (server-process-filter): Only set display if X11 is | ||
| 182 | supported. | ||
| 183 | |||
| 184 | 2007-10-17 Glenn Morris <rgm@gnu.org> | ||
| 185 | |||
| 186 | * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): | ||
| 187 | Tweak regexp to avoid stack overflow. | ||
| 188 | |||
| 189 | 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 190 | |||
| 191 | * simple.el (reindent-then-newline-and-indent): Don't assume that | ||
| 192 | indent-according-to-mode preserves point. | ||
| 193 | |||
| 194 | 2007-10-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 195 | |||
| 196 | * bs.el (bs--make-header-match-string, bs-show-in-buffer) | ||
| 197 | (bs--nth-wrapper): Simplify. | ||
| 198 | (bs-select, bs--insert-one-entry): Simplify. Use `when'. | ||
| 199 | (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'. | ||
| 200 | (bs-sort-buffer-interns-are-last): Use `string-match-p'. | ||
| 201 | (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp) | ||
| 202 | (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column) | ||
| 203 | (bs-configurations, bs-default-configuration) | ||
| 204 | (bs-alternative-configuration, bs-cycle-configuration-name) | ||
| 205 | (bs-string-show-always, bs-string-show-never, bs-string-current) | ||
| 206 | (bs-string-current-marked, bs-string-marked, bs-string-show-normally) | ||
| 207 | (bs-sort-functions, bs-default-sort-name): Remove * in docstrings. | ||
| 208 | (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete) | ||
| 209 | (bs-apply-sort-faces, bs-next-config-aux): Use `when'. | ||
| 210 | (bs--window-config-coming-from): Revert 2006-11-09 change. | ||
| 211 | (bs--restore-window-config): Keep the selected frame. | ||
| 212 | (bs--track-window-changes, bs--remove-hooks): New functions. | ||
| 213 | (bs-mode): Use `define-derived-mode'. Set hook to track window changes. | ||
| 214 | (bs--create-header): Remove. | ||
| 215 | (bs--create-header-line): New function, based on `bs--create-header'. | ||
| 216 | (bs--show-header): Use `bs--create-header-line'. | ||
| 217 | (bs--show-with-configuration): Revert 2006-11-09 change. | ||
| 218 | Don't reuse window unless it is visible on the selected frame. | ||
| 219 | Restore window configuration (possibly in a different frame) | ||
| 220 | before creating any window. | ||
| 221 | |||
| 222 | 2007-10-16 Glenn Morris <rgm@gnu.org> | ||
| 223 | |||
| 224 | * simple.el (blink-matching-open): Don't report false errors with | ||
| 225 | the `$' syntax class. | ||
| 226 | |||
| 227 | 2007-10-16 Richard Stallman <rms@gnu.org> | ||
| 228 | |||
| 229 | * emacs-lisp/advice.el (ad-get-advice-info): Change to a function. | ||
| 230 | (ad-get-advice-info-macro): New macro, like old ad-get-advice-info. | ||
| 231 | (ad-is-advised, ad-get-advice-info-field) | ||
| 232 | (ad-set-advice-info-field): Use ad-get-advice-info-macro. | ||
| 233 | |||
| 234 | 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 235 | |||
| 236 | * vc-hooks.el (vc-workfile-version): Compatibility alias. | ||
| 237 | (vc-default-working-revision): Compatibility for backends. | ||
| 238 | |||
| 239 | 2007-10-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 240 | |||
| 241 | * filesets.el (filesets-alist-get): Use `let' rather than `let*'. | ||
| 242 | (filesets-ormap, filesets-sort-case-sensitive-flag) | ||
| 243 | (filesets-remake-shortcut, filesets-ingroup-collect-files): | ||
| 244 | Fix typos in docstrings. | ||
| 245 | (filesets-conditional-sort, filesets-find-or-display-file) | ||
| 246 | (filesets-data-get-name, filesets-data-get-data) | ||
| 247 | (filesets-data-set, filesets-cmd-query-replace-getargs) | ||
| 248 | (filesets-ingroup-collect): Doc fixes. | ||
| 249 | |||
| 250 | 2007-10-15 Sam Steingold <sds@gnu.org> | ||
| 251 | |||
| 252 | * mail/sendmail.el (sendmail-error-reporting-interactive) | ||
| 253 | (sendmail-error-reporting-non-interactive): New variables for | ||
| 254 | sendmail error reporting options to simplify support for imperfect | ||
| 255 | sendmail emulators. | ||
| 256 | (sendmail-send-it): Use them instead of list literals. | ||
| 257 | |||
| 258 | 2007-10-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 259 | |||
| 260 | * help-fns.el: Revert previous change; it creates a | ||
| 261 | dependency loop between advice.el and help-fns.el. | ||
| 262 | |||
| 263 | 2007-10-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 264 | |||
| 265 | * help-fns.el: Require advice when compiling. | ||
| 266 | |||
| 1 | 2007-10-14 Drew Adams <drew.adams@oracle.com> | 267 | 2007-10-14 Drew Adams <drew.adams@oracle.com> |
| 2 | 268 | ||
| 3 | * emacs-lisp/ring.el (ring-convert-sequence-to-ring) | 269 | * emacs-lisp/ring.el (ring-convert-sequence-to-ring) |
| @@ -99,8 +365,8 @@ | |||
| 99 | 365 | ||
| 100 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> | 366 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> |
| 101 | 367 | ||
| 102 | * frame.el (select-frame-set-input-focus): Fix typo | 368 | * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac". |
| 103 | "max" -> "mac". Do not use a single clause cond. | 369 | Do not use a single clause cond. |
| 104 | 370 | ||
| 105 | * cus-start.el (all): Use test that does not match the X11 version | 371 | * cus-start.el (all): Use test that does not match the X11 version |
| 106 | for mac. | 372 | for mac. |
| @@ -148,7 +414,7 @@ | |||
| 148 | (idlwave-complete-in-buffer): | 414 | (idlwave-complete-in-buffer): |
| 149 | * textmodes/org.el (org-export-as-html, org-export-as-ascii) | 415 | * textmodes/org.el (org-export-as-html, org-export-as-ascii) |
| 150 | (org-fast-tag-selection): | 416 | (org-fast-tag-selection): |
| 151 | * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather | 417 | * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather |
| 152 | than mapcar. | 418 | than mapcar. |
| 153 | 419 | ||
| 154 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> | 420 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -170,9 +436,8 @@ | |||
| 170 | and some leftover logic regarding dedicated frames. If showing | 436 | and some leftover logic regarding dedicated frames. If showing |
| 171 | concise startup screen, fit window to buffer. | 437 | concise startup screen, fit window to buffer. |
| 172 | (command-line-1): If we will be using the splash screen, use | 438 | (command-line-1): If we will be using the splash screen, use |
| 173 | find-file instead of find-file-other-window to find additional | 439 | find-file instead of find-file-other-window to find additional files. |
| 174 | files. Comment out unused code for coping with the old sit-for | 440 | Comment out unused code for coping with the old sit-for behavior. |
| 175 | behavior. | ||
| 176 | 441 | ||
| 177 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | 442 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 178 | 443 | ||