summaryrefslogtreecommitdiff
path: root/lisp/dframe.el
Commit message (Collapse)AuthorAgeFilesLines
* (dframe-have-timer-flag): Drop support for Emacs without timers. Doc fix.Glenn Morris2008-04-231-60/+26
| | | | | | | (dframe-update-speed): Drop support for XEmacs < 20. (dframe-frame-mode): Drop support for Emacs < 20. (dframe-set-timer-internal): Drop support for Emacs without timers. (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * calculator.el:Dan Nicolaescu2007-12-251-29/+0
|/ | | | | | | | | | | | | | | | | | | | | * dframe.el: * iswitchb.el: * whitespace.el: * winner.el: * emacs-lisp/checkdoc.el: * mail/feedmail.el: * net/quickurl.el: * obsolete/fast-lock.el: * play/5x5.el: * progmodes/delphi.el: * progmodes/idlw-shell.el: * progmodes/idlwave.el: * textmodes/artist.el: * textmodes/ispell.el: * textmodes/texinfmt.el: * textmodes/texinfo.el: Remove obsolete definitions of backward compatibility macros for defcustom, defgroup, defface, when, unless, with-current-buffer and with-temp-message.
* Remove spurious * in custom docstrings.Stefan Monnier2007-08-231-97/+85
| | | | | | | | | | | | | | | | (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.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (dframe-frame-mode): Do not set auto-show-mode, since it is obsoleteGlenn Morris2007-04-101-3/+1
| | | | and has no effect.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (dframe-frame-mode): Don't burp when menu-bar-lines is nil.Nick Roberts2006-03-011-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (dframe-handle-make-frame-visible, dframe-handle-iconify-frame,Juanma Barranquero2006-02-021-10/+11
| | | | | dframe-get-focus, dframe-select-attached-frame, dframe-power-click, dframe-frame-mode): Fix typos in docstrings.
* (dframe-reposition-frame-emacs): Fix position computation for 'leftRomain Francoise2005-11-301-2/+2
| | | | | location. Update copyright year.
* (x-pointer-hand2, x-pointer-top-left-arrow): Add defvars.Juanma Barranquero2005-10-061-3/+6
|
* * info.el (Info-next, Info-prev, Info-up): Select info buffer, inChong Yidong2005-10-041-3/+5
| | | | | | | | | case the user clicks on the link while another window is selected. (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame. * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link functionality. (dframe-help-echo): Save point in case mouse tracking is off.
* * speedbar.el: Remove RCS tag.Chong Yidong2005-10-021-3/+2
| | | | | | | | | (speedbar-check-read-only): Handle non-existent files. * dframe.el, ezimage.el, sb-image.el: Remove RCS tags. * info.el (Info-speedbar-hierarchy-buttons) (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
* Add arch taglineMiles Bader2005-10-021-1/+2
|
* * dframe.el: New file.Chong Yidong2005-09-301-0/+1068