1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

25981 commits

Author SHA1 Message Date
Richard M. Stallman
e109331ade *** empty log message *** 2004-05-10 16:56:13 +00:00
Richard M. Stallman
6740652e6d (unrmail): Mostly rewritten. Parses the file
directly, without calling any functions in Rmail.
(unrmail-unprune): Function deleted.
2004-05-10 16:24:26 +00:00
Stefan Monnier
b82a6ae78c *** empty log message *** 2004-05-10 15:54:52 +00:00
Stefan Monnier
07c7712fae (inferior-python-mode-map): Remove erroneous C-c C-z binding. 2004-05-10 15:32:01 +00:00
Kenichi Handa
a57e815925 *** empty log message *** 2004-05-10 12:58:20 +00:00
Kenichi Handa
ed441285d5 (describe-char): Fix previous change. Don't make
a unibyte character to multibyte in the *Help* buffer.
2004-05-10 12:07:12 +00:00
Miles Bader
f9878c26e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
Allow restarting an existing debugger session that's exited

2004-05-10  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
   buffer an error if the debugger process is actually running.
2004-05-10 08:40:27 +00:00
Juanma Barranquero
efde45ca30 *** empty log message *** 2004-05-09 22:59:35 +00:00
Juanma Barranquero
55fdba3190 (help-argument-name): Default to italic.
(help-highlight-arguments): Always return (usage . doc).
2004-05-09 22:41:34 +00:00
Juanma Barranquero
cba610754d (remove-overlays, read-passwd): Fix docstring. 2004-05-09 22:15:14 +00:00
Jason Rumney
64ec7df91d (cp932, cp936, cp949, cp950): Remove.
Only add cp125* if windows-125* already defined.
2004-05-09 21:36:45 +00:00
Jason Rumney
6eac8f524f Add cp936 as alias for chinese-iso-8bit, and cp950 for chinese-big5. 2004-05-09 21:33:26 +00:00
Jason Rumney
f0880ac51b Add cp949 as alias for korean-iso-8bit. 2004-05-09 21:31:13 +00:00
Jason Rumney
4b0bf0aba1 Add cp932 as alias for japanese-shift-jis. 2004-05-09 21:25:22 +00:00
Daniel Pfeiffer
72da2689e1 less heavy lines 2004-05-09 19:07:46 +00:00
Jason Rumney
ceb96489dd *** empty log message *** 2004-05-09 15:49:26 +00:00
Jason Rumney
5eb9438339 Fix last change. 2004-05-09 15:39:00 +00:00
Jason Rumney
b0efcd2ea3 Require code-pages. 2004-05-09 15:01:17 +00:00
Jason Rumney
893b49bbdf (set-locale-environment): On MS-Windows use ansi code-page for default
coding-systems.  Set up paper sizes for Windows 3 letter languages.
2004-05-09 14:57:44 +00:00
Jason Rumney
35d95cf6c1 (cp932, cp936, cp949, cp950): Add aliases.
Also add cp125* if not already defined.
2004-05-09 13:45:14 +00:00
Miles Bader
88e15d0eca Changes from arch/CVS synchronization 2004-05-09 04:52:07 +00:00
Juanma Barranquero
d0aa1aab84 (quickurl, quickurl-browse-url, quickurl-read):
Don't use CL-style default args.
2004-05-09 01:55:31 +00:00
Juanma Barranquero
f009f3bce9 (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
(cvs-get-marked): Remove redundant arglist info.
2004-05-09 01:54:01 +00:00
Juanma Barranquero
60c249555a (help-highlight-arguments): Fix braino. 2004-05-09 01:28:34 +00:00
Juanma Barranquero
b1c661c724 *** empty log message *** 2004-05-09 00:50:52 +00:00
Juanma Barranquero
fef3a3ab7c (help-highlight-arguments): Don't try to highlight missing or autoloaded
arglists.  Accept structured arguments, like the first ones of `do' and
`flet'.
2004-05-09 00:45:49 +00:00
Juanma Barranquero
603b9df93d *** empty log message *** 2004-05-08 17:30:52 +00:00
Juanma Barranquero
a766dfa104 (do, do*): Put usage info in a format usable by `describe-function'.
(gensym, gentemp, typep, ignore-errors): Make argument names match their
use in docstring.
2004-05-08 17:23:08 +00:00
Andreas Schwab
70d4043b63 . 2004-05-08 16:42:56 +00:00
Juanma Barranquero
3299a03a32 (python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'. 2004-05-08 16:40:01 +00:00
Andreas Schwab
07051573a8 (checkdoc-minor-mode): Doc fix. 2004-05-08 16:38:33 +00:00
Andreas Schwab
9e24a165fe Fix references to utf-translate-cjk into utf-translate-cjk-mode. 2004-05-08 14:36:07 +00:00
John Wiegley
c4ae2d518c 2004-05-08 John Wiegley <johnw@newartisans.com>
* iswitchb.el (iswitchb-use-virtual-buffers): Added support for
	"virtual buffers" (off by default), which makes it possible to
	switch to the buffers of recently files.  When a buffer name
	search fails, and this option is on, iswitchb will look at the
	list of recently visited files, and permit matching against those
	names.  When the user hits RET on a match, it will revisit that
	file.
	(iswitchb-read-buffer): Added two optional arguments, which makes
	isearchb.el possible.
	(iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,
	iswitchb-next-match): Added support for virtual buffers.
2004-05-08 13:04:29 +00:00
John Wiegley
5d28fa0170 2004-05-08 John Wiegley <johnw@newartisans.com>
* isearchb.el: This module extends iswitchb to provide "as you
	type" buffer selection.
2004-05-08 12:52:45 +00:00
John Wiegley
4c685fb821 2004-05-08 John Wiegley <johnw@newartisans.com>
* textmodes/flyspell.el (flyspell-highlight-incorrect-region):
	Ignore the read-only property when flyspell highlighting is on.
	Not ignoring it leads to a series of confusing errors.
	(flyspell-highlight-duplicate-region): Ignore read-only, as above,
	but also make sure to call flyspell-incorrect-hook.
	(flyspell-maybe-correct-transposition): Perform transposition test
	by bit twiddling a string, rather than using a temp buffer.
	(flyspell-maybe-correct-doubling): Use a string rather than a temp
	buffer.  This is also the original version of the code, which
	could not be checked in before due to a previous lack of
	assignment papers.  This version has seen heavy usage on my system
	for several years now.
2004-05-08 12:48:49 +00:00
John Wiegley
811a8484c0 2004-05-08 John Wiegley <johnw@newartisans.com>
* calendar/cal-bahai.el: New file, which adds support for the
	Baha'i calendar to Emacs.  This calendar is based on a solar year
	of 19 months of 19 days, with 4 intercalary days.  Each year
	begins on March 21, with the calendar starting in 1844.

	* calendar/cal-menu.el, calendar/calendar.el,
	calendar/diary-lib.el, calendar/holidays.el: Added support for
	using cal-bahai.el.
2004-05-08 12:42:07 +00:00
John Wiegley
4403b1e1e0 2004-05-08 John Wiegley <johnw@newartisans.com>
* eshell/em-glob.el (eshell-glob-initialize): Move initialization
	of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
	function can be used outside of eshell buffers.
	(eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2004-05-08 12:39:01 +00:00
Juanma Barranquero
0f0af7a8f8 *** empty log message *** 2004-05-07 22:42:56 +00:00
Juanma Barranquero
6aab5f13cd (help-do-arg-highlight): Temporarily set ?\- to be a word constituent so
FOO-ARG is not recognized as an arg.
(help-highlight-arguments): Don't skip lists in mandatory arguments.
2004-05-07 22:41:22 +00:00
Juanma Barranquero
e249a6d8e2 (next-error): Fix typo in docstring.
(open-line): Make argument names match their use in docstring.
(split-line): Fix docstring.
2004-05-07 22:31:54 +00:00
Kai Großjohann
38c65fca8d 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Version 2.0.40 of Tramp released.

	* net/tramp.el (tramp-completion-mode, tramp-md5-function): Use
	symbol-function to invoke functions only known on some Emacs
	flavors.  This avoids byte-compiler warnings.  Reported by Kevin
	Scaldeferri <kevin@scaldeferri.com>.
	(tramp-do-copy-or-rename-file-via-buffer): Renamed from
	tramp-do-copy-or-rename-via-buffer (without `file'), to make it
	consistent with the other tramp-do-* functions.
	(tramp-do-copy-or-rename-file): Calls adjusted.
	(tramp-process-initial-commands): Avoid liveness check on shell --
	we know that it must be alive since we're opening a connection at
	this moment.
	(tramp-last-cmd): New internal variable.
	(tramp-process-echoes): New tunable.
	(tramp-send-command): Set tramp-last-cmd.
	(tramp-wait-for-output): Delete echo, if applicable.
	(tramp-read-passwd): Construct the key for the password cache in a
	way that works for multi methods, too.
	(tramp-bug): Add backup-directory-alist and
	bkup-backup-directory-info to bug reports, with Tramp
	counterparts.

2004-05-01  Michael Albinus  <michael.albinus@gmx.de>

	* net/tramp*.el: Suppress byte-compiler warnings where possible.

	* net/tramp.el (tramp-out-of-band-prompt-regexp)
	(tramp-actions-copy-out-of-band): New defcustoms.
	(tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
	used instead of a synchronous one.  Allows password entering.
	(tramp-action-out-of-band): New defun.
	(tramp-open-connection-rsh, tramp-method-out-of-band-p): Remove
	restriction with password from doc string.
	(tramp-bug): Add variables `tramp-terminal-prompt-regexp',
	`tramp-out-of-band-prompt-regexp',
	`tramp-actions-copy-out-of-band', `password-cache' and
	`password-cache-expiry'.
	(toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
	password caching.
	(tramp-touch): FILE can be a local file, too.
	(TODO): Remove items done.
	(tramp-handle-insert-directory): Properly quote file name also if
	not full-directory-p.  Handle wildcard case.  Reported by Andreas
	Schwab <schwab@suse.de>.
	(tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
	new file.
	(tramp-handle-file-local-copy, tramp-handle-write-region): The
	permissions of the temporary file are set if filename exists.
	Reported by Ted Stern <stern@cray.com>.
	(tramp-backup-directory-alist)
	(tramp-bkup-backup-directory-info): New defcustoms.
	(tramp-file-name-handler-alist): Add entry for
	`find-backup-file-name'.
	(tramp-handle-find-backup-file-name): New function.  Implements
	Tramp's find-backup-file-name.

	* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
	for `find-backup-file-name'.

	* net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
	("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
2004-05-07 21:20:10 +00:00
Lars Hansen
9bcabb45f7 (desktop-buffer-mode-handlers): Fix docstring. 2004-05-07 19:41:11 +00:00
Lars Hansen
c23832791a *** empty log message *** 2004-05-07 18:03:59 +00:00
Lars Hansen
5577544820 (desktop-buffer-mode-handlers): Fix docstring. 2004-05-07 17:58:24 +00:00
Stefan Monnier
7daa20fca4 (rfc2047-encode-message-header): Don't encode non-address
headers as address headers (which breaks if subject has a single ").
2004-05-07 16:10:25 +00:00
Juanma Barranquero
a478f3e181 (lambda): Add arglist description to docstring.
(declare): Fix typo in docstring.
(open-network-stream): Fix docstring.
(process-kill-without-query): Fix docstring and add obsolescence info.
(last, butlast, nbutlast): Make arguments match their use in docstring.
(insert-buffer-substring-no-properties): Likewise.
(insert-buffer-substring-as-yank): Likewise.
(split-string): Fix docstring.
2004-05-07 01:06:20 +00:00
Juanma Barranquero
506b775323 (make-obsolete, make-obsolete-variable): Make argument names match their use in
docstring.
2004-05-07 00:58:54 +00:00
Juanma Barranquero
403532ee37 (reb-auto-update): Fix typo in docstring. 2004-05-07 00:53:56 +00:00
Nick Roberts
f6a2315e55 Improve/extend documentation strings.
Fit first sentence on one line for apropos-command.
2004-05-06 22:57:13 +00:00
Nick Roberts
6dba30fb25 *** empty log message *** 2004-05-06 22:56:22 +00:00