aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-08-17 15:02:41 +0000
committerKim F. Storm2005-08-17 15:02:41 +0000
commit0eefa6fbb54b3f1ca937ca7db3ccc06967c4e656 (patch)
tree745a14115bfbe1fa70731b9ae0cbdc8734cd7f8c
parentb70d98e13c27b14e12ce4cef9cd9c8758f6fff0a (diff)
downloademacs-0eefa6fbb54b3f1ca937ca7db3ccc06967c4e656.tar.gz
emacs-0eefa6fbb54b3f1ca937ca7db3ccc06967c4e656.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog9
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 58024796640..76deb0bf913 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12005-08-17 Kim F. Storm <storm@cua.dk> 12005-08-17 Kim F. Storm <storm@cua.dk>
2 2
3 * windmove.el (windmove-coordinates-of-position): Remove.
4 (windmove-coordinates-of-window-position): Remove.
5 (windmove-reference-loc): Use posn-at-point instead.
6
3 * subr.el (insert-for-yank-1): Doc fix. 7 * subr.el (insert-for-yank-1): Doc fix.
4 8
5 * ido.el (ido-enter-matching-directory): Rename from 9 * ido.el (ido-enter-matching-directory): Rename from
diff --git a/src/ChangeLog b/src/ChangeLog
index 004221e0f02..0a1d3394932 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12005-08-17 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
4
5 * dispnew.c (buffer_posn_from_coords): Check that target row is
6 within matrix.
7
12005-08-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 82005-08-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 9
3 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to 10 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
@@ -5,7 +12,7 @@
5 12
6 * gtkutil.c (xg_set_frame_icon): New function. 13 * gtkutil.c (xg_set_frame_icon): New function.
7 14
8 * gtkutil.h (xg_set_frame_icon): Declare it. 15 * gtkutil.h (xg_set_frame_icon): Declare it.
9 16
102005-08-16 Kim F. Storm <storm@cua.dk> 172005-08-16 Kim F. Storm <storm@cua.dk>
11 18