diff options
| author | Miles Bader | 2005-10-15 00:26:05 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-10-15 00:26:05 +0000 |
| commit | 9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1 (patch) | |
| tree | 4570b6861b88c36c99783d4103d49c8658027834 /lisp/ChangeLog | |
| parent | 2f0837ccf0ba386b9a9aab0eac2bad3076491a93 (diff) | |
| parent | d3a597b7b41c2ebdb457e7c8bb037958138028f2 (diff) | |
| download | emacs-9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1.tar.gz emacs-9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 581-597)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 133-141)
- Update from CVS
- Merge from emacs--cvs-trunk--0
- Update from CVS: texi/gnus.texi (RSS): Fix key description.
- Update from CVS: texi/gnus.texi (Document Server Internals): Addition.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 399 |
1 files changed, 367 insertions, 32 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ce77d020b3..3e31b1df46e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,25 +1,363 @@ | |||
| 1 | 2005-10-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * longlines.el (longlinges-search-function) | ||
| 4 | (longlines-search-forward, longlines-search-backward): New | ||
| 5 | functions. | ||
| 6 | (longlines-mode): Set isearch-search-fun-function to | ||
| 7 | longlinges-search-function. | ||
| 8 | |||
| 9 | * mouse.el (mouse-drag-region-1): Handle the case where a | ||
| 10 | double-click event is bound to an arbitrary function. | ||
| 11 | |||
| 12 | 2005-10-14 David Ponce <david@dponce.com> | ||
| 13 | |||
| 14 | * recentf.el (recentf-track-opened-file) | ||
| 15 | (recentf-track-closed-file, recentf-update-menu) | ||
| 16 | (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff. | ||
| 17 | (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey | ||
| 18 | mouse-1-click-follows-link. | ||
| 19 | |||
| 20 | 2005-10-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 21 | |||
| 22 | * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from | ||
| 23 | Gnome file-manager.png. Suggested by | ||
| 24 | Joachim Nilsson <joachim.nilsson@vmlinux.org>. | ||
| 25 | |||
| 26 | * toolbar/README: Add diropen.xpm. | ||
| 27 | |||
| 28 | 2005-10-13 Bill Wohler <wohler@newt.com> | ||
| 29 | |||
| 30 | * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE | ||
| 31 | restrictions. Suggested by David Robinow <drobinow@gmail.com>. | ||
| 32 | |||
| 33 | 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 34 | |||
| 35 | * progmodes/mixal-mode.el (mixal-operation-codes-alist): | ||
| 36 | Don't waste the byte-compiler's time on constant data. | ||
| 37 | |||
| 38 | 2005-10-13 Kenichi Handa <handa@m17n.org> | ||
| 39 | |||
| 40 | * international/utf-8.el (utf-8-compose): Display an invalid UTF-8 | ||
| 41 | byte with `escape-glyph' face. | ||
| 42 | |||
| 43 | * international/fontset.el (ccl-encode-unicode-font): | ||
| 44 | Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. | ||
| 45 | Handle the case that ucs-mule-to-mule-unicode translates a character to | ||
| 46 | ASCII (usually for IPA characters). | ||
| 47 | |||
| 48 | 2005-10-12 Bill Wohler <wohler@newt.com> | ||
| 49 | |||
| 50 | * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads. | ||
| 51 | (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any | ||
| 52 | files in MH-E-SRC have been updated. | ||
| 53 | (updates, compile, recompile, bootstrap): Depend on mh-autoloads. | ||
| 54 | |||
| 55 | 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 56 | |||
| 57 | * progmodes/mixal-mode.el (mixal-operation-codes): Remove. | ||
| 58 | (mixal-mode-syntax-table): Add \n as end-comment. | ||
| 59 | (mixal-operation-codes-alist): Immediately initialize to full value. | ||
| 60 | (mixal-add-operation-code): Remove. | ||
| 61 | (mixal-describe-operation-code): Make the arg non-optional. | ||
| 62 | Use the interactive spec instead. | ||
| 63 | Use mixal-operation-codes-alist rather than mixal-operation-codes. | ||
| 64 | (mixal-font-lock-keywords): Don't highlight comments here any more. | ||
| 65 | (mixal-font-lock-syntactic-keywords): New var. | ||
| 66 | (mixal-mode): Use it. Fix comment-start-skip. | ||
| 67 | |||
| 68 | 2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 69 | |||
| 70 | * startup.el (command-line-x-option-alist): -nb => -nbi | ||
| 71 | |||
| 72 | 2005-10-12 Kim F. Storm <storm@cua.dk> | ||
| 73 | |||
| 74 | * startup.el (fancy-splash-default-action): Discard mouse click in | ||
| 75 | the spash screen window, as it has no sensible meaning in the | ||
| 76 | next window to be selected. Fixes error reported by Jan D. | ||
| 77 | |||
| 78 | 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 79 | |||
| 80 | * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil. | ||
| 81 | |||
| 82 | 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 83 | |||
| 84 | * progmodes/mixal-mode.el: Sync with version in the GNU MDK project. | ||
| 85 | Try to fix up minor layout issues like indentation, line break, etc... | ||
| 86 | (mixal-mode-syntax-table): Don't try to specify comment syntax, | ||
| 87 | because it doesn't work. | ||
| 88 | (mixal-operation-codes): Add some more codes. | ||
| 89 | (mixal-font-lock-keywords): Process comments here. | ||
| 90 | (mixal-mode): mixasm no longer needs -g option. | ||
| 91 | |||
| 92 | 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change) | ||
| 93 | |||
| 94 | * progmodes/sh-script.el (sh-tmp-file): | ||
| 95 | Use mktemp -t. Finish support for es and rc shells. | ||
| 96 | |||
| 97 | 2005-10-11 Jay Belanger <belanger@truman.edu> | ||
| 98 | |||
| 99 | * calc/calcalg2.el (calc-integral): With an argument, compute the | ||
| 100 | definite integral. | ||
| 101 | |||
| 102 | 2005-10-11 Chong Yidong <cyd@stupidchicken.com> | ||
| 103 | |||
| 104 | * mouse.el (mouse-drag-region-1): Don't try to catch a | ||
| 105 | double-click when doing follow-link (it's overridden anyway). | ||
| 106 | |||
| 107 | 2005-10-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 108 | |||
| 109 | * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix. | ||
| 110 | (autoload-print-form-outbuf): Add docstring. | ||
| 111 | |||
| 112 | 2005-10-11 Juri Linkov <juri@jurta.org> | ||
| 113 | |||
| 114 | * info.el (Info-mode-menu): Delete menu item "Edit". | ||
| 115 | (Info-mode): Delete description of Info-edit from docstring, | ||
| 116 | and rearrange descriptions of Info commands in the order | ||
| 117 | they are documented in the Info manual. | ||
| 118 | |||
| 119 | 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 120 | |||
| 121 | * calendar/appt.el (appt-check): Use diary-selective-display var. | ||
| 122 | |||
| 123 | 2005-10-10 Richard M. Stallman <rms@gnu.org> | ||
| 124 | |||
| 125 | * net/newsticker.el (newsticker-start, newsticker-show-news): | ||
| 126 | Add autoload cookies. | ||
| 127 | |||
| 128 | 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> | ||
| 129 | |||
| 130 | * progmodes/sh-script.el (sh-tmp-file): Use mktemp. | ||
| 131 | |||
| 132 | 2005-10-10 Karl Chen <quarl@cs.berkeley.edu> | ||
| 133 | |||
| 134 | * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop. | ||
| 135 | |||
| 136 | 2005-10-10 Jay Belanger <belanger@truman.edu> | ||
| 137 | |||
| 138 | * calc/calc-arith.el (math-check-known-scalarp) | ||
| 139 | (math-check-known-matrixp): Check the values of arguments that are | ||
| 140 | variables. | ||
| 141 | (math-check-known-square-matrixp): New function. | ||
| 142 | (math-known-square-matrixp): Use math-check-known-square-matrixp. | ||
| 143 | (math-super-types): Add sqmatrix type. | ||
| 144 | |||
| 145 | * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the | ||
| 146 | mode name `square' to 'sqmatrix'. | ||
| 147 | |||
| 148 | * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the | ||
| 149 | mode name `square' to 'sqmatrix'. | ||
| 150 | |||
| 151 | 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 152 | |||
| 153 | * progmodes/etags.el (select-tags-table-mode): Don't use | ||
| 154 | selective-display. | ||
| 155 | (tags-select-tags-table): Pass `button' to the action function. | ||
| 156 | (select-tags-table): Place the side-info on button properties rather | ||
| 157 | than in hidden text. Abbreviate file names. | ||
| 158 | (select-tags-table-mode-map): Inherit rather than copy buttom-map. | ||
| 159 | (select-tags-table-select): Add `button' argument. | ||
| 160 | Get side-info from the button property rather than from hidden text. | ||
| 161 | |||
| 162 | 2005-10-11 Nick Roberts <nickrob@snap.net.nz> | ||
| 163 | |||
| 164 | * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings. | ||
| 165 | (gud-speedbar-buttons): Preserve point if possible. | ||
| 166 | (gud-sentinel): Restore previous speedbar display type. | ||
| 167 | |||
| 168 | * progmodes/gdb-ui.el (gdba): Improve diagram. | ||
| 169 | (def-gdb-auto-update-handler, gdb-info-locals-handler) | ||
| 170 | (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons): | ||
| 171 | Call get-buffer-window once. | ||
| 172 | |||
| 173 | 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 174 | |||
| 175 | * progmodes/pascal.el (pascal-mode-map): Move init into declaration. | ||
| 176 | (pascal-mode-syntax-table): Make (* *) markers same class as { ... }. | ||
| 177 | (pascal-indent-command): Remove unused var `ind'. | ||
| 178 | (pascal-indent-case): Remove unused var `oldpos'. | ||
| 179 | (pascal-outline-map): Don't inherit from pascal-mode-map anymore, | ||
| 180 | since it's now used as a proper minor mode map. | ||
| 181 | (pascal-outline): Rename to pascal-outline-mode. | ||
| 182 | (pascal-outline-mode): Use define-minor-mode. | ||
| 183 | (pascal-outline-mode, pascal-outline-change): Use overlays rather than | ||
| 184 | selective-display. | ||
| 185 | |||
| 186 | 2005-10-10 Andreas Schwab <schwab@suse.de> | ||
| 187 | |||
| 188 | * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match | ||
| 189 | number. Reported by Karl Chen <quarl@cs.berkeley.edu>. | ||
| 190 | |||
| 191 | * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building | ||
| 192 | outside source directory. | ||
| 193 | |||
| 194 | 2005-10-10 Carsten Dominik <dominik@science.uva.nl> | ||
| 195 | |||
| 196 | * textmodes/org.el: (org-mode-map): Explicit definition of `C-c | ||
| 197 | C-x' as a prefix. | ||
| 198 | (orgtbl-mode-map): Full keymap instead of sparse, because all | ||
| 199 | `self-insert-command' keys are redefined in this map. | ||
| 200 | (org-export-as-html): Specify charset for HTML file, by taking it | ||
| 201 | from the coding system. | ||
| 202 | |||
| 203 | 2005-10-10 Kenichi Handa <handa@m17n.org> | ||
| 204 | |||
| 205 | * textmodes/flyspell.el (flyspell-check-word-p): | ||
| 206 | If unread-command-events is non-empty, don't call sit-for. | ||
| 207 | |||
| 208 | 2005-10-09 Richard M. Stallman <rms@gnu.org> | ||
| 209 | |||
| 210 | * font-lock.el (font-lock-syntactic-keywords) | ||
| 211 | (font-lock-keywords): Doc fixes. | ||
| 212 | |||
| 213 | * textmodes/flyspell.el (flyspell-external-point-words): | ||
| 214 | Simplify logic, and don't try to check for consecutive appearances | ||
| 215 | of one incorrect word. | ||
| 216 | |||
| 217 | 2005-10-10 Nick Roberts <nickrob@snap.net.nz> | ||
| 218 | |||
| 219 | * speedbar.el (speedbar-buffer-easymenu-definition): Add menu | ||
| 220 | separator. | ||
| 221 | |||
| 222 | * progmodes/gud.el (gud-last-speedbar-buffer): Remove. | ||
| 223 | (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list. | ||
| 224 | (gud-expansion-speedbar-buttons): New function. | ||
| 225 | (gud-speedbar-buttons): Check for gud-comint-buffer. | ||
| 226 | |||
| 227 | 2005-10-09 Bill Wohler <wohler@newt.com> | ||
| 228 | |||
| 229 | * Makefile.in (updates): Add mh-loaddefs dependency. | ||
| 230 | |||
| 231 | 2005-10-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 232 | |||
| 233 | * speedbar.el (speedbar-file-key-map): Fix typo. | ||
| 234 | |||
| 235 | 2005-10-09 Daniel Brockman <daniel@brockman.se> | ||
| 236 | |||
| 237 | * cus-start.el (line-spacing): Add custom spec. | ||
| 238 | |||
| 239 | 2005-10-09 Romain Francoise <romain@orebokech.com> | ||
| 240 | |||
| 241 | * textmodes/ispell.el (ispell-check-version): Fix last change. | ||
| 242 | |||
| 243 | 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 244 | |||
| 245 | * term/x-win.el: Remove -i, --icon-type from comment. | ||
| 246 | |||
| 247 | * startup.el (command-line-x-option-alist): Remove options -i, | ||
| 248 | -itype, --icon-type, added -nb, --no-bitmap-icon | ||
| 249 | |||
| 250 | 2005-10-09 Nick Roberts <nickrob@snap.net.nz> | ||
| 251 | |||
| 252 | * progmodes/gud.el (gud-speedbar-menu-items): Use :visible | ||
| 253 | instead of :active. | ||
| 254 | |||
| 255 | 2005-10-08 Eric Hanchrow <offby1@blarg.net> | ||
| 256 | |||
| 257 | * textmodes/ispell.el (ispell-check-version): | ||
| 258 | Ignore hyphen, and all that follows, in aspell's version text. | ||
| 259 | |||
| 260 | 2005-10-08 Jay Belanger <belanger@truman.edu> | ||
| 261 | |||
| 262 | * calc/calc-arith.el (math-known-square-matrixp): New function. | ||
| 263 | (math-pow-fancy): Check for matrices before distributing exponent | ||
| 264 | across products. | ||
| 265 | |||
| 266 | * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for | ||
| 267 | fullscreen keypad. Suggested by Luc Teirlinck. | ||
| 268 | (calc-keypad-show-input): Add space for formatting. | ||
| 269 | |||
| 270 | * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): | ||
| 271 | Add square matrix option. | ||
| 272 | |||
| 273 | * calc/calc-poly.el (math-expand-term): Check for matrices instead | ||
| 274 | of checking calc-matrix-mode when deciding how to expand. | ||
| 275 | |||
| 276 | * calc/calc.el (calc-set-mode-line): Add square matrix option. | ||
| 277 | |||
| 278 | 2005-10-08 Lars Hansen <larsh@soem.dk> | ||
| 279 | |||
| 280 | * net/tramp.el (tramp-perl-directory-files-and-attributes): | ||
| 281 | Add error handling. | ||
| 282 | (tramp-handle-directory-files-and-attributes): Handle perl error msg. | ||
| 283 | |||
| 284 | 2005-10-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 285 | |||
| 286 | Sync with Tramp 2.0.51. | ||
| 287 | |||
| 288 | * net/tramp.el (tramp-handle-set-visited-file-modtime) | ||
| 289 | (tramp-handle-insert-file-contents, tramp-handle-write-region): | ||
| 290 | Insert special handling for `last-coding-system-used', again | ||
| 291 | it still seems to be necessary (unlike stated before). | ||
| 292 | Reported by Toshinori Sugita <sugita@d-pad.co.jp>. | ||
| 293 | (tramp-password-prompt-regexp): There might be other words before | ||
| 294 | trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>. | ||
| 295 | (tramp-chunksize): Improve docstring. | ||
| 296 | (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks | ||
| 297 | Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by | ||
| 298 | Christian Joergensen <bugs@razor.dk>. | ||
| 299 | |||
| 300 | 2005-10-07 Glenn Morris <rgm@gnu.org> | ||
| 301 | |||
| 302 | * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix. | ||
| 303 | (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double | ||
| 304 | precision'. | ||
| 305 | |||
| 306 | 2005-10-07 Romain Francoise <romain@orebokech.com> | ||
| 307 | |||
| 308 | * ibuf-ext.el (ibuffer-do-shell-command-pipe) | ||
| 309 | (ibuffer-do-shell-command-pipe-replace) | ||
| 310 | (ibuffer-do-shell-command-file, ibuffer-do-eval) | ||
| 311 | (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely) | ||
| 312 | (ibuffer-do-revert, ibuffer-do-replace-regexp) | ||
| 313 | (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp) | ||
| 314 | (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode) | ||
| 315 | (ibuffer-filter-by-name, ibuffer-filter-by-filename) | ||
| 316 | (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt) | ||
| 317 | (ibuffer-filter-by-content, ibuffer-filter-by-predicate | ||
| 318 | (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name) | ||
| 319 | (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size): | ||
| 320 | Autoload file sans suffix. | ||
| 321 | |||
| 322 | * emulation/cua-base.el (cua-toggle-global-mark): Likewise. | ||
| 323 | |||
| 324 | 2005-10-07 David Ponce <david@dponce.com> | ||
| 325 | |||
| 326 | * recentf.el (recentf-menu-open-all-flag): New option. | ||
| 327 | (recentf-digit-shortcut-command-name): New function. | ||
| 328 | (recentf--shortcuts-keymap): New variable. | ||
| 329 | (recentf-menu-shortcuts): New variable. | ||
| 330 | (recentf-make-menu-items): Initialize it. Replace the "More..." | ||
| 331 | menu item by "All...", if `recentf-menu-open-all-flag' is non-nil. | ||
| 332 | (recentf-menu-value-shortcut): New function. | ||
| 333 | (recentf-make-menu-item): Use it. No more in-lined. | ||
| 334 | (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'. | ||
| 335 | (recentf-open-most-recent-file): Rename from | ||
| 336 | `recentf-open-file-with-key'. Don't depend on key binding. | ||
| 337 | (recentf-mode-map): New variable. | ||
| 338 | (recentf-mode): Use it. | ||
| 339 | |||
| 1 | 2005-10-06 Bill Wohler <wohler@newt.com> | 340 | 2005-10-06 Bill Wohler <wohler@newt.com> |
| 2 | 341 | ||
| 3 | * mh-e/mh-loaddefs.el: Removed. Now generated automatically. | 342 | * mh-e/mh-loaddefs.el: Remove. Now generated automatically. |
| 4 | 343 | ||
| 5 | * Makefile.in (AUTOGENEL): Added mh-e/mh-loaddefs.el. | 344 | * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el. |
| 6 | (MH-E-SRC): Added. Used by mh-autoloads. | 345 | (MH-E-SRC): New. Used by mh-autoloads. |
| 7 | (mh-autoloads): Added. Builds mh-e/mh-loaddefs.el. Rebuilds if any | 346 | (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any |
| 8 | files in MH-E-SRC have been updated. | 347 | files in MH-E-SRC have been updated. |
| 9 | (compile, recompile, bootstrap): Depend on mh-autoloads. | 348 | (compile, recompile, bootstrap): Depend on mh-autoloads. |
| 10 | 349 | ||
| 11 | 2005-10-07 Nick Roberts <nickrob@snap.net.nz> | 350 | 2005-10-07 Nick Roberts <nickrob@snap.net.nz> |
| 12 | 351 | ||
| 13 | * progmodes/gud.el (gud-menu-map): Only display un-intuitive | 352 | * progmodes/gud.el (gud-menu-map): Only display un-intuitive |
| 14 | gud-break and gud-remove icons when the fringe is not available. | 353 | gud-break and gud-remove icons when the fringe is not available. |
| 15 | 354 | ||
| 16 | * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): | 355 | * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): |
| 17 | Typo. | 356 | Typo. |
| 18 | 357 | ||
| 19 | 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org> | 358 | 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change) |
| 20 | 359 | ||
| 21 | * play/zone.el (zone): Wrap body with save-window-excursion. | 360 | * play/zone.el (zone): Wrap body with save-window-excursion. |
| 22 | Suggested by Michael Cadilhac. | ||
| 23 | 361 | ||
| 24 | 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca> | 362 | 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 25 | 363 | ||
| @@ -551,7 +889,7 @@ | |||
| 551 | color rxvt terminals by using the code xterm.el used to use before | 889 | color rxvt terminals by using the code xterm.el used to use before |
| 552 | 2005-04-09 in order to match the colors used by rxvt. | 890 | 2005-04-09 in order to match the colors used by rxvt. |
| 553 | 891 | ||
| 554 | 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | 892 | 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) |
| 555 | 893 | ||
| 556 | * term/rxvt.el (rxvt-register-default-colors): Add support for 88 | 894 | * term/rxvt.el (rxvt-register-default-colors): Add support for 88 |
| 557 | colors rxvt-unicode terminals by using the same code as xterm.el. | 895 | colors rxvt-unicode terminals by using the same code as xterm.el. |
| @@ -2481,7 +2819,7 @@ | |||
| 2481 | 2819 | ||
| 2482 | Sync with Tramp 2.0.50. | 2820 | Sync with Tramp 2.0.50. |
| 2483 | 2821 | ||
| 2484 | * tramp.el: Remove defvar of `last-coding-system-used' in the | 2822 | * net/tramp.el: Remove defvar of `last-coding-system-used' in the |
| 2485 | XEmacs case; not necessary anymore. | 2823 | XEmacs case; not necessary anymore. |
| 2486 | (tramp-user-regexp): Allow "@" as part of user name. | 2824 | (tramp-user-regexp): Allow "@" as part of user name. |
| 2487 | (tramp-handle-set-visited-file-modtime) | 2825 | (tramp-handle-set-visited-file-modtime) |
| @@ -2522,7 +2860,7 @@ | |||
| 2522 | instead of octal character code ?\600. The latter resulted in a | 2860 | instead of octal character code ?\600. The latter resulted in a |
| 2523 | syntax error with XEmacs. | 2861 | syntax error with XEmacs. |
| 2524 | 2862 | ||
| 2525 | * tramp-smb.el: Remove defvar of `last-coding-system-used' in the | 2863 | * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the |
| 2526 | XEmacs case; not necessary anymore. | 2864 | XEmacs case; not necessary anymore. |
| 2527 | (tramp-smb-handle-write-region): No special handling for | 2865 | (tramp-smb-handle-write-region): No special handling for |
| 2528 | `last-coding-system-used, because this is done in | 2866 | `last-coding-system-used, because this is done in |
| @@ -5678,8 +6016,8 @@ | |||
| 5678 | 6016 | ||
| 5679 | * log-view.el (log-view-file, log-view-message): Remove "-face" | 6017 | * log-view.el (log-view-file, log-view-message): Remove "-face" |
| 5680 | suffix from face names. | 6018 | suffix from face names. |
| 5681 | (log-view-file-face, log-view-message-face): New | 6019 | (log-view-file-face, log-view-message-face): |
| 5682 | backward-compatibility aliases for renamed faces. | 6020 | New backward-compatibility aliases for renamed faces. |
| 5683 | (log-view-file-face, log-view-message-face): Use renamed log-view | 6021 | (log-view-file-face, log-view-message-face): Use renamed log-view |
| 5684 | faces. | 6022 | faces. |
| 5685 | 6023 | ||
| @@ -5699,8 +6037,8 @@ | |||
| 5699 | (ruler-mode-margins-face, ruler-mode-fringes-face) | 6037 | (ruler-mode-margins-face, ruler-mode-fringes-face) |
| 5700 | (ruler-mode-column-number-face, ruler-mode-fill-column-face) | 6038 | (ruler-mode-column-number-face, ruler-mode-fill-column-face) |
| 5701 | (ruler-mode-comment-column-face, ruler-mode-goal-column-face) | 6039 | (ruler-mode-comment-column-face, ruler-mode-goal-column-face) |
| 5702 | (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New | 6040 | (ruler-mode-tab-stop-face, ruler-mode-current-column-face): |
| 5703 | backward-compatibility aliases for renamed faces. | 6041 | New backward-compatibility aliases for renamed faces. |
| 5704 | (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes) | 6042 | (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes) |
| 5705 | (ruler-mode-column-number, ruler-mode-fill-column) | 6043 | (ruler-mode-column-number, ruler-mode-fill-column) |
| 5706 | (ruler-mode-comment-column, ruler-mode-goal-column) | 6044 | (ruler-mode-comment-column, ruler-mode-goal-column) |
| @@ -5823,8 +6161,7 @@ | |||
| 5823 | * comint.el (comint-check-proc, make-comint-in-buffer) | 6161 | * comint.el (comint-check-proc, make-comint-in-buffer) |
| 5824 | (comint-source-default): Doc fixes. | 6162 | (comint-source-default): Doc fixes. |
| 5825 | 6163 | ||
| 5826 | * term.el (term-send-string): Improve argument/docstring | 6164 | * term.el (term-send-string): Improve argument/docstring consistency. |
| 5827 | consistency. | ||
| 5828 | 6165 | ||
| 5829 | 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> | 6166 | 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> |
| 5830 | 6167 | ||
| @@ -5941,12 +6278,11 @@ | |||
| 5941 | XEmacs code. | 6278 | XEmacs code. |
| 5942 | (flyspell-word): Minor simplification. | 6279 | (flyspell-word): Minor simplification. |
| 5943 | (flyspell-math-tex-command-p): Quieten the byte-compiler. | 6280 | (flyspell-math-tex-command-p): Quieten the byte-compiler. |
| 5944 | (flyspell-external-point-words): Remove unused vars `size' and | 6281 | (flyspell-external-point-words): Remove unused vars `size' and `start'. |
| 5945 | `start'. | 6282 | (flyspell-do-correct): Rename from flyspell-xemacs-correct. |
| 5946 | (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge | 6283 | Merge the corresponding Emacs code. |
| 5947 | the corresponding Emacs code. | 6284 | (flyspell-correct-word, flyspell-xemacs-popup): |
| 5948 | (flyspell-correct-word, flyspell-xemacs-popup): Use | 6285 | Use flyspell-do-correct. |
| 5949 | flyspell-do-correct. | ||
| 5950 | 6286 | ||
| 5951 | * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in | 6287 | * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in |
| 5952 | a dedicated window. | 6288 | a dedicated window. |
| @@ -5985,8 +6321,7 @@ | |||
| 5985 | Add a completion-base-size-function property. | 6321 | Add a completion-base-size-function property. |
| 5986 | 6322 | ||
| 5987 | * simple.el (completion-setup-function): Look for | 6323 | * simple.el (completion-setup-function): Look for |
| 5988 | completion-base-size-function property of | 6324 | completion-base-size-function property of minibuffer-completion-table. |
| 5989 | minibuffer-completion-table. | ||
| 5990 | 6325 | ||
| 5991 | * files.el (locate-file-completion): Doc fix. | 6326 | * files.el (locate-file-completion): Doc fix. |
| 5992 | 6327 | ||
| @@ -7437,7 +7772,7 @@ | |||
| 7437 | 7772 | ||
| 7438 | Sync with Tramp 2.0.49. | 7773 | Sync with Tramp 2.0.49. |
| 7439 | 7774 | ||
| 7440 | * tramp.el (tramp-handle-dired-call-process) | 7775 | * net/tramp.el (tramp-handle-dired-call-process) |
| 7441 | (tramp-handle-insert-directory):`insert-buffer' cannot be used | 7776 | (tramp-handle-insert-directory):`insert-buffer' cannot be used |
| 7442 | because the contents of the Tramp buffer is changed before | 7777 | because the contents of the Tramp buffer is changed before |
| 7443 | insertion (`expand-file' and alike). | 7778 | insertion (`expand-file' and alike). |
| @@ -10186,7 +10521,7 @@ | |||
| 10186 | 10521 | ||
| 10187 | Sync with Tramp 2.0.48. | 10522 | Sync with Tramp 2.0.48. |
| 10188 | 10523 | ||
| 10189 | * tramp.el (all): Change all addresses to .gnu.org. | 10524 | * net/tramp.el (all): Change all addresses to .gnu.org. |
| 10190 | (tramp-append-tramp-buffers): New defun. | 10525 | (tramp-append-tramp-buffers): New defun. |
| 10191 | (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook. | 10526 | (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook. |
| 10192 | Catch `dont-send' signal. | 10527 | Catch `dont-send' signal. |
| @@ -10196,7 +10531,7 @@ | |||
| 10196 | Kjetil Kjernsmo <kjetil@kjernsmo.net>. | 10531 | Kjetil Kjernsmo <kjetil@kjernsmo.net>. |
| 10197 | Check for Emacs 21.3.50 removed. | 10532 | Check for Emacs 21.3.50 removed. |
| 10198 | 10533 | ||
| 10199 | * tramp-smb.el (all): Remove debug construct for | 10534 | * net/tramp-smb.el (all): Remove debug construct for |
| 10200 | `with-parsed-tramp-file-name'. | 10535 | `with-parsed-tramp-file-name'. |
| 10201 | (tramp-smb-prompt): Prompt can contain spaces inside directory names. | 10536 | (tramp-smb-prompt): Prompt can contain spaces inside directory names. |
| 10202 | (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file): | 10537 | (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file): |
| @@ -12038,7 +12373,7 @@ | |||
| 12038 | 12373 | ||
| 12039 | Sync with Tramp 2.0.47. | 12374 | Sync with Tramp 2.0.47. |
| 12040 | 12375 | ||
| 12041 | * tramp.el (tramp-operation-not-permitted-regexp) New defcustom, | 12376 | * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom, |
| 12042 | catching keep-date problems in cp/scp operations. | 12377 | catching keep-date problems in cp/scp operations. |
| 12043 | (tramp-handle-copy-file): Don't call `set-file-modes' | 12378 | (tramp-handle-copy-file): Don't call `set-file-modes' |
| 12044 | unconditionally. Specialized functions should know better what is | 12379 | unconditionally. Specialized functions should know better what is |
| @@ -12057,7 +12392,7 @@ | |||
| 12057 | (tramp-file-name-for-operation): Mark `shell-command' as magic for | 12392 | (tramp-file-name-for-operation): Mark `shell-command' as magic for |
| 12058 | Emacs only. | 12393 | Emacs only. |
| 12059 | 12394 | ||
| 12060 | * tramp-util.el (tramp-minor-mode): New minor mode. Add it to | 12395 | * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to |
| 12061 | `find-file-hooks' and `dired-mode-hook'. | 12396 | `find-file-hooks' and `dired-mode-hook'. |
| 12062 | (tramp-minor-mode-map): Respective map. Add remapping for | 12397 | (tramp-minor-mode-map): Respective map. Add remapping for |
| 12063 | `compile' and `recompile'. | 12398 | `compile' and `recompile'. |
| @@ -12065,19 +12400,19 @@ | |||
| 12065 | (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode' | 12400 | (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode' |
| 12066 | in buffer "*Compilation*". Call the commands asynchronously. | 12401 | in buffer "*Compilation*". Call the commands asynchronously. |
| 12067 | 12402 | ||
| 12068 | * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new) | 12403 | * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new) |
| 12069 | (tramp-vc-simple-command): Call `tramp-handle-shell-command' but | 12404 | (tramp-vc-simple-command): Call `tramp-handle-shell-command' but |
| 12070 | `shell-command', because it isn't magic in XEmacs. Reported by | 12405 | `shell-command', because it isn't magic in XEmacs. Reported by |
| 12071 | Adrian Aichner <adrian@xemacs.org>. | 12406 | Adrian Aichner <adrian@xemacs.org>. |
| 12072 | 12407 | ||
| 12073 | * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for | 12408 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for |
| 12074 | `substitute-in-file-name. | 12409 | `substitute-in-file-name. |
| 12075 | (tramp-smb-handle-substitute-in-file-name): New defun. | 12410 | (tramp-smb-handle-substitute-in-file-name): New defun. |
| 12076 | (tramp-smb-advice-PC-do-completion): Delete advice. | 12411 | (tramp-smb-advice-PC-do-completion): Delete advice. |
| 12077 | 12412 | ||
| 12078 | 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net> | 12413 | 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net> |
| 12079 | 12414 | ||
| 12080 | * tramp.el (tramp-wait-for-output): Fix typo in echo processing. | 12415 | * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing. |
| 12081 | Fix error in deleting region. | 12416 | Fix error in deleting region. |
| 12082 | 12417 | ||
| 12083 | 2005-01-15 Richard M. Stallman <rms@gnu.org> | 12418 | 2005-01-15 Richard M. Stallman <rms@gnu.org> |