aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-01-09 11:26:23 +0100
committerJoakim Verona2012-01-09 11:26:23 +0100
commite4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (patch)
tree4bdf869626ac37c6a5a1fd5764a9c8481136d805 /src/ChangeLog
parent2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (diff)
parent7655cb66d86564e792b825f1a0e1a4de7d6e6db5 (diff)
downloademacs-e4f761f1e3df7fbc7793c73c5d808b8da0b3a700.tar.gz
emacs-e4f761f1e3df7fbc7793c73c5d808b8da0b3a700.zip
upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog64
1 files changed, 56 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f10e2955164..6ef11faea19 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,51 @@
12012-01-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 emacs: fix an auto-save permissions race condition (Bug#10400)
4 * fileio.c (auto_saving_dir_umask): New static var.
5 (Fmake_directory_internal): Use it.
6 (do_auto_save_make_dir): Set it, instead of invoking chmod after
7 creating the directory. The old code temporarily assigns
8 too-generous permissions to the directory.
9 (do_auto_save_eh): Clear it.
10 (Fdo_auto_save): Catch all errors, not just file errors, so
11 that the var is always cleared.
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
12011-12-28 Kenichi Handa <handa@m17n.org> 492011-12-28 Kenichi Handa <handa@m17n.org>
2 50
3 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base 51 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
@@ -27,8 +75,8 @@
27 75
282011-12-21 Jan Djärv <jan.h.d@swipnet.se> 762011-12-21 Jan Djärv <jan.h.d@swipnet.se>
29 77
30 * nsterm.m (x_free_frame_resources): Release 78 * nsterm.m (x_free_frame_resources):
31 f->output_data.ns->miniimage 79 Release f->output_data.ns->miniimage.
32 (ns_index_color): Fix indentation. Do not retain 80 (ns_index_color): Fix indentation. Do not retain
33 color_table->colors[i]. 81 color_table->colors[i].
34 82
@@ -80,10 +128,10 @@
80 Fns_store_cut_buffer_internal. 128 Fns_store_cut_buffer_internal.
81 (ns_get_foreign_selection, Fx_own_selection_internal) 129 (ns_get_foreign_selection, Fx_own_selection_internal)
82 (Fx_disown_selection_internal, Fx_selection_exists_p) 130 (Fx_disown_selection_internal, Fx_selection_exists_p)
83 (Fns_get_selection_internal, Fns_store_selection_internal): Use 131 (Fns_get_selection_internal, Fns_store_selection_internal):
84 ns_symbol_to_pb and check if return value is nil. 132 Use ns_symbol_to_pb and check if return value is nil.
85 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove 133 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
86 defsubr Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal 134 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
87 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal 135 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
88 renamed to Sns_store_selection_internal. 136 renamed to Sns_store_selection_internal.
89 (ns_handle_selection_request): Move code to Fx_own_selection_internal 137 (ns_handle_selection_request): Move code to Fx_own_selection_internal
@@ -4427,7 +4475,7 @@
4427 4475
44282011-06-15 Paul Eggert <eggert@cs.ucla.edu> 44762011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4429 4477
4430 Integer overflow and signedness fixes (Bug#8873). 4478 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
4431 4479
4432 * 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.
4433 (GET_CCL_RANGE, IN_INT_RANGE): Use it. 4481 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
@@ -9022,7 +9070,7 @@ See ChangeLog.11 for earlier changes.
9022;; coding: utf-8 9070;; coding: utf-8
9023;; End: 9071;; End:
9024 9072
9025 Copyright (C) 2011 Free Software Foundation, Inc. 9073 Copyright (C) 2011-2012 Free Software Foundation, Inc.
9026 9074
9027 This file is part of GNU Emacs. 9075 This file is part of GNU Emacs.
9028 9076