aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-01-29 14:05:34 +0000
committerEli Zaretskii2005-01-29 14:05:34 +0000
commit28d986b971b61e745ce7d3ef9b63e2b4ad3426f0 (patch)
tree4c442ae94c82ca2a99b94e84415181372a3bd467
parent16bbbfd864154333809fd679d099c729b703ee6e (diff)
downloademacs-28d986b971b61e745ce7d3ef9b63e2b4ad3426f0.tar.gz
emacs-28d986b971b61e745ce7d3ef9b63e2b4ad3426f0.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog14
2 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 04c850fffda..4699f639d57 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-01-29 Eli Zaretskii <eliz@gnu.org>
2
3 * wid-edit.el (widget-specify-button): If mouse pointer shape
4 cannot be changed, use mouse face instead.
5
12005-01-29 Nick Roberts <nickrob@snap.net.nz> 62005-01-29 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) 8 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c871d5aad87..c0ce2c6ff0f 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,17 @@
12005-01-29 Eli Zaretskii <eliz@gnu.org>
2
3 * commands.texi (Misc Events): Describe the help-echo event.
4
5 * text.texi (Special Properties) <help-echo>: Use `pos'
6 consistently in description of the help-echo property. Use
7 @code{nil} instead of @var{nil}.
8
9 * display.texi (Overlay Properties): Fix the index entry for
10 help-echo overlay property.
11
12 * customize.texi (Type Keywords): Uncomment the xref to the
13 help-echo property documentation.
14
12005-01-23 Kim F. Storm <storm@cua.dk> 152005-01-23 Kim F. Storm <storm@cua.dk>
2 16
3 * windows.texi (Window Start): Fix `pos-visible-in-window-p' 17 * windows.texi (Window Start): Fix `pos-visible-in-window-p'