| | 1 | 2006-07-14 Kim F. Storm <storm@cua.dk> |
|---|
| | 2 | |
|---|
| | 3 | * emulation/cua-base.el (cua-delete-selection) |
|---|
| | 4 | (cua-toggle-set-mark): New defcustoms. |
|---|
| | 5 | (cua-rectangle-modifier-key): Add `alt' modifier. |
|---|
| | 6 | (cua-replace-region): Don't delete if cua-delete-selection is nil. |
|---|
| | 7 | (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil. |
|---|
| | 8 | Suggested by Klaus Zeitler <kzeitler@lucent.com>. |
|---|
| | 9 | |
|---|
| | 10 | * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier. |
|---|
| | 11 | |
|---|
| | 12 | 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> |
|---|
| | 13 | |
|---|
| | 14 | * allout.el: Require 'cl during byte-compilation/interactive load, |
|---|
| | 15 | for the `assert' macro. |
|---|
| | 16 | (allout-mode-deactivate-hook): New hook, is run when allout mode |
|---|
| | 17 | deactivates. |
|---|
| | 18 | (allout-developer): New allout customization subgroup. |
|---|
| | 19 | (allout-run-unit-tests-on-load): New allout-developer |
|---|
| | 20 | customization variable, when true allout unit tests are run towards |
|---|
| | 21 | end of file load/eval. |
|---|
| | 22 | (allout-inhibit-auto-fill): Disable auto-fill activity even during |
|---|
| | 23 | auto-fill-mode. |
|---|
| | 24 | (allout-resumptions): Removed, to be replaced by... |
|---|
| | 25 | (allout-add-resumptions): Register variable settings to be |
|---|
| | 26 | reinstated by `allout-do-resumptions'. The settings are made |
|---|
| | 27 | buffer-local, but the locality/globality of the suspended setting |
|---|
| | 28 | is restored on resumption. |
|---|
| | 29 | (allout-do-resumptions): Reinstate all settings suspended using |
|---|
| | 30 | `allout-add-resumptions'. |
|---|
| | 31 | (allout-test-resumptions): Unit tests (and intermediate variables) |
|---|
| | 32 | for resumptions. |
|---|
| | 33 | (allout-tests-globally-unbound, allout-tests-globally-true) |
|---|
| | 34 | (allout-tests-locally-true): Intermediate variables for |
|---|
| | 35 | resumptions unit tests. |
|---|
| | 36 | (allout-overlay-preparations): Replaces `allout-set-overlay-category'. |
|---|
| | 37 | (allout-exposure-category): Replaces 'allout-overlay-category variable. |
|---|
| | 38 | (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions' |
|---|
| | 39 | instead of retired `allout-resumptions'. For hook functions, use |
|---|
| | 40 | `local' parameter so hook settings are created and removed as |
|---|
| | 41 | buffer-local settings. Revise (resumptions) setting |
|---|
| | 42 | auto-fill-function so it is set only if already active. (The |
|---|
| | 43 | related fill-function settings are all made in either case, so |
|---|
| | 44 | that activating auto-fill-mode activity will have the custom |
|---|
| | 45 | allout-mode behaviors (hanging indent on topics, if configured for |
|---|
| | 46 | it). Also, remove all allout-exposure-category overlays on mode |
|---|
| | 47 | deactivation. |
|---|
| | 48 | (allout-hotspot-key-handler): New function extracted from |
|---|
| | 49 | `allout-pre-command-business', so the functionality can be used |
|---|
| | 50 | for other purposes, eg as a binding in an overlay. |
|---|
| | 51 | (allout-pre-command-business): Use new `allout-hotspot-key-handler'. |
|---|
| | 52 | (allout-auto-fill): Respect new `allout-inhibit-auto-fill' |
|---|
| | 53 | customization variable. |
|---|
| | 54 | (allout-run-unit-tests): Run the (currently quite small) |
|---|
| | 55 | repertoire of unit tests. Called just before the provide iff user |
|---|
| | 56 | has customized `allout-run-unit-tests-on-load' non-nil. |
|---|
| | 57 | |
|---|
| | 58 | 2006-07-14 K,Aa(Broly L,Bu(Brentey <lorentey@elte.hu> |
|---|
| | 59 | |
|---|
| | 60 | * emacs-lisp/authors.el (authors-aliases): Update. |
|---|
| | 61 | |
|---|
| | 62 | 2006-07-14 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 63 | |
|---|
| | 64 | * progmodes/gdb-ui.el (gdb-display-buffer): Check for |
|---|
| | 65 | gdb-source-window. Add dedicated argument. |
|---|
| | 66 | (gdb-display-separate-io-buffer, gdb-append-to-inferior-io) |
|---|
| | 67 | (gdb-display-breakpoints-buffer, gdb-display-stack-buffer) |
|---|
| | 68 | (gdb-display-threads-buffer, gdb-display-memory-buffer) |
|---|
| | 69 | (gdb-display-locals-buffer): Use it. |
|---|
| | 70 | |
|---|
| | 71 | * progmodes/gud.el (gud-display-line): Use gdb-display-buffer. |
|---|
| | 72 | Set gdb-source-window. |
|---|
| | 73 | |
|---|
| | 74 | 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 75 | |
|---|
| | 76 | * emacs-lisp/autoload.el (make-autoload): Remove special handling of |
|---|
| | 77 | minor modes, redundant with the custom-autoload line above. |
|---|
| | 78 | |
|---|
| | 79 | 2006-07-12 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 80 | |
|---|
| | 81 | * longlines.el (longlines-post-command-function): Handle open-line too. |
|---|
| | 82 | |
|---|
| | 83 | 2006-07-12 Richard Stallman <rms@gnu.org> |
|---|
| | 84 | |
|---|
| | 85 | * progmodes/grep.el (grep-last-buffer): Doc fix. |
|---|
| | 86 | |
|---|
| | 87 | * info.el (Info-try-follow-nearest-node): Doc fix. |
|---|
| | 88 | |
|---|
| | 89 | * emacs-lisp/edebug.el (edebug-instrument-function): |
|---|
| | 90 | Err if find-function-noselect gives no position. |
|---|
| | 91 | |
|---|
| | 92 | * emacs-lisp/find-func.el (find-function-search-for-symbol): |
|---|
| | 93 | If can't find definition, return nil for position. |
|---|
| | 94 | (find-function-do-it): Handle new return value |
|---|
| | 95 | of find-definition-noselect. |
|---|
| | 96 | (find-definition-noselect, find-variable-noselect): Doc fix. |
|---|
| | 97 | (find-function-noselect): Doc fix. |
|---|
| | 98 | |
|---|
| | 99 | * help-mode.el (help-variable-def): Handle find-variable-noselect |
|---|
| | 100 | returning no position. |
|---|
| | 101 | (help-function-def): Likewise for find-function-search-for-symbol. |
|---|
| | 102 | (help-face-def): Likewise. |
|---|
| | 103 | |
|---|
| | 104 | * help-fns.el (describe-variable): Handle find-variable-noselect |
|---|
| | 105 | returning no position. |
|---|
| | 106 | |
|---|
| | 107 | * files.el (locate-file-completion): Avoid duplicates in result. |
|---|
| | 108 | |
|---|
| | 109 | * cus-edit.el (custom-no-edit): New command. |
|---|
| | 110 | (custom-mode-map): Remap to custom-no-edit instead of |
|---|
| | 111 | using suppress-keymap. |
|---|
| | 112 | |
|---|
| | 113 | 2006-07-12 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 114 | |
|---|
| | 115 | * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external) |
|---|
| | 116 | (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original) |
|---|
| | 117 | (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch. |
|---|
| | 118 | |
|---|
| | 119 | * thumbs.el (thumbs-call-convert): Use shell-command-switch. |
|---|
| | 120 | |
|---|
| | 121 | 2006-07-11 Kim F. Storm <storm@cua.dk> |
|---|
| | 122 | |
|---|
| | 123 | * ido.el (ido-copy-current-file-name): Use buffer-name if |
|---|
| | 124 | buffer-file-name is nil. |
|---|
| | 125 | |
|---|
| | 126 | 2006-07-11 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 127 | |
|---|
| | 128 | * simple.el (undo-ask-before-discard): Set to nil. |
|---|
| | 129 | |
|---|
| | 130 | * vc.el (vc-exec-after): Don't delete process manually. |
|---|
| | 131 | (vc-print-log): Run log-view-mode in process sentinel inside |
|---|
| | 132 | inhibit-read-only. Don't shrink window due to timing issues. |
|---|
| | 133 | |
|---|
| | 134 | * progmodes/ebrowse.el (ebrowse-display-member-buffer): |
|---|
| | 135 | Avoid using with-output-to-temp-buffer, which clobbers local vars. |
|---|
| | 136 | |
|---|
| | 137 | 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 138 | |
|---|
| | 139 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
|---|
| | 140 | Fix ambiguity introduced by last change. |
|---|
| | 141 | (compilation-find-file): Move save-excursion to where it may |
|---|
| | 142 | make sense. Fix a left over `find-file'. |
|---|
| | 143 | |
|---|
| | 144 | 2006-07-11 Robert J. Chassell <bob@rattlesnake.com> |
|---|
| | 145 | |
|---|
| | 146 | * textmodes/texinfmt.el (texinfo-format-separate-node): |
|---|
| | 147 | Insert a string before point, which fits documentation, not after. |
|---|
| | 148 | (texinfo-multitable-item): In a multitable row, insert any |
|---|
| | 149 | additional needed @tabs and spaces. |
|---|
| | 150 | |
|---|
| | 151 | 2006-07-11 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 152 | |
|---|
| | 153 | * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external) |
|---|
| | 154 | (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original) |
|---|
| | 155 | (tumme-set-exif-data, tumme-get-exif-data): Use call-process |
|---|
| | 156 | instead of shell-command. |
|---|
| | 157 | (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer) |
|---|
| | 158 | (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file) |
|---|
| | 159 | (tumme-display-image, tumme-get-exif-data): Use with-current-buffer. |
|---|
| | 160 | (tumme-display-properties-format, tumme-dired-insert-marked-thumbs) |
|---|
| | 161 | (tumme-thumbnail-set-image-description, tumme-gallery-generate) |
|---|
| | 162 | (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns. |
|---|
| | 163 | |
|---|
| | 164 | 2006-07-11 Kim F. Storm <storm@cua.dk> |
|---|
| | 165 | |
|---|
| | 166 | * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form. |
|---|
| | 167 | Remove special case for seconds < 0. Use (redisplay t) instead. |
|---|
| | 168 | |
|---|
| | 169 | 2006-07-10 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 170 | |
|---|
| | 171 | * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid |
|---|
| | 172 | compilation error. |
|---|
| | 173 | |
|---|
| | 174 | * subr.el (sit-for): New function. |
|---|
| | 175 | |
|---|
| | 176 | * play/hanoi.el (hanoi-sit-for): Check sit-for return value. |
|---|
| | 177 | |
|---|
| | 178 | 2006-07-10 Richard Stallman <rms@gnu.org> |
|---|
| | 179 | |
|---|
| | 180 | * ldefs-boot.el (edebug): Update page. |
|---|
| | 181 | |
|---|
| | 182 | 2006-07-10 Kim F. Storm <storm@cua.dk> |
|---|
| | 183 | |
|---|
| | 184 | * emacs-lisp/authors.el (authors-ignored-files): Ignore changes |
|---|
| | 185 | to FOR-RELEASE and TODO. |
|---|
| | 186 | |
|---|
| | 187 | 2006-07-10 Romain Francoise <romain@orebokech.com> |
|---|
| | 188 | |
|---|
| | 189 | * emacs-lisp/authors.el (authors-aliases): Update. |
|---|
| | 190 | |
|---|
| | 191 | 2006-07-10 Alan Mackenzie <acm@muc.de> |
|---|
| | 192 | |
|---|
| | 193 | * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el: |
|---|
| | 194 | * cc-mode.el: Changes to eradicate eval-after-load. |
|---|
| | 195 | |
|---|
| | 196 | 2006-07-09 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 197 | |
|---|
| | 198 | * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error |
|---|
| | 199 | on non-char events. |
|---|
| | 200 | |
|---|
| | 201 | 2006-07-09 Romain Francoise <romain@orebokech.com> |
|---|
| | 202 | |
|---|
| | 203 | * progmodes/compile.el (compilation-mode-font-lock-keywords): |
|---|
| | 204 | Don't highlight start/end markers as compilation messages. |
|---|
| | 205 | |
|---|
| | 206 | * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion' |
|---|
| | 207 | to t. |
|---|
| | 208 | |
|---|
| | 209 | 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 210 | |
|---|
| | 211 | * textmodes/fill.el (fill-region-as-paragraph): Refine last change. |
|---|
| | 212 | |
|---|
| | 213 | 2006-07-08 Richard Stallman <rms@gnu.org> |
|---|
| | 214 | |
|---|
| | 215 | * term/x-win.el (x-handle-display): Add doc string. |
|---|
| | 216 | |
|---|
| | 217 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. |
|---|
| | 218 | |
|---|
| | 219 | * subr.el (def-edebug-spec): Move here. |
|---|
| | 220 | * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el. |
|---|
| | 221 | |
|---|
| | 222 | * imenu.el (imenu-choose-buffer-index): Doc fix. |
|---|
| | 223 | |
|---|
| | 224 | 2006-07-08 Romain Francoise <romain@orebokech.com> |
|---|
| | 225 | |
|---|
| | 226 | * term/x-win.el (x-display-name): Fix typo. |
|---|
| | 227 | |
|---|
| | 228 | 2006-07-08 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 229 | |
|---|
| | 230 | * hexl.el (hexl-find-file): Doc fix. |
|---|
| | 231 | |
|---|
| | 232 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. |
|---|
| | 233 | |
|---|
| | 234 | 2006-07-07 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 235 | |
|---|
| | 236 | * term/x-win.el (x-display-name): Doc fix. |
|---|
| | 237 | |
|---|
| | 238 | 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 239 | |
|---|
| | 240 | * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively |
|---|
| | 241 | long prefixes. |
|---|
| | 242 | (fill-region-as-paragraph): Don't round up to a whole line. |
|---|
| | 243 | (fill-comment-paragraph): Don't include the code-before-the-comment |
|---|
| | 244 | when calling fill-region-as-paragraph. |
|---|
| | 245 | |
|---|
| | 246 | * international/mule.el (make-char): Remove redundancy. |
|---|
| | 247 | |
|---|
| | 248 | * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile' |
|---|
| | 249 | property may contain an anonymous function rather than a symbol. |
|---|
| | 250 | |
|---|
| | 251 | * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness. |
|---|
| | 252 | |
|---|
| | 253 | * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: |
|---|
| | 254 | Use shy regexp. Fix incorrect backref to potentially unmatched group. |
|---|
| | 255 | |
|---|
| | 256 | * dirtrack.el (dirtrack-default-directory-function): Remove. |
|---|
| | 257 | (dirtrack-directory-function): Use file-name-as-directory. |
|---|
| | 258 | (dirtrack-windows-directory-function): Simplify. |
|---|
| | 259 | (dirtrack-forward-slash, dirtrack-backward-slash) |
|---|
| | 260 | (dirtrack-replace-slash): Remove. |
|---|
| | 261 | (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well. |
|---|
| | 262 | (dirtrack): Fix wrong parenthesizing; use match-string. |
|---|
| | 263 | |
|---|
| | 264 | * progmodes/octave-inf.el: Remove spurious * in docstrings. |
|---|
| | 265 | (inferior-octave-mode): Only change the buffer-local value of |
|---|
| | 266 | comint-dynamic-complete-functions. |
|---|
| | 267 | (inferior-octave-mode-map, inferior-octave-mode-syntax-table): |
|---|
| | 268 | Move the initialization to the declaration. |
|---|
| | 269 | (inferior-octave-complete): Remove unused var `filter'. |
|---|
| | 270 | |
|---|
| | 271 | * shell.el (shell-mode): Only change the buffer-local value of |
|---|
| | 272 | comint-dynamic-complete-functions. |
|---|
| | 273 | |
|---|
| | 274 | 2006-07-07 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 275 | |
|---|
| | 276 | * textmodes/org.el (org-agenda-get-todos): Skip subtree also if |
|---|
| | 277 | entry is skipped because it has been scheduled. |
|---|
| | 278 | (org-prepare-agenda-buffers): Don't mark buffers as modified when |
|---|
| | 279 | changing `:org-archived' and `:org-comment' properties. |
|---|
| | 280 | |
|---|
| | 281 | 2006-07-06 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 282 | |
|---|
| | 283 | * server.el (server-select-display): Don't make the temp frame |
|---|
| | 284 | minibuffer-only, in case it's not a temp frame. |
|---|
| | 285 | (server-process-filter): Don't delete the temp frame if it's the |
|---|
| | 286 | only one we have on that display. |
|---|
| | 287 | |
|---|
| | 288 | * files.el (find-alternate-file): Doc fix. |
|---|
| | 289 | |
|---|
| | 290 | 2006-07-05 Richard Stallman <rms@gnu.org> |
|---|
| | 291 | |
|---|
| | 292 | * files.el (abbreviate-file-name): Add save-match-data. |
|---|
| | 293 | |
|---|
| | 294 | 2006-07-03 Richard Stallman <rms@gnu.org> |
|---|
| | 295 | |
|---|
| | 296 | * faces.el (read-face-name): Doc fix. |
|---|
| | 297 | |
|---|
| | 298 | 2006-07-05 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 299 | |
|---|
| | 300 | * net/goto-addr.el (goto-address): Mark as safe for local evals. |
|---|
| | 301 | |
|---|
| | 302 | 2006-07-05 Andre Spiegel <spiegel@gnu.org> |
|---|
| | 303 | |
|---|
| | 304 | * vc.el (vc-diff-internal): Fix prev change. |
|---|
| | 305 | |
|---|
| | 306 | 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> |
|---|
| | 307 | |
|---|
| | 308 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer. |
|---|
| | 309 | * play/dunnet.el (dun-load-d, dun-eval): Likewise. |
|---|
| | 310 | |
|---|
| | 311 | 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 312 | |
|---|
| | 313 | * thingatpt.el (symbol-at-point): Don't use `form-at-point' which |
|---|
| | 314 | fails if the symbol contains chars like ( or '. |
|---|
| | 315 | (bounds-of-thing-at-point): Remove unused vars `end' and `beg'. |
|---|
| | 316 | (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and |
|---|
| | 317 | `short'. |
|---|
| | 318 | |
|---|
| | 319 | 2006-07-04 Kenichi Handa <handa@m17n.org> |
|---|
| | 320 | |
|---|
| | 321 | * international/mule-cmds.el (set-language-info): If LANG-ENV is |
|---|
| | 322 | the current one, don't call set-language-environment, but call one |
|---|
| | 323 | of set-language-environment-XXX to make INFO effective now. |
|---|
| | 324 | (set-language-environment): Call set-language-environment-XXX |
|---|
| | 325 | functions instead of doing the various setups directly. |
|---|
| | 326 | (set-language-environment-coding-systems): Delete argument eol-type. |
|---|
| | 327 | (set-language-environment-input-method) |
|---|
| | 328 | (set-language-environment-nonascii-translation) |
|---|
| | 329 | (set-language-environment-charset) |
|---|
| | 330 | (set-language-environment-fontset) |
|---|
| | 331 | (set-language-environment-unibyte): New functions. |
|---|
| | 332 | |
|---|
| | 333 | 2006-07-03 Luc Teirlinck <teirllm@auburn.edu> |
|---|
| | 334 | |
|---|
| | 335 | * locate.el (locate-update-when-revert): New option. |
|---|
| | 336 | (locate-update-path): New option (suggested by Michael Albinus). |
|---|
| | 337 | (locate-prompt-for-command): Whitespace change. |
|---|
| | 338 | (locate-update): No longer offer to update the locate database by |
|---|
| | 339 | default. Implement the two new options. |
|---|
| | 340 | |
|---|
| | 341 | 2006-07-04 Nick Roberts <nickrob@snap.net.nz> |
|---|
| | 342 | |
|---|
| | 343 | * tooltip.el: Move comment about track-mouse... |
|---|
| | 344 | |
|---|
| | 345 | * progmodes/gud.el: ...to here. |
|---|
| | 346 | |
|---|
| | 347 | 2006-07-03 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 348 | |
|---|
| | 349 | * facemenu.el (facemenu-listed-faces): New var. |
|---|
| | 350 | (facemenu-unlisted-faces): Variable deleted. |
|---|
| | 351 | (facemenu-add-new-face): Use facemenu-listed-faces. |
|---|
| | 352 | |
|---|
| | 353 | * emulation/viper-init.el, calendar/calendar.el: |
|---|
| | 354 | * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces. |
|---|
| | 355 | |
|---|
| | 356 | 2006-07-03 Carsten Dominik <dominik@science.uva.nl> |
|---|
| | 357 | |
|---|
| | 358 | * textmodes/org.el (org-mode): Remove no invalid settings for |
|---|
| | 359 | calc embedded mode. |
|---|
| | 360 | (org-mode-p): New defsubst. |
|---|
| | 361 | (org-save-all-org-buffers): New function. |
|---|
| | 362 | (org-first-headline-recenter): Enclose outline-regexp in group |
|---|
| | 363 | delimiters. |
|---|
| | 364 | (org-set-tags): Keep single space after stars. |
|---|
| | 365 | |
|---|
| | 366 | 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 367 | |
|---|
| | 368 | * window.el (set-window-text-height): Only set window-min-height to |
|---|
| | 369 | 1 if that's the requested size. |
|---|
| | 370 | |
|---|
| | 371 | * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re. |
|---|
| | 372 | (diff-unified->context, diff-context->unified) |
|---|
| | 373 | (diff-reverse-direction): Make sure the end marker stays at the end. |
|---|
| | 374 | (diff-mode): Add the keymap table at the end of docstring. |
|---|
| | 375 | Use lexical-let rather than constructing a closure manually. |
|---|
| | 376 | |
|---|
| | 377 | * files.el (find-file-noselect-1): Remove unused var assignment. |
|---|
| | 378 | (hack-local-variables-confirm): Print lists of strings as lists of |
|---|
| | 379 | strings rather than lists of symbols. |
|---|
| | 380 | (abbreviate-file-name, hack-local-variables-prop-line): |
|---|
| | 381 | Use match-string. |
|---|
| | 382 | (hack-one-local-variable): Move `make-local-variable' nearer its use. |
|---|
| | 383 | (recover-session-finish): Use line-end-position. |
|---|
| | 384 | |
|---|
| | 385 | 2006-07-02 Michael Albinus <michael.albinus@gmx.de> |
|---|
| | 386 | |
|---|
| | 387 | * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer. |
|---|
| | 388 | |
|---|
| | 389 | 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org> |
|---|
| | 390 | |
|---|
| | 391 | * progmodes/make-mode.el (makefile-macroassign-regex): |
|---|
| | 392 | Accept preceding keyword. |
|---|
| | 393 | (makefile-gmake-statements): Reorganize, now that makepp has |
|---|
| | 394 | "override" and also handle forgotten "override define". |
|---|
| | 395 | (makefile-makepp-statements): Add new "global", "override export" |
|---|
| | 396 | and "override global". |
|---|
| | 397 | |
|---|