aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-10-10 20:49:55 +0000
committerKim F. Storm2005-10-10 20:49:55 +0000
commit58af55912424b29b7fc385bc506e2056bc25b2a6 (patch)
tree8140e507f684eff916f953fed4dfc7ed321e5d5c /src
parentfe7d6d98eda8112f7376032641375e62478e6597 (diff)
downloademacs-58af55912424b29b7fc385bc506e2056bc25b2a6.tar.gz
emacs-58af55912424b29b7fc385bc506e2056bc25b2a6.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b1dca8abe3c..51026ce3406 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,15 +1,13 @@
12005-10-10 Jason Rumney <jasonr@gnu.org> 12005-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
102005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 82005-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
142005-10-10 Juanma Barranquero <lekktu@gmail.com> 122005-10-10 Juanma Barranquero <lekktu@gmail.com>
15 13
@@ -24,8 +22,8 @@
24 22
252005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 232005-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