comparison src/ChangeLog @ 65995:e081ee8c2eb2

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 10 Oct 2005 20:49:55 +0000
parents 2a8946924f5f
children 5d96447d85f4
comparison
equal deleted inserted replaced
65994:2acb65805f2f 65995:e081ee8c2eb2
1 2005-10-10 Jason Rumney <jasonr@gnu.org> 1 2005-10-10 Jason Rumney <jasonr@gnu.org>
2 2
3 * xterm.c (remember_mouse_glyph): New function. 3 * xterm.c (remember_mouse_glyph): New function.
4 (note_mouse_movement): Use it to remember the current glyph if 4 (note_mouse_movement): Use it to remember the current glyph if changed.
5 changed.
6 (XTmouse_position): Fix calculation of fake glyph under mouse. 5 (XTmouse_position): Fix calculation of fake glyph under mouse.
7 Move code to calculate glyph under mouse into 6 Move code to calculate glyph under mouse into remember_mouse_glyph.
8 remember_mouse_glyph.
9 7
10 2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 8 2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
11 9
12 * emacs.c (USAGE3, standard_args): -nb => -nbi 10 * emacs.c (USAGE3, standard_args): -nb => -nbi.
13 11
14 2005-10-10 Juanma Barranquero <lekktu@gmail.com> 12 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
15 13
16 * frame.c (Fredirect_frame_focus): Fix typos in docstring. 14 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
17 (next_frame, prev_frame, set_term_frame_name): Make static. 15 (next_frame, prev_frame, set_term_frame_name): Make static.
22 20
23 * window.c (Fwindow_end): Don't try to redisplay if non-interactive. 21 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
24 22
25 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 23 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
26 24
27 * emacs.c (standard_args): Removed options -i, -itype, --icon-type, 25 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
28 added -nb, --no-bitmap-icon. 26 Add options -nb, --no-bitmap-icon.
29 27
30 * xfns.c (Fx_create_frame): Make bitmapIcon have default on. 28 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
31 29
32 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 30 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33 31