| | 1 | 2007-06-01 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 2 | |
|---|
| | 3 | * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20 |
|---|
| | 4 | changes. |
|---|
| | 5 | |
|---|
| | 6 | 2007-05-31 Richard Stallman <rms@gnu.org> |
|---|
| | 7 | |
|---|
| | 8 | * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes. |
|---|
| | 9 | |
|---|
| | 10 | 2007-05-29 Martin Rudalics <rudalics@gmx.at> |
|---|
| | 11 | |
|---|
| | 12 | * textmodes/table.el (table--point-entered-cell-function) |
|---|
| | 13 | (table--point-left-cell-function): Bind |
|---|
| | 14 | `inhibit-point-motion-hooks' to t. |
|---|
| | 15 | |
|---|
| | 16 | 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) |
|---|
| | 17 | |
|---|
| | 18 | * emacs-lisp/rx.el (rx): Doc fix. |
|---|
| | 19 | |
|---|
| | 20 | 2007-05-28 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 21 | |
|---|
| | 22 | * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case. |
|---|
| | 23 | |
|---|
| | 24 | 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change) |
|---|
| | 25 | |
|---|
| | 26 | * log-edit.el (log-edit-changelog-paragraph): Return point-max |
|---|
| | 27 | as the end of the ChangeLog paragraph when it ends without a line |
|---|
| | 28 | termination. |
|---|
| | 29 | |
|---|
| | 30 | 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 31 | |
|---|
| | 32 | * textmodes/fill.el (canonically-space-region): Make the second arg |
|---|
| | 33 | a marker if it's not already the case. |
|---|
| | 34 | |
|---|
| | 35 | * xt-mouse.el (xterm-mouse-truncate-wrap): New function. |
|---|
| | 36 | (xterm-mouse-event): Use it. |
|---|
| | 37 | |
|---|
| | 38 | 2007-05-25 Miles Bader <miles@fencepost.gnu.org> |
|---|
| | 39 | |
|---|
| | 40 | * vc-hooks.el (vc-find-root): Fix file attribute test. |
|---|
| | 41 | |
|---|
| | 42 | 2007-05-24 Richard Stallman <rms@gnu.org> |
|---|
| | 43 | |
|---|
| | 44 | * textmodes/flyspell.el (flyspell-correct-word-before-point): |
|---|
| | 45 | Don't let opoint be nil. |
|---|
| | 46 | (flyspell-emacs-popup): Explicit error if no dialogs. |
|---|
| | 47 | |
|---|
| | 48 | 2007-05-23 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 49 | |
|---|
| | 50 | * tar-mode.el (tar-file-name-handler): New function. |
|---|
| | 51 | (tar-extract): Bind file-name-handler-alist to it to force |
|---|
| | 52 | find-buffer-file-type-coding-system behave as if the file being |
|---|
| | 53 | extracted existed. Use last-coding-system-used to force |
|---|
| | 54 | buffer-file-coding-system to what decode-coding-region actually |
|---|
| | 55 | used to decode the file. |
|---|
| | 56 | |
|---|
| | 57 | 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) |
|---|
| | 58 | |
|---|
| | 59 | * progmodes/compile.el (compilation-handle-exit): |
|---|
| | 60 | `compilation-finish-function' may change the current buffer. |
|---|
| | 61 | |
|---|
| | 62 | 2007-05-22 Richard Stallman <rms@gnu.org> |
|---|
| | 63 | |
|---|
| | 64 | * files.el (set-auto-mode): Doc fix. |
|---|
| | 65 | |
|---|
| | 66 | 2007-05-22 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 67 | |
|---|
| | 68 | * dos-w32.el (find-buffer-file-type-coding-system): Doc fix. |
|---|
| | 69 | |
|---|
| | 70 | 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change) |
|---|
| | 71 | |
|---|
| | 72 | * net/rcirc.el (rcirc-fill-column): Allow `window-width'. |
|---|
| | 73 | (rcirc-print): Handle `window-width'. |
|---|
| | 74 | (rcirc-buffer-maximum-lines): Doc fix. |
|---|
| | 75 | |
|---|
| | 76 | 2007-05-19 Kevin Ryde <user42@zip.com.au> |
|---|
| | 77 | |
|---|
| | 78 | * info.el (Info-fontify-node): Match https also. |
|---|
| | 79 | |
|---|
| | 80 | 2007-05-18 Richard Stallman <rms@gnu.org> |
|---|
| | 81 | |
|---|
| | 82 | * simple.el (push-mark): Doc fix. |
|---|
| | 83 | |
|---|
| | 84 | 2007-05-18 Rob Riepel <riepel@Stanford.EDU> |
|---|
| | 85 | |
|---|
| | 86 | * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to |
|---|
| | 87 | tpu-global-map. |
|---|
| | 88 | (tpu-original-global-map): Delete variable. |
|---|
| | 89 | (tpu-control-keys-map): New keymap variable. |
|---|
| | 90 | (tpu-set-control-keys): Use tpu-reset-control-keys rather than |
|---|
| | 91 | setting keymapping directly. |
|---|
| | 92 | (tpu-reset-control-keys): Use tpu-control-keys-map instead of |
|---|
| | 93 | tpu-global-map. |
|---|
| | 94 | (tpu-edt-on): Activate the tpu-global-map. |
|---|
| | 95 | (tpu-edt-off): Deactivate the tpu-global-map. |
|---|
| | 96 | |
|---|
| | 97 | 2007-05-18 Ryan Yeske <rcyeske@gmail.com> |
|---|
| | 98 | |
|---|
| | 99 | * textmodes/ispell.el (ispell-get-word): Return markers |
|---|
| | 100 | for start and end positions. |
|---|
| | 101 | (ispell-word): Assume END is a marker. |
|---|
| | 102 | |
|---|
| | 103 | 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
|---|
| | 104 | |
|---|
| | 105 | * ps-print.el: Use default color when foreground or background color |
|---|
| | 106 | are unspecified. Reported by Leo <sdl.web@gmail.com>. |
|---|
| | 107 | (ps-print-version): New version 6.7.4. |
|---|
| | 108 | (ps-rgb-color): New argument. Use default color when color is |
|---|
| | 109 | unspecified. |
|---|
| | 110 | (ps-begin-job): Fix code. |
|---|
| | 111 | |
|---|
| | 112 | 2007-05-17 Martin Rudalics <rudalics@gmx.at> |
|---|
| | 113 | |
|---|
| | 114 | * textmodes/ispell.el (ispell-start-process): Defend against bad |
|---|
| | 115 | default-directory. |
|---|
| | 116 | |
|---|
| | 117 | 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 118 | |
|---|
| | 119 | * vc-hooks.el (vc-find-root): Stop searching when the user changes. |
|---|
| | 120 | |
|---|
| | 121 | 2007-05-16 Richard Stallman <rms@gnu.org> |
|---|
| | 122 | |
|---|
| | 123 | * buff-menu.el (Buffer-menu-sort-column): Doc fix. |
|---|
| | 124 | |
|---|
| | 125 | 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 126 | |
|---|
| | 127 | * files.el (magic-mode-alist, magic-fallback-mode-alist): |
|---|
| | 128 | Move the *ml, Postscript, and XmCD entries to the fallback part. |
|---|
| | 129 | |
|---|
| | 130 | * files.el (magic-fallback-mode-alist): |
|---|
| | 131 | Rename from file-start-mode-alist. |
|---|
| | 132 | |
|---|
| | 133 | 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) |
|---|
| | 134 | |
|---|
| | 135 | * progmodes/compile.el (compilation-handle-exit): Quote first |
|---|
| | 136 | argument of `run-hook-with-args'. |
|---|
| | 137 | |
|---|
| | 138 | 2007-05-16 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 139 | |
|---|
| | 140 | * buff-menu.el (Buffer-menu-sort-column): |
|---|
| | 141 | * dabbrev.el (dabbrev-upcase-means-case-search): |
|---|
| | 142 | * dired.el (dired-recursive-deletes, dired-recursive-copies): |
|---|
| | 143 | * info.el (Info-current-subfile): |
|---|
| | 144 | * ls-lisp.el (ls-lisp-verbosity): |
|---|
| | 145 | * msb.el (msb-menu-cond): |
|---|
| | 146 | * pcvs.el (cvs-dired-use-hook): |
|---|
| | 147 | * simple.el (set-mark-command-repeat-pop): |
|---|
| | 148 | * time.el (display-time-24hr-format, display-time-mail-file): |
|---|
| | 149 | Doc fixes. |
|---|
| | 150 | |
|---|
| | 151 | * tutorial.el (get-lang-string, tutorial--find-changed-keys): |
|---|
| | 152 | * printing.el (pr-ps-fast-fire): Fix typos in docstrings. |
|---|
| | 153 | |
|---|
| | 154 | * view.el (view-inhibit-help-message): Fix typo in docstring. |
|---|
| | 155 | (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes. |
|---|
| | 156 | |
|---|
| | 157 | 2007-05-14 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 158 | |
|---|
| | 159 | * mail/rmail.el (rmail-convert-to-babyl-format): |
|---|
| | 160 | Check content-transfer-encoding _last_, because we need its position |
|---|
| | 161 | in base64-header-field-end. |
|---|
| | 162 | |
|---|
| | 163 | 2007-05-14 Juanma Barranquero <lekktu@gmail.com> |
|---|
| | 164 | |
|---|
| | 165 | * files.el (mode-require-final-newline, require-final-newline) |
|---|
| | 166 | (enable-local-variables, enable-local-eval): Doc fixes. |
|---|
| | 167 | |
|---|