1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

9246 commits

Author SHA1 Message Date
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
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
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
Nick Roberts
a179cd22c5 *** empty log message *** 2006-04-07 11:19:11 +00:00
Romain Francoise
84471245fc Fix year. 2006-04-06 20:26:11 +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
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
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
Kim F. Storm
82f7171594 *** empty log message *** 2006-04-05 14:16:54 +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
Kenichi Handa
a293e9b6ed Setup cases of Latin, Greek, and
Cyrillic characters in CJK charsets.
2006-04-05 06:34:46 +00:00
Simon Josefsson
cddfe50b49 2006-03-29 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-start-process): Don't bind
	default-enable-multibyte-characters.  This reverts the change from
	revision 6.17 which is no longer necessary because the passphrase
	is sent separately now.  GnuPG messages are unreadable under
	multibyte locales with default-enable-multibyte-characters set to
	nil.
2006-04-04 23:30:03 +00:00
Andreas Schwab
704d70172a Mark left-margin', byte-compile-dynamic-docstrings'
and `byte-compile-warnings' as `safe-local-variable'.
2006-04-04 18:59:01 +00:00
Dan Nicolaescu
707f55b0d6 * man.el (Man-mode-map): Restore the \r binding.
(Man-abstract-xref-man-page): If Man-target-string is a function,
call it.
(Man-highlight-references): Use Man-default-man-entry to get the
target. Deal with xrefs too.
(Man-highlight-references0): Don't call the target function.

* woman.el (WoMan-xref-man-page): Strip the section number, woman
cannot deal with it.
2006-04-04 16:46:03 +00:00
Simon Josefsson
bd707233ea 2006-04-04 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el: Clean up process buffers every time gpg processes
	complete.
2006-04-04 10:34:03 +00:00
Kenichi Handa
5b9d5ffc30 *** empty log message *** 2006-04-04 01:32:11 +00:00
Stefan Monnier
260a5020a4 (normal-splash-screen): Only set mode-line-format in the
splash buffer, so as not to interfere when debugging the code.
Ignore errors when switching buffer.
2006-04-03 22:16:05 +00:00
Romain Francoise
3db7bf5409 (dired-dnd-protocol-alist): Fix typo. 2006-04-03 17:53:24 +00:00
Reiner Steib
cd4160e614 (savehist): Add :version.
(savehist-ignored-variables): New variable.
(savehist-minibuffer-hook): Don't save variables listed in
`savehist-ignored-variables'.
2006-04-03 17:32:28 +00:00
Reiner Steib
f7a8a96578 (dired-dnd-protocol-alist): Mention that change does
only apply to new buffers in doc string.
2006-04-03 17:27:06 +00:00
David Ponce
e1e4913d72 *** empty log message *** 2006-04-03 14:33:45 +00:00
Simon Josefsson
7db4c10a8a 2006-04-03 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-process-filter)
	(pgg-gpg-wait-for-completion): Check if buffer is alive.

	* pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
	lines, temporary fix.
2006-04-03 09:12:08 +00:00
Dan Nicolaescu
b641fbd7f4 (define-ibuffer-column): Document the new parameter. 2006-04-02 23:48:28 +00:00
Richard M. Stallman
f4beca066c (compilation-message-face): Make it defcustom. 2006-04-02 20:21:11 +00:00
Dan Nicolaescu
f0b315896c * ibuf-macs.el (define-ibuffer-column): Add a new key:
header-mouse-map.

* ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
(ibuffer-mode-header-map): New keymaps.
(ibuffer-update-title-and-summary): Enable mouse face highlighting
and keybindings for column headers.
(name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
property.
2006-04-02 19:17:34 +00:00
Eli Zaretskii
0cc6477b64 (speedbar-after-create-hook): Doc fix. 2006-04-01 21:18:36 +00:00
Eli Zaretskii
5113b2942f (shell-directory-tracker, shell-dynamic-complete-command): Doc fixes. 2006-04-01 21:15:44 +00:00
Eli Zaretskii
61be4a8a1f *** empty log message *** 2006-04-01 14:32:13 +00:00
Eli Zaretskii
7656d7b47a *** empty log message *** 2006-04-01 14:13:34 +00:00
Kim F. Storm
e701756a5a *** empty log message *** 2006-03-31 23:45:48 +00:00
Stefan Monnier
1c50e1e59c (cvs-insert-strings): Fix bug with strings longer than wwidth. 2006-03-31 21:33:03 +00:00
Juanma Barranquero
a2cf021231 (ido-report-no-match, ido-switch-buffer,
ido-read-file-name-as-directory-commands): Fix typos in docstrings.
2006-03-31 16:03:46 +00:00
Juanma Barranquero
3903655d82 (ido-cache-unc-host-shares-time, ido-max-work-file-list, ido-switch-buffer):
Fix typos in docstrings.
2006-03-31 11:46:44 +00:00
YAMAMOTO Mitsuharu
4da2c33b4c (mac-system-coding-system): Define and use after
Mac-specific coding systems are ready.
2006-03-30 02:23:27 +00:00
Romain Francoise
ab5523ffae Update. 2006-03-27 20:33:33 +00:00
Romain Francoise
8d214091ef (rcirc-connect): Add autoload cookie. 2006-03-27 20:23:22 +00:00
Simon Josefsson
276e274075 2006-03-27 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
	passphrases when it is not needed.
	(pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
	passphrase stuff from gpg, should only be necessary when you use
	gpg with a smartcard.
2006-03-27 09:36:18 +00:00
Juanma Barranquero
05e4f54cca *** empty log message *** 2006-03-27 09:08:21 +00:00
Nick Roberts
9db237d572 *** empty log message *** 2006-03-27 08:48:58 +00:00
Carsten Dominik
80d116c10e *** empty log message *** 2006-03-27 08:03:14 +00:00