aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-18 13:44:47 +0000
committerGerd Moellmann2000-11-18 13:44:47 +0000
commitd392e9c567ca78f0a6331e3dd58b6bddfe1b8d4b (patch)
tree45e5a736bc6264a11a1ac6266e4c1f6b37a73dac
parent12c67a7f919bf195f5db965fcdc8a18ff560cf26 (diff)
downloademacs-d392e9c567ca78f0a6331e3dd58b6bddfe1b8d4b.tar.gz
emacs-d392e9c567ca78f0a6331e3dd58b6bddfe1b8d4b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog9
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 32a67fe990c..198229ce193 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12000-11-18 Gerd Moellmann <gerd@gnu.org> 12000-11-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * ps-print.el: Update copyright notice.
4
5 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6 (tooltip-show): Use the offsets.
7
3 * bindings.el (mode-line-modified): Fix a typo. 8 * bindings.el (mode-line-modified): Fix a typo.
4 (mode-line-toggle-modified, mode-line-widen) 9 (mode-line-toggle-modified, mode-line-widen)
5 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos. 10 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
diff --git a/src/ChangeLog b/src/ChangeLog
index 254dc36c355..3e361b4a17d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-11-18 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
4 the tooltip obscures less text under it.
5
62000-11-17 Gerd Moellmann <gerd@gnu.org>
7
8 * puresize.h (BASE_PURESIZE): Increase to 700000.
9
12000-11-18 Jason Rumney <jasonr@gnu.org> 102000-11-18 Jason Rumney <jasonr@gnu.org>
2 11
3 * w32term.c (w32_draw_bitmap): Use face to set colors. 12 * w32term.c (w32_draw_bitmap): Use face to set colors.