diff options
author | Glenn Morris <rgm@gnu.org> | 2014-11-08 10:21:38 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 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 |
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 @@ +2014-11-08 Jan Djärv <jan.h.d@swipnet.se> + + * nsterm.m (run): Only use non-system event loop if OSX version is + exactly 10.9 (Bug#18993). + +2014-11-08 Michael Albinus <michael.albinus@gmx.de> + + * callproc.c (encode_current_directory): Support handling of file + names prepended by "/:". (Bug#18891) + +2014-11-08 Alan Mackenzie <acm@muc.de> + + * syntax.c (back_comment): Fix off-by-one error (bug#18022). + +2014-11-08 Dima Kogan <dima@secretsauce.net> + + * xgselect.c (xg_select): Use g_main_context_acquire (bug#18861). + +2014-11-08 Michael Albinus <michael.albinus@gmx.de> + + * dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_name + raises an error. (Bug#18891) + 2014-11-08 Martin Rudalics <rudalics@gmx.at> * frame.c (adjust_frame_size): Call x_set_window_size only if |