aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-01-07 11:51:13 -0800
committerPaul Eggert2012-01-07 11:51:13 -0800
commit9a0115abd18f219f234d6dd460cf7f5ed3c0332f (patch)
tree3ea55596e8d2fbb066b4387d86b509d8f8a1a612 /src/ChangeLog
parentdbf17d8b483f08f9506c19ef95e894fca62b8ec7 (diff)
parent6c1bd3f369c39aac648b085c5e9e4e9b42c65c62 (diff)
downloademacs-9a0115abd18f219f234d6dd460cf7f5ed3c0332f.tar.gz
emacs-9a0115abd18f219f234d6dd460cf7f5ed3c0332f.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog54
1 files changed, 45 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4c62a9d0e82..6ef11faea19 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-12-29 Paul Eggert <eggert@cs.ucla.edu> 12012-01-07 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 emacs: fix an auto-save permissions race condition (Bug#10400) 3 emacs: fix an auto-save permissions race condition (Bug#10400)
4 * fileio.c (auto_saving_dir_umask): New static var. 4 * fileio.c (auto_saving_dir_umask): New static var.
@@ -10,6 +10,42 @@
10 (Fdo_auto_save): Catch all errors, not just file errors, so 10 (Fdo_auto_save): Catch all errors, not just file errors, so
11 that the var is always cleared. 11 that the var is always cleared.
12 12
132012-01-07 Eli Zaretskii <eliz@gnu.org>
14
15 * search.c (scan_buffer): Pass character positions to
16 know_region_cache, not byte positions. (Bug#6540)
17
182012-01-07 LynX <_LynX@bk.ru> (tiny change)
19
20 * w32.c (sys_rename): Report EXDEV when rename of a directory
21 fails because the target is on another logical disk. (Bug#10284)
22
232012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
24
25 * xterm.c (x_embed_request_focus): New function.
26
27 * xterm.h: Add prototype.
28
29 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
30
312012-01-05 Glenn Morris <rgm@gnu.org>
32
33 * emacs.c (emacs_copyright): Update short copyright year to 2012.
34
352012-01-01 Eli Zaretskii <eliz@gnu.org>
36
37 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
38 Load gnutls_transport_set_lowat only if GnuTLS version is below
39 2.11.1.
40 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
41 GnuTLS versions below 2.11.1.
42
432011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
44
45 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
46 to the doc string advising against its use for altering the way
47 windows are scrolled.
48
132011-12-28 Kenichi Handa <handa@m17n.org> 492011-12-28 Kenichi Handa <handa@m17n.org>
14 50
15 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base 51 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
@@ -39,8 +75,8 @@
39 75
402011-12-21 Jan Djärv <jan.h.d@swipnet.se> 762011-12-21 Jan Djärv <jan.h.d@swipnet.se>
41 77
42 * nsterm.m (x_free_frame_resources): Release 78 * nsterm.m (x_free_frame_resources):
43 f->output_data.ns->miniimage 79 Release f->output_data.ns->miniimage.
44 (ns_index_color): Fix indentation. Do not retain 80 (ns_index_color): Fix indentation. Do not retain
45 color_table->colors[i]. 81 color_table->colors[i].
46 82
@@ -92,10 +128,10 @@
92 Fns_store_cut_buffer_internal. 128 Fns_store_cut_buffer_internal.
93 (ns_get_foreign_selection, Fx_own_selection_internal) 129 (ns_get_foreign_selection, Fx_own_selection_internal)
94 (Fx_disown_selection_internal, Fx_selection_exists_p) 130 (Fx_disown_selection_internal, Fx_selection_exists_p)
95 (Fns_get_selection_internal, Fns_store_selection_internal): Use 131 (Fns_get_selection_internal, Fns_store_selection_internal):
96 ns_symbol_to_pb and check if return value is nil. 132 Use ns_symbol_to_pb and check if return value is nil.
97 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove 133 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
98 defsubr Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal 134 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
99 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal 135 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
100 renamed to Sns_store_selection_internal. 136 renamed to Sns_store_selection_internal.
101 (ns_handle_selection_request): Move code to Fx_own_selection_internal 137 (ns_handle_selection_request): Move code to Fx_own_selection_internal
@@ -4439,7 +4475,7 @@
4439 4475
44402011-06-15 Paul Eggert <eggert@cs.ucla.edu> 44762011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4441 4477
4442 Integer overflow and signedness fixes (Bug#8873). 4478 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
4443 4479
4444 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. 4480 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
4445 (GET_CCL_RANGE, IN_INT_RANGE): Use it. 4481 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
@@ -9034,7 +9070,7 @@ See ChangeLog.11 for earlier changes.
9034;; coding: utf-8 9070;; coding: utf-8
9035;; End: 9071;; End:
9036 9072
9037 Copyright (C) 2011 Free Software Foundation, Inc. 9073 Copyright (C) 2011-2012 Free Software Foundation, Inc.
9038 9074
9039 This file is part of GNU Emacs. 9075 This file is part of GNU Emacs.
9040 9076