diff options
| author | Lars Magne Ingebrigtsen | 2014-11-27 17:42:28 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-27 17:42:28 +0100 |
| commit | 604ce9124efd295b46e3fbb2d6880302fe55a33f (patch) | |
| tree | 5e5ac8343920cc4e8a0b1c69f6c3140a577c3e47 /lisp/ChangeLog | |
| parent | 5519c34ef8b5f06fa20e8de7dc54b5bd6fc88421 (diff) | |
| download | emacs-604ce9124efd295b46e3fbb2d6880302fe55a33f.tar.gz emacs-604ce9124efd295b46e3fbb2d6880302fe55a33f.zip | |
(eww-process-text-input): Fix deletion at the start of the field, too.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26c68df7395..6f22474d199 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | deleting at the last character (bug#19085). | 6 | deleting at the last character (bug#19085). |
| 7 | (eww-restore-history): Inhibit change functions while restoring | 7 | (eww-restore-history): Inhibit change functions while restoring |
| 8 | the history. | 8 | the history. |
| 9 | (eww-process-text-input): Fix deletion at the start of the field, too. | ||
| 9 | 10 | ||
| 10 | * dom.el (dom-pp): New function. | 11 | * dom.el (dom-pp): New function. |
| 11 | 12 | ||