aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-08-03 16:34:33 -0400
committerGlenn Morris2014-08-03 16:34:33 -0400
commit3cc0c06094c8731c9e15536fefd3382d8ca1eba0 (patch)
tree3e6011e46b620c73efdccacf932bdc3565488655 /src/ChangeLog
parent308cc448e5d6ffd44c7ff366a99d34bbfb0e8c4d (diff)
parenta270fa7cf82cb23c6dcd84aab7f2c178ac0cca55 (diff)
downloademacs-3cc0c06094c8731c9e15536fefd3382d8ca1eba0.tar.gz
emacs-3cc0c06094c8731c9e15536fefd3382d8ca1eba0.zip
Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0768dd5489..da3d197d6f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12014-08-03 Paul Eggert <eggert@cs.ucla.edu> 12014-08-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix bug with clang + directory_files_internal + GC (Bug#16986).
4 * dired.c (directory_files_internal): Use a volatile variable
5 to prevent the compiler from optimizing away all copies of a local.
6 I wonder how many other GC-related bugs like this lurk elsewhere?
7
8 Avoid 100% CPU utilization on ssh session exit (Bug#17691).
9 * xterm.h (struct x_display_info): New member 'connection'.
10 * xterm.c (x_term_init, x_delete_terminal): Set and use it,
11 so that x_delete_terminal has a file descriptor to pass to
12 delete_keyboard_wait_descriptor.
13
3 Don't mishandle year-9999 dates (Bug#18176). 14 Don't mishandle year-9999 dates (Bug#18176).
4 * editfns.c (decode_time_components): Store an invalid timespec 15 * editfns.c (decode_time_components): Store an invalid timespec
5 on overflow, instead of returning false, so that the caller can 16 on overflow, instead of returning false, so that the caller can