aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-14 00:04:04 +0100
committerJoakim Verona2013-01-14 00:04:04 +0100
commit132fdce3d2530db5a6edeaf4242257ff01ea4760 (patch)
tree75638977b562d18c4cb2b20fab58262bbbe4c2be /src/ChangeLog
parentec43cd5d7289dd1a994dc3517fccce1611966f89 (diff)
parentb35b088608a02d43b39bbfd3240547d3d9de7366 (diff)
downloademacs-132fdce3d2530db5a6edeaf4242257ff01ea4760.tar.gz
emacs-132fdce3d2530db5a6edeaf4242257ff01ea4760.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog44
1 files changed, 42 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 13b53e922ed..9096b904171 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,43 @@
12013-01-13 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
4 (nsfont_draw): Remove disabling of LCD smoothing.
5 (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
6 Bug#11484 with LCD smoothing on.
7
82013-01-13 Paul Eggert <eggert@cs.ucla.edu>
9
10 Fix SIGDANGER handlers, for AIX (Bug#13408).
11 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
12 Move handlers here from emacs.c; they were out of place.
13
142013-01-11 Jan Djärv <jan.h.d@swipnet.se>
15
16 * xterm.c (syms_of_xterm): Adjust documentation for
17 scroll-bar-adjust-thumb-portion.
18
192012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
20
21 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
22 determine whether scroll bar thumb size should be adjusted or
23 not. Use variable for MOTIF.
24
25 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
26 GTK.
27
282013-01-13 Jan Djärv <jan.h.d@swipnet.se>
29
30 * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key
31 event is generated.
32 (doCommandBySelector:): Set processingCompose to NO.
33
34 * nsfont.m (ns_findfonts): Add block/unblock_input calls.
35 Remove check for fkeys count > zero, block/unblock fixes the real bug.
36 (nsfont_list_family): Add block/unblock_input calls.
37 (nsfont_open): Move block_input earlier. Add unblock_input before early
38 return.
39 (nsfont_draw): Add block/unblock_input calls.
40
12013-01-12 Dmitry Antipov <dmantipov@yandex.ru> 412013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
2 42
3 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs 43 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
@@ -46,7 +86,7 @@
46 (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY. 86 (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY.
47 This is the main part of the bug fix. 87 This is the main part of the bug fix.
48 88
492013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change) 892013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
50 90
51 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around 91 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
52 x_last_font_name (Bug#13403). 92 x_last_font_name (Bug#13403).
@@ -1758,7 +1798,7 @@
1758 * image.c (xpm_make_color_table_h): Fix compiler error because 1798 * image.c (xpm_make_color_table_h): Fix compiler error because
1759 make_hash_table changed. 1799 make_hash_table changed.
1760 1800
17612012-11-08 Thomas Kappler <tkappler@gmail.com> (tiny change) 18012012-11-08 Thomas Kappler <tkappler@gmail.com> (tiny change)
1762 1802
1763 * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541). 1803 * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).
1764 1804