bpt/emacs.git
18 years ago(add_sym): Compare namespace names instead of namespace objects. This
Chong Yidong [Tue, 20 Sep 2005 13:19:29 +0000 (13:19 +0000)]
(add_sym): Compare namespace names instead of namespace objects.  This
prevents the parser from incorrectly treating classes whose superclass
is in another namespace.

18 years ago*** empty log message ***
Juanma Barranquero [Tue, 20 Sep 2005 08:05:56 +0000 (08:05 +0000)]
*** empty log message ***

18 years ago(mouse-drag-mode-line-1, mouse-drag-vertical-line):
Stefan Monnier [Mon, 19 Sep 2005 18:51:54 +0000 (18:51 +0000)]
(mouse-drag-mode-line-1, mouse-drag-vertical-line):
Delete unused var `old-selected-window'.
(mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'.
(mouse-drag-secondary): Delete unused var `start-frame'.

18 years ago(terminal-init-rxvt): Add entry for [end].
Stefan Monnier [Mon, 19 Sep 2005 17:45:31 +0000 (17:45 +0000)]
(terminal-init-rxvt): Add entry for [end].

18 years ago(mark-visible-calendar-date): Save excursion.
Stefan Monnier [Mon, 19 Sep 2005 17:41:22 +0000 (17:41 +0000)]
(mark-visible-calendar-date): Save excursion.
Re-indent within 80 columns.  Use inhibit-read-only.

18 years ago(mark-diary-entries): Revert last change.
Romain Francoise [Mon, 19 Sep 2005 16:03:51 +0000 (16:03 +0000)]
(mark-diary-entries): Revert last change.

18 years ago(font-lock-default-fontify-region): Don't unconditionally add a line, since
Stefan Monnier [Mon, 19 Sep 2005 12:08:07 +0000 (12:08 +0000)]
(font-lock-default-fontify-region): Don't unconditionally add a line, since
the after-change-function already did it.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Miles Bader [Mon, 19 Sep 2005 10:41:15 +0000 (10:41 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555

Remove CVS keywords from newsticker files

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Miles Bader [Mon, 19 Sep 2005 10:14:34 +0000 (10:14 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 118-121)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Bind image-load-path.

2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-mime-display-part): Protect against broken
   MIME messages.

2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Finding the Parent): Fix description of how Gnus
   finds article.

2005-09-14  Jari Aalto  <jari.aalto@cante.net>

   * man/gnus.texi (Advanced Scoring Examples): New exmples to teach how
   to drop off non-answered articles.

18 years ago(dired-handle-overwrite): Don't use `format' here. The prompt is
Romain Francoise [Mon, 19 Sep 2005 10:13:34 +0000 (10:13 +0000)]
(dired-handle-overwrite): Don't use `format' here.  The prompt is
formatted later.  From Johan Bockg� <bojohan+sf@dd.chalmers.se>.

18 years ago(tree-widget-value-create): Save the converted tree :node widget.
David Ponce [Mon, 19 Sep 2005 09:52:32 +0000 (09:52 +0000)]
(tree-widget-value-create): Save the converted tree :node widget.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 19 Sep 2005 09:37:35 +0000 (09:37 +0000)]
*** empty log message ***

18 years ago(newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'.
Juanma Barranquero [Mon, 19 Sep 2005 09:36:42 +0000 (09:36 +0000)]
(newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'.

18 years ago(sh-blink): Fix spurious reference to variable `message'.
Juanma Barranquero [Mon, 19 Sep 2005 09:17:14 +0000 (09:17 +0000)]
(sh-blink): Fix spurious reference to variable `message'.

18 years ago(mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.
Juanma Barranquero [Mon, 19 Sep 2005 09:12:46 +0000 (09:12 +0000)]
(mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.

18 years ago(Fformat): Don't scan past end of format string that
Kim F. Storm [Mon, 19 Sep 2005 08:13:14 +0000 (08:13 +0000)]
(Fformat): Don't scan past end of format string that
ends in %.  Reported by: Johan Bockgård.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Sep 2005 08:13:02 +0000 (08:13 +0000)]
*** empty log message ***

18 years ago* net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order to
Michael Albinus [Sun, 18 Sep 2005 20:01:57 +0000 (20:01 +0000)]
* net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order to
cover prompts like "login as:".  Reported by Slawomir Nowaczyk
<slawomir.nowaczyk.847@student.lu.se>.

18 years ago(struct window): Remove height_fixed_p, no longer set.
Andreas Schwab [Sun, 18 Sep 2005 16:30:27 +0000 (16:30 +0000)]
(struct window): Remove height_fixed_p, no longer set.

18 years ago(make_window): Don't initialize height_fixed_p.
Andreas Schwab [Sun, 18 Sep 2005 16:28:53 +0000 (16:28 +0000)]
(make_window): Don't initialize height_fixed_p.
(window_fixed_size_p): Don't use it.

18 years ago(Fdefalias): Signal an error if SYMBOL is not a symbol.
John Paul Wallington [Sun, 18 Sep 2005 16:23:12 +0000 (16:23 +0000)]
(Fdefalias): Signal an error if SYMBOL is not a symbol.

18 years ago(image-load-path): Use symbol `data-directory' instead of its value,
Chong Yidong [Sun, 18 Sep 2005 14:04:46 +0000 (14:04 +0000)]
(image-load-path): Use symbol `data-directory' instead of its value,
for backward compatibility with packages that bind it during
`find-image'.  Suggested by Katsumi Yamaoka.
(image-search-load-path): Handle symbols whose values are strings.

18 years agoUpdated documentation for `image-load-path'.
Chong Yidong [Sun, 18 Sep 2005 14:03:55 +0000 (14:03 +0000)]
Updated documentation for `image-load-path'.

18 years ago(mark-diary-entries): Rearrange to wrap with-current-buffer form in
Romain Francoise [Sun, 18 Sep 2005 13:26:54 +0000 (13:26 +0000)]
(mark-diary-entries): Rearrange to wrap with-current-buffer form in
save-excursion.

18 years agoCorrect my previous breakage of parens.
Deepak Goel [Sun, 18 Sep 2005 12:59:19 +0000 (12:59 +0000)]
Correct my previous breakage of parens.

18 years agomessage format spec fixes, commit 14, this should be final commit
Deepak Goel [Sun, 18 Sep 2005 12:48:32 +0000 (12:48 +0000)]
message format spec fixes, commit 14, this should be final commit

18 years agomessage format spec fixes, commit # 13
Deepak Goel [Sun, 18 Sep 2005 12:45:54 +0000 (12:45 +0000)]
message format spec fixes, commit # 13

18 years agomessage format spec fixes, commit # 12
Deepak Goel [Sun, 18 Sep 2005 12:44:00 +0000 (12:44 +0000)]
message format spec fixes, commit # 12

18 years agomessage format spec fixes, commit # 11
Deepak Goel [Sun, 18 Sep 2005 12:42:35 +0000 (12:42 +0000)]
message format spec fixes, commit # 11

18 years agomessage format spec fixes, commit # 10
Deepak Goel [Sun, 18 Sep 2005 12:41:39 +0000 (12:41 +0000)]
message format spec fixes, commit # 10

18 years agomessage format spec fixes, commit # 9
Deepak Goel [Sun, 18 Sep 2005 12:40:26 +0000 (12:40 +0000)]
message format spec fixes, commit # 9

18 years agomessage format spec fixes, commit # 8
Deepak Goel [Sun, 18 Sep 2005 12:39:40 +0000 (12:39 +0000)]
message format spec fixes, commit # 8

18 years agomessage format spec fixes (commit # 7)
Deepak Goel [Sun, 18 Sep 2005 12:38:39 +0000 (12:38 +0000)]
message format spec fixes  (commit # 7)

18 years agoMessage format spec fixes (commit 6)
Deepak Goel [Sun, 18 Sep 2005 12:37:20 +0000 (12:37 +0000)]
Message format spec fixes (commit 6)

18 years agoMessage format fixes (commit no. 5)
Deepak Goel [Sun, 18 Sep 2005 12:36:08 +0000 (12:36 +0000)]
Message format fixes (commit no. 5)

18 years agoMessage format spec fixes, commit no. 4
Deepak Goel [Sun, 18 Sep 2005 12:32:51 +0000 (12:32 +0000)]
Message format spec fixes, commit no. 4

18 years agoMessage format fixes, commit no. 3
Deepak Goel [Sun, 18 Sep 2005 12:31:28 +0000 (12:31 +0000)]
Message format fixes, commit no. 3

18 years agoMessage format spec fixes (2)
Deepak Goel [Sun, 18 Sep 2005 12:28:30 +0000 (12:28 +0000)]
Message format spec fixes (2)

18 years agoMessage format spec fixes (1)
Deepak Goel [Sun, 18 Sep 2005 12:25:02 +0000 (12:25 +0000)]
Message format spec fixes (1)

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 18 Sep 2005 05:43:17 +0000 (05:43 +0000)]
*** empty log message ***

18 years ago[MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
YAMAMOTO Mitsuharu [Sun, 18 Sep 2005 05:42:49 +0000 (05:42 +0000)]
[MAC_OS8]: Don't include stdlib.h.  Include sys/param.h.

18 years ago(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.
YAMAMOTO Mitsuharu [Sun, 18 Sep 2005 05:42:12 +0000 (05:42 +0000)]
(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.
[TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple file
selection.

18 years ago(SOME_MACHINE_OBJECTS): Undo previous change.
YAMAMOTO Mitsuharu [Sun, 18 Sep 2005 05:41:49 +0000 (05:41 +0000)]
(SOME_MACHINE_OBJECTS): Undo previous change.

18 years agoSync with src/config.in.
YAMAMOTO Mitsuharu [Sun, 18 Sep 2005 05:41:15 +0000 (05:41 +0000)]
Sync with src/config.in.

18 years ago(mac-add-charset-info): Doc fix.
YAMAMOTO Mitsuharu [Sun, 18 Sep 2005 05:40:06 +0000 (05:40 +0000)]
(mac-add-charset-info): Doc fix.

18 years agoFixed spurious cross-ref
J.D. Smith [Sat, 17 Sep 2005 20:02:14 +0000 (20:02 +0000)]
Fixed spurious cross-ref

18 years ago*** empty log message ***
Romain Francoise [Sat, 17 Sep 2005 18:21:30 +0000 (18:21 +0000)]
*** empty log message ***

18 years ago(shell-resync-dirs): Handle echoing processes more reliably. Don't
Romain Francoise [Sat, 17 Sep 2005 18:20:40 +0000 (18:20 +0000)]
(shell-resync-dirs): Handle echoing processes more reliably.  Don't
insert resync command if `comint-process-echoes' is non-nil.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 17 Sep 2005 11:36:28 +0000 (11:36 +0000)]
*** empty log message ***

18 years ago(ispell-aspell-supports-utf8): New variable.
Eli Zaretskii [Sat, 17 Sep 2005 11:35:13 +0000 (11:35 +0000)]
(ispell-aspell-supports-utf8): New variable.
(ispell-check-version): Set ispell-aspell-supports-utf8 to t for
aspell versions >= 0.60.
(ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
only if ispell-aspell-supports-utf8 is non-nil.

18 years agoAdd Newsticker.
Eli Zaretskii [Sat, 17 Sep 2005 11:27:40 +0000 (11:27 +0000)]
Add Newsticker.

18 years ago(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii [Sat, 17 Sep 2005 11:26:05 +0000 (11:26 +0000)]
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
(../info/newsticker, newsticker.dvi): New targets.

18 years agoReplace @command with @code. Replace @example with @lisp.
Eli Zaretskii [Sat, 17 Sep 2005 11:25:06 +0000 (11:25 +0000)]
Replace @command with @code.  Replace @example with @lisp.
(Top): Added explanations to menu items.
(GNU Free Documentation License): Removed.

18 years ago(scheme-mode-variables): Use setq to assign buffer-local value
Eli Zaretskii [Sat, 17 Sep 2005 11:08:03 +0000 (11:08 +0000)]
(scheme-mode-variables): Use setq to assign buffer-local value
to lisp-indent-function.

18 years ago(glasses-make-readable): If glasses-separator differs from underscore,
Eli Zaretskii [Sat, 17 Sep 2005 11:02:11 +0000 (11:02 +0000)]
(glasses-make-readable): If glasses-separator differs from underscore,
put appropriate overlays over underscore characters.
(glasses-convert-to-unreadable): If glasses-separator differs from
underscore, try to convert glasses-separator characters to underscores.

18 years ago(XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
Eli Zaretskii [Sat, 17 Sep 2005 09:10:35 +0000 (09:10 +0000)]
(XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
(obj): Use XMENU_OBJ, not a literal xmenu.o.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Sep 2005 05:02:16 +0000 (05:02 +0000)]
*** empty log message ***

18 years ago(Defining Images): Clean up previous change.
Richard M. Stallman [Sat, 17 Sep 2005 04:59:58 +0000 (04:59 +0000)]
(Defining Images): Clean up previous change.

18 years ago(url-mail-command): Don't test fboundp of `compose-mail'.
Richard M. Stallman [Sat, 17 Sep 2005 04:59:02 +0000 (04:59 +0000)]
(url-mail-command): Don't test fboundp of `compose-mail'.

18 years ago(url-mailto): Special case `mail'.
Richard M. Stallman [Sat, 17 Sep 2005 04:58:28 +0000 (04:58 +0000)]
(url-mailto): Special case `mail'.
Don't test fboundp of `compose-mail'.

18 years ago*** empty log message ***
Romain Francoise [Fri, 16 Sep 2005 22:57:12 +0000 (22:57 +0000)]
*** empty log message ***

18 years agoUpdate to version 1.2. Delete UC macro.
Romain Francoise [Fri, 16 Sep 2005 22:36:25 +0000 (22:36 +0000)]
Update to version 1.2.  Delete UC macro.

18 years agoUpdate all manuals to specify GFDL version 1.2.
Romain Francoise [Fri, 16 Sep 2005 22:11:06 +0000 (22:11 +0000)]
Update all manuals to specify GFDL version 1.2.

* doclicense.texi (GNU Free Documentation License): Update to
version 1.2.

18 years ago* elisp.texi: Specify GFDL version 1.2.
Romain Francoise [Fri, 16 Sep 2005 22:10:04 +0000 (22:10 +0000)]
* elisp.texi: Specify GFDL version 1.2.

* doclicense.texi (GNU Free Documentation License): Update to
version 1.2.

18 years agoSpecify GFDL version 1.2.
Romain Francoise [Fri, 16 Sep 2005 22:09:18 +0000 (22:09 +0000)]
Specify GFDL version 1.2.

18 years ago(mark-diary-entries): Don't move point. Use with-syntax-table and dolist.
Stefan Monnier [Fri, 16 Sep 2005 16:04:29 +0000 (16:04 +0000)]
(mark-diary-entries): Don't move point.  Use with-syntax-table and dolist.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Sep 2005 10:31:15 +0000 (10:31 +0000)]
*** empty log message ***

18 years agoVersion 4.30
Carsten Dominik [Fri, 16 Sep 2005 10:07:38 +0000 (10:07 +0000)]
Version 4.30

18 years agoLittle fixes to remove compiler warnings
Carsten Dominik [Fri, 16 Sep 2005 10:05:32 +0000 (10:05 +0000)]
Little fixes to remove compiler warnings

reftex-index.el (reftex-query-index-phrase): More efficient use
of markers.

18 years ago(syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'.
Romain Francoise [Fri, 16 Sep 2005 06:50:06 +0000 (06:50 +0000)]
(syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'.

18 years agoDocument `image-load-path'.
Chong Yidong [Thu, 15 Sep 2005 14:02:34 +0000 (14:02 +0000)]
Document `image-load-path'.

18 years agoNew variable `image-load-path'.
Chong Yidong [Thu, 15 Sep 2005 14:01:04 +0000 (14:01 +0000)]
New variable `image-load-path'.

18 years ago2005-09-15 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Thu, 15 Sep 2005 14:00:09 +0000 (14:00 +0000)]
2005-09-15  Chong Yidong  <cyd@stupidchicken.com>

* image.el (image-load-path): New variable.
(image-search-load-path): New function.
(find-image): Search for images in `image-load-path'.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 15 Sep 2005 13:17:55 +0000 (13:17 +0000)]
*** empty log message ***

18 years ago(overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
Richard M. Stallman [Thu, 15 Sep 2005 13:16:53 +0000 (13:16 +0000)]
(overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
(display_mode_element): Instead of `lisp_string' and `this',
record `offset' and increment that.
`last_offset' replaces `last'.

18 years ago(XMENU_OBJ): Variable deleted.
Richard M. Stallman [Thu, 15 Sep 2005 13:13:54 +0000 (13:13 +0000)]
(XMENU_OBJ): Variable deleted.
(obj): Use xmenu.o unconditionally.
(SOME_MACHINE_OBJECTS): Delete xmenu.o.

18 years ago(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
Richard M. Stallman [Thu, 15 Sep 2005 13:12:48 +0000 (13:12 +0000)]
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.

18 years ago(Printed Representation): Minor cleanup.
Richard M. Stallman [Thu, 15 Sep 2005 13:11:24 +0000 (13:11 +0000)]
(Printed Representation): Minor cleanup.
(Box Diagrams): Minor fix.
(Cons Cell Type): Move (...) index item here.
(Box Diagrams): From here.
(Array Type): Minor fix.
(Type Predicates): Delete index "predicates".
(Hash Table Type): Clarify xref.
(Dotted Pair Notation): Minor fix.

18 years agoChange Maintainer field.
Richard M. Stallman [Thu, 15 Sep 2005 13:09:46 +0000 (13:09 +0000)]
Change Maintainer field.

18 years ago(update-game-score.o): New target.
Richard M. Stallman [Thu, 15 Sep 2005 13:08:01 +0000 (13:08 +0000)]
(update-game-score.o): New target.
Compile and link this progranm separately.
(update-game-score${EXEEXT}): Use GETOPTDEPTS.

18 years ago(List Buffers): Fix xref.
Richard M. Stallman [Thu, 15 Sep 2005 12:51:15 +0000 (12:51 +0000)]
(List Buffers): Fix xref.

18 years agoFix previous change.
Richard M. Stallman [Thu, 15 Sep 2005 12:50:45 +0000 (12:50 +0000)]
Fix previous change.

18 years ago(Rmail Basics): Fix xref.
Richard M. Stallman [Thu, 15 Sep 2005 12:50:14 +0000 (12:50 +0000)]
(Rmail Basics): Fix xref.

18 years ago(Top): Update subnode menus.
Richard M. Stallman [Thu, 15 Sep 2005 12:47:45 +0000 (12:47 +0000)]
(Top): Update subnode menus.

18 years ago(Saving Commands): New node, broken out of Saving.
Richard M. Stallman [Thu, 15 Sep 2005 12:47:10 +0000 (12:47 +0000)]
(Saving Commands): New node, broken out of Saving.
(Customize Save): New node, broken out of Saving.
Clarify effect of write-region-inhibit-fsync.
(Misc File Ops): Say write-region-inhibit-fsync affects write-region.

18 years ago(install-arch-indep, uninstall):
Richard M. Stallman [Thu, 15 Sep 2005 12:36:49 +0000 (12:36 +0000)]
(install-arch-indep, uninstall):
Handle newsticker manual.
(info): Add - to commands.

18 years agoFix @setfilename.
Richard M. Stallman [Thu, 15 Sep 2005 12:34:21 +0000 (12:34 +0000)]
Fix @setfilename.

18 years ago(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Richard M. Stallman [Thu, 15 Sep 2005 12:31:11 +0000 (12:31 +0000)]
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
(../info/newsticker, newsticker.dvi): New targets.

18 years ago(move_it_vertically): Don't try to fetch byte BEGV-1.
Kim F. Storm [Thu, 15 Sep 2005 12:06:39 +0000 (12:06 +0000)]
(move_it_vertically): Don't try to fetch byte BEGV-1.
(reseat_at_next_visible_line_start): Likewise (in xassert).

18 years ago*** empty log message ***
Kim F. Storm [Thu, 15 Sep 2005 12:05:41 +0000 (12:05 +0000)]
*** empty log message ***

18 years ago(recentf-save-file-modes): New option.
David Ponce [Thu, 15 Sep 2005 08:02:18 +0000 (08:02 +0000)]
(recentf-save-file-modes): New option.
(recentf-save-list): Use it.

18 years ago(mode-line-eol-desc, mode-line-coding-system-map)
Nick Roberts [Thu, 15 Sep 2005 04:12:27 +0000 (04:12 +0000)]
(mode-line-eol-desc, mode-line-coding-system-map)
(mode-line-mule-info, mode-line-modified): Move bindings from
mouse-3 to mouse-1.

18 years ago*** empty log message ***
Nick Roberts [Thu, 15 Sep 2005 04:11:52 +0000 (04:11 +0000)]
*** empty log message ***

18 years ago2005-09-15 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Thu, 15 Sep 2005 03:54:24 +0000 (03:54 +0000)]
2005-09-15  Chong Yidong  <cyd@stupidchicken.com>

* url-mailto.el (url-mailto):
Call `compose-mail with `new' argument if possible.

18 years ago2005-09-15 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Thu, 15 Sep 2005 03:47:22 +0000 (03:47 +0000)]
2005-09-15  Chong Yidong  <cyd@stupidchicken.com>

* simple.el (sendmail-user-agent-compose): Revert last change.

18 years ago2005-09-15 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Thu, 15 Sep 2005 03:30:39 +0000 (03:30 +0000)]
2005-09-15  Chong Yidong  <cyd@stupidchicken.com>

* url-mailto.el (url-mailto): Delete mail buffer after sending
autogenerated mail.

18 years agoFix the paragraph describing the limitation of
Kenichi Handa [Thu, 15 Sep 2005 02:55:22 +0000 (02:55 +0000)]
Fix the paragraph describing the limitation of
UTF-8/16/7.

18 years ago(ange-ftp-process-filter): Revert to ^#+$.
Stefan Monnier [Wed, 14 Sep 2005 21:07:48 +0000 (21:07 +0000)]
(ange-ftp-process-filter): Revert to ^#+$.
Use with-current-buffer.
(ange-ftp-gwp-start): Remove unused var `gw-user'.
(ange-ftp-guess-hash-mark-size): Remove unused var `result'.
(ange-ftp-insert-directory): Remove unused var `short'.
(ange-ftp-file-name-sans-versions): Remove unused var `host-type'.

18 years ago(Saving): Mention write-region-inhibit-fsync.
Romain Francoise [Wed, 14 Sep 2005 20:20:56 +0000 (20:20 +0000)]
(Saving): Mention write-region-inhibit-fsync.

18 years agoAdd entry for write-region-inhibit-fsync.
Romain Francoise [Wed, 14 Sep 2005 20:20:18 +0000 (20:20 +0000)]
Add entry for write-region-inhibit-fsync.