diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f88a386178f..6710082665a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2012-04-27 Chong Yidong <cyd@gnu.org> | 1 | 2012-04-27 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * startup.el (x-apply-session-resources): New function. | ||
| 4 | |||
| 5 | * term/ns-win.el (ns-initialize-window-system): | ||
| 6 | * term/w32-win.el (w32-initialize-window-system): | ||
| 7 | * term/x-win.el (x-initialize-window-system): Use it to properly | ||
| 8 | set menu-bar-mode and other vars from X resources, even if the | ||
| 9 | initial frame is not a window-system frame (Bug#2299). | ||
| 10 | |||
| 3 | * subr.el (read-key): Avoid running filter function when setting | 11 | * subr.el (read-key): Avoid running filter function when setting |
| 4 | up temporary tool bar entries (Bug#9922). | 12 | up temporary tool bar entries (Bug#9922). |
| 5 | 13 | ||