aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-02-20 18:47:54 +0000
committerKaroly Lorentey2005-02-20 18:47:54 +0000
commitb5d78df397f8cdcd20f3bcfbed2eb71d522abddd (patch)
treecedfc1db69595526c12da068ea7ff5bdf3b806f2 /src/ChangeLog
parent60c73d2ed638e5d51643c65a0fc6dea618fc72c8 (diff)
parenteedeacb3074baad8ce752a506f9f435c98e42ff4 (diff)
downloademacs-b5d78df397f8cdcd20f3bcfbed2eb71d522abddd.tar.gz
emacs-b5d78df397f8cdcd20f3bcfbed2eb71d522abddd.zip
Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-107 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-108 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-109 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114 <no summary provided> * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-116 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-18 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21 More work on moving images to etc/images * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23 Fix errors with image-file installation * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24 etc/Makefile.in (install): Put gnus-tut.txt in the right place. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25 etc/Makefile.in (install, uninstall): Fix installed image dirs. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26 etc/Makefile.in (install): Create $(etcdir)/images/gnus dir. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-296
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 400946fb4d0..7c926e9b919 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,40 @@
12005-02-20 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (pos_visible_p): Be sure to move to the specified
4 position. Always get the full ascent / descent of the
5 corresponding row, to return reliable rtop and rbot values.
6 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
7 Must look one character back, as back_to_previous_line_start
8 returns position after the newline.
9 (move_it_vertically_backward): Fix heuristic for when to move further
10 back in case line_height * 2/3 is larger than window height.
11 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
12 as it does not do anything anymore. Add arg current_matrix_p to
13 use current matrix rather than desired matrix when set.
14 (try_cursor_movement): Don't scroll to make cursor row fully
15 visible if cursor didn't move. This avoids unexpected recentering
16 in case of blinking cursor or accepting process output.
17 Use current matrix to check cursor row visibility.
18 (redisplay_window): Fix whether to recenter or move to top in case
19 cursor line is taller than window height.
20 (find_first_unchanged_at_end_row): Stop search if we reach a row
21 which not enabled (instead of abort).
22
232005-02-18 Kim F. Storm <storm@cua.dk>
24
25 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
26 to be nil in a :box attribute value list; customize prints that
27 as lisp value when no box color is specified.
28
29 * .gdbinit (pitx, pit): Pretty print display iterator.
30 (prowx, prow): Pretty print glyph row.
31 (pcursorx, pcursor): Pretty print a window cursor.
32 (pwinx, pwin): Pretty print struct window.
33
342005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * alloc.c (BLOCK_BYTES): Harmless typo.
37
12005-02-17 Andreas Schwab <schwab@suse.de> 382005-02-17 Andreas Schwab <schwab@suse.de>
2 39
3 * xfns.c (hack_wm_protocols): Use correct type for last parameter 40 * xfns.c (hack_wm_protocols): Use correct type for last parameter