summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (easy-menu-get-map-look-for-name): Remove.Stefan Monnier2004-11-061-29/+44
| | | | | | | | (easy-menu-lookup-name): New fun to replace it. (easy-menu-get-map): Use it to obey menu item names (rather than just keys) when looking up `path'. (easy-menu-always-true-p): Rename from easy-menu-always-true. (easy-menu-convert-item-1): Adjust to new name.
* (edebug-next-token-class): Allow all symbol-constituent charactersJuri Linkov2004-11-051-2/+4
| | | | after dot, not only digits.
* (Info-search): Don't search in node header lines and file headers.Juri Linkov2004-11-051-3/+23
|
* *** empty log message ***Juri Linkov2004-11-051-0/+8
|
* (set-auto-mode): Don't get error after setting -*-mode-*-.Daniel Pfeiffer2004-11-041-3/+5
|
* *** empty log message ***Daniel Pfeiffer2004-11-041-4/+9
|
* * dired.el (dired-read-dir-and-switches): Call read-directory-nameJan Djärv2004-11-042-2/+13
| | | | if a dialog will be used, read-file-name otherwise.
* *** empty log message ***Richard M. Stallman2004-11-042-0/+45
|
* (table group): Add :version.Richard M. Stallman2004-11-041-1/+2
|
* (ispell-word): Don't alter args; set them only thru `interactive' spec.Richard M. Stallman2004-11-041-4/+1
|
* (flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.Richard M. Stallman2004-11-041-3/+1
|
* (f90-end-of-block): Don't use interactive-p.Richard M. Stallman2004-11-041-3/+5
|
* (browse-url-maybe-new-window): Use called-interactively-p.Richard M. Stallman2004-11-041-3/+4
|
* (sc-cite-region): Don't use interactive-p. Add arg INTERACTIVE.Richard M. Stallman2004-11-041-11/+13
| | | | (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
* (set-input-method, toggle-input-method):Richard M. Stallman2004-11-041-7/+13
| | | | Don't use interactive-p. Add arg INTERACTIVE.
* (spam group): Add :version.Richard M. Stallman2004-11-041-1/+2
|
* (pgg group): Add :version.Richard M. Stallman2004-11-041-1/+2
|
* (eshell-show-maximum-output): Don't use interactive-p.Richard M. Stallman2004-11-041-5/+6
| | | | (eshell-truncate-buffer): Just message, no error, if buffer is short.
* Comment change.Richard M. Stallman2004-11-041-1/+1
|
* (mouse-show-mark): Get positions to delete from markRichard M. Stallman2004-11-041-2/+1
| | | | and point, not from mouse-drag-overlay.
* (imenu-eager-completion-buffer): Add :version.Richard M. Stallman2004-11-041-1/+3
|
* (filesets group): Add :version.Richard M. Stallman2004-11-041-1/+2
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668Miles Bader2004-11-044-40/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-66 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68 Update from CVS 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art. (gnus-article-edit-article): Don't associate the article buffer with a draft file. This is a temporary measure against the 2004-08-22 change to gnus-article-edit-mode. 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/html2text.el (html2text-get-attr): Remove unused argument `tag'. (html2text-format-tags): Remove unused variable `attr'. * lisp/gnus/mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of after-load-alist. * lisp/gnus/mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 entry. From Ilya N. Golubev <gin@mo.msk.ru>. (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is loaded under XEmacs. (): Don't make duplicated entries in mm-mime-mule-charset-alist. * lisp/gnus/mm-util.el (mm-coding-system-p): Return a coding-system. (mm-mime-mule-charset-alist): Use shift_jis instead of iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new entries for the mime charsets iso-2022-jp-3 and shift_jis. (mm-coding-system-priorities): Use shift_jis and iso-8859-1 instead of japanese-shift-jis and iso-latin-1 respectively in order to share the default value with both Emacs and XEmacs-mule. (mm-mule-charset-to-mime-charset): Make mm-coding-system-priorities effective. (mm-sort-coding-systems-predicate): Canonicalize coding-systems while predicating of candidates upon the priorities. 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> * man/emacs-mime.texi (Encoding Customization): Fix mm-coding-system-priorities entry.
* (Buffer-menu-make-sort-button): Preserve point even when clicking from ↵Daniel Pfeiffer2004-11-031-2/+3
| | | | another window.
* *** empty log message ***Daniel Pfeiffer2004-11-031-0/+9
|
* (xml-based-modes): Delete var.Daniel Pfeiffer2004-11-031-34/+42
| | | | | (magic-mode-alist): New var. (set-auto-mode): Use it.
* (vc-cvs-local-month-numbers): Delete var.Thien-Thi Nguyen2004-11-032-29/+36
| | | | | | | (vc-cvs-annotate-time): Incorporate value of deleted var. Remove special-case handling of beginning-of-buffer cruft. Cache ending position (point) and return value in text property `vc-cvs-annotate-time', and consult it on subsequent invocations.
* (vc-mcvs-annotate-command): Delete extraneous lines from beginning of buffer.Thien-Thi Nguyen2004-11-032-3/+11
|
* (vc-cvs-annotate-command): Delete extraneous lines from beginning of buffer.Thien-Thi Nguyen2004-11-031-7/+11
|
* (grep-default-command): Take empty stringThien-Thi Nguyen2004-11-032-4/+9
| | | | for tag if all other methods yield nil. Shell-quote the tag.
* (vc-annotate-display-autoscale): Make sureThien-Thi Nguyen2004-11-032-1/+4
| | | | point is at bol after calling `annotate-time'.
* (vc-annotate-display-autoscale): Add prefix-argThien-Thi Nguyen2004-11-032-3/+8
| | | | spec in `interactive' form, and mention it in the docstring.
* Changed copyright years so all include centuries.Robert J. Chassell2004-11-021-2/+2
|
* Comment change.Richard M. Stallman2004-11-021-1/+1
|
* (customize-group-other-window):Richard M. Stallman2004-11-021-8/+6
| | | | | Select the window that displays the custom buffer. (custom-buffer-create-other-window): Likewise.
* (comint-insert-input): Fix previous change.Richard M. Stallman2004-11-021-1/+1
|
* * url-imap.el (url-imap-open-host): Don't useMasatake YAMATO2004-11-025-5/+15
| | | | | | | | | | | `string-to-int'. The port returned by `url-port' is expected to be an integer. * url-irc.el (url-irc): Ditto. * url-news.el (url-news-open-host): Ditto. * url-nfs.el (url-nfs-build-filename): Ditto.
* *** empty log message ***Richard M. Stallman2004-11-021-0/+28
|
* (elp-instrument-function): Use called-interactively-p.Richard M. Stallman2004-11-021-1/+1
|
* (easy-menu-intern):Richard M. Stallman2004-11-021-1/+19
| | | | Don't downcase; rather, case-flip the first letter of each word.
* (define-minor-mode): Use called-interactively-p.Richard M. Stallman2004-11-021-1/+1
|
* (byte-compile-warning-types): Add interactive-only.Richard M. Stallman2004-11-021-3/+19
| | | | | | | (byte-compile-warnings): Add interactive-only as option. (byte-compile-interactive-only-functions): New variable. (byte-compile-form): Warn about calls to functions in byte-compile-interactive-only-functions.
* (update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER.Richard M. Stallman2004-11-021-4/+7
|
* (ad-make-advised-definition): Use called-interactively-p.Richard M. Stallman2004-11-021-1/+1
|
* * files.el (find-file-existing): New function.Jan Djärv2004-11-024-3/+31
| | | | | | | | * menu-bar.el (menu-bar-files-menu): Make "Open File..." call find-file-existing. Add "New File..." that calls find-file. * dired.el (dired-read-dir-and-switches): Call read-driectory-name instead of read-file-name.
* * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired usesJan Djärv2004-11-023-1/+217
| | | | | icon diropen. New tool bar item find-file-existing uses icon open. * diropen.pbm diropen.xpm: New files.
* *** empty log message ***Glenn Morris2004-11-021-0/+21
|
* From Ulf Jasper <ulf.jasper@web.de>:Glenn Morris2004-11-021-341/+383
| | | | | | | | | | | | | | | | | | (icalendar-version): Increase to 0.08. (icalendar--split-value): Change name of work buffer. (icalendar--get-weekday-abbrev): Return nil on error. (icalendar--date-to-isodate): New function. (icalendar-convert-diary-to-ical) (icalendar-extract-ical-from-buffer): Use only two args for make-obsolete (XEmacs compatibility). (icalendar-export-file, icalendar-import-file): Blank at end of prompt. (icalendar-export-region): Doc fix. If error, return non-nil and write errors to buffer ` *icalendar-errors*'. Use correct weekday for weekly recurring events. Check whether date has been parsed for ordinary events. Make weekly events start in the year 2000. DTEND is non-inclusive, shift end date by one day if necessary (not for entries that have date and time). Rename local let variables: oops -> found-error, datestring -> startdatestring.
* (set-auto-mode-0): Don't rely on dynamic binding ofKim F. Storm2004-11-011-9/+9
| | | | | keep-mode-if-same variable. Add it as optional arg instead. (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
* (electric-help-map): Reorder Q/q and R/r entries soKim F. Storm2004-11-012-2/+6
| | | | | substitute-command-keys will select lower-case bindings like those used in the static help texts.