aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-05-31 19:54:01 +0200
committerJoakim Verona2012-05-31 19:54:01 +0200
commitfc1f1f2ea1ceac41f81855e14a490db107d88681 (patch)
tree853798b1704f9de86e02ad87d77f2b1e8d56dda8 /src/ChangeLog
parent664e085984f192584c5b3c61495784a11d2ba6c1 (diff)
parent32d72c2f5d7554ee2f1d37bb8aa210ee07165f25 (diff)
downloademacs-fc1f1f2ea1ceac41f81855e14a490db107d88681.tar.gz
emacs-fc1f1f2ea1ceac41f81855e14a490db107d88681.zip
upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 767dfa47036..6d71346dd78 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,53 @@
12012-05-31 Paul Eggert <eggert@cs.ucla.edu>
2
3 Pacify gcc -Wdouble-precision when using Xaw.
4 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
5 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
6 Use 'float' consistently, rather than 'float' in most places
7 and 'double' in a couple of places.
8
92012-05-31 Eli Zaretskii <eliz@gnu.org>
10
11 * xdisp.c (handle_stop): Detect whether we have overlay strings
12 loaded by testing it->current.overlay_string_index to be
13 non-negative, instead of checking whether n_overlay_strings is
14 positive. (Bug#11587)
15
162012-05-31 Chong Yidong <cyd@gnu.org>
17
18 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
19
20 * doc.c (Fsubstitute_command_keys): Doc fix.
21
222012-05-31 Eli Zaretskii <eliz@gnu.org>
23
24 * search.c (search_buffer): Remove calls to
25 r_alloc_inhibit_buffer_relocation, as it is now called by
26 maybe_unify_char, which was the cause of relocation of buffer text
27 in bug#11519.
28
292012-05-31 Eli Zaretskii <eliz@gnu.org>
30
31 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
32 for the duration of call to load_charset, to avoid problems with
33 callers of maybe_unify_char that access buffer text through C
34 pointers.
35
36 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
37 decrement the inhibition flag, instead of just setting or
38 resetting it.
39
402012-05-31 Paul Eggert <eggert@cs.ucla.edu>
41
42 Remove obsolete '#define static' cruft.
43 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
44 This #undef was "temporary" in 2000; it is no longer needed
45 now that '#define static' has gone away.
46 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
47 (gray_bitmap_bits): Remove; no longer needed.
48 All uses replaced with definiens.
49 * xterm.c: Include "bitmaps/gray.xbm".
50
12012-05-30 Paul Eggert <eggert@cs.ucla.edu> 512012-05-30 Paul Eggert <eggert@cs.ucla.edu>
2 52
3 Clean up __executable_start, monstartup when --enable-profiling. 53 Clean up __executable_start, monstartup when --enable-profiling.
@@ -13,6 +63,10 @@
13 and not pointers. 63 and not pointers.
14 * lisp.h (__executable_start): New decl. 64 * lisp.h (__executable_start): New decl.
15 65
662012-05-31 Glenn Morris <rgm@gnu.org>
67
68 * image.c (Fimagemagick_types): Doc fix.
69
162012-05-30 Jim Meyering <meyering@redhat.com> 702012-05-30 Jim Meyering <meyering@redhat.com>
17 71
18 * callproc.c (Fcall_process_region): Include directory component 72 * callproc.c (Fcall_process_region): Include directory component