diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 378 |
1 files changed, 371 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f24de58fbb7..7d30691f1a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,367 @@ | |||
| 1 | 2007-01-28 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emulation/cua-base.el (cua-global-keymap, cua--region-keymap): | ||
| 4 | Declare earlier to avoid byte compiler warnings. | ||
| 5 | |||
| 6 | 2007-01-28 Markus Triska <markus.triska@gmx.at> | ||
| 7 | |||
| 8 | * speedbar.el (speedbar-make-specialized-keymap): Doc fix. | ||
| 9 | |||
| 10 | 2007-01-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 11 | |||
| 12 | * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly. | ||
| 13 | (gamegrid-add-score-with-update-game-score-1): Allow local quits | ||
| 14 | when calling update-game-score program. Remove unnecessary | ||
| 15 | save-excursion. | ||
| 16 | |||
| 17 | * play/tetris.el (tetris-new-shape): Stop drawing if game is over. | ||
| 18 | |||
| 19 | 2007-01-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 20 | |||
| 21 | * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to | ||
| 22 | avoid compiler warning. | ||
| 23 | (gdb-var-update-handler-1): Consider that the MI field `in_scope' | ||
| 24 | might have values other than "true" or "false". | ||
| 25 | |||
| 26 | 2007-01-28 Richard Stallman <rms@gnu.org> | ||
| 27 | |||
| 28 | * textmodes/fill.el (fill-paragraph-function): Doc fix. | ||
| 29 | (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion. | ||
| 30 | |||
| 31 | * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here. | ||
| 32 | |||
| 33 | * image.el (image-type-header-regexps): Make GIF regex more specific. | ||
| 34 | |||
| 35 | * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'. | ||
| 36 | Don't check `backspace'. | ||
| 37 | (tutorial--find-changed-keys): Look up bindings in a temp buffer | ||
| 38 | in Fundamental mode. | ||
| 39 | |||
| 40 | * startup.el (fancy-splash-text, normal-splash-screen): | ||
| 41 | Mention C-g. | ||
| 42 | |||
| 43 | * simple.el (eval-expression): Don't use eval-last-sexp-print-value | ||
| 44 | when inserting in buffer. | ||
| 45 | |||
| 46 | * vc-arch.el (vc-arch-file-id): Move with-current-buffer | ||
| 47 | inside the if. | ||
| 48 | |||
| 49 | 2007-01-27 Richard Stallman <rms@gnu.org> | ||
| 50 | |||
| 51 | * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do". | ||
| 52 | |||
| 53 | 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com> | ||
| 54 | |||
| 55 | * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for | ||
| 56 | enum/union/struct/class definition. | ||
| 57 | Revert change to call `forward-sexp' multiple times. | ||
| 58 | |||
| 59 | 2007-01-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 60 | |||
| 61 | * files.el (hack-local-variables-confirm): Don't keep trying to | ||
| 62 | read an event from an empty kbd macro. | ||
| 63 | |||
| 64 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 65 | |||
| 66 | * server.el (server-start): Mention LEAVE-DEAD arg in the doc string. | ||
| 67 | |||
| 68 | 2007-01-27 Ben North <ben@redfrontdoor.org> | ||
| 69 | |||
| 70 | * outline.el (outline-promote, outline-demote): Doc fix. Rename | ||
| 71 | the arg CHILDREN -> WHICH. | ||
| 72 | |||
| 73 | 2007-01-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 74 | |||
| 75 | * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set | ||
| 76 | default-directory to a sane value when calling start-process. | ||
| 77 | |||
| 78 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 79 | |||
| 80 | * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom. | ||
| 81 | (ls-lisp-format-time-list): Doc fix. Mention | ||
| 82 | ls-lisp-use-localized-time-format. | ||
| 83 | (ls-lisp-format-time): Use ls-lisp-format-time-list if | ||
| 84 | ls-lisp-use-localized-time-format is non-nil, even if a valid | ||
| 85 | locale is defined. | ||
| 86 | |||
| 87 | 2007-01-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 88 | |||
| 89 | * jka-compr.el (jka-compr-shell): Doc fix. | ||
| 90 | |||
| 91 | * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix. | ||
| 92 | |||
| 93 | 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 94 | |||
| 95 | * ps-print.ps: Fix background height. | ||
| 96 | (ps-print-version): New version 6.7.2. | ||
| 97 | |||
| 98 | 2007-01-26 Eli Zaretskii <eliz@gnu.org> | ||
| 99 | |||
| 100 | * makefile.w32-in (finder-data, custom-deps): Depend on | ||
| 101 | $(lisp)/loaddefs.el. | ||
| 102 | |||
| 103 | 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 104 | |||
| 105 | * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el. | ||
| 106 | |||
| 107 | 2007-01-24 Miles Bader <miles@gnu.org> | ||
| 108 | |||
| 109 | * emacs-lisp/bytecomp.el (byte-compile-output-file-form) | ||
| 110 | (byte-compile-output-docform): Bind `print-circle' to t. | ||
| 111 | |||
| 112 | 2007-01-24 Kenichi Handa <handa@m17n.org> | ||
| 113 | |||
| 114 | * international/ja-dic-cnv.el (skkdic-convert): Insert a related | ||
| 115 | file name of the original SKK dictionary file. | ||
| 116 | |||
| 117 | 2007-01-24 Kim F. Storm <storm@cua.dk> | ||
| 118 | |||
| 119 | * ido.el (ido-initial-position): New variable. | ||
| 120 | (ido-read-internal): Set it if default item is specified. | ||
| 121 | (ido-minibuffer-setup): Position cursor accordingly if set. | ||
| 122 | (ido-edit-input): C-e moves to end of input if not already there. | ||
| 123 | (ido-magic-backward-char): C-b does like M-b if prev char is /. | ||
| 124 | Don't switch to buffer mode if repeating C-b at start of input. | ||
| 125 | (ido-toggle-ignore): C-a only toggles ignore at start or end of | ||
| 126 | input; else it moves to start of input. | ||
| 127 | (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is | ||
| 128 | not at end of input, delete rest of input, rather than normal op. | ||
| 129 | |||
| 130 | 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 131 | |||
| 132 | * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB. | ||
| 133 | |||
| 134 | * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text | ||
| 135 | of message. Activate mark. | ||
| 136 | (ediff-activate-mark): Set transient-mark-mode to t. | ||
| 137 | |||
| 138 | * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix. | ||
| 139 | |||
| 140 | 2007-01-23 Martin Rudalics <rudalics@gmx.at> | ||
| 141 | |||
| 142 | * help-fns.el (describe-variable): Don't suppress display of | ||
| 143 | buffer local value when the value is "large". | ||
| 144 | |||
| 145 | 2007-01-22 Kim F. Storm <storm@cua.dk> | ||
| 146 | |||
| 147 | * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup. | ||
| 148 | (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup) | ||
| 149 | (ido-tidy): Use ido-active. | ||
| 150 | |||
| 151 | 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | ||
| 152 | |||
| 153 | * hexl.el (hexl-mode-exit): Add missing quote. | ||
| 154 | |||
| 155 | 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 156 | |||
| 157 | * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant. | ||
| 158 | (mac-ae-keyboard-modifiers): New function. | ||
| 159 | (mac-handle-toolbar-switch-mode): Use it. | ||
| 160 | (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy' | ||
| 161 | if keyboard modifiers on drop contain option key. | ||
| 162 | (mac-dnd-drop-data): Add optional argument `action'. | ||
| 163 | (special-event-map): Remove binding for M-drag-n-drop. | ||
| 164 | |||
| 165 | 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com> | ||
| 166 | |||
| 167 | * add-log.el (add-log-current-defun): Use CC Mode functions to | ||
| 168 | find the beginning and end of a defun. | ||
| 169 | |||
| 170 | 2007-01-21 Nick Roberts <nickrob@snap.net.nz> | ||
| 171 | |||
| 172 | * progmodes/gdb-ui.el (gdb-var-create-regexp) | ||
| 173 | (gdb-var-create-handler): Handle value field in GDB output of | ||
| 174 | -var-create. | ||
| 175 | (gdb-max-frames): New variable. | ||
| 176 | (gdb-stack-buffer, gdb-frames-select): Use it. | ||
| 177 | (gdb-info-stack-custom): Help user customize gdb-max-frames, | ||
| 178 | if necessary. | ||
| 179 | (gdb-get-frame-number): Simplify. | ||
| 180 | |||
| 181 | 2007-01-21 Glenn Morris <rgm@gnu.org> | ||
| 182 | |||
| 183 | * net/tramp.el (tramp-perl-encode, tramp-perl-decode): | ||
| 184 | Update copyrights. | ||
| 185 | |||
| 186 | 2007-01-21 Alan Mackenzie <acm@muc.de> | ||
| 187 | |||
| 188 | * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the | ||
| 189 | handling of K&R stuff. | ||
| 190 | |||
| 191 | 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 192 | |||
| 193 | * textmodes/bibtex.el (bibtex-files): Fix customization type. | ||
| 194 | |||
| 195 | 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 196 | |||
| 197 | * ps-print.el: Handle frame parameters (background and/or foreground | ||
| 198 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. | ||
| 199 | (ps-print-version): New version 6.7.1. | ||
| 200 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. | ||
| 201 | (ps-frame-parameter): New fun. | ||
| 202 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). | ||
| 203 | Fix doc and customization. | ||
| 204 | (ps-begin-job): Get frame parameters (background and/or foreground | ||
| 205 | colors). | ||
| 206 | (ps-do-despool): Ensure ps-printer-name has a valid value. | ||
| 207 | |||
| 208 | 2007-01-21 Nick Roberts <nickrob@snap.net.nz> | ||
| 209 | |||
| 210 | * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring. | ||
| 211 | (gdb-debug-log-max): Rename from gdb-debug-ring-max. | ||
| 212 | (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max | ||
| 213 | mean unlimited. | ||
| 214 | |||
| 215 | 2007-01-20 Alan Mackenzie <acm@muc.de> | ||
| 216 | |||
| 217 | * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do | ||
| 218 | much more rigorous analysis of putative K&R regions. | ||
| 219 | |||
| 220 | 2007-01-20 Alan Mackenzie <acm@muc.de> | ||
| 221 | |||
| 222 | * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward): | ||
| 223 | New functions. | ||
| 224 | |||
| 225 | 2007-01-20 Alan Mackenzie <acm@muc.de> | ||
| 226 | |||
| 227 | * progmodes/cc-align.el, progmodes/cc-cmds.el, | ||
| 228 | * progmodes/cc-defs.el, progmodes/cc-engine.el, | ||
| 229 | * progmodes/cc-langs.el, progmodes/cc-styles.el, | ||
| 230 | * progmodes/cc-vars.el: Add my name. | ||
| 231 | |||
| 232 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 233 | |||
| 234 | * files.el (find-alternate-file): Revert query message to Emacs 21 | ||
| 235 | version. | ||
| 236 | |||
| 237 | 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change) | ||
| 238 | |||
| 239 | * progmodes/cperl-mode.el (cperl-electric-keywords): Document in | ||
| 240 | the doc string how to use personal abbrevs without electric | ||
| 241 | keywords. | ||
| 242 | |||
| 243 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) | ||
| 244 | |||
| 245 | * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): | ||
| 246 | Fixed cursor position when toggle abbreviated display. | ||
| 247 | |||
| 248 | 2007-01-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 249 | |||
| 250 | * t-mouse.el: Update copyright following assignment by | ||
| 251 | Alessandro Rubini. | ||
| 252 | |||
| 253 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 254 | |||
| 255 | * type-break.el (type-break-demo-hanoi, type-break-demo-life) | ||
| 256 | (type-break-demo-boring): Call read-event instead of read-char. | ||
| 257 | |||
| 258 | 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change) | ||
| 259 | |||
| 260 | * progmodes/compile.el: Add handling for makepplog. | ||
| 261 | |||
| 262 | 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 263 | |||
| 264 | * textmodes/ispell.el (ispell-change-dictionary): Ensure that | ||
| 265 | aspell dictionaries are initialized when called non-interactively. | ||
| 266 | |||
| 267 | 2007-01-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 268 | |||
| 269 | * progmodes/compile.el (compilation-loop): New arg limit. | ||
| 270 | Handle case where the first error is at point-min. | ||
| 271 | (compilation-next-error): New arg to compilation-loop call. | ||
| 272 | |||
| 273 | 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) | ||
| 274 | |||
| 275 | * info.el (Info-default-dirs): Change default info dir to | ||
| 276 | share/info. | ||
| 277 | |||
| 278 | * paths.el (Info-default-directory-list): Ditto. | ||
| 279 | |||
| 280 | 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | ||
| 281 | |||
| 282 | * hexl.el (hexl-before-revert-hook): New function. | ||
| 283 | (hexl-mode): Use it. | ||
| 284 | (hexl-after-revert-hook): Just call hexl-mode. | ||
| 285 | (hexl-mode-exit): Remove before-revert-hook. | ||
| 286 | |||
| 287 | 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 288 | |||
| 289 | * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well. | ||
| 290 | |||
| 291 | 2007-01-16 Martin Rudalics <rudalics@gmx.at> | ||
| 292 | |||
| 293 | * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---" | ||
| 294 | by "-" in francais7 otherchars entry. | ||
| 295 | (ispell-dictionary-alist-5): Replace "." by "[.]" for polish | ||
| 296 | otherchars entry. | ||
| 297 | |||
| 298 | 2007-01-15 Karl Fogel <kfogel@red-bean.com> | ||
| 299 | |||
| 300 | * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark | ||
| 301 | path. Rewrite function in `cond' style for readability. | ||
| 302 | |||
| 303 | Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. | ||
| 304 | (The path shortening, that is, not the rearrarangement.) | ||
| 305 | |||
| 306 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 307 | |||
| 308 | * term/mac-win.el (mac-ae-quit-application): New function. | ||
| 309 | (mac-apple-event-map): Bind "quit application" Apple event to it. | ||
| 310 | |||
| 311 | 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 312 | |||
| 313 | * vc-svn.el (vc-svn-parse-status): Trust the filename argument more | ||
| 314 | than the program's output. | ||
| 315 | |||
| 316 | 2007-01-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 317 | |||
| 318 | * kmacro.el (kmacro-insert-counter, kmacro-set-counter) | ||
| 319 | (kmacro-start-macro-or-insert-counter) | ||
| 320 | (kmacro-step-edit-prefix-commands): Fix typos in docstrings. | ||
| 321 | (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes. | ||
| 322 | |||
| 323 | * longlines.el (longlines-show-hard-newlines): | ||
| 324 | * ruler-mode.el (ruler-mode-ruler): | ||
| 325 | * emulation/keypad.el (keypad-setup): | ||
| 326 | * progmodes/antlr-mode.el (antlr-indent-at-bol-alist): | ||
| 327 | Fix typo in docstring. | ||
| 328 | |||
| 329 | 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 330 | |||
| 331 | * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option. | ||
| 332 | Remove redirect character ">". | ||
| 333 | |||
| 334 | 2007-01-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 335 | |||
| 336 | * replace.el (perform-replace): Remove leftover code. | ||
| 337 | |||
| 338 | 2007-01-12 Richard Stallman <rms@gnu.org> | ||
| 339 | |||
| 340 | * replace.el (perform-replace): Don't clear NODENT when computing | ||
| 341 | the replacement string. | ||
| 342 | |||
| 343 | 2007-01-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 344 | |||
| 345 | * net/tramp.el (tramp-handle-file-local-copy): | ||
| 346 | Set `enable-multibyte-characters' to nil. Reported by Chris Moore | ||
| 347 | <christopher.ian.moore@gmail.com>. | ||
| 348 | |||
| 349 | 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 350 | |||
| 351 | * diff-mode.el (diff-sanity-check-context-hunk-half) | ||
| 352 | (diff-sanity-check-hunk): New functions. | ||
| 353 | (diff-find-source-location): Use'em to check the hunks are well-formed. | ||
| 354 | |||
| 355 | * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't | ||
| 356 | activate undo when undo is not active. | ||
| 357 | Reported by Chris Moore <christopher.ian.moore@gmail.com>. | ||
| 358 | |||
| 359 | 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 360 | |||
| 361 | * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp) | ||
| 362 | (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist) | ||
| 363 | (ffap-url-at-point): Use char-classes rather than "a-z". | ||
| 364 | |||
| 1 | 2007-01-10 Juanma Barranquero <lekktu@gmail.com> | 365 | 2007-01-10 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 366 | ||
| 3 | * ediff-init.el (ediff-autostore-merges): | 367 | * ediff-init.el (ediff-autostore-merges): |
| @@ -398,7 +762,7 @@ | |||
| 398 | (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. | 762 | (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. |
| 399 | (image-type-from-file-header): Pass t for INCLUDE-MAYBES. | 763 | (image-type-from-file-header): Pass t for INCLUDE-MAYBES. |
| 400 | 764 | ||
| 401 | 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change) | 765 | 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> |
| 402 | 766 | ||
| 403 | * add-log.el (add-log-current-defun): Call `forward-sexp' | 767 | * add-log.el (add-log-current-defun): Call `forward-sexp' |
| 404 | multiple times to pick a member function name defined as | 768 | multiple times to pick a member function name defined as |
| @@ -1038,7 +1402,7 @@ | |||
| 1038 | * ps-mule.el: Eliminate Emacs 20 compatibility. | 1402 | * ps-mule.el: Eliminate Emacs 20 compatibility. |
| 1039 | 1403 | ||
| 1040 | * ps-print.el: Eliminate Emacs 20 & 21 compatibility. | 1404 | * ps-print.el: Eliminate Emacs 20 & 21 compatibility. |
| 1041 | (ps-print-version): New Version 6.7. | 1405 | (ps-print-version): New version 6.7. |
| 1042 | (ps-print-quote): Replace '?\ ' by '?\s'. | 1406 | (ps-print-quote): Replace '?\ ' by '?\s'. |
| 1043 | 1407 | ||
| 1044 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> | 1408 | 2006-11-30 Juanma Barranquero <lekktu@gmail.com> |
| @@ -5148,7 +5512,7 @@ | |||
| 5148 | * textmodes/table.el: Add move-beginning-of-line and | 5512 | * textmodes/table.el: Add move-beginning-of-line and |
| 5149 | move-end-of-line to Point Motion Only Group. | 5513 | move-end-of-line to Point Motion Only Group. |
| 5150 | 5514 | ||
| 5151 | 2006-07-22 Eric Hanchrow <offby1@blarg.net> | 5515 | 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change) |
| 5152 | 5516 | ||
| 5153 | * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. | 5517 | * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. |
| 5154 | 5518 | ||
| @@ -7222,8 +7586,8 @@ | |||
| 7222 | 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de> | 7586 | 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de> |
| 7223 | 7587 | ||
| 7224 | * files.el, newcomment.el, outline.el, simple.el, | 7588 | * files.el, newcomment.el, outline.el, simple.el, |
| 7225 | emacs-lisp/bytecomp.el, progmodes/cc-compat.el, | 7589 | * emacs-lisp/bytecomp.el, progmodes/cc-compat.el, |
| 7226 | progmodes/cc-vars.el, progmodes/compile.el: | 7590 | * progmodes/cc-vars.el, progmodes/compile.el: |
| 7227 | Move `safe-local-variable' declarations to the respective files. | 7591 | Move `safe-local-variable' declarations to the respective files. |
| 7228 | 7592 | ||
| 7229 | * help-fns.el (describe-variable): Don't print safe-var if it is | 7593 | * help-fns.el (describe-variable): Don't print safe-var if it is |
| @@ -11147,7 +11511,7 @@ | |||
| 11147 | Sync with Tramp 2.0.52. | 11511 | Sync with Tramp 2.0.52. |
| 11148 | 11512 | ||
| 11149 | * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el, | 11513 | * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el, |
| 11150 | net/tramp-vc.el: Add code for unloading Tramp. See comment before | 11514 | * net/tramp-vc.el: Add code for unloading Tramp. See comment before |
| 11151 | `tramp-unload-tramp' for checklist. | 11515 | `tramp-unload-tramp' for checklist. |
| 11152 | 11516 | ||
| 11153 | * net/tramp.el: Require `timer-funcs' instead of `timer' if in | 11517 | * net/tramp.el: Require `timer-funcs' instead of `timer' if in |
| @@ -30717,7 +31081,7 @@ See ChangeLog.11 for earlier changes. | |||
| 30717 | ;; add-log-time-zone-rule: t | 31081 | ;; add-log-time-zone-rule: t |
| 30718 | ;; End: | 31082 | ;; End: |
| 30719 | 31083 | ||
| 30720 | Copyright (C) 2005, 2006 Free Software Foundation, Inc. | 31084 | Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. |
| 30721 | Copying and distribution of this file, with or without modification, | 31085 | Copying and distribution of this file, with or without modification, |
| 30722 | are permitted provided the copyright notice and this notice are preserved. | 31086 | are permitted provided the copyright notice and this notice are preserved. |
| 30723 | 31087 | ||