- 16 Oct, 2005 20 commits
-
-
Chong Yidong authored
(longlines-search-backward): Match any number of spaces.
-
Thien-Thi Nguyen authored
-
Miles Bader authored
-
Satyaki Das authored
causes a compiler warning. * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting the message to be viewed (closes SF #1306141).
-
Richard M. Stallman authored
as default on darwin and windows systems.
-
Richard M. Stallman authored
-
Romain Francoise authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(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'.
-
Stefan Monnier authored
(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.
-
Stefan Monnier authored
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.
-
Stefan Monnier authored
-
Stefan Monnier authored
(Info-fontify-node): Change add-text-properties to put-text-property.
-
Stefan Monnier authored
-
Romain Francoise authored
-
Masatake YAMATO authored
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'.
-
Satyaki Das authored
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.
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
(x-get-selection, mac-select-convert-to-string): Convert from/to UTF-16 clipboard data as in native byte order, no BOM.
-
Richard M. Stallman authored
-
- 15 Oct, 2005 9 commits
-
-
Nick Roberts authored
appropriately (gud/next, gud/nexti, gud/step, gud/stepi). (gud-sentinel): Use speedbar-frame to check for speedbar.
-
Nick Roberts authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Stefan Monnier authored
(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.
-
Bill Wohler authored
* 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).
-
Bill Wohler authored
-
Miles Bader authored
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.
-
- 14 Oct, 2005 7 commits
-
-
Bill Wohler authored
(Version, mh-version): Updated for release 7.85.
-
Bill Wohler authored
that invoked the face had not been updated. Tick highlighting working again.
-
Chong Yidong authored
(longlines-search-forward, longlines-search-backward): New functions. (longlines-mode): Set isearch-search-fun-function to longlinges-search-function.
-
Bill Wohler authored
* mh-utils.el: Ran mh-unit. Continued copyright lines need to be indented.
-
Bill Wohler authored
make-variable-buffer-local call to top level to avoid warnings in CVS Emacs. * mh-comp.el (mh-insert-letter): Replaced deprecated read-input with read-string.
-
Chong Yidong authored
double-click event is bound to an arbitrary function.
-
David Ponce authored
(recentf-track-closed-file, recentf-update-menu) (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff. (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey mouse-1-click-follows-link.
-
- 13 Oct, 2005 4 commits
-
-
Stefan Monnier authored
-
Bill Wohler authored
-
Jan Djärv authored
Gnome file-manager.png as suggested by Joachim Nilsson <joachim.nilsson@vmlinux.org>. * toolbar/README: Add diropen.xpm.
-
Bill Wohler authored
David Robinow <drobinow@gmail.com>.
-