From: Kenichi Handa Date: Thu, 2 Feb 2012 00:32:12 +0000 (+0900) Subject: merge trunk X-Git-Tag: emacs-pretest-24.0.94~362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=159462d4d179b280c6e68775bbf0630c3317c486;p=emacs.git merge trunk --- 159462d4d179b280c6e68775bbf0630c3317c486 diff --cc lisp/ChangeLog index 2ee709f62b2,7d05f85f247..ce373a42e7c --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,8 -1,27 +1,32 @@@ - 2012-02-01 Kenichi Handa ++2012-02-02 Kenichi Handa + + * composite.el (compose-region, compose-string): Signal error for + a null string component (Bug#6988). + + 2012-02-01 Chong Yidong + + * view.el (view-buffer-other-window, view-buffer-other-frame): + Handle special modes like view-buffer (Bug#10650). + (view-buffer): Simplify. + + * frame.el (set-frame-font): Tweak meaning of third argument. + + * dynamic-setting.el (font-setting-change-default-font): Use + set-frame-font (Bug#9982). + + 2012-02-01 Glenn Morris + + * progmodes/compile.el (compilation-internal-error-properties): + Respect compilation-first-column in the "*compilation*" buffer. + + * emacs-lisp/easy-mmode.el (define-minor-mode): + Relax :variable's test for a named function. + + 2012-01-31 Alan Mackenzie + + * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an + off by one error. + 2012-01-31 Chong Yidong * frame.el (set-frame-font): New arg ALL-FRAMES. diff --cc src/ChangeLog index c41202bcfee,6d647530ad2..eebb10fb472 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,10 -1,10 +1,17 @@@ - 2012-02-01 Kenichi Handa ++2012-02-02 Kenichi Handa + + * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to + NULL (Bug#6988). + (x_produce_glyphs): If the component of a composition is a null + string, set it->pixel_width to 1 to avoid zero-width glyph. + + 2012-02-01 Eli Zaretskii + + * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its + first 2 arguments are identical. This makes inserting large + output from a subprocess an order of magnitude faster on + MS-Windows, where all sbrk'ed memory is always contiguous. + 2012-01-31 Glenn Morris * nsterm.m (syms_of_nsterm) :