diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9d458c3479..2e9e19fd547 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2013-04-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_gap): Don't remove the character before | ||
| 4 | a newline unless it's a CR character. (Bug#14287) | ||
| 5 | |||
| 6 | 2013-04-28 Dan Nicolaescu <dann@gnu.org> | ||
| 7 | |||
| 8 | * dispextern.h (struct face): Move enum face_underline_type | ||
| 9 | earlier so that bitfields can be in the same word. | ||
| 10 | |||
| 11 | 2013-04-28 Jan Djärv <jan.h.d@swipnet.se> | ||
| 12 | |||
| 13 | * nsfns.m (handlePanelKeys): New function. | ||
| 14 | (EmacsOpenPanel:performKeyEquivalent:) | ||
| 15 | (EmacsSavePanel:performKeyEquivalent:): Call handlePanelKeys to handle | ||
| 16 | arrows/function/control and copy/paste keys (Bug#14296). | ||
| 17 | |||
| 1 | 2013-04-27 Juri Linkov <juri@jurta.org> | 18 | 2013-04-27 Juri Linkov <juri@jurta.org> |
| 2 | 19 | ||
| 3 | * callint.c (Fcall_interactively): Call `Qread_number' for | 20 | * callint.c (Fcall_interactively): Call `Qread_number' for |