diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3fa382e531b..715e132c432 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * select.el: Use lexical-binding. | ||
| 4 | (gui-set-selection): Provide an implementation for non-GUI frames | ||
| 5 | (bug#18791). | ||
| 6 | * term/x-win.el: Use lexical-binding. | ||
| 7 | (x-clipboard-yank): Fix up missed renamings. | ||
| 8 | * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler. | ||
| 9 | (w32--set-selection): Fix up var names. | ||
| 10 | * term/pc-win.el: Use lexical-binding. | ||
| 11 | (w16-selection-exists-p): Silence compiler warning. | ||
| 12 | (w16-selection-owner-p): Fix up missed renamings. | ||
| 13 | |||
| 14 | * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug. | ||
| 15 | |||
| 16 | * frame.el (frame-notice-user-settings): Fix excessive quoting. | ||
| 17 | |||
| 1 | 2014-10-22 Tassilo Horn <tsdh@gnu.org> | 18 | 2014-10-22 Tassilo Horn <tsdh@gnu.org> |
| 2 | 19 | ||
| 3 | * doc-view.el (doc-view-open-text): View the document's plain text | 20 | * doc-view.el (doc-view-open-text): View the document's plain text |