aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (completion-show-help): New defcustom.John Paul Wallington2006-09-042-8/+20
| | | | (completion-setup-function): Heed it.
* (rsf-scanning-messages-now): Doc fix.Richard M. Stallman2006-09-042-10/+13
| | | | | (rsf-min-region-to-spam-list): Doc fix. (rsf-add-content-type-field): Doc fix.
* (terminal-init-xterm): Add C-M- bindings.Dan Nicolaescu2006-09-042-17/+51
|
* *** empty log message ***Richard M. Stallman2006-09-041-0/+4
|
* (kill-region): Explicitly test there is a region.Richard M. Stallman2006-09-041-0/+2
|
* * message.el (message-send-mail-with-sendmail): Look for sendmail inChong Yidong2006-09-042-3/+14
| | | | several common directories.
* * mail/feedmail.el (feedmail-buffer-to-sendmail): Look forChong Yidong2006-09-044-11/+28
| | | | | | | | sendmail in several common directories. * mail/sendmail.el (sendmail-program): Moved here from pathe.el. * paths.el (sendmail-program): Removed.
* Merge from gnus--rel--5.10Miles Bader2006-09-044-20/+34
| | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 129-130) - Merge from emacs--devo--0 - Update from CVS 2006-09-04 Daiki Ueno <ueno@unixuser.org> * lisp/pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki Das. http://article.gmane.org/gmane.emacs.gnus.general/49947 http://article.gmane.org/gmane.emacs.gnus.general/50457 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\' in quoted string into `\'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-421
* * cus-edit.el (custom-group-menu-create): Avoid deactivating theChong Yidong2006-09-032-1/+7
| | | | mark after running the menu filter.
* (quail-defrule-internal): Add a check if a key is a vector.Juri Linkov2006-09-032-1/+6
|
* *** empty log message ***Juri Linkov2006-09-021-0/+16
|
* (quail-defrule-internal): Add missing `error' call for null key.Juri Linkov2006-09-021-1/+1
|
* (shell-filter-ctrl-a-ctrl-b): Check if `comint-last-output-start' isJuri Linkov2006-09-021-1/+3
| | | | | a marker by using `markerp' and check if it has a position by using `marker-position', and use this position for `goto-char'.
* (woman-topic-history): Change defvar to defvaraliasJuri Linkov2006-09-021-1/+1
| | | | for symbol `Man-topic-history'.
* (Man-topic-history): New variable.Juri Linkov2006-09-021-1/+3
| | | | (man): Use it.
* *** empty log message ***Eli Zaretskii2006-09-021-0/+38
|
* (rcirc-keywords): New variable.Eli Zaretskii2006-09-021-144/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (rcirc-bright-nicks, rcirc-dim-nicks): New variables. (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove variables. (rcirc-responses-no-activity): New function. (rcirc-handler-generic): Check for responses in above. (rcirc-process-command): Add ?: character to arguments of raw server commands. (rcirc-format-response-string): Use `rcirc-bright-nicks' and `rcirc-dim-nicks'. (rcirc-gray-toggle): Remove unused variable. (rcirc-print): Remove some tracking logic, which is moved into markup functions. (rcirc-activity-types): Was `rcirc-activity-type', now a list of types. (rcirc-activity-string): Look for 'keyword in activity-types. (rcirc-window-configuration-change): Don't erase overlay-arrow unnecessarily. (rcirc-add-or-remove): New function. (rcirc-cmd-ignore): Use it. (rcirc-message-leader): Remove unused function. (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands. (rcirc-add-face): New function. (rcirc-facify): Use rcirc-add-face. (rcirc-url-regexp): Add parens. (rcirc-map-regexp): Remove function. (rcirc-mangle-regexp): Remove function. (rcirc-markup-text-functions): New variable. (rcirc-markup-text): New function (replaces `rcirc-mangle-text'). (rcirc-markup-body-text, rcirc-markup-attributes) (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords) (rcirc-markup-bright-nicks): New markup handler functions. (rcirc-nick-in-message-full-line): New face. (rcirc-track-nick): Rename from `rcirc-mode-line-nick'. (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
* *** empty log message ***Eli Zaretskii2006-09-021-0/+7
|
* (hscroll-margin, hscroll-step)Eli Zaretskii2006-09-021-5/+5
| | | | | | (mode-line-in-non-selected-windows, mouse-autoselect-window) (x-use-underline-position-properties): Change version to "22.1" since they will appear there for the first time.
* Merge from gnus--rel--5.10Miles Bader2006-09-015-28/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 128) - Update from CVS 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Use standard-syntax-table. 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-decode-address-function): New variable. (article-decode-encoded-words): Use it to decode headers which are assumed to contain addresses. (gnus-mime-delete-part): Remove useless `or'. * lisp/gnus/gnus-sum.el (gnus-decode-encoded-address-function): New variable. (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header. (gnus-nov-parse-line): Use it to decode From header. (gnus-get-newsgroup-headers): Ditto. (gnus-summary-enter-digest-group): Use it to decode `to-address'. * lisp/gnus/mail-parse.el (mail-decode-encoded-address-region): New alias. (mail-decode-encoded-address-string): New alias. * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): New function. (rfc2047-encode-message-header, rfc2047-encode-region): Use it. (rfc2047-strip-backslashes-in-quoted-strings): New fnction. (rfc2047-decode-region): Use it; add optional argument `address-mime'. (rfc2047-decode-string): Ditto. (rfc2047-decode-address-region): New function. (rfc2047-decode-address-string): New function. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-418
* * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.Chong Yidong2006-09-012-4/+8
|
* *** empty log message ***Richard M. Stallman2006-09-011-0/+13
|
* (url-http-create-request):Stefan Monnier2006-09-012-3/+15
| | | | Use `url-recreate-url-attributes' when setting real-fname.
* (url-recreate-url-attributes): New function, code moved from `url-recreate-url'.Stefan Monnier2006-09-011-10/+13
| | | | (url-recreate-url): Use it. Put the `url-target' at the end of the URL.
* (custom-save-variables): Slight cleanup.Richard M. Stallman2006-08-311-9/+21
| | | | | | (Custom-no-edit): Renamed from custom-no-edit. (Custom-newline): Renamed from custom-newline. (custom-mode-map): Use new names.
* (define-minor-mode): Reference manual about customization, rather thanRichard M. Stallman2006-08-311-1/+2
| | | | M-x customize, in the doc string made for the defcustom.
* (trace-function-background): Doc fix.Richard M. Stallman2006-08-311-5/+8
|
* (dired-guess-shell-alist-default): Update.Romain Francoise2006-08-312-77/+95
|
* (custom-theme-set-variables): Autoload packages before sorting the variables.Stefan Monnier2006-08-312-8/+21
|
* 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2006-08-312-3/+14
| | | | | | * viper-cmd.el (viper-special-read-and-insert-char): convert events to chars if XEmacs. (viper-after-change-undo-hook): check if undo-in-progress is bound.
* (python-eldoc-function): Re-enable quit while waiting for process.Stefan Monnier2006-08-302-20/+27
|
* (mac-string-to-utxt): If adjustment for MacJapaneseYAMAMOTO Mitsuharu2006-08-302-8/+18
| | | | results in ASCII-only string, encode original one directly.
* (normal-splash-screen, fancy-splash-screens): Make buffer read-only andRomain Francoise2006-08-292-1/+14
| | | | arrange to enter view mode if necessary.
* (url-cookie-write-file): Really don't use versioned backups.Stefan Monnier2006-08-292-2/+6
|
* * hl-line.el (hl-line): New face.Chong Yidong2006-08-292-10/+27
| | | | (hl-line-face): Use it.
* * image-mode.el (image-mode): Fix last fix.Chong Yidong2006-08-292-14/+18
| | | | Suggested by Kim F. Storm.
* Sync with Tramp 2.0.54.Michael Albinus2006-08-293-43/+72
|
* * image-mode.el (image-mode): Display image as text on a terminal.Chong Yidong2006-08-282-10/+18
|
* (python-send-command): Simplify.Stefan Monnier2006-08-282-24/+28
| | | | | (run-python): Don't generate a new buffer unless `new' was specified. Make sure we send `import emacs' to the proper process.
* (python-send-command): Don't wait for the commandStefan Monnier2006-08-282-6/+16
| | | | to terminate. Don't fiddle with compilation-parsing-end.
* * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): InsertChong Yidong2006-08-282-1/+5
| | | | commentary after first line summary.
* * woman.el (woman-follow): New function, based on `man-follow'.Chong Yidong2006-08-283-3/+22
| | | | | | | (woman-mode-map): Use it. * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update since ibuffer-do-sort-by-recency does not define a sorter.
* (find-dired): Use shell-quote-argument to properlyKim F. Storm2006-08-281-3/+15
| | | | | | escape ( and ) args. Also use it on {} and ; args in default value of find-ls-option string. (find-grep-dired): Use shell-quote-argument on {} and ; args.
* *** empty log message ***Kim F. Storm2006-08-281-0/+7
|
* Miscellaneous tq-related fixes.Miles Bader2006-08-272-28/+40
| | | | | | | | | | | | | | * lisp/emacs-lisp/tq.el: Small grammar fix in comments. (tq-enqueue): Check for existence of queue rather than the head queue item's question, which was a no-op. (tq-filter, tq-process-buffer): Make sure the process buffer exists before making it the current buffer. * lispref/processes.texi (Transaction Queues): Remove stray quote character. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***YAMAMOTO Mitsuharu2006-08-271-0/+6
|
* (mac-apple-event-map): Rename hicommand to hi-command.YAMAMOTO Mitsuharu2006-08-271-5/+6
| | | | | (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data. (special-event-map): Apply 2006-08-16 change for x-win.el.
* (python-send-receive): Wait in the process's buffer so as to check the rightStefan Monnier2006-08-262-7/+13
| | | | buffer-local variables.
* Whitespace fix.Romain Francoise2006-08-261-1/+1
|
* Remove * in defcustoms.Stefan Monnier2006-08-252-16/+21
| | | | (defgroup checkdoc): Move to beginning.