bpt/emacs.git
20 years ago(Fstart_process): Fix docstring.
Juanma Barranquero [Mon, 10 May 2004 17:47:38 +0000 (17:47 +0000)]
(Fstart_process): Fix docstring.

20 years ago(start-process-shell-command): Fix docstring. Put usage info in a format usable
Juanma Barranquero [Mon, 10 May 2004 17:44:56 +0000 (17:44 +0000)]
(start-process-shell-command): Fix docstring.  Put usage info in a format usable
by `describe-function'.
(open-network-stream, open-network-stream-nowait, open-network-stream-server):
Fix docstring.

20 years ago(main): For failing cases, exit with `EXIT_FAILURE'.
Thien-Thi Nguyen [Mon, 10 May 2004 17:32:13 +0000 (17:32 +0000)]
(main): For failing cases, exit with `EXIT_FAILURE'.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 10 May 2004 16:56:13 +0000 (16:56 +0000)]
*** empty log message ***

20 years ago(print_preprocess): Use being_printed, loop_count and
Richard M. Stallman [Mon, 10 May 2004 16:55:38 +0000 (16:55 +0000)]
(print_preprocess): Use being_printed, loop_count and
halftail to detect overdeep nesting and cyclic cdr chains.

20 years ago(unrmail): Mostly rewritten. Parses the file
Richard M. Stallman [Mon, 10 May 2004 16:24:26 +0000 (16:24 +0000)]
(unrmail): Mostly rewritten.  Parses the file
directly, without calling any functions in Rmail.
(unrmail-unprune): Function deleted.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 10 May 2004 15:54:52 +0000 (15:54 +0000)]
*** empty log message ***

20 years ago(inferior-python-mode-map): Remove erroneous C-c C-z binding.
Stefan Monnier [Mon, 10 May 2004 15:32:01 +0000 (15:32 +0000)]
(inferior-python-mode-map): Remove erroneous C-c C-z binding.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 10 May 2004 12:58:20 +0000 (12:58 +0000)]
*** empty log message ***

20 years ago(temp_output_buffer_setup): Bind inhibit-read-only and
Kenichi Handa [Mon, 10 May 2004 12:09:08 +0000 (12:09 +0000)]
(temp_output_buffer_setup): Bind inhibit-read-only and
inhibit-modification-hooks to t temporarily before calling
Ferase_buffer.

20 years ago(x_create_tip_frame): Bind inhibit-read-only and
Kenichi Handa [Mon, 10 May 2004 12:08:32 +0000 (12:08 +0000)]
(x_create_tip_frame): Bind inhibit-read-only and
inhibit-modification-hooks to t temporarily before calling
Ferase_buffer.

20 years ago(describe-char): Fix previous change. Don't make
Kenichi Handa [Mon, 10 May 2004 12:07:12 +0000 (12:07 +0000)]
(describe-char): Fix previous change.  Don't make
a unibyte character to multibyte in the *Help* buffer.

20 years ago*** empty log message ***
Andreas Schwab [Mon, 10 May 2004 12:00:20 +0000 (12:00 +0000)]
*** empty log message ***

20 years ago(all): Readd dependency on ${WORLD} so that lisp
Andreas Schwab [Mon, 10 May 2004 12:00:02 +0000 (12:00 +0000)]
(all): Readd dependency on ${WORLD} so that lisp
files are compiled when bootstrapping.

20 years ago(Frename_file): Remove extra argument in call to
Andreas Schwab [Mon, 10 May 2004 11:55:18 +0000 (11:55 +0000)]
(Frename_file): Remove extra argument in call to
Fmake_symbolic_link.

20 years agoDeclare Fmake_symbolic_link.
Andreas Schwab [Mon, 10 May 2004 11:54:54 +0000 (11:54 +0000)]
Declare Fmake_symbolic_link.

20 years agoRebuild.
Andreas Schwab [Mon, 10 May 2004 11:50:28 +0000 (11:50 +0000)]
Rebuild.

20 years ago(calc_line_height_property): Use string position when
Kim F. Storm [Mon, 10 May 2004 11:16:37 +0000 (11:16 +0000)]
(calc_line_height_property): Use string position when
object is a string.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 10 May 2004 11:15:55 +0000 (11:15 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
Miles Bader [Mon, 10 May 2004 08:40:27 +0000 (08:40 +0000)]
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.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 10 May 2004 04:15:14 +0000 (04:15 +0000)]
*** empty log message ***

20 years ago(count_combining): Delete it.
Kenichi Handa [Mon, 10 May 2004 03:56:43 +0000 (03:56 +0000)]
(count_combining): Delete it.
(concat): Don't check combining bytes.

20 years ago*** empty log message ***
Juanma Barranquero [Sun, 9 May 2004 22:59:35 +0000 (22:59 +0000)]
*** empty log message ***

20 years ago(help-argument-name): Default to italic.
Juanma Barranquero [Sun, 9 May 2004 22:41:34 +0000 (22:41 +0000)]
(help-argument-name): Default to italic.
(help-highlight-arguments): Always return (usage . doc).

20 years agoDescribe next- and prev-buffer.
Juanma Barranquero [Sun, 9 May 2004 22:37:12 +0000 (22:37 +0000)]
Describe next- and prev-buffer.
Warn about change of keybindings for winner-redo and -undo.
Describe help argument highlighting feature.

20 years ago(remove-overlays, read-passwd): Fix docstring.
Juanma Barranquero [Sun, 9 May 2004 22:15:14 +0000 (22:15 +0000)]
(remove-overlays, read-passwd): Fix docstring.

20 years ago(cp932, cp936, cp949, cp950): Remove.
Jason Rumney [Sun, 9 May 2004 21:36:45 +0000 (21:36 +0000)]
(cp932, cp936, cp949, cp950): Remove.
Only add cp125* if windows-125* already defined.

20 years agoAdd cp936 as alias for chinese-iso-8bit, and cp950 for chinese-big5.
Jason Rumney [Sun, 9 May 2004 21:33:26 +0000 (21:33 +0000)]
Add cp936 as alias for chinese-iso-8bit, and cp950 for chinese-big5.

20 years agoAdd cp949 as alias for korean-iso-8bit.
Jason Rumney [Sun, 9 May 2004 21:31:13 +0000 (21:31 +0000)]
Add cp949 as alias for korean-iso-8bit.

20 years agoAdd cp932 as alias for japanese-shift-jis.
Jason Rumney [Sun, 9 May 2004 21:25:22 +0000 (21:25 +0000)]
Add cp932 as alias for japanese-shift-jis.

20 years agoless heavy lines
Daniel Pfeiffer [Sun, 9 May 2004 19:07:46 +0000 (19:07 +0000)]
less heavy lines

20 years ago*** empty log message ***
Jason Rumney [Sun, 9 May 2004 15:49:26 +0000 (15:49 +0000)]
*** empty log message ***

20 years agoFix last change.
Jason Rumney [Sun, 9 May 2004 15:39:00 +0000 (15:39 +0000)]
Fix last change.

20 years ago(Vw32_ansi_code_page): New Lisp variable.
Jason Rumney [Sun, 9 May 2004 15:02:14 +0000 (15:02 +0000)]
(Vw32_ansi_code_page): New Lisp variable.
(globals_of_w32fns): Set it.

20 years agoRequire code-pages.
Jason Rumney [Sun, 9 May 2004 15:01:17 +0000 (15:01 +0000)]
Require code-pages.

20 years ago(set-locale-environment): On MS-Windows use ansi code-page for default
Jason Rumney [Sun, 9 May 2004 14:57:44 +0000 (14:57 +0000)]
(set-locale-environment): On MS-Windows use ansi code-page for default
coding-systems.  Set up paper sizes for Windows 3 letter languages.

20 years ago(cp932, cp936, cp949, cp950): Add aliases.
Jason Rumney [Sun, 9 May 2004 13:45:14 +0000 (13:45 +0000)]
(cp932, cp936, cp949, cp950): Add aliases.
Also add cp125* if not already defined.

20 years agoInitial revision
Thien-Thi Nguyen [Sun, 9 May 2004 12:38:56 +0000 (12:38 +0000)]
Initial revision

20 years agoRemove incorrect comment about using utf-16 for Windows clipboard
Jason Rumney [Sun, 9 May 2004 10:12:00 +0000 (10:12 +0000)]
Remove incorrect comment about using utf-16 for Windows clipboard
coding system.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Sun, 9 May 2004 04:52:07 +0000 (04:52 +0000)]
Changes from arch/CVS synchronization

20 years ago(quickurl, quickurl-browse-url, quickurl-read):
Juanma Barranquero [Sun, 9 May 2004 01:55:31 +0000 (01:55 +0000)]
(quickurl, quickurl-browse-url, quickurl-read):
Don't use CL-style default args.

20 years ago(cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
Juanma Barranquero [Sun, 9 May 2004 01:54:01 +0000 (01:54 +0000)]
(cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
(cvs-get-marked): Remove redundant arglist info.

20 years ago(help-highlight-arguments): Fix braino.
Juanma Barranquero [Sun, 9 May 2004 01:28:34 +0000 (01:28 +0000)]
(help-highlight-arguments): Fix braino.

20 years ago*** empty log message ***
Juanma Barranquero [Sun, 9 May 2004 00:50:52 +0000 (00:50 +0000)]
*** empty log message ***

20 years ago(Fquo): Simplify.
Juanma Barranquero [Sun, 9 May 2004 00:49:06 +0000 (00:49 +0000)]
(Fquo): Simplify.

20 years ago(help-highlight-arguments): Don't try to highlight missing or autoloaded
Juanma Barranquero [Sun, 9 May 2004 00:45:49 +0000 (00:45 +0000)]
(help-highlight-arguments): Don't try to highlight missing or autoloaded
arglists.  Accept structured arguments, like the first ones of `do' and
`flet'.

20 years ago*** empty log message ***
Jason Rumney [Sat, 8 May 2004 19:51:35 +0000 (19:51 +0000)]
*** empty log message ***

20 years ago(lisp1, lisp2): Split lisp to avoid long command-lines.
Jason Rumney [Sat, 8 May 2004 19:27:28 +0000 (19:27 +0000)]
(lisp1, lisp2): Split lisp to avoid long command-lines.

20 years agoRemoved erroneous comment about using utf-16 as
Jason Rumney [Sat, 8 May 2004 19:15:53 +0000 (19:15 +0000)]
Removed erroneous comment about using utf-16 as
selection-coding-system on Windows.

20 years ago*** empty log message ***
Juanma Barranquero [Sat, 8 May 2004 17:30:52 +0000 (17:30 +0000)]
*** empty log message ***

20 years ago(do, do*): Put usage info in a format usable by `describe-function'.
Juanma Barranquero [Sat, 8 May 2004 17:23:08 +0000 (17:23 +0000)]
(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.

20 years ago.
Andreas Schwab [Sat, 8 May 2004 16:42:56 +0000 (16:42 +0000)]
.

20 years ago(python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'.
Juanma Barranquero [Sat, 8 May 2004 16:40:01 +0000 (16:40 +0000)]
(python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'.

20 years ago(checkdoc-minor-mode): Doc fix.
Andreas Schwab [Sat, 8 May 2004 16:38:33 +0000 (16:38 +0000)]
(checkdoc-minor-mode): Doc fix.

20 years ago*** empty log message ***
Juanma Barranquero [Sat, 8 May 2004 16:27:59 +0000 (16:27 +0000)]
*** empty log message ***

20 years ago(Fwaiting_for_user_input_p, Fmake_network_process)
Juanma Barranquero [Sat, 8 May 2004 16:11:42 +0000 (16:11 +0000)]
(Fwaiting_for_user_input_p, Fmake_network_process)
(Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
Fix spelling of Emacs on docstring.
(Fset_process_coding_system, Fprocess_coding_system)
(Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
Make argument names match their use in docstring.
(Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
Fix docstring.

20 years agoThroughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.
Thien-Thi Nguyen [Sat, 8 May 2004 15:26:33 +0000 (15:26 +0000)]
Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.
Likewise, replace 1 with `EXIT_FAILURE'.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.

20 years ago(Fquo): If any argument is float, do the computation in floating point.
Juanma Barranquero [Sat, 8 May 2004 15:00:20 +0000 (15:00 +0000)]
(Fquo): If any argument is float, do the computation in floating point.

20 years ago(emacsclient${EXEEXT}): Use makefile var `version'.
Thien-Thi Nguyen [Sat, 8 May 2004 14:42:41 +0000 (14:42 +0000)]
(emacsclient${EXEEXT}): Use makefile var `version'.

20 years agoFix references to utf-translate-cjk into utf-translate-cjk-mode.
Andreas Schwab [Sat, 8 May 2004 14:36:07 +0000 (14:36 +0000)]
Fix references to utf-translate-cjk into utf-translate-cjk-mode.

20 years ago2004-05-08 John Wiegley <johnw@newartisans.com>
John Wiegley [Sat, 8 May 2004 13:04:29 +0000 (13:04 +0000)]
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.

20 years ago2004-05-08 John Wiegley <johnw@newartisans.com>
John Wiegley [Sat, 8 May 2004 12:52:45 +0000 (12:52 +0000)]
2004-05-08  John Wiegley  <johnw@newartisans.com>

* isearchb.el: This module extends iswitchb to provide "as you
type" buffer selection.

20 years ago2004-05-08 John Wiegley <johnw@newartisans.com>
John Wiegley [Sat, 8 May 2004 12:48:49 +0000 (12:48 +0000)]
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.

20 years ago2004-05-08 John Wiegley <johnw@newartisans.com>
John Wiegley [Sat, 8 May 2004 12:42:07 +0000 (12:42 +0000)]
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.

20 years ago2004-05-08 John Wiegley <johnw@newartisans.com>
John Wiegley [Sat, 8 May 2004 12:39:01 +0000 (12:39 +0000)]
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.

20 years agoInitial revision
Thien-Thi Nguyen [Sat, 8 May 2004 01:08:37 +0000 (01:08 +0000)]
Initial revision

20 years ago*** empty log message ***
Juanma Barranquero [Fri, 7 May 2004 22:42:56 +0000 (22:42 +0000)]
*** empty log message ***

20 years ago(help-do-arg-highlight): Temporarily set ?\- to be a word constituent so
Juanma Barranquero [Fri, 7 May 2004 22:41:22 +0000 (22:41 +0000)]
(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.

20 years ago(next-error): Fix typo in docstring.
Juanma Barranquero [Fri, 7 May 2004 22:31:54 +0000 (22:31 +0000)]
(next-error): Fix typo in docstring.
(open-line): Make argument names match their use in docstring.
(split-line): Fix docstring.

20 years ago(Finsert_buffer_substring): Make argument names match their use in
Juanma Barranquero [Fri, 7 May 2004 22:27:57 +0000 (22:27 +0000)]
(Finsert_buffer_substring): Make argument names match their use in
docstring.

20 years ago(Fmodify_syntax_entry): Fix docstring.
Juanma Barranquero [Fri, 7 May 2004 22:26:29 +0000 (22:26 +0000)]
(Fmodify_syntax_entry): Fix docstring.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Fri, 7 May 2004 22:09:42 +0000 (22:09 +0000)]
Changes from arch/CVS synchronization

20 years ago2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann [Fri, 7 May 2004 21:21:04 +0000 (21:21 +0000)]
2004-05-07  Kai Grossjohann  <kai@emptydomain.de>

Version 2.0.40 of Tramp released.

2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>

Complete rework, based on review by Karl Berry <karl@gnu.org>.

* tramp.texi (Auto-save and Backup): Explain exploitation of new
variables `tramp-backup-directory-alist' and
`tramp-bkup-backup-directory-info'. (Overview, Connection types)
(External transfer methods, Default Method)
(Windows setup hints): Remove restriction of password entering
with external methods.
(Auto-save and Backup): Make file name example
(X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
and `auto-save-directory' must be used.
(Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
only "NT").  Remove doubled entry "What kinds of systems does
@tramp{} work on".
(tramp): Macro removed.
(Obtaining Tramp): Flag removed from title.
(all): "tramp-" and "-" removed from flag names.  Flags `tramp'
and `trampver' used properly.  Flag `tramp-inst' replaced by
`installchapter'.  Installation related text adapted.

20 years ago2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Kai Großjohann [Fri, 7 May 2004 21:20:10 +0000 (21:20 +0000)]
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>.

20 years ago(desktop-buffer-mode-handlers): Fix docstring.
Lars Hansen [Fri, 7 May 2004 19:41:11 +0000 (19:41 +0000)]
(desktop-buffer-mode-handlers): Fix docstring.

20 years ago*** empty log message ***
Lars Hansen [Fri, 7 May 2004 18:03:59 +0000 (18:03 +0000)]
*** empty log message ***

20 years agoAdd desktop-after-read-hook, desktop-no-desktop-file-hook and desktop-save-hook.
Lars Hansen [Fri, 7 May 2004 18:03:36 +0000 (18:03 +0000)]
Add desktop-after-read-hook, desktop-no-desktop-file-hook and desktop-save-hook.

20 years agoAdd desktop-save-buffer.
Lars Hansen [Fri, 7 May 2004 18:02:50 +0000 (18:02 +0000)]
Add desktop-save-buffer.

20 years ago(Desktop Save Mode): Add.
Lars Hansen [Fri, 7 May 2004 18:02:13 +0000 (18:02 +0000)]
(Desktop Save Mode): Add.
(Modes): Add menu entry Desktop Save Mode.

20 years ago(desktop-buffer-mode-handlers): Fix docstring.
Lars Hansen [Fri, 7 May 2004 17:58:24 +0000 (17:58 +0000)]
(desktop-buffer-mode-handlers): Fix docstring.

20 years agomacterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
Steven Tamm [Fri, 7 May 2004 17:46:50 +0000 (17:46 +0000)]
macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
around call to ReceiveEvent to avoid certain crashes.
(mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
(mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
(mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
Save/restore the current graphics port and device handle when
drawing into an offscreen graphics world.
image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
(gif_load): Likewise.

20 years ago(rfc2047-encode-message-header): Don't encode non-address
Stefan Monnier [Fri, 7 May 2004 16:10:25 +0000 (16:10 +0000)]
(rfc2047-encode-message-header): Don't encode non-address
headers as address headers (which breaks if subject has a single ").

20 years ago("TeX"): Quote chars with paren syntax.
Stefan Monnier [Fri, 7 May 2004 16:09:06 +0000 (16:09 +0000)]
("TeX"): Quote chars with paren syntax.

20 years ago(GOOD, BAD): Delete macros. Throughout,
Thien-Thi Nguyen [Fri, 7 May 2004 15:31:07 +0000 (15:31 +0000)]
(GOOD, BAD): Delete macros.  Throughout,
replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.

20 years ago("TeX"): Fix typo.
Stefan Monnier [Fri, 7 May 2004 15:06:42 +0000 (15:06 +0000)]
("TeX"): Fix typo.

20 years ago(lambda): Add arglist description to docstring.
Juanma Barranquero [Fri, 7 May 2004 01:06:20 +0000 (01:06 +0000)]
(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.

20 years ago(make-obsolete, make-obsolete-variable): Make argument names match their use in
Juanma Barranquero [Fri, 7 May 2004 00:58:54 +0000 (00:58 +0000)]
(make-obsolete, make-obsolete-variable): Make argument names match their use in
docstring.

20 years ago(reb-auto-update): Fix typo in docstring.
Juanma Barranquero [Fri, 7 May 2004 00:53:56 +0000 (00:53 +0000)]
(reb-auto-update): Fix typo in docstring.

20 years ago(Fset_window_buffer): Fix docstring.
Juanma Barranquero [Fri, 7 May 2004 00:45:53 +0000 (00:45 +0000)]
(Fset_window_buffer): Fix docstring.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 6 May 2004 22:57:32 +0000 (22:57 +0000)]
Changes from arch/CVS synchronization

20 years agoImprove/extend documentation strings.
Nick Roberts [Thu, 6 May 2004 22:57:13 +0000 (22:57 +0000)]
Improve/extend documentation strings.
Fit first sentence on one line for apropos-command.

20 years ago*** empty log message ***
Nick Roberts [Thu, 6 May 2004 22:56:22 +0000 (22:56 +0000)]
*** empty log message ***

20 years ago(nnimap-demule): Avoid string-as-multibyte.
Stefan Monnier [Thu, 6 May 2004 21:28:03 +0000 (21:28 +0000)]
(nnimap-demule): Avoid string-as-multibyte.

20 years agoChanges largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier [Thu, 6 May 2004 20:22:32 +0000 (20:22 +0000)]
Changes largely merged in from Dave Love's code.  Doc fixes.
(python-mode-map): Add python-complete-symbol.
(python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
(python-comment-indent, python-complete-symbol)
(python-symbol-completions, python-partial-symbol)
(python-try-complete): New.
(python-indent-line): Remove optional arg.  Use python-block-end-p.
(python-check): Bind compilation-error-regexp-alist.
(inferior-python-mode): Use rx.  Move keybindings to top level.
Set comint-input-filter.
(python-preoutput-filter): Use rx.
(python-input-filter): Re-introduce.
(python-proc): Start new process if necessary.
Check python-buffer non-nil.
(view-return-to-alist): Defvar.
(python-send-receive): New.
(python-eldoc-function): Use it.
(python-mode-running): Don't defvar.
(python-mode): Set comment-indent-function.
Maybe update hippie-expand-try-functions-list.
(python-indentation-levels): Initialize differently.
(python-block-end-p): New.
(python-indent-line): Use it.
(python-compilation-regexp-alist): Augment.
(run-python): Import `emacs' module to Python rather than loading
code directly.  Set python-buffer differently.
(python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
Use python-proc.
(python-send-command): Go to end of comint buffer.
(python-load-file): Use python-proc, emacs.eimport.
(python-describe-symbol): Simplify interactive form.
Use emacs.help.  Do use temp-buffer-show-hook.
Call print-help-return-message.
(hippie-exp): Require when compiling.
(python-preoutput-continuation): Use rx.

20 years ago(main) [VMS]: Fix var ref.
Thien-Thi Nguyen [Thu, 6 May 2004 19:48:50 +0000 (19:48 +0000)]
(main) [VMS]: Fix var ref.

20 years agoUse -mno-cygwin to check for image libraries when needed.
Jason Rumney [Thu, 6 May 2004 19:18:34 +0000 (19:18 +0000)]
Use -mno-cygwin to check for image libraries when needed.

20 years ago(diff-make-unified): Fix regexp.
Stefan Monnier [Thu, 6 May 2004 18:41:32 +0000 (18:41 +0000)]
(diff-make-unified): Fix regexp.

20 years ago("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
Stefan Monnier [Thu, 6 May 2004 15:59:42 +0000 (15:59 +0000)]
("TeX"): Add de and fr quotes.  From Karl Eichwalder <ke@suse.de>.

20 years agoUse utf-8 coding.
Stefan Monnier [Thu, 6 May 2004 15:53:54 +0000 (15:53 +0000)]
Use utf-8 coding.

20 years ago2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
John Paul Wallington [Thu, 6 May 2004 07:24:56 +0000 (07:24 +0000)]
2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)

* ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
filter groups from the buffer when rebuilding the Ibuffer buffer
and `ibuffer-show-empty-filter-groups' is nil.