comparison lisp/ChangeLog @ 78630:0a2e0422ddd5

Remove spurious * in custom docstrings. (dframe-xemacsp): Remove, use (featurep 'xemacs) instead. (dframe-xemacs20p): Remove, inline at the sole use point. (defface): Don't defvar the face, don't use old-style backquote. (defcustom): Don't use old-style backquote. (dframe-frame-parameter, dframe-mouse-event-p): Make it obvious that it's always defined. (dframe-popup-kludge): New function to replace dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge. (dframe-frame-mode, dframe-set-timer-internal) (dframe-mouse-set-point): Remove use of with-no-warnings from XEmacs-specific code. (dframe-set-timer-internal): Fix very old bug with post-command-idle-hook.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 23 Aug 2007 18:18:26 +0000
parents e8ce4af3f42d
children 1150fe1ceae5
comparison
equal deleted inserted replaced
78629:52977b7fd128 78630:0a2e0422ddd5
1 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-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
5 2007-08-22 Chong Yidong <cyd@stupidchicken.com> 20 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6 21
7 * image-mode.el (image-minor-mode): Use image-mode-text-map. 22 * image-mode.el (image-minor-mode): Use image-mode-text-map.
8 23