summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * cus-edit.el (Custom-move-and-invoke): Deleted.Chong Yidong2005-10-183-11/+19
| | | | | | | (custom-mode-map): Bind mouse-1 to widget-move-and-invoke. * wid-edit.el (widget-move-and-invoke): New function, from Custom-move-and-invoke.
* Revert last change.Chong Yidong2005-10-173-17/+11
|
* * cus-edit.el (Custom-move-and-invoke): Delete function.Chong Yidong2005-10-173-11/+17
| | | | | | | (custom-mode-map): Remove Custom-move-and-invoke binding. * wid-edit.el (widget-move-and-invoke): New function. (widget-keymap): Bind mouse-1 to it.
* Moved all remaining images from lisp/toolbar to etc/images, movedBill Wohler2005-10-1794-4060/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low resolution images were placed in their own directory (low-color). Replaced underscore (_) in filenames with dash (-) per convention * make-dist: Create and populate etc/images/low-color. * admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list since it's gone. Also marked mh-e as done. * lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*: * lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*: * lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*: * lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*: * lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, * * lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*: * lisp/toolbar/saveas.*, lisp/toolbar/search.*: * lisp/toolbar/search-replace.*: lisp/toolbar/spell.*: * lisp/toolbar/undo.*: Moved to etc/images. * lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*. * lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*. * lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*. * lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*. * lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*. * lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*. * lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*. * lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*. * lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*. * lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*. * lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*. * lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*. * lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*. * lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*. * lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*. To conform with convention, the underscore (_) in the following image names were replaced with dash (-) or (/) as appropriate. * lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*. * lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*. * lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*. * lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*. * lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*. * lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*. * lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*. * lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*. * lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*. * lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*. * lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*. * lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*. * lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*. * lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*. * lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*. * lisp/info.el (info-tool-bar-map): Replaced underscores in image names with dashes. * lisp/makefile.w32-in (WINS): Removed toolbar. * lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in comment. * lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that lisp/toolbar is empty, it should be deleted when folks run "cvs up -P". * etc/images/README: Incorporated the content of lisp/toolbar/README now that all of the images are here.
* *** empty log message ***Jay Belanger2005-10-171-0/+5
|
* *** empty log message ***Jason Rumney2005-10-171-2/+3
|
* (speedbar-set-mode-line-format): Indent properly.Nick Roberts2005-10-171-21/+17
| | | | | | | | | (speedbar-insert-button, speedbar-make-button): Use add-text-properties. (speedbar-update-localized-contents) (speedbar-update-directory-contents) (speedbar-update-special-contents): Use dolist. (speedbar-buffer-easymenu-definition): Add a menu separator.
* (gdb-var-create-handler): Make watchNick Roberts2005-10-171-1/+6
| | | | | | expressions display in speedbar for all buffers when debugging. (gdb-speedbar-expand-node): Ensure node contraction is always updated.
* *** empty log message ***Nick Roberts2005-10-171-0/+15
|
* Use $(lisp) when referencing files in the lisp directory.Jason Rumney2005-10-171-16/+16
|
* (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):Jason Rumney2005-10-171-6/+29
| | | | New targets for shell specific generation of mh-autoloads.
* *** empty log message ***Jason Rumney2005-10-171-0/+5
|
* (calc-store-into): Get proper variable name to display in message.Jay Belanger2005-10-171-1/+1
|
* (jit-lock-fontify-now): Fix copy/paste mess up in last change.Stefan Monnier2005-10-171-3/+0
|
* *** empty log message ***Richard M. Stallman2005-10-171-0/+4
|
* (tex-font-lock-keywords-2): Undo prev change.Richard M. Stallman2005-10-171-1/+1
|
* (jit-lock-fontify-now): Move jit-lock-context-unfontify-pos.Stefan Monnier2005-10-172-5/+24
|
* (mh-display-completion-list-compat): New macro which callsBill Wohler2005-10-172-2/+17
| | | | | | `display-completion-list' correctly in older environments. Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING argument. (mh-complete-word): Use it.
* (mh-image-load-path): Use locate-library to find MH-E. This simplifiedBill Wohler2005-10-172-30/+18
| | | | the code a lot. Flattened out nested statements even more.
* * net/tramp.el (tramp-completion-mode): New defvar. Used inMichael Albinus2005-10-172-58/+81
| | | | | | | | `tramp-completion-mode' for checking if we are in completion mode. (tramp-completion-handle-file-name-all-completions): Reorder code in order to complete for file names only in case there are no method/user/host completions. This is necessary for cooperation with ido. Reported by Kim F. Storm <storm@cua.dk>.
* * longlines.el (longlines-search-forward)Chong Yidong2005-10-162-2/+7
| | | | (longlines-search-backward): Match any number of spaces.
* (diff-mode): Doc fix.Thien-Thi Nguyen2005-10-162-1/+5
|
* Add arch taglineMiles Bader2005-10-161-0/+1
|
* * mh-init.el (mh-image-load-path): Remove use of pushnew since itSatyaki Das2005-10-163-3/+12
| | | | | | | causes a compiler warning. * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting the message to be viewed (closes SF #1306141).
* (send-mail-function): Use mailclient-send-itRichard M. Stallman2005-10-162-1/+9
| | | | as default on darwin and windows systems.
* (archive-zip-extract): Doc fix.Richard M. Stallman2005-10-162-2/+5
|
* (mouse-1-click-follows-link): Doc fix.Romain Francoise2005-10-162-2/+6
|
* *** empty log message ***Stefan Monnier2005-10-161-2/+23
|
* Don't require CL at runtime.Stefan Monnier2005-10-161-13/+11
| | | | | | | | | | (savehist-xemacs): Remove. (savehist-coding-system): Use utf-8 if available, regardless of religion. (savehist-no-conversion): Use (featurep 'xemacs). (savehist-load): Check existence of start-itimer rather than XEmacs. Use an idle timer. (savehist-process-for-saving): Replace use of CL funs `subseq' and `delete-if-not'.
* (savehist-autosave-interval, savehist-coding-system, savehist-timer)Stefan Monnier2005-10-161-59/+133
| | | | | | | (savehist-last-checksum, savehist-no-conversion): New vars. (savehist-autosave, savehist-process-for-saving, savehist-printable): New funs. (savehist-load, savehist-save): Use them. (savehist-delimit): Remove.
* (compilation-goto-locus): Display theStefan Monnier2005-10-162-31/+58
| | | | | | | compilation buffer first and the source buffer second, in case they're in overlapping frames. Don't raise the compilation frame if it was the selected window upon entry. Pass the `other-window' arg to pop-to-buffer.
* *** empty log message ***Stefan Monnier2005-10-161-0/+4
|
* (Info-fontify-node): Use dolist.Stefan Monnier2005-10-161-37/+34
| | | | (Info-fontify-node): Change add-text-properties to put-text-property.
* (bibtex-font-lock-url): Catch when point past bound of search.Stefan Monnier2005-10-161-0/+1
|
* *** empty log message ***Romain Francoise2005-10-161-1/+1
|
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-1619-24/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
* * mh-init.el (mh-image-load-path-called-flag): New variable whichSatyaki Das2005-10-164-31/+40
| | | | | | | | | | | is used by mh-image-load-path so that it runs only once. (mh-image-load-path): Modified so that it gets run only once. Also flatten out heavily nested if statements to make it clearer. * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs to find images used in the toolbar. * mh-customize.el (:folder): Remove call to mh-image-load-path.
* *** empty log message ***YAMAMOTO Mitsuharu2005-10-161-0/+6
|
* Apply 2005-10-09 change for term/x-win.el.YAMAMOTO Mitsuharu2005-10-161-19/+34
| | | | | (x-get-selection, mac-select-convert-to-string): Convert from/to UTF-16 clipboard data as in native byte order, no BOM.
* New file.Richard M. Stallman2005-10-161-0/+195
|
* (gud-tool-bar-map): Rename the imagesNick Roberts2005-10-151-5/+6
| | | | | appropriately (gud/next, gud/nexti, gud/step, gud/stepi). (gud-sentinel): Use speedbar-frame to check for speedbar.
* *** empty log message ***Nick Roberts2005-10-151-0/+6
|
* Don't try to autoload hash table functions.Richard M. Stallman2005-10-152-10/+4
|
* *** empty log message ***Richard M. Stallman2005-10-151-0/+9
|
* (tex-font-lock-keywords-2): Fix bug in \bf fontification.Richard M. Stallman2005-10-151-1/+1
|
* (cvs-edit-log-files): New var.Stefan Monnier2005-10-152-6/+33
| | | | | | | | | (cvs-mode-edit-log): New arg `file'. (cvs-edit-log-minor-wrap): Don't set the ignore-marks property. Instead force the use of the original file and nothing else. (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless the cvs-minor-wrap-function is set. (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
* * toolbar/gud-break.*: Moved to etc/images/gud/break.*.Bill Wohler2005-10-1532-523/+37
| | | | | | | | | | | | | | | | | | | | * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*. * toolbar/gud-down.*: Moved to etc/images/gud/down.*. * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*. * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*. * toolbar/gud-n.*: Moved to etc/images/gud/n.*. * toolbar/gud-print.*: Moved to etc/images/gud/print.*. * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*. * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*. * toolbar/gud-run.*: Moved to etc/images/gud/run.*. * toolbar/gud-si.*: Moved to etc/images/gud/si.*. * toolbar/gud-s.*: Moved to etc/images/gud/s.*. * toolbar/gud-until.*: Moved to etc/images/gud/until.*. * toolbar/gud-up.*: Moved to etc/images/gud/up.*. * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*. * progmodes/gud.el (gud-tool-bar-map): Renamed the images appropriately (for example, gud-break to gud/break).
* (Version, mh-version): Added +cvs to version.Bill Wohler2005-10-152-2/+6
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597Miles Bader2005-10-152-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 133-141) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: texi/gnus.texi (RSS): Fix key description. - Update from CVS: texi/gnus.texi (Document Server Internals): Addition. 2005-10-04 David Hansen <david.hansen@gmx.net> * lisp/gnus/nnrss.el (nnrss-request-article): Add support for the comments tag. (nnrss-check-group): Ditto. 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Document Server Internals): Addition. 2005-10-13 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (A note on namespaces): Fix RFC reference. 2005-10-12 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (RSS): Fix key description. 2005-10-11 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi: Emacs/w3 -> Emacs/W3. (Browsing the Web): Fix description. (Web Searches): Ditto. (Customizing W3): Ditto. 2005-10-07 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Maildir): Clarify expire-age and expire-group.
* Released MH-E version 7.85.Bill Wohler2005-10-141-2/+2
| | | | (Version, mh-version): Updated for release 7.85.