aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-02-25 11:01:11 +0800
committerChong Yidong2012-02-25 11:01:11 +0800
commit3c9dfce6da30c2b4483b0e95d33af3dd0bd9b26f (patch)
treef8db60a58e03ea6a58869935e5c55b12f4848abf /src/ChangeLog
parent833e48d3d84885cc62f6c3daf9ad26f53a7f5cf1 (diff)
downloademacs-3c9dfce6da30c2b4483b0e95d33af3dd0bd9b26f.tar.gz
emacs-3c9dfce6da30c2b4483b0e95d33af3dd0bd9b26f.zip
Reduce x-selection-timeout to 5s, and add a message for clipboard manager saving.
* lisp/term/x-win.el (x-initialize-window-system): Reduce default for x-selection-timeout to 5 seconds. * src/xselect.c (Fx_selection_exists_p): Doc fix. (x_clipboard_manager_save_all): Print an informative message before saving to clipboard manager. Fixes: debbugs:8869
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d35c65266cc..7b546244792 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-02-25 Chong Yidong <cyd@gnu.org>
2
3 * xselect.c (Fx_selection_exists_p): Doc fix.
4 (x_clipboard_manager_save_all): Print an informative message
5 before saving to clipboard manager.
6
12012-02-24 Chong Yidong <cyd@gnu.org> 72012-02-24 Chong Yidong <cyd@gnu.org>
2 8
3 * keyboard.c (process_special_events): Handle all X selection 9 * keyboard.c (process_special_events): Handle all X selection