1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 13:40:44 -08:00
Commit graph

34018 commits

Author SHA1 Message Date
Nick Roberts
d9316f5c59 *** empty log message *** 2006-04-10 09:16:42 +00:00
Richard M. Stallman
4f07f2e8a5 (rmail-mime-charset-pattern): Ignore format and delsp specs
while looking for charset.
2006-04-10 03:19:09 +00:00
Richard M. Stallman
8803c4f4ac (picture-mode-exit): Run picture-mode-exit-hook. 2006-04-10 03:06:55 +00:00
Kim F. Storm
6c23041776 *** empty log message *** 2006-04-09 23:05:19 +00:00
Kim F. Storm
a4dad45a78 (cua-copy-region-to-global-mark)
(cua-cut-region-to-global-mark): Use filter-buffer-substring.
2006-04-09 23:04:33 +00:00
Kim F. Storm
15ac4d5825 (cua--extract-rectangle)
(cua-incr-rectangle, cua--rectangle-aux-replace):
Use filter-buffer-substring.
2006-04-09 23:04:22 +00:00
Kim F. Storm
cf21140436 (cua-delete-region, cua-paste)
(cua-repeat-replace-region): Use filter-buffer-substring.
2006-04-09 23:04:07 +00:00
Kim F. Storm
398c9ffba6 (filter-buffer-substring): Add NOPROPS arg, so
it can also replace buffer-substring-no-properties.
2006-04-09 23:03:48 +00:00
Richard M. Stallman
2af34f255b (lm-font-lock-face-O, lm-font-lock-face-X): Make them faces.
(lm-font-lock-keywords): Update appropriately.
2006-04-09 19:20:02 +00:00
Roland Winkler
88e5118990 *** empty log message *** 2006-04-09 18:32:18 +00:00
Roland Winkler
5ad23234d6 (bibtex-entry-update): New optional arg entry-type. Add field
delimiters to numerical fields if they are not present.
2006-04-09 18:29:19 +00:00
Roland Winkler
ba7e3f51f2 (bibtex-find-text-internal): Add new element string-const to return value.
(bibtex-remove-delimiters): Use it.
2006-04-09 18:25:53 +00:00
Miles Bader
1b155fbd76 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 78-80)

   - Update from CVS
2006-04-08 23:42:25 +00:00
Stefan Monnier
67438f773f (byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists. 2006-04-08 14:56:21 +00:00
Eli Zaretskii
cf5cbca4a2 *** empty log message *** 2006-04-08 10:45:12 +00:00
Eli Zaretskii
dbcd3ce074 (hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested
by Ralf Angeli.
2006-04-08 10:41:12 +00:00
Eli Zaretskii
5c831ccdac (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
(delete-extract-rectangle-line): Use `filter-buffer-substring' instead of
`buffer-substring' and `delete-region'.  (Most of the code actually copied
from `kill-region'.)
2006-04-08 10:30:52 +00:00
Eli Zaretskii
a2524d2695 (rcirc-default-server): Rename from rcirc-server.
(rcirc-default-port): Rename from rcirc-port.
(rcirc-default-nick): Rename from rcirc-nick.
(rcirc-default-user-name): Rename from rcirc-user-name.
(rcirc-default-user-full-name): Rename from rcirc-user-full-name.
(rcirc-low-priority-flag): New variable.
(rcirc-decode-coding-system): New defcustom.
(rcirc-encode-coding-system): New defcustom.
(rcirc-coding-system-alist): New defcustom.
(rcirc-multiline-major-mode): New defcustom.
(rcirc-nick): New internal variable.
(rcirc-process): Remove variable.
(rcirc-server-buffer): New variable.
(rcirc): Update to use rcirc-default-* variables above.
(rcirc-connect): Do not add window-configuration-hook-here.
(rcirc-server): New internal variable.
(rcirc-connect): Do not send keepalive pings if rcirc-keepalive-seconds is nil.
(with-rcirc-server-buffer): New macro.
(rcirc-send-string): Encode with rcirc-encode-coding-system.
(rcirc-server-name): Rename from rcirc-server.
(rcirc-buffer-process): New function.
(rcirc-buffer-nick): New function.
(rcirc-buffer-target): Remove function.
(set-rcirc-decode-coding-system, set-rcirc-encode-coding-system): New commands.
(rcirc-mode-map): Change binding of C-c C-l to rcirc-toggle-low-priority.
(rcirc-mode): Initialize coding system based on rcirc-coding-system-alist.
New change-major-mode-hook to part the channel on a mode change.
Make kill-buffer-hook buffer-local.
(rcirc-change-major-mode-hook): New function.
(rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
(rcirc-last-post-time): New variable.
(rcirc-process-message): Store the last time user posted a message to this
target.
(rcirc-multiline-minor-mode): New mode.
(rcirc-multiline-minor-mode-map): New mode map.
(rcirc-edit-multiline): Put multiline-edit buffer in
rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
(rcirc-print): Any line starting with an ignored nick will be ignored.
(rcirc-print): Decode using rcirc-decode-coding-system.
(rcirc-track-minor-mode): Update global-mode-string when disabling this mode.
(minor-mode-alist): add LowPri indicator.
(rcirc-toggle-low-priority): New function.
(rcirc-last-non-irc-buffer): Prefix arg now no means switch to next low priority
buffer with activity.
(rcirc-record-activity): Sort buffers in rcirc-activity by the last time the
user posted a message in to the target.
(rcirc-update-activity-string): New formatting for low priority buffers.
(rcirc-split-activity): New function.
(rcirc-handler-PART, rcirc-handler-KICK)
(rcirc-handler-PART-or-KICK): Kick responses are printed properly.
(rcirc-nick-away-alist): New variable.
(rcirc-handler-301): New handler.  Away messages are printed once per change.
2006-04-08 10:23:53 +00:00
Eli Zaretskii
6716bfa4e5 (Info-follow-nearest-node): Doc fix. 2006-04-08 10:11:18 +00:00
Eli Zaretskii
569a6374dc (locale-language-names): Add a few MS Windows language codes. 2006-04-08 09:53:18 +00:00
Eli Zaretskii
cdb1af304e (set-locale-environment): Make sure the coding-system preferred by the
locale's language has the same EOL conversion type as the original
buffer-file-coding-system.
2006-04-08 08:15:34 +00:00
Richard M. Stallman
b4f7399477 (eval-expression): Doc fix. 2006-04-07 23:30:42 +00:00
Richard M. Stallman
a8d78e0d70 (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes. 2006-04-07 23:30:23 +00:00
Reiner Steib
60c6189d0d Revert to 2006-03-23T13:13:27Z!jas@extundo.com to allow the use of gpg-agent. 2006-04-07 21:06:12 +00:00
Bill Wohler
fde155f459 (mh-path, mh-variant): Define with mh-defcustom and add
:package-version keyword.
2006-04-07 18:58:38 +00:00
Nick Roberts
4d91dd05aa (gdb-init-2): Set current filename using
GDB list command without argument for greater generality.
2006-04-07 11:20:39 +00:00
Nick Roberts
a179cd22c5 *** empty log message *** 2006-04-07 11:19:11 +00:00
Miles Bader
667832a118 Add arch tagline 2006-04-07 06:05:50 +00:00
Romain Francoise
84471245fc Fix year. 2006-04-06 20:26:11 +00:00
J.D. Smith
8fe9dc245d Removed spurious require, avoiding recursive loads. 2006-04-06 19:23:33 +00:00
Reiner Steib
3e45722587 * subr.el (string-or-null-p): New function.
* textmodes/paragraphs.el (sentence-end): Use string-or-null-p.

* textmodes/ispell.el (ispell-local-dictionary): Use
string-or-null-p.

* files.el: Update comment about safe-local-variable declarations.
2006-04-06 19:20:38 +00:00
J.D. Smith
9f4b9ced4b *** empty log message *** 2006-04-06 19:03:35 +00:00
J.D. Smith
cbc285b245 One more copyright year. 2006-04-06 18:53:48 +00:00
J.D. Smith
8013e86617 Restored copyright. 2006-04-06 18:52:56 +00:00
J.D. Smith
906a2f1a6c File obsoleted. IDLWAVE 6.0 now parses XML routine info catalog file
distributed with IDL.
2006-04-06 18:49:01 +00:00
J.D. Smith
f66f03dec5 Update to IDLWAVE version 6.0; see idlwave.org. Includes code to
obsolete idlw-rinfo.el.
2006-04-06 18:47:37 +00:00
J.D. Smith
1af825358c Update to IDLWAVE version 6.0; see idlwave.org. 2006-04-06 18:46:56 +00:00
J.D. Smith
8e0b12d3cf Update copyright, change version. 2006-04-06 18:42:40 +00:00
Romain Francoise
30ceaa687f 2006-04-06 Romain Francoise <romain@orebokech.com>
* pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
	symmetric encryption features and a new asynchronous interface to
	GnuPG.  This new version is version 1.4, plus whitespace changes.
2006-04-06 18:01:16 +00:00
Reiner Steib
6c07f4d42a * files.el: Move some `safe-local-variable' declarations to the
respective files.

* textmodes/ispell.el (ispell-check-comments)
(ispell-local-dictionary): Mark as safe.

* abbrev.el (abbrev-mode): Mark as safe.

* add-log.el (change-log-default-name): Mark as safe.

* textmodes/reftex-vars.el (reftex-vref-is-default)
(reftex-fref-is-default, reftex-level-indent)
(reftex-guess-label-type): Mark as safe.

* textmodes/fill.el (colon-double-space): Mark as safe.

* textmodes/paragraphs.el (paragraph-start, paragraph-separate)
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, sentence-end, sentence-end-base)
(page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2006-04-06 15:36:24 +00:00
Kim F. Storm
b97f1994c4 (ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.
(ido-downcase-unc-hosts): New user option.  Default on.
(ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
when it is set, as regexps are now applied on the fly.
(ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
on the fly, but only when ido-process-ignore-lists is set.
Do case insensitive filtering if ido-downcase-unc-hosts is set.
Only downcase names if ido-downcase-unc-hosts is set.
2006-04-06 10:35:22 +00:00
Kim F. Storm
f133ecc0fa *** empty log message *** 2006-04-06 10:35:03 +00:00
Juanma Barranquero
da080609df *** empty log message *** 2006-04-06 09:01:01 +00:00
Juanma Barranquero
d36995c61a (ido-unc-hosts-cache): Fix typo in docstring. 2006-04-06 08:47:07 +00:00
Juanma Barranquero
2b54c197fe (WoMan-xref-man-page): Fix call to `substring'. 2006-04-06 08:44:24 +00:00
Kim F. Storm
1b00bc649c (ido-mode): Set after ido-unc-hosts and ido-ignore-unc-host-regexps.
(ido-save-history): Save ido-unc-hosts-cache.
(ido-load-history): Load ido-unc-hosts-cache.
(ido-reread-directory): Refresh unc hosts cache in // dir.
2006-04-05 14:17:08 +00:00
Kim F. Storm
82f7171594 *** empty log message *** 2006-04-05 14:16:54 +00:00
Kim F. Storm
9f0ae1a527 (fancy-splash-screens): Set emulation-mode-map-alists
to nil while displaying slash screen.
2006-04-05 14:10:41 +00:00
Kim F. Storm
eda39f7a0c *** empty log message *** 2006-04-05 14:10:27 +00:00
Simon Josefsson
39a270b10c 2006-04-05 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
	for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2006-04-05 11:00:11 +00:00