comparison src/ChangeLog @ 92692:d999f30304bc

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
author Miles Bader <miles@gnu.org>
date Mon, 10 Mar 2008 00:49:47 +0000
parents 4b12e6633ee4 842d7b2745f7
children 2a2d2de297db
comparison
equal deleted inserted replaced
92691:0574109ed8bc 92692:d999f30304bc
1 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
4 size of resulting string.
5
6 2008-03-05 Jason Rumney <jasonr@gnu.org>
7
8 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
9
10 2008-03-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11
12 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
13 Don't pretend as if characters with display property haven't been
14 consumed for string-replacing-string case.
15
1 2008-03-08 Kim F. Storm <storm@cua.dk> 16 2008-03-08 Kim F. Storm <storm@cua.dk>
2 17
3 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro. 18 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
4 (get_next_display_element, next_element_from_string) 19 (get_next_display_element, next_element_from_string)
5 (next_element_from_ellipsis, next_element_from_buffer): Use it. 20 (next_element_from_ellipsis, next_element_from_buffer): Use it.