aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-11-13 01:29:31 +0000
committerKim F. Storm2004-11-13 01:29:31 +0000
commit5596fbf1d9c8ab25cabc54c405be5ef03fc1c087 (patch)
treea6d50e6df251def914f1f3cd2e111678b846a70b
parent8232c9138e05ed237e9ef48175682a31debfb861 (diff)
downloademacs-5596fbf1d9c8ab25cabc54c405be5ef03fc1c087.tar.gz
emacs-5596fbf1d9c8ab25cabc54c405be5ef03fc1c087.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog7
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c0febc5efd7..7eaab4105ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12004-11-13 Kim F. Storm <storm@cua.dk>
2
3 * mouse.el (mouse-drag-copy-region): Add :version.
4 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
5 while dragging mode line, so mode line can be dragged downwards.
6 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
7 while pressing mouse button so window doesn't scroll until we
8 release the mouse if clicking on partially visible line.
9
12004-11-12 Jay Belanger <belanger@truman.edu> 102004-11-12 Jay Belanger <belanger@truman.edu>
2 11
3 * calc/calc-graph.el (calc-dumb-map): Declare it. 12 * calc/calc-graph.el (calc-dumb-map): Declare it.
diff --git a/src/ChangeLog b/src/ChangeLog
index cc9e71290d5..65505cb7c6c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12004-11-13 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
4 (syms_of_xdisp): DEFVAR_BOOL it.
5 (make_cursor_line_fully_visible, try_cursor_movement)
6 (try_window_id): Use it.
7
12004-11-12 Kim F. Storm <storm@cua.dk> 82004-11-12 Kim F. Storm <storm@cua.dk>
2 9
3 * dispextern.h (struct glyph_row): New member extra_line_spacing. 10 * dispextern.h (struct glyph_row): New member extra_line_spacing.