bpt/emacs.git
19 years agoAdd data for JISX0201.
Kenichi Handa [Thu, 28 Oct 2004 01:18:08 +0000 (01:18 +0000)]
Add data for JISX0201.

19 years agoTack language suffix onto html, and make C-x C-w find the mode in the same way as...
Daniel Pfeiffer [Wed, 27 Oct 2004 21:44:35 +0000 (21:44 +0000)]
Tack language suffix onto html, and make C-x C-w find the mode in the same way as C-x C-f.

19 years ago*** empty log message ***
Stefan Monnier [Wed, 27 Oct 2004 20:15:24 +0000 (20:15 +0000)]
*** empty log message ***

19 years ago(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
Stefan Monnier [Wed, 27 Oct 2004 20:15:05 +0000 (20:15 +0000)]
(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.

19 years ago(hilit-mode): Typo.
Stefan Monnier [Wed, 27 Oct 2004 19:52:02 +0000 (19:52 +0000)]
(hilit-mode): Typo.

19 years ago(hilit-mode): New function.
Stefan Monnier [Wed, 27 Oct 2004 19:51:13 +0000 (19:51 +0000)]
(hilit-mode): New function.
Move all the toplevel side-effecting stuff into it, so that loading
hilit19 doesn't mess everything up any more.

19 years ago(add-change-log-entry): Set up mailing address and full name later,
Richard M. Stallman [Wed, 27 Oct 2004 17:51:08 +0000 (17:51 +0000)]
(add-change-log-entry): Set up mailing address and full name later,
and don't alter add-log-mailing-address or add-log-full-name.

19 years ago(elide-head): Change error to message.
Richard M. Stallman [Wed, 27 Oct 2004 17:48:14 +0000 (17:48 +0000)]
(elide-head): Change error to message.
(elide-head-show): Likewise.

19 years ago(apropos-macrop): Doc fix.
Richard M. Stallman [Wed, 27 Oct 2004 17:46:33 +0000 (17:46 +0000)]
(apropos-macrop): Doc fix.

19 years ago(mouse-show-mark): Do most processing the same
Richard M. Stallman [Wed, 27 Oct 2004 17:44:59 +0000 (17:44 +0000)]
(mouse-show-mark): Do most processing the same
regardless of transient-mark-mode.

19 years ago(shadow-copy-files): Use interactive-p
Richard M. Stallman [Wed, 27 Oct 2004 17:41:24 +0000 (17:41 +0000)]
(shadow-copy-files): Use interactive-p
only to control whether to print a message.

19 years ago(tar-mode): Use write-contents-functions, not write-contents-hooks.
Richard M. Stallman [Wed, 27 Oct 2004 17:40:19 +0000 (17:40 +0000)]
(tar-mode): Use write-contents-functions, not write-contents-hooks.

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 27 Oct 2004 15:07:06 +0000 (15:07 +0000)]
*** empty log message ***

19 years ago(pcomplete-entries): Don't use directory-sep-char.
Richard M. Stallman [Wed, 27 Oct 2004 15:05:12 +0000 (15:05 +0000)]
(pcomplete-entries): Don't use directory-sep-char.

19 years ago(type-break-run-at-time): Always use run-at-time; forget the alternatives.
Richard M. Stallman [Wed, 27 Oct 2004 15:04:26 +0000 (15:04 +0000)]
(type-break-run-at-time): Always use run-at-time; forget the alternatives.
(type-break-cancel-function-timers): Always use cancel-function-timers;
forget the alternatives.

19 years ago(strokes-unload-hook): Fix previous change.
Richard M. Stallman [Wed, 27 Oct 2004 15:03:15 +0000 (15:03 +0000)]
(strokes-unload-hook): Fix previous change.

19 years ago(eshell-du-sum-directory): Don't use directory-sep-char.
Richard M. Stallman [Wed, 27 Oct 2004 15:02:06 +0000 (15:02 +0000)]
(eshell-du-sum-directory): Don't use directory-sep-char.

19 years ago(Interactive Codes): `N' uses numeric prefix, not raw. Clarify `n'.
Richard M. Stallman [Wed, 27 Oct 2004 14:59:47 +0000 (14:59 +0000)]
(Interactive Codes): `N' uses numeric prefix, not raw.  Clarify `n'.
(Interactive Call): Rewrite interactive-p, focusing on when and how to use it.
(Misc Events): Clarify previous change.

19 years ago(Simple Advice): Clarify what job the example does.
Richard M. Stallman [Wed, 27 Oct 2004 14:54:18 +0000 (14:54 +0000)]
(Simple Advice): Clarify what job the example does.
(Around-Advice): Clarify ad-do-it.
(Activation of Advice): An option of ad-default-compilation-action
is `never', not `nil'.

19 years ago(get_next_display_element): In mode lines,
Richard M. Stallman [Wed, 27 Oct 2004 14:46:25 +0000 (14:46 +0000)]
(get_next_display_element): In mode lines,
treat newline and tab like other control characters.

19 years ago(ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
Kenichi Handa [Wed, 27 Oct 2004 12:50:22 +0000 (12:50 +0000)]
(ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
Unicode ranges.

19 years ago(Fmessage): Doc fix.
Richard M. Stallman [Wed, 27 Oct 2004 11:02:06 +0000 (11:02 +0000)]
(Fmessage): Doc fix.

19 years agoComment change.
Richard M. Stallman [Wed, 27 Oct 2004 10:59:20 +0000 (10:59 +0000)]
Comment change.

19 years ago(vmotion): When moving up, check the newline before.
Richard M. Stallman [Wed, 27 Oct 2004 10:57:40 +0000 (10:57 +0000)]
(vmotion): When moving up, check the newline before.
Make prevline an int, not a Lisp_Object.

19 years agoSet xml-mode also if no mode found from file name.
Daniel Pfeiffer [Wed, 27 Oct 2004 10:27:46 +0000 (10:27 +0000)]
Set xml-mode also if no mode found from file name.

19 years ago*** empty log message ***
Daniel Pfeiffer [Wed, 27 Oct 2004 09:13:50 +0000 (09:13 +0000)]
*** empty log message ***

19 years ago(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*
Daniel Pfeiffer [Wed, 27 Oct 2004 09:10:27 +0000 (09:10 +0000)]
(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*

19 years agoextend irix for NAG Fortran and add ftnchek-*
Daniel Pfeiffer [Wed, 27 Oct 2004 09:09:03 +0000 (09:09 +0000)]
extend irix for NAG Fortran and add ftnchek-*

19 years ago*** empty log message ***
Kenichi Handa [Wed, 27 Oct 2004 06:49:47 +0000 (06:49 +0000)]
*** empty log message ***

19 years agoUse utf-translate-cjk-substitutable-p.
Kenichi Handa [Wed, 27 Oct 2004 06:03:43 +0000 (06:03 +0000)]
Use utf-translate-cjk-substitutable-p.

19 years ago(utf-translate-cjk-unicode-range-string):
Kenichi Handa [Wed, 27 Oct 2004 06:01:59 +0000 (06:01 +0000)]
(utf-translate-cjk-unicode-range-string):
New variable.
(utf-translate-cjk-set-unicode-range): New function.
(utf-translate-cjk-unicode-range): Make it customizable.
(utf-8-post-read-conversion): Use
utf-translate-cjk-unicode-range-string.

19 years agoFix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
Kim F. Storm [Tue, 26 Oct 2004 22:38:50 +0000 (22:38 +0000)]
Fix SAFE_FREE calls.  Replace SAFE_FREE_LISP calls.

19 years ago(Fformat): Allocate discarded table with SAFE_ALLOCA.
Kim F. Storm [Tue, 26 Oct 2004 22:37:34 +0000 (22:37 +0000)]
(Fformat): Allocate discarded table with SAFE_ALLOCA.
Only allocate info and discarded tables once.
Fix SAFE_FREE calls.

19 years ago(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
Kim F. Storm [Tue, 26 Oct 2004 22:37:02 +0000 (22:37 +0000)]
(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
(SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
(SAFE_FREE): Test it to determine if we need to unwind to free.
Remove size arg.  All users changed.
(SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
Miles Bader [Tue, 26 Oct 2004 22:33:43 +0000 (22:33 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-59
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-60
   Update from CVS

2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/html2text.el (html2text-buffer-head): Removed. Use `goto-char'
   instead.

2004-10-24  Kevin Greiner  <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
   comparison on string.

19 years agoset-auto-mode change
Daniel Pfeiffer [Tue, 26 Oct 2004 21:53:34 +0000 (21:53 +0000)]
set-auto-mode change

19 years ago(auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to shorten...
Daniel Pfeiffer [Tue, 26 Oct 2004 21:44:20 +0000 (21:44 +0000)]
(auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to shorten the list.
(xml-based-modes): New var.
(set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE declaration higher priority than auto-mode-alist.

19 years ago(cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entries and...
Daniel Pfeiffer [Tue, 26 Oct 2004 21:39:34 +0000 (21:39 +0000)]
(cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entries and use \' instead of $.

19 years ago(sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to it.
Daniel Pfeiffer [Tue, 26 Oct 2004 21:38:57 +0000 (21:38 +0000)]
(sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to it.

19 years ago(imenu--generic-function): Skip matches in comments.
Daniel Pfeiffer [Tue, 26 Oct 2004 21:38:09 +0000 (21:38 +0000)]
(imenu--generic-function): Skip matches in comments.

19 years ago* gtkutil.c: Put empty line between comment and function body.
Jan Djärv [Tue, 26 Oct 2004 19:48:37 +0000 (19:48 +0000)]
* gtkutil.c: Put empty line between comment and function body.
(xg_destroy_widgets): Renamed from remove_from_container.  Just
destroy all widgets in list.  Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.

* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
is not NULL before strcmp.

19 years ago* gtkutil.c: Put empty line between comment and function body.
Jan Djärv [Tue, 26 Oct 2004 19:48:07 +0000 (19:48 +0000)]
* gtkutil.c: Put empty line between comment and function body.
(xg_destroy_widgets): Renamed from remove_from_container.  Just
destroy all widgets in list.  Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.

19 years ago* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
Jan Djärv [Tue, 26 Oct 2004 19:47:36 +0000 (19:47 +0000)]
* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
  is not NULL before strcmp.

19 years ago(calc-match): Use an extra argument instead of `interactive-p'.
Jay Belanger [Tue, 26 Oct 2004 19:09:40 +0000 (19:09 +0000)]
(calc-match): Use an extra argument instead of `interactive-p'.

19 years ago(calc-other-window): Use an extra argument instead of `interactive-p'.
Jay Belanger [Tue, 26 Oct 2004 19:06:24 +0000 (19:06 +0000)]
(calc-other-window): Use an extra argument instead of `interactive-p'.

19 years ago(calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)
Jay Belanger [Tue, 26 Oct 2004 19:05:53 +0000 (19:05 +0000)]
(calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)
(calc-trail-display):  Use an extra argument instead of `interactive-p'.

19 years ago(describe-key): Describe both down-event and up-event
Kim F. Storm [Tue, 26 Oct 2004 12:59:44 +0000 (12:59 +0000)]
(describe-key): Describe both down-event and up-event
for a mouse click.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 26 Oct 2004 12:59:20 +0000 (12:59 +0000)]
*** empty log message ***

19 years ago(Fcall_interactively): Add 'U' code to get the up-event discarded by a
Kim F. Storm [Tue, 26 Oct 2004 12:56:47 +0000 (12:56 +0000)]
(Fcall_interactively): Add 'U' code to get the up-event discarded by a
previous 'k' or 'K' argument.

19 years ago(Interactive Codes): Add U code letter.
Kim F. Storm [Tue, 26 Oct 2004 12:55:51 +0000 (12:55 +0000)]
(Interactive Codes): Add U code letter.

19 years ago(syms_of_buffer): Fix a few typos.
David Kastrup [Tue, 26 Oct 2004 09:45:16 +0000 (09:45 +0000)]
(syms_of_buffer): Fix a few typos.

19 years ago* xsmfns.c: Put empty line between comment and function body.
Jan Djärv [Tue, 26 Oct 2004 09:28:01 +0000 (09:28 +0000)]
* xsmfns.c: Put empty line between comment and function body.
Use two spaces before comment end.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Oct 2004 09:02:33 +0000 (09:02 +0000)]
*** empty log message ***

19 years ago(woman): Don't call interactive-p.
Richard M. Stallman [Tue, 26 Oct 2004 08:36:11 +0000 (08:36 +0000)]
(woman): Don't call interactive-p.

19 years ago(pcomplete): Instead of interactive-p,
Richard M. Stallman [Tue, 26 Oct 2004 08:33:14 +0000 (08:33 +0000)]
(pcomplete): Instead of interactive-p,
use an arg set non-nil by the interactive spec.

19 years ago(menu-bar-make-toggle): Instead of interactive-p,
Richard M. Stallman [Tue, 26 Oct 2004 08:31:40 +0000 (08:31 +0000)]
(menu-bar-make-toggle): Instead of interactive-p,
use an arg set non-nil by the interactive spec.

19 years ago(Man-cleanup-manpage): Instead of interactive-p,
Richard M. Stallman [Tue, 26 Oct 2004 08:27:26 +0000 (08:27 +0000)]
(Man-cleanup-manpage): Instead of interactive-p,
use an arg set non-nil by the interactive spec.

19 years ago(tex-font-lock-keywords-1): Fix up the spurious
Stefan Monnier [Mon, 25 Oct 2004 20:35:24 +0000 (20:35 +0000)]
(tex-font-lock-keywords-1): Fix up the spurious
verbatim face on the \ of \end{verbatim}.

19 years agoAdd note about MSYS sh.exe
Jason Rumney [Mon, 25 Oct 2004 19:57:18 +0000 (19:57 +0000)]
Add note about MSYS sh.exe

19 years ago* progmodes/flymake.el (flymake-split-string): Use
Masatake YAMATO [Mon, 25 Oct 2004 16:58:46 +0000 (16:58 +0000)]
* progmodes/flymake.el (flymake-split-string): Use
  `flymake-split-string-remove-empty-edges' in any case.

* progmodes/flymake.el (flymake-err-line-patterns):
  Use `compilation-error-regexp-alist-alist' instead of
  `compilation-error-regexp-alist'.

19 years ago*** empty log message ***
Stefan Monnier [Mon, 25 Oct 2004 16:05:27 +0000 (16:05 +0000)]
*** empty log message ***

19 years ago(Reading a Password): Add.
Simon Josefsson [Mon, 25 Oct 2004 14:14:33 +0000 (14:14 +0000)]
(Reading a Password): Add.

19 years ago*** empty log message ***
Jay Belanger [Mon, 25 Oct 2004 14:02:33 +0000 (14:02 +0000)]
*** empty log message ***

19 years ago(calc-digit-dots): Inhibit read-only before erasing minibuffer.
Jay Belanger [Mon, 25 Oct 2004 13:57:20 +0000 (13:57 +0000)]
(calc-digit-dots): Inhibit read-only before erasing minibuffer.

19 years ago* subr.el (read-passwd): Move to net/password.el.
Simon Josefsson [Mon, 25 Oct 2004 13:22:17 +0000 (13:22 +0000)]
* subr.el (read-passwd): Move to net/password.el.
* net/password.el (read-passwd): Add.  Autoload it.

19 years ago(process-file): Fix logic.
Kai Großjohann [Mon, 25 Oct 2004 08:31:52 +0000 (08:31 +0000)]
(process-file): Fix logic.

19 years ago(mouse-sel-mode): Specify custom group.
Kai Großjohann [Mon, 25 Oct 2004 08:29:12 +0000 (08:29 +0000)]
(mouse-sel-mode): Specify custom group.

19 years ago(fontset_pattern_regexp): Optimize for the case that
Kenichi Handa [Mon, 25 Oct 2004 02:03:47 +0000 (02:03 +0000)]
(fontset_pattern_regexp): Optimize for the case that
PATTERN is full XLFD.

19 years ago(x-set-cut-buffer): Cancel previous change.
Kenichi Handa [Mon, 25 Oct 2004 00:46:04 +0000 (00:46 +0000)]
(x-set-cut-buffer): Cancel previous change.

19 years ago(x-set-cut-buffer): Encode STRING if necessary.
Kenichi Handa [Mon, 25 Oct 2004 00:22:02 +0000 (00:22 +0000)]
(x-set-cut-buffer): Encode STRING if necessary.

19 years ago*** empty log message ***
Jason Rumney [Sun, 24 Oct 2004 21:45:18 +0000 (21:45 +0000)]
*** empty log message ***

19 years agoRemoved mouse-wheel event, added wheel-up and wheel-down
Jason Rumney [Sun, 24 Oct 2004 21:39:41 +0000 (21:39 +0000)]
Removed mouse-wheel event, added wheel-up and wheel-down
event, with a note about how to use mwheel.el to handle both these
events and mouse-4 and mouse-5 events.

19 years agoClean whitespace.
Kim F. Storm [Sun, 24 Oct 2004 21:07:38 +0000 (21:07 +0000)]
Clean whitespace.

19 years ago(set-left-margin, set-right-margin): Delete redundant code.
Luc Teirlinck [Sun, 24 Oct 2004 21:01:20 +0000 (21:01 +0000)]
(set-left-margin, set-right-margin): Delete redundant code.
(increase-right-margin): Remove erroneous call to `interactive-p'.

19 years ago(describe-mode): Fix 2004-10-13 change.
Kim F. Storm [Sun, 24 Oct 2004 20:35:12 +0000 (20:35 +0000)]
(describe-mode): Fix 2004-10-13 change.
Copy pure "Auto Fill" string so it can be propertized later
without causing a read-only error.

19 years agoReorder entries.
Kim F. Storm [Sun, 24 Oct 2004 20:34:49 +0000 (20:34 +0000)]
Reorder entries.

19 years ago(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.
Luc Teirlinck [Sun, 24 Oct 2004 18:36:28 +0000 (18:36 +0000)]
(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.

19 years agoMention process-file.
Kai Großjohann [Sun, 24 Oct 2004 13:26:10 +0000 (13:26 +0000)]
Mention process-file.

19 years ago(Synchronous Processes): Document process-file.
Kai Großjohann [Sun, 24 Oct 2004 13:25:21 +0000 (13:25 +0000)]
(Synchronous Processes): Document process-file.

19 years agoAdd.
Simon Josefsson [Sun, 24 Oct 2004 12:21:16 +0000 (12:21 +0000)]
Add.

19 years ago(process-file): Accept nil for INFILE. Reported by
Kai Großjohann [Sun, 24 Oct 2004 09:06:05 +0000 (09:06 +0000)]
(process-file): Accept nil for INFILE.  Reported by
Luc Teirlinck.

19 years ago(enum reg_errcode_t): New value REG_ERANGEX.
Kenichi Handa [Sun, 24 Oct 2004 03:58:24 +0000 (03:58 +0000)]
(enum reg_errcode_t): New value REG_ERANGEX.

19 years ago(re_error_msgid): Add an entry for REG_ERANGEX.
Kenichi Handa [Sun, 24 Oct 2004 03:56:51 +0000 (03:56 +0000)]
(re_error_msgid): Add an entry for REG_ERANGEX.
(regex_compile): Return REG_ERANGEX if appropriate.

19 years ago* progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
Masatake YAMATO [Sun, 24 Oct 2004 00:25:21 +0000 (00:25 +0000)]
* progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
periods and underscores in a function name.
Remove the address fontification.

19 years ago(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.
Nick Roberts [Sat, 23 Oct 2004 22:04:13 +0000 (22:04 +0000)]
(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.

19 years ago(gdb-get-create-buffer): Allow modes to run
Nick Roberts [Sat, 23 Oct 2004 22:00:48 +0000 (22:00 +0000)]
(gdb-get-create-buffer): Allow modes to run
kill-all-local-variables.
(gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
(gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use
kill-all-local-variables and provide mode-hooks.
(gdb-assembler-font-lock-keywords): New font lock keywords
definition.
(gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
Suggested by Masatake YAMATO <jet@gyve.org>.

19 years ago*** empty log message ***
Nick Roberts [Sat, 23 Oct 2004 21:59:07 +0000 (21:59 +0000)]
*** empty log message ***

19 years agoFix typos.
Eli Zaretskii [Sat, 23 Oct 2004 21:39:13 +0000 (21:39 +0000)]
Fix typos.

19 years ago(Text Based Tables, Table Definition)
Eli Zaretskii [Sat, 23 Oct 2004 21:33:59 +0000 (21:33 +0000)]
(Text Based Tables, Table Definition)
(Table Creation, Table Recognition, Cell Commands)
(Cell Justification, Row Commands, Column Commands)
(Fixed Width Mode, Table Conversion, Measuring Tables)
(Table Misc): New nodes, documenting the Table Mode.

19 years ago(ibuffer-kill-line): Set arg `interactive-p' in interactive spec
John Paul Wallington [Sat, 23 Oct 2004 19:58:27 +0000 (19:58 +0000)]
(ibuffer-kill-line): Set arg `interactive-p' in interactive spec
rather than use function `interactive-p'.

19 years ago(ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t
John Paul Wallington [Sat, 23 Oct 2004 19:52:52 +0000 (19:52 +0000)]
(ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t
in interactive spec.

19 years ago* simple.el (process-file): New function, similar to call-process
Kai Großjohann [Sat, 23 Oct 2004 19:52:18 +0000 (19:52 +0000)]
* simple.el (process-file): New function, similar to call-process
but supports file handlers.
* vc.el (vc-do-command): Use it, instead of call-process.
* net/tramp-vc.el (vc-do-command): Do not advise it if
process-file is fboundp.
* net/tramp.el (tramp-file-name-handler-alist): Add entry for
process-file.
(tramp-handle-process-file): New function.
(tramp-file-name-for-operation): Support process-file.

19 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Sat, 23 Oct 2004 16:13:06 +0000 (16:13 +0000)]
From  Ulf Jasper  <ulf.jasper@web.de>:

(icalendar--weekday-array): New constant.
(icalendar-weekdayabbrev-table)
(icalendar-monthnumber-table): Delete.
(icalendar--get-month-number): Use calendar-month-name-array.
(icalendar--get-weekday-number): New function.
(icalendar--get-weekday-abbrev) Use calendar-day-name-array.
(icalendar-export-region): Handle multi-line entries.
(icalendar--convert-ical-to-diary): Use calendar-day-name-array.

19 years ago*** empty log message ***
Glenn Morris [Sat, 23 Oct 2004 16:12:13 +0000 (16:12 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
John Paul Wallington [Sat, 23 Oct 2004 10:19:56 +0000 (10:19 +0000)]
*** empty log message ***

19 years ago(ibuffer-jump-to-buffer): Read buffer name in interactive spec rather
John Paul Wallington [Sat, 23 Oct 2004 10:11:17 +0000 (10:11 +0000)]
(ibuffer-jump-to-buffer): Read buffer name in interactive spec rather
than use `interactive-p' in body of function.

19 years ago*** empty log message ***
Kenichi Handa [Fri, 22 Oct 2004 13:17:31 +0000 (13:17 +0000)]
*** empty log message ***

19 years ago(translate-region): Document that it accepts also a
Kenichi Handa [Fri, 22 Oct 2004 13:15:12 +0000 (13:15 +0000)]
(translate-region): Document that it accepts also a
char-table.

19 years ago(translate-region): Implement it in Lisp
Kenichi Handa [Fri, 22 Oct 2004 13:10:23 +0000 (13:10 +0000)]
(translate-region): Implement it in Lisp
as a front end of translate-region-internal.

19 years ago(Ftranslate_region_internal): New function.
Kenichi Handa [Fri, 22 Oct 2004 13:09:39 +0000 (13:09 +0000)]
(Ftranslate_region_internal): New function.
(syms_of_editfns): Defsubr it.