aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-10-24 00:47:51 +0900
committerKenichi Handa2012-10-24 00:47:51 +0900
commit6a8f8193298e05931baeebb1bd3aba6f8f5a7b5e (patch)
treefcee273be31e69f367b6f820aa32de660e541b2f /src/ChangeLog
parent7e70a15287ee1ae5461d47e5a96d6c455aefaf57 (diff)
parentd106953274d29b6be4ef7e2c442078c81a52ff2f (diff)
downloademacs-6a8f8193298e05931baeebb1bd3aba6f8f5a7b5e.tar.gz
emacs-6a8f8193298e05931baeebb1bd3aba6f8f5a7b5e.zip
merge trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fbf22c35e4c..e59a286110d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,49 @@
6 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist. 6 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
7 (font_open_for_lface): Handle Vface_font_rescale_alist. 7 (font_open_for_lface): Handle Vface_font_rescale_alist.
8 8
92012-10-23 Chong Yidong <cyd@gnu.org>
10
11 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
12
132012-10-21 Jan Djärv <jan.h.d@swipnet.se>
14
15 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
16 for screen font.
17 (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
18
19 * xterm.c (x_focus_changed): Check if daemonp when sending focus in
20 event (Bug#12681).
21
222012-10-21 Glenn Morris <rgm@gnu.org>
23
24 * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
25
262012-10-20 Paul Eggert <eggert@cs.ucla.edu>
27
28 Port to OpenBSD 5.1.
29 * frame.c (Fmouse_position, Fmouse_pixel_position):
30 * xdisp.c (produce_stretch_glyph):
31 Declare local vars only when they're needed.
32 This is clearer and avoids a warning on OpenBSD about unused vars.
33 * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
34 This is safer, and avoids OpenBSD warnings about unused vars.
35 * keyboard.c (record_menu_key): Remove unnecessary decl.
36 (poll_timer): Define only if POLL_FOR_INPUT is defined.
37 * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
38 as our definition clashes with OpenBSD's.
39 * xfaces.c (load_face_colors, check_lface_attrs)
40 (get_lface_attributes_no_remap, get_lface_attributes)
41 (lface_fully_specified_p, x_supports_face_attributes_p)
42 (tty_supports_face_attributes_p, face_fontset, realize_face)
43 (realize_x_face, realize_tty_face):
44 Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
45 merely Lisp_Object *. This is more informative and avoids
46 a warning on OpenBSD about accessing beyond an object's size.
47
482012-10-20 Chong Yidong <cyd@gnu.org>
49
50 * lread.c (Fload): Doc fix (Bug#12592).
51
92012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) 522012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10 53
11 * font.c (Ffont_at): Fix previous change. 54 * font.c (Ffont_at): Fix previous change.