diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99e2c3d9a84..4245a1f0256 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,44 @@ | |||
| 1 | 2013-05-01 David Reitter <david.reitter@gmail.com> | ||
| 2 | |||
| 3 | * nsfns.m (ns_tooltip): Initialize. | ||
| 4 | |||
| 5 | 2013-04-28 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * coding.c (decode_coding_gap): Don't remove the character before | ||
| 8 | a newline unless it's a CR character. (Bug#14287) | ||
| 9 | |||
| 10 | 2013-04-28 Dan Nicolaescu <dann@gnu.org> | ||
| 11 | |||
| 12 | * dispextern.h (struct face): Move enum face_underline_type | ||
| 13 | earlier so that bitfields can be in the same word. | ||
| 14 | |||
| 15 | 2013-04-28 Jan Djärv <jan.h.d@swipnet.se> | ||
| 16 | |||
| 17 | * nsfns.m (handlePanelKeys): New function. | ||
| 18 | (EmacsOpenPanel:performKeyEquivalent:) | ||
| 19 | (EmacsSavePanel:performKeyEquivalent:): Call handlePanelKeys to handle | ||
| 20 | arrows/function/control and copy/paste keys (Bug#14296). | ||
| 21 | |||
| 22 | 2013-04-27 Juri Linkov <juri@jurta.org> | ||
| 23 | |||
| 24 | * callint.c (Fcall_interactively): Call `Qread_number' for | ||
| 25 | interactive code letter `n' instead of using duplicate code. | ||
| 26 | (Bug#14254) | ||
| 27 | |||
| 28 | 2013-04-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 29 | |||
| 30 | * systime.h (make_timeval): Declare as 'const'. | ||
| 31 | |||
| 32 | 2013-04-27 Kenichi Handa <handa@gnu.org> | ||
| 33 | |||
| 34 | * font.c (font_open_entity): Always open a font of manageable | ||
| 35 | size. | ||
| 36 | |||
| 37 | 2013-04-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 38 | Port better to AIX (Bug#14258). | ||
| 39 | * lisp.h (ENUM_BF) [__IBMC__]: Make it 'unsigned int' here, too, | ||
| 40 | to pacify AIX xlc. | ||
| 41 | |||
| 1 | 2013-04-24 Kenichi Handa <handa@gnu.org> | 42 | 2013-04-24 Kenichi Handa <handa@gnu.org> |
| 2 | 43 | ||
| 3 | * coding.c (decode_coding_iso_2022): When an invalid escape | 44 | * coding.c (decode_coding_iso_2022): When an invalid escape |