aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-03-25 22:04:52 +0200
committerJoakim Verona2012-03-25 22:04:52 +0200
commit75da28a3845b9dfa4e730cfa19c14edc52cbb222 (patch)
treeb04519bffcb21264cbe3ce8af13df7186548667f /src/ChangeLog
parentb827329a89291ed68dd017c53976be7ce5ed3b22 (diff)
parentf514f6f0e3f8bbeb5212d0337e5bda5a9a4eaeb5 (diff)
downloademacs-75da28a3845b9dfa4e730cfa19c14edc52cbb222.tar.gz
emacs-75da28a3845b9dfa4e730cfa19c14edc52cbb222.zip
upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae8835478a5..71bfec1f061 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,58 @@
12012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
2
3 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific
4 code.
5
62012-03-25 Kenichi Handa <handa@m17n.org>
7
8 * dispextern.h (struct glyph): Change the bit length of
9 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
10
112012-03-24 Eli Zaretskii <eliz@gnu.org>
12
13 * s/ms-w32.h (tzname): Include time.h before redirecting to
14 _tzname. Fixes the MSVC build. (Bug#9960)
15
162012-03-24 Andreas Schwab <schwab@linux-m68k.org>
17
18 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
19 characters.
20
21 * xterm.c (XTread_socket): Only modify handling_signal if
22 !SYNC_INPUT. (Bug#11080)
23
242012-03-23 Eli Zaretskii <eliz@gnu.org>
25
26 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
27 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
28 when fetching a multibyte character consumes more bytes than
29 CHAR_BYTES returns, due to unification of CJK characters in
30 string_char. (Bug#11073)
31
322012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
33
34 * process.c (wait_reading_process_output): Handle pty disconnect
35 by refraining from sending oneself a SIGCHLD (bug#10933).
36
372012-03-22 Chong Yidong <cyd@gnu.org>
38
39 * dispextern.h (struct it): New member string_from_prefix_prop_p.
40
41 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
42 Mark string as coming from a prefix property.
43 (handle_face_prop): Use default face for prefix strings (Bug#4281).
44 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
45
462012-03-21 Chong Yidong <cyd@gnu.org>
47
48 * xfaces.c (Vface_remapping_alist): Doc fix.
49
502012-03-20 Eli Zaretskii <eliz@gnu.org>
51
52 * w32proc.c (Fw32_set_console_codepage)
53 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
54 Doc fixes.
55
12012-03-20 Chong Yidong <cyd@gnu.org> 562012-03-20 Chong Yidong <cyd@gnu.org>
2 57
3 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc 58 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc