diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 141 |
1 files changed, 100 insertions, 41 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b92eab8579..6a4d4b9cc9c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,70 @@ | |||
| 1 | 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for | ||
| 4 | "in" (bug#9190). | ||
| 5 | |||
| 6 | 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * mail/sendmail.el (sendmail-query-once): Restore the current | ||
| 9 | buffer after querying (bug#9074). | ||
| 10 | |||
| 11 | * dired.el (dired-flagged): Use different faces for marked and | ||
| 12 | flagged files (bug#6117). | ||
| 13 | |||
| 14 | * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block | ||
| 15 | (bug#4433). | ||
| 16 | |||
| 17 | * ido.el (ido-mode): Switch off the message if called | ||
| 18 | non-interactively. | ||
| 19 | |||
| 20 | * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25 | ||
| 21 | before 587, since it appears that that's more likely to work for | ||
| 22 | more people. | ||
| 23 | |||
| 24 | * cus-edit.el (custom-file): When running under emacs -q, always | ||
| 25 | refuse to save the customisations, even if the .emacs file doesn't | ||
| 26 | exist. | ||
| 27 | |||
| 28 | * info.el: Remove the `Info-beginning-of-buffer' function | ||
| 29 | (bug#8325). | ||
| 30 | |||
| 31 | * net/network-stream.el (network-stream-open-starttls): | ||
| 32 | Use `starttls-available-p' to see whether starttls.el can be used. | ||
| 33 | |||
| 34 | 2011-08-01 Martin Rudalics <rudalics@gmx.at> | ||
| 35 | |||
| 36 | * window.el (display-buffer-in-window): Don't set dedicated status | ||
| 37 | of window here (Bug#9215). | ||
| 38 | (display-buffer-pop-up-window, display-buffer-pop-up-frame) | ||
| 39 | (display-buffer-pop-up-side-window) | ||
| 40 | (display-buffer-in-side-window): Set dedicated status of window here. | ||
| 41 | |||
| 42 | 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 43 | |||
| 44 | * emacs-lisp/package.el (package-generate-autoloads): Load autoloads | ||
| 45 | before binding generated-autoload-file. | ||
| 46 | |||
| 47 | 2011-08-01 Deniz Dogan <deniz@dogan.se> | ||
| 48 | |||
| 49 | * net/rcirc.el (rcirc-handler-333): Clarify docstring. | ||
| 50 | |||
| 51 | 2011-07-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 52 | |||
| 53 | Sync with Tramp 2.2.2. | ||
| 54 | |||
| 55 | * net/trampver.el: Update release number. | ||
| 56 | |||
| 57 | 2011-07-30 Juri Linkov <juri@jurta.org> | ||
| 58 | |||
| 59 | * dired-aux.el (dired-touch-initial): Remove function. | ||
| 60 | (dired-do-chxxx): For op-symbol `touch', set `initial' to the | ||
| 61 | current time, and `default' to the last modification time of the | ||
| 62 | current marked file (bug#6887). | ||
| 63 | |||
| 1 | 2011-07-28 Jose E. Marchesi <jemarch@gnu.org> | 64 | 2011-07-28 Jose E. Marchesi <jemarch@gnu.org> |
| 2 | 65 | ||
| 3 | * simple.el (goto-line): Use string-to-number to provide a | 66 | * simple.el (goto-line): Use string-to-number to provide a |
| 4 | numeric argument to read-number. | 67 | numeric argument to read-number (bug#9163). |
| 5 | 68 | ||
| 6 | 2011-07-27 Michael Albinus <michael.albinus@gmx.de> | 69 | 2011-07-27 Michael Albinus <michael.albinus@gmx.de> |
| 7 | 70 | ||
| @@ -28,8 +91,8 @@ | |||
| 28 | QT keyword "more" to prevent "more slots: ...." being spuriously | 91 | QT keyword "more" to prevent "more slots: ...." being spuriously |
| 29 | parsed as a bitfield declaraion. | 92 | parsed as a bitfield declaraion. |
| 30 | 93 | ||
| 31 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor | 94 | * progmodes/cc-engine.el (c-beginning-of-statement-1): |
| 32 | and enhance to handle bitfield declarations. | 95 | Refactor and enhance to handle bitfield declarations. |
| 33 | (c-punctuation-in): New function. | 96 | (c-punctuation-in): New function. |
| 34 | (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield | 97 | (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield |
| 35 | declarations properly. | 98 | declarations properly. |
| @@ -38,7 +101,7 @@ | |||
| 38 | 101 | ||
| 39 | * calendar/icalendar.el (icalendar--all-events): Take care of | 102 | * calendar/icalendar.el (icalendar--all-events): Take care of |
| 40 | multiple vcalendars in a single file. | 103 | multiple vcalendars in a single file. |
| 41 | (icalendar--convert-float-to-ical): checkdoc fixes. | 104 | (icalendar--convert-float-to-ical): Checkdoc fixes. |
| 42 | 105 | ||
| 43 | 2011-07-25 Deniz Dogan <deniz@dogan.se> | 106 | 2011-07-25 Deniz Dogan <deniz@dogan.se> |
| 44 | 107 | ||
| @@ -72,8 +135,7 @@ | |||
| 72 | (display-buffer-pop-up-side-window) | 135 | (display-buffer-pop-up-side-window) |
| 73 | (display-buffer-in-side-window): Call display-buffer-set-height | 136 | (display-buffer-in-side-window): Call display-buffer-set-height |
| 74 | and display-buffer-set-width after setting the new window's | 137 | and display-buffer-set-width after setting the new window's |
| 75 | buffer so `fit-window-to-buffer' and friends work on the right | 138 | buffer so `fit-window-to-buffer' and friends work on the right buffer. |
| 76 | buffer. | ||
| 77 | 139 | ||
| 78 | 2011-07-20 Sam Steingold <sds@gnu.org> | 140 | 2011-07-20 Sam Steingold <sds@gnu.org> |
| 79 | 141 | ||
| @@ -105,8 +167,8 @@ | |||
| 105 | 2011-07-19 Martin Rudalics <rudalics@gmx.at> | 167 | 2011-07-19 Martin Rudalics <rudalics@gmx.at> |
| 106 | 168 | ||
| 107 | * window.el (display-buffer-alist-of-strings-p) | 169 | * window.el (display-buffer-alist-of-strings-p) |
| 108 | (display-buffer-alist-set-1, display-buffer-alist-set-2): New | 170 | (display-buffer-alist-set-1, display-buffer-alist-set-2): |
| 109 | functions. | 171 | New functions. |
| 110 | (display-buffer-alist-set): Rewrite to handle Emacs 23 options | 172 | (display-buffer-alist-set): Rewrite to handle Emacs 23 options |
| 111 | more accurately. | 173 | more accurately. |
| 112 | 174 | ||
| @@ -117,8 +179,8 @@ | |||
| 117 | 179 | ||
| 118 | * progmodes/cc-langs.el (c-symbol-chars): Correct a typo. | 180 | * progmodes/cc-langs.el (c-symbol-chars): Correct a typo. |
| 119 | 181 | ||
| 120 | * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): New | 182 | * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): |
| 121 | function. | 183 | New function. |
| 122 | (c-complex-decl-matchers): Insert reference to | 184 | (c-complex-decl-matchers): Insert reference to |
| 123 | c-font-lock-enclosing-decls. | 185 | c-font-lock-enclosing-decls. |
| 124 | 186 | ||
| @@ -137,7 +199,7 @@ | |||
| 137 | 199 | ||
| 138 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | 200 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 139 | 201 | ||
| 140 | * net/gnutls.el (gnutls-log-level): Removed. | 202 | * net/gnutls.el (gnutls-log-level): Remove. |
| 141 | 203 | ||
| 142 | * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an | 204 | * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an |
| 143 | indentation character (bug#6380). | 205 | indentation character (bug#6380). |
| @@ -159,11 +221,10 @@ | |||
| 159 | 221 | ||
| 160 | 2011-07-16 Martin Rudalics <rudalics@gmx.at> | 222 | 2011-07-16 Martin Rudalics <rudalics@gmx.at> |
| 161 | 223 | ||
| 162 | * frame.el (select-frame-set-input-focus): New argument | 224 | * frame.el (select-frame-set-input-focus): New argument NORECORD. |
| 163 | NORECORD. | ||
| 164 | * window.el (pop-to-buffer): Select window used even if it was | 225 | * window.el (pop-to-buffer): Select window used even if it was |
| 165 | selected before, see discussion of (Bug#8615), (Bug#6954). Pass | 226 | selected before, see discussion of (Bug#8615), (Bug#6954). |
| 166 | argument NORECORD on to select-frame-set-input-focus. | 227 | Pass argument NORECORD on to select-frame-set-input-focus. |
| 167 | 228 | ||
| 168 | 2011-07-15 Glenn Morris <rgm@gnu.org> | 229 | 2011-07-15 Glenn Morris <rgm@gnu.org> |
| 169 | 230 | ||
| @@ -177,8 +238,8 @@ | |||
| 177 | 238 | ||
| 178 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 239 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 179 | 240 | ||
| 180 | * net/gnutls.el (gnutls-negotiate): Upcase | 241 | * net/gnutls.el (gnutls-negotiate): |
| 181 | `gnutls-algorithm-priority'. | 242 | Upcase `gnutls-algorithm-priority'. |
| 182 | 243 | ||
| 183 | 2011-07-15 Glenn Morris <rgm@gnu.org> | 244 | 2011-07-15 Glenn Morris <rgm@gnu.org> |
| 184 | 245 | ||
| @@ -259,9 +320,9 @@ | |||
| 259 | * printing.el (pr-toggle-region): Clarify the documentation | 320 | * printing.el (pr-toggle-region): Clarify the documentation |
| 260 | slightly (bug#7493). | 321 | slightly (bug#7493). |
| 261 | 322 | ||
| 262 | * time.el (display-time-update): Allow | 323 | * time.el (display-time-update): |
| 263 | `display-time-mail-function' to return nil (bug#7158). Fix | 324 | Allow `display-time-mail-function' to return nil (bug#7158). |
| 264 | suggested by Detlev Zundel. | 325 | Fix suggested by Detlev Zundel. |
| 265 | 326 | ||
| 266 | * vc/diff.el (diff): Clarify the order the file names are read | 327 | * vc/diff.el (diff): Clarify the order the file names are read |
| 267 | (bug#7111). | 328 | (bug#7111). |
| @@ -277,8 +338,8 @@ | |||
| 277 | 338 | ||
| 278 | 2011-07-14 Martin Rudalics <rudalics@gmx.at> | 339 | 2011-07-14 Martin Rudalics <rudalics@gmx.at> |
| 279 | 340 | ||
| 280 | * window.el (display-buffer-normalize-special): Replace | 341 | * window.el (display-buffer-normalize-special): |
| 281 | `dedicated' by `dedicate' to dedicate window (Bug#9072). | 342 | Replace `dedicated' by `dedicate' to dedicate window (Bug#9072). |
| 282 | 343 | ||
| 283 | 2011-07-14 Eli Zaretskii <eliz@gnu.org> | 344 | 2011-07-14 Eli Zaretskii <eliz@gnu.org> |
| 284 | 345 | ||
| @@ -299,7 +360,7 @@ | |||
| 299 | switch-to-buffer. | 360 | switch-to-buffer. |
| 300 | 361 | ||
| 301 | * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window): | 362 | * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window): |
| 302 | Deleted. | 363 | Delete. |
| 303 | 364 | ||
| 304 | 2011-07-14 Juanma Barranquero <lekktu@gmail.com> | 365 | 2011-07-14 Juanma Barranquero <lekktu@gmail.com> |
| 305 | 366 | ||
| @@ -317,8 +378,8 @@ | |||
| 317 | 378 | ||
| 318 | 2011-07-13 Chong Yidong <cyd@stupidchicken.com> | 379 | 2011-07-13 Chong Yidong <cyd@stupidchicken.com> |
| 319 | 380 | ||
| 320 | * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW. Use | 381 | * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW. |
| 321 | pop-to-buffer buffer-or-name if it is nil. | 382 | Use pop-to-buffer buffer-or-name if it is nil. |
| 322 | 383 | ||
| 323 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): | 384 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): |
| 324 | Remove switch-to-buffer. | 385 | Remove switch-to-buffer. |
| @@ -343,8 +404,8 @@ | |||
| 343 | 404 | ||
| 344 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 405 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 345 | 406 | ||
| 346 | * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite | 407 | * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): |
| 347 | to avoid awkward possessive "s" (bug#5986). | 408 | Rewrite to avoid awkward possessive "s" (bug#5986). |
| 348 | 409 | ||
| 349 | 2011-07-13 Glenn Morris <rgm@gnu.org> | 410 | 2011-07-13 Glenn Morris <rgm@gnu.org> |
| 350 | 411 | ||
| @@ -438,15 +499,15 @@ | |||
| 438 | 499 | ||
| 439 | 2011-07-12 Roland Winkler <winkler@gnu.org> | 500 | 2011-07-12 Roland Winkler <winkler@gnu.org> |
| 440 | 501 | ||
| 441 | * textmodes/bibtex.el (bibtex-initialize): Use | 502 | * textmodes/bibtex.el (bibtex-initialize): |
| 442 | pop-to-buffer-same-window. | 503 | Use pop-to-buffer-same-window. |
| 443 | (bibtex-search-entries): Fix interactive call. | 504 | (bibtex-search-entries): Fix interactive call. |
| 444 | 505 | ||
| 445 | 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | 506 | 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 446 | 507 | ||
| 447 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | 508 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
| 448 | Fontise bytecomp Error lines more correctly (bug#2490). Fix | 509 | Fontise bytecomp Error lines more correctly (bug#2490). |
| 449 | suggested by Johan Bockgård. | 510 | Fix suggested by Johan Bockgård. |
| 450 | 511 | ||
| 451 | * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient. | 512 | * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient. |
| 452 | 513 | ||
| @@ -459,8 +520,8 @@ | |||
| 459 | 520 | ||
| 460 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 521 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 461 | 522 | ||
| 462 | * mail/sendmail.el (sendmail-query-once): Use | 523 | * mail/sendmail.el (sendmail-query-once): |
| 463 | `customize-save-variable' unconditionally, now that it works under | 524 | Use `customize-save-variable' unconditionally, now that it works under |
| 464 | emacs -Q. | 525 | emacs -Q. |
| 465 | 526 | ||
| 466 | * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto. | 527 | * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto. |
| @@ -525,16 +586,15 @@ | |||
| 525 | 586 | ||
| 526 | 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change) | 587 | 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change) |
| 527 | 588 | ||
| 528 | * emulation/viper-cmd.el (viper-change-state-to-vi): Limit | 589 | * emulation/viper-cmd.el (viper-change-state-to-vi): |
| 529 | triggering of abbrev expansion (Bug#9038). | 590 | Limit triggering of abbrev expansion (Bug#9038). |
| 530 | 591 | ||
| 531 | 2011-07-09 Martin Rudalics <rudalics@gmx.at> | 592 | 2011-07-09 Martin Rudalics <rudalics@gmx.at> |
| 532 | 593 | ||
| 533 | * window.el (display-buffer-default-specifiers): Remove. | 594 | * window.el (display-buffer-default-specifiers): Remove. |
| 534 | (display-buffer-macro-specifiers): Remove default specifiers. | 595 | (display-buffer-macro-specifiers): Remove default specifiers. |
| 535 | (display-buffer-alist): Default to nil. | 596 | (display-buffer-alist): Default to nil. |
| 536 | (display-buffer-reuse-window): New optional argument | 597 | (display-buffer-reuse-window): New optional argument other-window. |
| 537 | other-window. | ||
| 538 | (display-buffer-pop-up-window): Allow splitting internal | 598 | (display-buffer-pop-up-window): Allow splitting internal |
| 539 | windows. Check whether a live window was created. | 599 | windows. Check whether a live window was created. |
| 540 | (display-buffer-other-window-means-other-frame) | 600 | (display-buffer-other-window-means-other-frame) |
| @@ -549,11 +609,10 @@ | |||
| 549 | (display-buffer): Process other-window specifier and call | 609 | (display-buffer): Process other-window specifier and call |
| 550 | display-buffer-reuse-window with it. Emulate Emacs 23 behavior | 610 | display-buffer-reuse-window with it. Emulate Emacs 23 behavior |
| 551 | more faithfully. | 611 | more faithfully. |
| 552 | (pop-up-windows, even-window-heights): Restore Emacs 23 default | 612 | (pop-up-windows, even-window-heights): Restore Emacs 23 default values. |
| 553 | values. | ||
| 554 | (display-buffer-alist-set): Don't handle 'unset default values. | 613 | (display-buffer-alist-set): Don't handle 'unset default values. |
| 555 | (display-buffer-in-window, display-buffer-alist-set): Replace | 614 | (display-buffer-in-window, display-buffer-alist-set): |
| 556 | symbol "dedicated" by "dedicate". Reported by Tassilo Horn | 615 | Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn |
| 557 | <tassilo@member.fsf.org>. | 616 | <tassilo@member.fsf.org>. |
| 558 | 617 | ||
| 559 | 2011-07-09 Leo Liu <sdl.web@gmail.com> | 618 | 2011-07-09 Leo Liu <sdl.web@gmail.com> |