aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-10-19 14:03:44 +0000
committerKaroly Lorentey2005-10-19 14:03:44 +0000
commit6d8cf83040cdb54a0b1d72bd6a021f9815bd4af2 (patch)
treef22e60624e5ffd52bbe19fea7809c2f5cb54704d /src/ChangeLog
parent734b679135207a8623dc460eb8d108befe080d46 (diff)
parent6507c4c73dad972eb4f6bc224c8c22de6cbeec97 (diff)
downloademacs-6d8cf83040cdb54a0b1d72bd6a021f9815bd4af2.tar.gz
emacs-6d8cf83040cdb54a0b1d72bd6a021f9815bd4af2.zip
Merged from miles@gnu.org--gnu-2005 (patch 593-595)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-593 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-594 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-595 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-425
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d8c93e96754..30db0548172 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,41 @@
12005-10-14 Kim F. Storm <storm@cua.dk>
2
3 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
4 (handle_one_xevent): Only clear help_echo_string; restore it if
5 note_mouse_movement didn't record any mouse movement.
6
7 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
8 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
9
10 * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
11 (Fposn_at_x_y): Fix calculation of x coordinate.
12 (Fposn_at_point): Return nil if point is hscrolled out of view.
13
142005-10-13 Andreas Schwab <schwab@suse.de>
15
16 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
17 non-interactive mode.
18
192005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20
21 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
22
232005-10-12 Kim F. Storm <storm@cua.dk>
24
25 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
26
272005-10-12 Romain Francoise <romain@orebokech.com>
28
29 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
30
312005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32
33 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
34 get end of text rows. Obtain header-line/mode-line rows directly.
35
36 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Restore
37 help_echo_string if mouse is moved inside last_mouse_glyph.
38
12005-10-12 Kim F. Storm <storm@cua.dk> 392005-10-12 Kim F. Storm <storm@cua.dk>
2 40
3 * xdisp.c (remember_mouse_glyph): New generic version based on 41 * xdisp.c (remember_mouse_glyph): New generic version based on