diff options
| author | Juanma Barranquero | 2014-03-27 02:01:36 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-27 02:01:36 +0100 |
| commit | 857ba6ec4622ba658788b8cd5805e8e9e8a5db16 (patch) | |
| tree | e693c5e373a08597911d962d54d5a9ce45dbfaae /lisp/ChangeLog | |
| parent | b1c870c9e8b8fd7001234d60fbb110c028c2f350 (diff) | |
| download | emacs-857ba6ec4622ba658788b8cd5805e8e9e8a5db16.tar.gz emacs-857ba6ec4622ba658788b8cd5805e8e9e8a5db16.zip | |
lisp/frameset.el: Fix bug#17046.
(frameset--restore-frame): Remove workaround for bug#14795
which is no longer needed and causes trouble in GTK builds.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0e3f041ec2..cb256740a03 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-03-27 Juanma Barranquero <lekktu@gmail.com> | 1 | 2014-03-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * frameset.el (frameset--restore-frame): Remove workaround for bug#14795 | ||
| 4 | which is no longer needed and causes trouble in GTK builds (bug#17046). | ||
| 5 | |||
| 3 | * emacs-lisp/package-x.el (package--archive-contents-from-url): | 6 | * emacs-lisp/package-x.el (package--archive-contents-from-url): |
| 4 | Use url-insert-file-contents; package-handle-response no longer exists. | 7 | Use url-insert-file-contents; package-handle-response no longer exists. |
| 5 | 8 | ||