aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f6c8615dd0f..560b47f1344 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,21 @@
12007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> 12007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Also handle `sxemacs'. 3 * dframe.el: Remove spurious * in custom docstrings.
4 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5 (dframe-xemacs20p): Remove, inline at the sole use point.
6 (defface): Don't defvar the face, don't use old-style backquote.
7 (defcustom): Don't use old-style backquote.
8 (dframe-frame-parameter, dframe-mouse-event-p):
9 Make it obvious that it's always defined.
10 (dframe-popup-kludge): New function to replace
11 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
12 (dframe-frame-mode, dframe-set-timer-internal)
13 (dframe-mouse-set-point): Remove use of with-no-warnings from
14 XEmacs-specific code.
15 (dframe-set-timer-internal): Fix very old bug with
16 post-command-idle-hook.
17
18 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4 19
52007-08-22 Chong Yidong <cyd@stupidchicken.com> 202007-08-22 Chong Yidong <cyd@stupidchicken.com>
6 21