diff options
| author | Joakim Verona | 2012-02-05 14:40:28 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-02-05 14:40:28 +0100 |
| commit | 8c5c7f5afa968d06efb6788cf680d5463c389d85 (patch) | |
| tree | a70876b87a7dbdcb936524880492f8fdc661fab0 /lisp/ChangeLog | |
| parent | fbdce5fed745bc78911980466d9374d1101487fc (diff) | |
| parent | 1ff980ae49715eb372acff8a193e36497a7665c4 (diff) | |
| download | emacs-8c5c7f5afa968d06efb6788cf680d5463c389d85.tar.gz emacs-8c5c7f5afa968d06efb6788cf680d5463c389d85.zip | |
ustream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 139 |
1 files changed, 133 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b9f4f24fcd..fdf25af86ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,130 @@ | |||
| 1 | 2012-02-05 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gud-pv): Use pv instead of pv1. | ||
| 4 | * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1. | ||
| 5 | |||
| 6 | 2012-02-05 Chong Yidong <cyd@gnu.org> | ||
| 7 | |||
| 8 | * custom.el (defcustom): Doc fix. | ||
| 9 | |||
| 10 | 2012-02-05 Glenn Morris <rgm@gnu.org> | ||
| 11 | |||
| 12 | * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. | ||
| 13 | |||
| 14 | 2012-02-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 15 | |||
| 16 | * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'. | ||
| 17 | (pp-buffer): Use `ignore-errors', `looking-at-p'. | ||
| 18 | (pp-last-sexp): Use `looking-at-p'. | ||
| 19 | |||
| 20 | 2012-02-04 Glenn Morris <rgm@gnu.org> | ||
| 21 | |||
| 22 | * files.el (revert-buffer): | ||
| 23 | Doc fix (mention revert-buffer-in-progress-p). | ||
| 24 | |||
| 25 | * emacs-lisp/ert-x.el (ert-simulate-command): | ||
| 26 | Check deferred-action-list (which is obsolete) is bound. | ||
| 27 | |||
| 28 | * subr.el (with-wrapper-hook): Doc fixes. | ||
| 29 | |||
| 30 | * simple.el (filter-buffer-substring-functions) | ||
| 31 | (buffer-substring-filters, filter-buffer-substring): Doc fixes. | ||
| 32 | |||
| 33 | 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change) | ||
| 34 | |||
| 35 | * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy" | ||
| 36 | anywhere in shell-file-name, not just at the beginning. (Bug#10523) | ||
| 37 | |||
| 38 | 2012-02-04 Leo Liu <sdl.web@gmail.com> | ||
| 39 | |||
| 40 | * emacs-lisp/smie.el: Fix dead link (Bug#10711). | ||
| 41 | |||
| 42 | 2012-02-04 Glenn Morris <rgm@gnu.org> | ||
| 43 | |||
| 44 | * image.el (image-extension-data): Add obsolete alias. | ||
| 45 | |||
| 46 | * isearch.el (isearch-update): Doc fix. | ||
| 47 | |||
| 48 | * facemenu.el (list-colors-display): Doc fix (minor rephrasing). | ||
| 49 | |||
| 50 | * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key). | ||
| 51 | |||
| 52 | 2012-02-03 Glenn Morris <rgm@gnu.org> | ||
| 53 | |||
| 54 | * image.el (image-animated-p): Doc fix. Use image-animated-types. | ||
| 55 | (image-animate-timeout): Doc fix. | ||
| 56 | |||
| 57 | * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes. | ||
| 58 | |||
| 59 | 2012-02-02 Glenn Morris <rgm@gnu.org> | ||
| 60 | |||
| 61 | * server.el (server-auth-dir): Doc fix. | ||
| 62 | (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp. | ||
| 63 | |||
| 64 | * subr.el (run-mode-hooks): Doc fix. | ||
| 65 | |||
| 66 | 2012-02-02 Juri Linkov <juri@jurta.org> | ||
| 67 | |||
| 68 | * image-mode.el (image-toggle-display-image): Remove tautological | ||
| 69 | `major-mode' from the `derived-mode-p' test. | ||
| 70 | |||
| 71 | 2012-02-02 Kenichi Handa <handa@m17n.org> | ||
| 72 | |||
| 73 | * composite.el (compose-region): Cancel previous change. | ||
| 74 | |||
| 75 | 2012-02-02 Kenichi Handa <handa@m17n.org> | ||
| 76 | |||
| 77 | * composite.el (compose-region, compose-string): Signal error for | ||
| 78 | a null string component (Bug#6988). | ||
| 79 | |||
| 80 | 2012-02-01 Chong Yidong <cyd@gnu.org> | ||
| 81 | |||
| 82 | * view.el (view-buffer-other-window, view-buffer-other-frame): | ||
| 83 | Handle special modes like view-buffer (Bug#10650). | ||
| 84 | (view-buffer): Simplify. | ||
| 85 | |||
| 86 | * frame.el (set-frame-font): Tweak meaning of third argument. | ||
| 87 | |||
| 88 | * dynamic-setting.el (font-setting-change-default-font): | ||
| 89 | Use set-frame-font (Bug#9982). | ||
| 90 | |||
| 91 | 2012-02-01 Glenn Morris <rgm@gnu.org> | ||
| 92 | |||
| 93 | * progmodes/compile.el (compilation-internal-error-properties): | ||
| 94 | Respect compilation-first-column in the "*compilation*" buffer. | ||
| 95 | |||
| 96 | * emacs-lisp/easy-mmode.el (define-minor-mode): | ||
| 97 | Relax :variable's test for a named function. | ||
| 98 | |||
| 99 | 2012-01-31 Alan Mackenzie <acm@muc.de> | ||
| 100 | |||
| 101 | * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an | ||
| 102 | off by one error. | ||
| 103 | |||
| 104 | 2012-01-31 Chong Yidong <cyd@gnu.org> | ||
| 105 | |||
| 106 | * frame.el (set-frame-font): New arg ALL-FRAMES. | ||
| 107 | |||
| 108 | * menu-bar.el (menu-set-font): Use set-frame-font. | ||
| 109 | |||
| 110 | * faces.el (face-spec-reset-face): Don't apply unspecified | ||
| 111 | attribute values to the default face. | ||
| 112 | |||
| 113 | 2012-01-31 Juanma Barranquero <lekktu@gmail.com> | ||
| 114 | |||
| 115 | * progmodes/cwarn.el (cwarn): Remove dead link. | ||
| 116 | (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook): | ||
| 117 | Remove * from defcustom docstrings. | ||
| 118 | (turn-on-cwarn-mode): Make obsolete. | ||
| 119 | (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older. | ||
| 120 | (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'. | ||
| 121 | |||
| 122 | 2012-01-31 Glenn Morris <rgm@gnu.org> | ||
| 123 | |||
| 124 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. | ||
| 125 | Fix :variable handling of mode a symbol not equal to modefun. | ||
| 126 | Allow named functions to be used as the cdr of :variable. | ||
| 127 | |||
| 1 | 2012-01-30 Glenn Morris <rgm@gnu.org> | 128 | 2012-01-30 Glenn Morris <rgm@gnu.org> |
| 2 | 129 | ||
| 3 | * emacs-lisp/authors.el (authors-fixed-entries): | 130 | * emacs-lisp/authors.el (authors-fixed-entries): |
| @@ -45,8 +172,8 @@ | |||
| 45 | 172 | ||
| 46 | * progmodes/python.el: Require ansi-color at top-level. | 173 | * progmodes/python.el: Require ansi-color at top-level. |
| 47 | 174 | ||
| 48 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define | 175 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): |
| 49 | and use in Emacs Lisp mode (Bug#9360). | 176 | Define and use in Emacs Lisp mode (Bug#9360). |
| 50 | (lisp-mode-abbrev-table): Add doc. | 177 | (lisp-mode-abbrev-table): Add doc. |
| 51 | (lisp-mode-variables): Don't set local-abbrev-table. | 178 | (lisp-mode-variables): Don't set local-abbrev-table. |
| 52 | (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table. | 179 | (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table. |
| @@ -160,8 +287,8 @@ | |||
| 160 | 287 | ||
| 161 | 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com> | 288 | 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com> |
| 162 | 289 | ||
| 163 | * window.el (window--state-get-1, window--state-put-2): Don't | 290 | * window.el (window--state-get-1, window--state-put-2): |
| 164 | save and restore the mark. | 291 | Don't save and restore the mark. |
| 165 | 292 | ||
| 166 | 2012-01-25 Chong Yidong <cyd@gnu.org> | 293 | 2012-01-25 Chong Yidong <cyd@gnu.org> |
| 167 | 294 | ||
| @@ -508,7 +635,7 @@ | |||
| 508 | first prompt in `sql-interacive-mode'. | 635 | first prompt in `sql-interacive-mode'. |
| 509 | (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin | 636 | (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin |
| 510 | keywords. | 637 | keywords. |
| 511 | (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword. | 638 | (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword. |
| 512 | (sql-product-interactive): Bug fix: Set `sql-buffer' in | 639 | (sql-product-interactive): Bug fix: Set `sql-buffer' in |
| 513 | context of original buffer. Invoke `sql-login-hook'. | 640 | context of original buffer. Invoke `sql-login-hook'. |
| 514 | 641 | ||
| @@ -4022,7 +4149,7 @@ | |||
| 4022 | 4149 | ||
| 4023 | * cus-start.el (all): Add entry for bidi-paragraph-direction. | 4150 | * cus-start.el (all): Add entry for bidi-paragraph-direction. |
| 4024 | 4151 | ||
| 4025 | * international/uni-bidi.el: Regenerated. | 4152 | * international/uni-bidi.el: Regenerate. |
| 4026 | 4153 | ||
| 4027 | 2011-08-23 Kenichi Handa <handa@m17n.org> | 4154 | 2011-08-23 Kenichi Handa <handa@m17n.org> |
| 4028 | 4155 | ||