1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

34650 Commits

Author SHA1 Message Date
Nick Roberts
eebb17af77 *** empty log message *** 2006-09-05 03:39:19 +00:00
John Paul Wallington
d0fd091694 (completion-show-help): New defcustom.
(completion-setup-function): Heed it.
2006-09-04 18:26:03 +00:00
Richard M. Stallman
8f921acb25 (rsf-scanning-messages-now): Doc fix.
(rsf-min-region-to-spam-list): Doc fix.
(rsf-add-content-type-field): Doc fix.
2006-09-04 16:54:25 +00:00
Dan Nicolaescu
bb68962b53 (terminal-init-xterm): Add C-M- bindings. 2006-09-04 16:49:35 +00:00
Richard M. Stallman
bae1223792 *** empty log message *** 2006-09-04 15:08:13 +00:00
Richard M. Stallman
f39d6be01d (kill-region): Explicitly test there is a region. 2006-09-04 15:03:26 +00:00
Chong Yidong
de4fbbe4ff * message.el (message-send-mail-with-sendmail): Look for sendmail in
several common directories.
2006-09-04 14:18:10 +00:00
Chong Yidong
82695714e8 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
sendmail in several common directories.

	* mail/sendmail.el (sendmail-program): Moved here from pathe.el.

	* paths.el (sendmail-program): Removed.
2006-09-04 14:17:12 +00:00
Miles Bader
d709390421 Merge from gnus--rel--5.10
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
2006-09-04 06:27:27 +00:00
Chong Yidong
b1674d6103 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
mark after running the menu filter.
2006-09-03 14:13:37 +00:00
Juri Linkov
35f111baba (quail-defrule-internal): Add a check if a key is a vector. 2006-09-03 14:01:01 +00:00
Juri Linkov
6a8c7cfe20 *** empty log message *** 2006-09-02 23:44:59 +00:00
Juri Linkov
00baf2eb08 (quail-defrule-internal): Add missing `error' call for null key. 2006-09-02 23:31:33 +00:00
Juri Linkov
cc6e650ef5 (shell-filter-ctrl-a-ctrl-b): Check if `comint-last-output-start' is
a marker by using `markerp' and check if it has a position by using
`marker-position', and use this position for `goto-char'.
2006-09-02 23:30:21 +00:00
Juri Linkov
607acb9407 (woman-topic-history): Change defvar to defvaralias
for symbol `Man-topic-history'.
2006-09-02 23:29:18 +00:00
Juri Linkov
ea1f948dd8 (Man-topic-history): New variable.
(man): Use it.
2006-09-02 23:28:55 +00:00
Eli Zaretskii
5c4aaa7905 *** empty log message *** 2006-09-02 21:25:52 +00:00
Eli Zaretskii
f8db61b2de (rcirc-keywords): New variable.
(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.
2006-09-02 21:25:11 +00:00
Eli Zaretskii
79f6ba1f7a *** empty log message *** 2006-09-02 13:49:52 +00:00
Eli Zaretskii
4e371ce87c (hscroll-margin, hscroll-step)
(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.
2006-09-02 13:49:05 +00:00
Miles Bader
343d662867 Merge from gnus--rel--5.10
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
2006-09-01 23:52:28 +00:00
Chong Yidong
8c70738055 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick. 2006-09-01 13:30:55 +00:00
Richard M. Stallman
d178a6ebf9 *** empty log message *** 2006-09-01 08:57:41 +00:00
Stefan Monnier
c2a7ddb1f3 (url-http-create-request):
Use `url-recreate-url-attributes' when setting real-fname.
2006-09-01 02:31:47 +00:00
Stefan Monnier
fb7dc310ed (url-recreate-url-attributes): New function, code moved from `url-recreate-url'.
(url-recreate-url): Use it.  Put the `url-target' at the end of the URL.
2006-09-01 02:31:24 +00:00
Richard M. Stallman
adcc7a37ed (custom-save-variables): Slight cleanup.
(Custom-no-edit): Renamed from custom-no-edit.
(Custom-newline): Renamed from custom-newline.
(custom-mode-map): Use new names.
2006-08-31 23:16:03 +00:00
Richard M. Stallman
da506c0e74 (define-minor-mode): Reference manual about customization, rather than
M-x customize, in the doc string made for the defcustom.
2006-08-31 23:14:26 +00:00
Richard M. Stallman
5b061d28eb (trace-function-background): Doc fix. 2006-08-31 23:10:24 +00:00
Romain Francoise
ca13649650 (dired-guess-shell-alist-default): Update. 2006-08-31 19:47:47 +00:00
Stefan Monnier
9277ee6cd2 (custom-theme-set-variables): Autoload packages before sorting the variables. 2006-08-31 17:10:34 +00:00
Michael Kifer
05c4a38a25 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
* 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.
2006-08-31 03:39:42 +00:00
Stefan Monnier
132579d3e8 (python-eldoc-function): Re-enable quit while waiting for process. 2006-08-30 21:10:10 +00:00
YAMAMOTO Mitsuharu
762ce89d58 (mac-string-to-utxt): If adjustment for MacJapanese
results in ASCII-only string, encode original one directly.
2006-08-30 08:51:52 +00:00
Romain Francoise
0832681690 (normal-splash-screen, fancy-splash-screens): Make buffer read-only and
arrange to enter view mode if necessary.
2006-08-29 16:11:26 +00:00
Stefan Monnier
7660c02fc5 (url-cookie-write-file): Really don't use versioned backups. 2006-08-29 14:00:27 +00:00
Chong Yidong
3775cb5cd8 * hl-line.el (hl-line): New face.
(hl-line-face): Use it.
2006-08-29 13:28:00 +00:00
Chong Yidong
ab145daf37 * image-mode.el (image-mode): Fix last fix.
Suggested by Kim F. Storm.
2006-08-29 13:02:53 +00:00
Michael Albinus
1a762140f1 Sync with Tramp 2.0.54. 2006-08-29 05:48:40 +00:00
Chong Yidong
0e8b7151ca * image-mode.el (image-mode): Display image as text on a terminal. 2006-08-28 22:49:25 +00:00
Stefan Monnier
e2ac11eba7 (python-send-command): Simplify.
(run-python): Don't generate a new buffer unless `new' was specified.
Make sure we send `import emacs' to the proper process.
2006-08-28 21:58:27 +00:00
Stefan Monnier
6cc91c85a0 (python-send-command): Don't wait for the command
to terminate.  Don't fiddle with compilation-parsing-end.
2006-08-28 21:13:34 +00:00
Chong Yidong
81e213dc7c * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert
commentary after first line summary.
2006-08-28 16:57:28 +00:00
Chong Yidong
6081889eb5 * woman.el (woman-follow): New function, based on `man-follow'.
(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.
2006-08-28 15:40:21 +00:00
Kim F. Storm
2fda9976e9 (find-dired): Use shell-quote-argument to properly
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.
2006-08-28 08:02:38 +00:00
Kim F. Storm
31bf51258a *** empty log message *** 2006-08-28 08:02:24 +00:00
Miles Bader
7a210b69c7 Miscellaneous tq-related fixes.
* 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>
2006-08-27 10:42:40 +00:00
YAMAMOTO Mitsuharu
eb41104943 *** empty log message *** 2006-08-27 07:10:26 +00:00
YAMAMOTO Mitsuharu
4442ec0d0d (mac-apple-event-map): Rename hicommand to hi-command.
(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.
2006-08-27 07:08:07 +00:00
Stefan Monnier
426348643a (python-send-receive): Wait in the process's buffer so as to check the right
buffer-local variables.
2006-08-26 14:39:16 +00:00
Romain Francoise
854fa43e14 Whitespace fix. 2006-08-26 11:49:35 +00:00