diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c164f2d214..3d15010e16d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | 2012-02-17 Lawrence Mitchell <wence@gmx.li> | ||
| 2 | Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 3 | |||
| 4 | * newcomment.el (uncomment-region-default): Don't leave extra space | ||
| 5 | when an arg is provided (bug#8150). | ||
| 6 | |||
| 1 | 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com> | 7 | 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 8 | ||
| 3 | * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location. | 9 | * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location. |
| 4 | 10 | ||
| 5 | 2012-02-17 Glenn Morris <rgm@gnu.org> | 11 | 2012-02-17 Glenn Morris <rgm@gnu.org> |
| 6 | 12 | ||
| @@ -327,8 +333,8 @@ | |||
| 327 | 333 | ||
| 328 | 2012-02-07 Alan Mackenzie <acm@muc.de> | 334 | 2012-02-07 Alan Mackenzie <acm@muc.de> |
| 329 | 335 | ||
| 330 | * progmodes/cc-engine.el (c-forward-objc-directive): Prevent | 336 | * progmodes/cc-engine.el (c-forward-objc-directive): |
| 331 | looping in "#pragma mark @implementation". | 337 | Prevent looping in "#pragma mark @implementation". |
| 332 | 338 | ||
| 333 | 2012-02-07 Michael Albinus <michael.albinus@gmx.de> | 339 | 2012-02-07 Michael Albinus <michael.albinus@gmx.de> |
| 334 | 340 | ||
| @@ -568,8 +574,8 @@ | |||
| 568 | (Bug#10254). | 574 | (Bug#10254). |
| 569 | (bibtex-mode): Call bibtex-set-dialect via | 575 | (bibtex-mode): Call bibtex-set-dialect via |
| 570 | hack-local-variables-hook. | 576 | hack-local-variables-hook. |
| 571 | (bibtex-dialect): Update docstring. Add | 577 | (bibtex-dialect): Update docstring. |
| 572 | safe-local-variable predicate. | 578 | Add safe-local-variable predicate. |
| 573 | (bibtex-entry-alist, bibtex-field-alist): Initialize via | 579 | (bibtex-entry-alist, bibtex-field-alist): Initialize via |
| 574 | bibtex-set-dialect. | 580 | bibtex-set-dialect. |
| 575 | (bibtex-mode-map): Define menu for each dialect. | 581 | (bibtex-mode-map): Define menu for each dialect. |
| @@ -610,8 +616,8 @@ | |||
| 610 | 616 | ||
| 611 | 2012-01-28 Phil Hagelberg <phil@hagelb.org> | 617 | 2012-01-28 Phil Hagelberg <phil@hagelb.org> |
| 612 | 618 | ||
| 613 | * emacs-lisp/package.el (package-install): Run | 619 | * emacs-lisp/package.el (package-install): |
| 614 | package-refresh-contents if there is no archive yet (Bug#9798). | 620 | Run package-refresh-contents if there is no archive yet (Bug#9798). |
| 615 | 621 | ||
| 616 | 2012-01-28 Chong Yidong <cyd@gnu.org> | 622 | 2012-01-28 Chong Yidong <cyd@gnu.org> |
| 617 | 623 | ||
| @@ -788,8 +794,8 @@ | |||
| 788 | 2012-01-19 Martin Rudalics <rudalics@gmx.at> | 794 | 2012-01-19 Martin Rudalics <rudalics@gmx.at> |
| 789 | 795 | ||
| 790 | * window.el (window--state-get-1, window-state-get): Do not use | 796 | * window.el (window--state-get-1, window-state-get): Do not use |
| 791 | special state value for window-persistent-parameters. Rename | 797 | special state value for window-persistent-parameters. |
| 792 | argument IGNORE to WRITABLE. Rewrite doc-string. | 798 | Rename argument IGNORE to WRITABLE. Rewrite doc-string. |
| 793 | (window--state-put-2): Reset all window parameters to nil before | 799 | (window--state-put-2): Reset all window parameters to nil before |
| 794 | assigning values of persistent parameters. | 800 | assigning values of persistent parameters. |
| 795 | 801 | ||
| @@ -879,8 +885,8 @@ | |||
| 879 | c-mask-paragraph, pass in `fill-paragraph' rather than | 885 | c-mask-paragraph, pass in `fill-paragraph' rather than |
| 880 | `fill-region-as-paragraph'. (This is a reversion of a previous | 886 | `fill-region-as-paragraph'. (This is a reversion of a previous |
| 881 | change.) | 887 | change.) |
| 882 | * progmodes/cc-mode.el (c-basic-common-init): Make | 888 | * progmodes/cc-mode.el (c-basic-common-init): |
| 883 | fill-paragraph-handle-comment buffer local and set it to nil. | 889 | Make fill-paragraph-handle-comment buffer local and set it to nil. |
| 884 | 890 | ||
| 885 | 2012-01-13 Glenn Morris <rgm@gnu.org> | 891 | 2012-01-13 Glenn Morris <rgm@gnu.org> |
| 886 | 892 | ||