diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 614094aa334..97ae0232d55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,57 @@ | |||
| 1 | 2011-10-31 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * subr.el (keymap--menu-item-with-binding): Ignore item if not a | ||
| 4 | menu-item. | ||
| 5 | |||
| 6 | 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 7 | |||
| 8 | * whitespace.el: New version 13.2.2. | ||
| 9 | (whitespace-newline-mode): Disable properly. Reported by Sarah | ||
| 10 | <EmacsWiki>. | ||
| 11 | |||
| 12 | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> | ||
| 13 | |||
| 14 | * net/newst-treeview.el: Remove "Time-stamp". | ||
| 15 | (newsticker--group-manage-orphan-feeds): Do not call | ||
| 16 | newsticker--treeview-tree-update. | ||
| 17 | (newsticker-treeview-update, newsticker-treeview): Call | ||
| 18 | newsticker--treeview-tree-update if necessary. | ||
| 19 | |||
| 20 | 2011-10-30 Martin Rudalics <rudalics@gmx.at> | ||
| 21 | |||
| 22 | * window.el (window-iso-combination-p, window-iso-combined-p) | ||
| 23 | (window-iso-combinations): Remove "iso-" infix. Suggested by | ||
| 24 | Chong Yidong. | ||
| 25 | (window-min-size-1, window-size-fixed-1, window-min-delta-1) | ||
| 26 | (window-max-delta-1, window-resize, window--resize-siblings) | ||
| 27 | (window--resize-this-window, adjust-window-trailing-edge) | ||
| 28 | (split-window, balance-windows-1) | ||
| 29 | (shrink-window-if-larger-than-buffer): | ||
| 30 | * calendar/calendar.el (calendar-generate-window): | ||
| 31 | * help.el (resize-temp-buffer-window): Adjust callers | ||
| 32 | accordingly. | ||
| 33 | |||
| 34 | 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 35 | |||
| 36 | * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list | ||
| 37 | in place (bug#9907). | ||
| 38 | (eshell-subcommand-arg-values, eshell-rewrite-named-command) | ||
| 39 | (eshell-rewrite-if-command, eshell-rewrite-for-command) | ||
| 40 | (eshell-structure-basic-command, eshell-rewrite-while-command) | ||
| 41 | (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command) | ||
| 42 | (eshell-parse-subcommand-argument, eshell-parse-lisp-argument) | ||
| 43 | (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval) | ||
| 44 | (eshell-do-pipelines-synchronously, eshell-eval-command): | ||
| 45 | Use backquotes and prefer setq to set. | ||
| 46 | (eshell-lookup-function, function-p-func, eshell-functionp): Remove. | ||
| 47 | (eshell-macrop): Use functionp. | ||
| 48 | (eshell-do-eval): Handle multiple expressions in `while' body. | ||
| 49 | |||
| 50 | 2011-10-30 Chong Yidong <cyd@gnu.org> | ||
| 51 | |||
| 52 | * emulation/viper-cmd.el (viper-exec-change): Use push-mark | ||
| 53 | instead of set-mark (Bug#9810). | ||
| 54 | |||
| 1 | 2011-10-30 Chong Yidong <cyd@gnu.org> | 55 | 2011-10-30 Chong Yidong <cyd@gnu.org> |
| 2 | 56 | ||
| 3 | * window.el (split-window-below, split-window-right): Rename from | 57 | * window.el (split-window-below, split-window-right): Rename from |