diff options
| author | Glenn Morris | 2014-11-08 10:21:38 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-08 10:21:38 -0800 |
| commit | 416148257afedb97bbe6d732eea3a0c72473dab0 (patch) | |
| tree | 959013e867de73a5ad27e013a1637119833e7856 /src/ChangeLog | |
| parent | 97cd730164baf67617e1031730105523315c068f (diff) | |
| parent | 86b1c771e14efcc98f8fe07510a4238bf94ced7b (diff) | |
| download | emacs-416148257afedb97bbe6d732eea3a0c72473dab0.tar.gz emacs-416148257afedb97bbe6d732eea3a0c72473dab0.zip | |
Merge from emacs-24; up to 117687
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f8ed3b36dde..e3f34e27dfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2014-11-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (run): Only use non-system event loop if OSX version is | ||
| 4 | exactly 10.9 (Bug#18993). | ||
| 5 | |||
| 6 | 2014-11-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 7 | |||
| 8 | * callproc.c (encode_current_directory): Support handling of file | ||
| 9 | names prepended by "/:". (Bug#18891) | ||
| 10 | |||
| 11 | 2014-11-08 Alan Mackenzie <acm@muc.de> | ||
| 12 | |||
| 13 | * syntax.c (back_comment): Fix off-by-one error (bug#18022). | ||
| 14 | |||
| 15 | 2014-11-08 Dima Kogan <dima@secretsauce.net> | ||
| 16 | |||
| 17 | * xgselect.c (xg_select): Use g_main_context_acquire (bug#18861). | ||
| 18 | |||
| 19 | 2014-11-08 Michael Albinus <michael.albinus@gmx.de> | ||
| 20 | |||
| 21 | * dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_name | ||
| 22 | raises an error. (Bug#18891) | ||
| 23 | |||
| 1 | 2014-11-08 Martin Rudalics <rudalics@gmx.at> | 24 | 2014-11-08 Martin Rudalics <rudalics@gmx.at> |
| 2 | 25 | ||
| 3 | * frame.c (adjust_frame_size): Call x_set_window_size only if | 26 | * frame.c (adjust_frame_size): Call x_set_window_size only if |