diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /lisp/ChangeLog | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 185 |
1 files changed, 181 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b9e3b621b3..222ce4626b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,180 @@ | |||
| 1 | 2007-01-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * files.el (get-free-disk-space): Return nil for remote | ||
| 4 | directories. | ||
| 5 | |||
| 6 | * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls" | ||
| 7 | instead of "dir". | ||
| 8 | |||
| 9 | 2007-01-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 10 | |||
| 11 | * type-break.el (type-break-catch-up-event): New function. | ||
| 12 | (type-break-demo-hanoi, type-break-demo-life) | ||
| 13 | (type-break-demo-boring): Use it. | ||
| 14 | |||
| 15 | * image-mode.el (image-mode): Don't automatically view as image. | ||
| 16 | (image-toggle-display): Add `disabled' property. | ||
| 17 | |||
| 18 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 19 | |||
| 20 | * isearchb.el (isearchb-iswitchb): | ||
| 21 | * ps-print.el (ps-build-face-reference): | ||
| 22 | * emacs-lisp/shadow.el (list-load-path-shadows): | ||
| 23 | * eshell/esh-cmd.el (eshell-rewrite-for-command): | ||
| 24 | * international/mule.el (find-auto-coding): | ||
| 25 | * mail/supercite.el (sc-attrib-selection-list): | ||
| 26 | * progmodes/cc-defs.el (c-emacs-features): | ||
| 27 | * progmodes/cc-vars.el (c-offsets-alist): | ||
| 28 | * progmodes/flymake.el | ||
| 29 | (flymake-init-create-temp-source-and-master-buffer-copy): | ||
| 30 | Fix typos in docstrings (some suggested by Chris Moore). | ||
| 31 | |||
| 32 | * progmodes/vhdl-mode.el (vhdl-components-package-name) | ||
| 33 | (vhdl-get-library-unit, vhdl-corresponding-begin) | ||
| 34 | (vhdl-skip-case-alternative, vhdl-backward-skip-label) | ||
| 35 | (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word) | ||
| 36 | (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func) | ||
| 37 | (vhdl-font-lock-match-item): Fix typos in docstrings. | ||
| 38 | (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist) | ||
| 39 | (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents) | ||
| 40 | (vhdl-speedbar-insert-project-hierarchy): | ||
| 41 | Improve argument/docstring consistency. | ||
| 42 | |||
| 43 | 2007-01-29 Kenichi Handa <handa@m17n.org> | ||
| 44 | |||
| 45 | * international/titdic-cnv.el (py-converter): Fix previous change. | ||
| 46 | |||
| 47 | 2007-01-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 48 | |||
| 49 | * jka-compr.el (jka-compr-partial-uncompress) | ||
| 50 | (jka-compr-call-process): Rebind default-directory if it is | ||
| 51 | invalid. Suggested by Chris Moore. | ||
| 52 | |||
| 53 | * comint.el (comint-insert-input): Handle situation where the | ||
| 54 | selected buffer is not the clicked buffer. | ||
| 55 | |||
| 56 | 2007-01-29 Kenichi Handa <handa@m17n.org> | ||
| 57 | |||
| 58 | * international/ja-dic-cnv.el (skkdic-convert): | ||
| 59 | Add byte-compile-disable-print-circle:t at the head. | ||
| 60 | |||
| 61 | * international/titdic-cnv.el (tit-process-header): | ||
| 62 | Add byte-compile-disable-print-circle:t at the head. | ||
| 63 | (miscdic-convert): Likewise. | ||
| 64 | (py-converter): Skip the header comments. | ||
| 65 | |||
| 66 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): | ||
| 67 | New variable. | ||
| 68 | (byte-compile-output-file-form): Bing print-circle to nil if | ||
| 69 | byte-compile-output-file-form is not nil. | ||
| 70 | (byte-compile-output-docform): Likewise. | ||
| 71 | |||
| 72 | 2007-01-28 Kim F. Storm <storm@cua.dk> | ||
| 73 | |||
| 74 | * emulation/cua-base.el (cua-global-keymap, cua--region-keymap): | ||
| 75 | Declare earlier to avoid byte compiler warnings. | ||
| 76 | |||
| 77 | 2007-01-28 Markus Triska <markus.triska@gmx.at> | ||
| 78 | |||
| 79 | * speedbar.el (speedbar-make-specialized-keymap): Doc fix. | ||
| 80 | |||
| 81 | 2007-01-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 82 | |||
| 83 | * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly. | ||
| 84 | (gamegrid-add-score-with-update-game-score-1): Allow local quits | ||
| 85 | when calling update-game-score program. Remove unnecessary | ||
| 86 | save-excursion. | ||
| 87 | |||
| 88 | * play/tetris.el (tetris-new-shape): Stop drawing if game is over. | ||
| 89 | |||
| 90 | 2007-01-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 91 | |||
| 92 | * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to | ||
| 93 | avoid compiler warning. | ||
| 94 | (gdb-var-update-handler-1): Consider that the MI field `in_scope' | ||
| 95 | might have values other than "true" or "false". | ||
| 96 | |||
| 97 | 2007-01-28 Richard Stallman <rms@gnu.org> | ||
| 98 | |||
| 99 | * textmodes/fill.el (fill-paragraph-function): Doc fix. | ||
| 100 | (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion. | ||
| 101 | |||
| 102 | * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here. | ||
| 103 | |||
| 104 | * image.el (image-type-header-regexps): Make GIF regex more specific. | ||
| 105 | |||
| 106 | * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'. | ||
| 107 | Don't check `backspace'. | ||
| 108 | (tutorial--find-changed-keys): Look up bindings in a temp buffer | ||
| 109 | in Fundamental mode. | ||
| 110 | |||
| 111 | * startup.el (fancy-splash-text, normal-splash-screen): | ||
| 112 | Mention C-g. | ||
| 113 | |||
| 114 | * simple.el (eval-expression): Don't use eval-last-sexp-print-value | ||
| 115 | when inserting in buffer. | ||
| 116 | |||
| 117 | * vc-arch.el (vc-arch-file-id): Move with-current-buffer | ||
| 118 | inside the if. | ||
| 119 | |||
| 120 | 2007-01-27 Richard Stallman <rms@gnu.org> | ||
| 121 | |||
| 122 | * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do". | ||
| 123 | |||
| 124 | 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com> | ||
| 125 | |||
| 126 | * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for | ||
| 127 | enum/union/struct/class definition. | ||
| 128 | Revert change to call `forward-sexp' multiple times. | ||
| 129 | |||
| 130 | 2007-01-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 131 | |||
| 132 | * files.el (hack-local-variables-confirm): Don't keep trying to | ||
| 133 | read an event from an empty kbd macro. | ||
| 134 | |||
| 135 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 136 | |||
| 137 | * server.el (server-start): Mention LEAVE-DEAD arg in the doc string. | ||
| 138 | |||
| 139 | 2007-01-27 Ben North <ben@redfrontdoor.org> | ||
| 140 | |||
| 141 | * outline.el (outline-promote, outline-demote): Doc fix. Rename | ||
| 142 | the arg CHILDREN -> WHICH. | ||
| 143 | |||
| 144 | 2007-01-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 145 | |||
| 146 | * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set | ||
| 147 | default-directory to a sane value when calling start-process. | ||
| 148 | |||
| 149 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 150 | |||
| 151 | * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom. | ||
| 152 | (ls-lisp-format-time-list): Doc fix. Mention | ||
| 153 | ls-lisp-use-localized-time-format. | ||
| 154 | (ls-lisp-format-time): Use ls-lisp-format-time-list if | ||
| 155 | ls-lisp-use-localized-time-format is non-nil, even if a valid | ||
| 156 | locale is defined. | ||
| 157 | |||
| 158 | 2007-01-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 159 | |||
| 160 | * jka-compr.el (jka-compr-shell): Doc fix. | ||
| 161 | |||
| 162 | * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix. | ||
| 163 | |||
| 164 | 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 165 | |||
| 166 | * ps-print.ps: Fix background height. | ||
| 167 | (ps-print-version): New version 6.7.2. | ||
| 168 | |||
| 169 | 2007-01-26 Eli Zaretskii <eliz@gnu.org> | ||
| 170 | |||
| 171 | * makefile.w32-in (finder-data, custom-deps): Depend on | ||
| 172 | $(lisp)/loaddefs.el. | ||
| 173 | |||
| 174 | 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 175 | |||
| 176 | * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el. | ||
| 177 | |||
| 1 | 2007-01-24 Miles Bader <miles@gnu.org> | 178 | 2007-01-24 Miles Bader <miles@gnu.org> |
| 2 | 179 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-output-file-form) | 180 | * emacs-lisp/bytecomp.el (byte-compile-output-file-form) |
| @@ -26,7 +203,7 @@ | |||
| 26 | * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. | 203 | * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. |
| 27 | 204 | ||
| 28 | * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text | 205 | * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text |
| 29 | of message. Activate mark. | 206 | of message. Activate mark. |
| 30 | (ediff-activate-mark): Set transient-mark-mode to t. | 207 | (ediff-activate-mark): Set transient-mark-mode to t. |
| 31 | 208 | ||
| 32 | * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix. | 209 | * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix. |
| @@ -38,7 +215,7 @@ | |||
| 38 | 215 | ||
| 39 | 2007-01-22 Kim F. Storm <storm@cua.dk> | 216 | 2007-01-22 Kim F. Storm <storm@cua.dk> |
| 40 | 217 | ||
| 41 | * ido.el (ido-active): Add xemacs test from ido-minibuffer-setup. | 218 | * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup. |
| 42 | (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) | 219 | (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) |
| 43 | (ido-tidy): Use ido-active. | 220 | (ido-tidy): Use ido-active. |
| 44 | 221 | ||
| @@ -90,7 +267,7 @@ | |||
| 90 | 267 | ||
| 91 | * ps-print.el: Handle frame parameters (background and/or foreground | 268 | * ps-print.el: Handle frame parameters (background and/or foreground |
| 92 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. | 269 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. |
| 93 | (ps-print-version): New Version 6.7.1. | 270 | (ps-print-version): New version 6.7.1. |
| 94 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. | 271 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. |
| 95 | (ps-frame-parameter): New fun. | 272 | (ps-frame-parameter): New fun. |
| 96 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). | 273 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). |
| @@ -1296,7 +1473,7 @@ | |||
| 1296 | * ps-mule.el: Eliminate Emacs 20 compatibility. | 1473 | * ps-mule.el: Eliminate Emacs 20 compatibility. |
| 1297 | 1474 | ||
| 1298 | * ps-print.el: Eliminate Emacs 20 & 21 compatibility. | 1475 | * ps-print.el: Eliminate Emacs 20 & 21 compatibility. |
| 1299 | (ps-print-version): New Version 6.7. | 1476 | (ps-print-version): New version 6.7. |
| 1300 | (ps-print-quote): Replace '?\ ' by '?\s'. | 1477 | (ps-print-quote): Replace '?\ ' by '?\s'. |
| 1301 | 1478 | ||
| 1302 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> | 1479 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> |