bpt/emacs.git
18 years ago(Fexpand_file_name): Check multibyteness of
Kenichi Handa [Wed, 14 Sep 2005 02:18:49 +0000 (02:18 +0000)]
(Fexpand_file_name): Check multibyteness of
default_directory.

18 years agoMention new user var `hs-allow-nesting'.
Thien-Thi Nguyen [Wed, 14 Sep 2005 00:36:38 +0000 (00:36 +0000)]
Mention new user var `hs-allow-nesting'.

18 years ago(hs-hide-comments-when-hiding-all): Remove autoload cookie.
Thien-Thi Nguyen [Wed, 14 Sep 2005 00:29:50 +0000 (00:29 +0000)]
(hs-hide-comments-when-hiding-all): Remove autoload cookie.
(hs-allow-nesting): New user var.
(hs-discard-overlays): Skip "internal" overlays if nesting allowed.
(hs-hide-block-at-point): When nesting allowed,
if there is already an overlay in place, delete it.
(hs-safety-is-job-n): Delete func; remove call sites.
(hs-hide-level-recursive): Don't pre-clean if nesting allowed.
(hs-overlay-at): New func.
(hs-already-hidden-p, hs-show-block): Use it.
(hs-hide-all): Don't pre-clean if nesting allowed.
(hs-show-all): Temporarily disallow
nesting around call to `hs-discard-overlays'.

18 years agoComment munging; nfc.
Thien-Thi Nguyen [Wed, 14 Sep 2005 00:16:25 +0000 (00:16 +0000)]
Comment munging; nfc.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-546
Miles Bader [Tue, 13 Sep 2005 20:30:44 +0000 (20:30 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-546

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 116-117)

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

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

   * lisp/gnus/gnus-sum.el (gnus-summary-edit-article-done): Remove text props
   before parsing header.

18 years ago2005-09-14 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Tue, 13 Sep 2005 20:13:31 +0000 (20:13 +0000)]
2005-09-14  Chong Yidong  <cyd@stupidchicken.com>

* mouse.el (mouse-major-mode-menu): Make `prefix' optional.
Delete unused local var.

18 years agoAdd arch tagline
Miles Bader [Tue, 13 Sep 2005 19:35:24 +0000 (19:35 +0000)]
Add arch tagline

18 years agoNew file.
Richard M. Stallman [Tue, 13 Sep 2005 15:50:31 +0000 (15:50 +0000)]
New file.

18 years ago(describe-categories): "?\ " -> "?\s".
Juanma Barranquero [Tue, 13 Sep 2005 15:00:21 +0000 (15:00 +0000)]
(describe-categories): "?\ " -> "?\s".
(help-do-arg-highlight): Recognize also ARG-n, as in `move-to-left-margin'
(ARG+n is already recognized).  Simplify.

18 years ago(reftex-tables-dirty): Add defvas.
Juanma Barranquero [Tue, 13 Sep 2005 08:53:47 +0000 (08:53 +0000)]
(reftex-tables-dirty): Add defvas.

18 years ago(conf-alist, conf-entry, conf-key, ent-alist): Add defvar.
Juanma Barranquero [Tue, 13 Sep 2005 08:50:42 +0000 (08:50 +0000)]
(conf-alist, conf-entry, conf-key, ent-alist): Add defvar.

18 years ago(tool-bar-map, w3-mode-map, w3m-minor-mode-map): Add defvars.
Juanma Barranquero [Tue, 13 Sep 2005 08:47:44 +0000 (08:47 +0000)]
(tool-bar-map, w3-mode-map, w3m-minor-mode-map): Add defvars.

18 years ago(dos-unsupported-char-glyph): Add defvar.
Juanma Barranquero [Tue, 13 Sep 2005 08:46:17 +0000 (08:46 +0000)]
(dos-unsupported-char-glyph): Add defvar.

18 years ago(compose_chars_in_text): Delete it.
Kenichi Handa [Tue, 13 Sep 2005 01:07:30 +0000 (01:07 +0000)]
(compose_chars_in_text): Delete it.

18 years ago(compose_chars_in_text): Delete extern.
Kenichi Handa [Tue, 13 Sep 2005 01:05:51 +0000 (01:05 +0000)]
(compose_chars_in_text): Delete extern.

18 years ago(print_error_message): Fix last change.
Kim F. Storm [Mon, 12 Sep 2005 23:10:59 +0000 (23:10 +0000)]
(print_error_message): Fix last change.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 12 Sep 2005 23:10:48 +0000 (23:10 +0000)]
*** empty log message ***

18 years ago2005-09-13 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Mon, 12 Sep 2005 23:02:16 +0000 (23:02 +0000)]
2005-09-13  Chong Yidong  <cyd@stupidchicken.com>

* url-mailto.el (url-mailto): Always use a new mail buffer.

18 years ago2005-09-13 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Mon, 12 Sep 2005 22:58:55 +0000 (22:58 +0000)]
2005-09-13  Chong Yidong  <cyd@stupidchicken.com>

* mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
Fix behavior if noerase is `t' and there is no mail buffer.

* simple.el (sendmail-user-agent-compose): Use a new mail buffer
if `continue' is nil, rather than signal an error.

18 years agoAdd arch tagline
Miles Bader [Mon, 12 Sep 2005 22:54:28 +0000 (22:54 +0000)]
Add arch tagline

18 years ago* custom.el (custom-push-theme): Handle the case where a symbol is
Chong Yidong [Mon, 12 Sep 2005 22:05:17 +0000 (22:05 +0000)]
* custom.el (custom-push-theme): Handle the case where a symbol is
bound but face properties have not yet been assigned.

18 years ago2005-09-13 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Mon, 12 Sep 2005 21:58:21 +0000 (21:58 +0000)]
2005-09-13  Chong Yidong  <cyd@stupidchicken.com>

* mail/sendmail.el (mail): Use new buffer if `noerase' argument is
`new'.

18 years ago(calendar-for-loop): Add edebug info.
Stefan Monnier [Mon, 12 Sep 2005 21:32:11 +0000 (21:32 +0000)]
(calendar-for-loop): Add edebug info.
(calendar-basic-setup): Use the new nil arg.
(number-of-diary-entries): Move to diary-lib.el.

18 years agoUse with-current-buffer, match-string.
Stefan Monnier [Mon, 12 Sep 2005 21:21:42 +0000 (21:21 +0000)]
Use with-current-buffer, match-string.
(diary-list-entries): Use with-syntax-table and dolist.
Rename from list-diary-entries.
Use number-of-diary-entries if `number' is nil.
(diary, diary-view-entries): Use this new name and new nil arg value.
(number-of-diary-entries): Move from calendar.el.
(diary-unhide-everything): New function.
(include-other-diary-files, fancy-diary-display)
(diary-show-all-entries, make-diary-entry): Use it.
(diary-mail-entries): Use buffer-string.
(mark-diary-entries): Fix long standing paren typo.
(diary-sexp-entry): Use count-lines.
(make-diary-entry): Avoid `previous-line'.
(diary-mode-map): New var.
(diary-mode): Redraw cal after saving.  Setup header-line.
(fancy-diary-display-mode): Use local-set-key.

18 years ago(compose_chars_in_text): Fix setup of `pend'.
Kim F. Storm [Mon, 12 Sep 2005 20:38:47 +0000 (20:38 +0000)]
(compose_chars_in_text): Fix setup of `pend'.
Unconditionally reload `ptr' and `pend' after eval.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 12 Sep 2005 20:38:29 +0000 (20:38 +0000)]
*** empty log message ***

18 years ago(command-line): Try calling various terminal-init-foo-bar
Stefan Monnier [Mon, 12 Sep 2005 15:47:31 +0000 (15:47 +0000)]
(command-line): Try calling various terminal-init-foo-bar
functions by stripping hyphenated suffixes from $TERM.

18 years ago(font-lock-keywords): Add autoload.
Richard M. Stallman [Mon, 12 Sep 2005 15:37:44 +0000 (15:37 +0000)]
(font-lock-keywords): Add autoload.

18 years ago(describe-variable): Rearrange to put source link in a predictable place.
Richard M. Stallman [Mon, 12 Sep 2005 15:35:22 +0000 (15:35 +0000)]
(describe-variable): Rearrange to put source link in a predictable place.

18 years agoNew file.
Richard M. Stallman [Mon, 12 Sep 2005 15:33:35 +0000 (15:33 +0000)]
New file.

18 years ago(normal-mode): Check boundness of font-lock-keywords.
Stefan Monnier [Mon, 12 Sep 2005 15:05:24 +0000 (15:05 +0000)]
(normal-mode): Check boundness of font-lock-keywords.

18 years ago(auto_save_error): Pass copy of lisp string to message2.
Kim F. Storm [Mon, 12 Sep 2005 13:42:49 +0000 (13:42 +0000)]
(auto_save_error): Pass copy of lisp string to message2.

18 years ago(print_error_message): Pass copy of caller name to message_dolog.
Kim F. Storm [Mon, 12 Sep 2005 13:42:40 +0000 (13:42 +0000)]
(print_error_message): Pass copy of caller name to message_dolog.

18 years ago(message3): Pass copy of lisp string to message_dolog.
Kim F. Storm [Mon, 12 Sep 2005 13:42:30 +0000 (13:42 +0000)]
(message3): Pass copy of lisp string to message_dolog.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 12 Sep 2005 13:42:15 +0000 (13:42 +0000)]
*** empty log message ***

18 years ago(display_mode_element): Be sure to make variables THIS
Kenichi Handa [Mon, 12 Sep 2005 11:51:55 +0000 (11:51 +0000)]
(display_mode_element): Be sure to make variables THIS
and LISP_STRING point into a string data of ELT.

18 years ago(x_encode_text): Remove prototype.
Kim F. Storm [Mon, 12 Sep 2005 10:27:35 +0000 (10:27 +0000)]
(x_encode_text): Remove prototype.

18 years ago(x_encode_text): Declare static. Add FREEP arg.
Kim F. Storm [Mon, 12 Sep 2005 10:27:20 +0000 (10:27 +0000)]
(x_encode_text): Declare static.  Add FREEP arg.
(x_set_name_internal): Call x_encode_text with new FREEP arg to
know if xfree is needed instead of guessing.

18 years ago(check_windows_init_file): Fix allocation of error buffer.
Kim F. Storm [Mon, 12 Sep 2005 10:27:02 +0000 (10:27 +0000)]
(check_windows_init_file): Fix allocation of error buffer.

18 years ago(Fminibuffer_complete_word): Move `completion_string'
Kim F. Storm [Mon, 12 Sep 2005 10:26:48 +0000 (10:26 +0000)]
(Fminibuffer_complete_word): Move `completion_string'
declaration to where it is used.

18 years ago(Fdescribe_buffer_bindings): Reload `translate'
Kim F. Storm [Mon, 12 Sep 2005 10:26:35 +0000 (10:26 +0000)]
(Fdescribe_buffer_bindings): Reload `translate'
after insert which runs signal_after_change.

18 years ago(Ftranslate_region_internal): Reload `tt' after
Kim F. Storm [Mon, 12 Sep 2005 10:26:15 +0000 (10:26 +0000)]
(Ftranslate_region_internal): Reload `tt' after
signal_after_change that may have GC'ed.
(Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 12 Sep 2005 10:22:53 +0000 (10:22 +0000)]
*** empty log message ***

18 years agotypo
Werner LEMBERG [Mon, 12 Sep 2005 05:53:11 +0000 (05:53 +0000)]
typo

18 years agoDon't decide a file's directory
Richard M. Stallman [Mon, 12 Sep 2005 05:01:06 +0000 (05:01 +0000)]
Don't decide a file's directory
until the user actually tries to go there.
(compilation-next-error-function):
Pass compilation-find-file the directory from the file-struct.
(compilation-internal-error-properties): Separate local FILE-STRUCT
from FILE.  Doc the args better.  Rename arg FMT to FMTS.
(compilation-find-file): Arg DIR renamed to DIRECTORY.
Expand it, and if nil, use default-directory.
(compilation-get-file-structure): Don't mix specified directory
with default directory.  Put specified directory into
file-struct.  Don't make the file name absolute.

(compilation-error-regexp-alist): Doc fix.
(compile-command): Add autoload.
(compilation-disable-input): Add autoload.

18 years agotime-stamp.el
Stephen Gildea [Mon, 12 Sep 2005 01:06:28 +0000 (01:06 +0000)]
time-stamp.el

18 years ago(time-stamp, time-stamp-line-limit, time-stamp-start, time-stamp-end):
Stephen Gildea [Mon, 12 Sep 2005 01:05:55 +0000 (01:05 +0000)]
(time-stamp, time-stamp-line-limit, time-stamp-start, time-stamp-end):
Mention variable time-stamp-pattern in doc string.
(time-stamp-pattern): Update doc string.
(time-stamp-string-preprocess): new (as yet undocumented)
time-stamp-format escapes %Q and %q (fully-qualified domain name
and unqualified host name).

18 years ago(../src/config.h): Don't overwrite. Print a message instead.
Jason Rumney [Sun, 11 Sep 2005 22:29:23 +0000 (22:29 +0000)]
(../src/config.h): Don't overwrite. Print a message instead.
(../src/paths.h): Removed.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-540
Miles Bader [Sun, 11 Sep 2005 22:02:04 +0000 (22:02 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-540

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 115)

   - Update from CVS

2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam-report.el (spam-report-gmane): Fix generation of spam
   report URL.

2005-09-10  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Make the default
   t, based on discussion on the ding list with Robert Epprecht
   <epprecht@solnet.ch>.

18 years ago2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
Jason Rumney [Sun, 11 Sep 2005 20:34:04 +0000 (20:34 +0000)]
2005-09-11  Chris Prince  <cprince@gmail.com>  (tiny change)

* w32term.c (x_bitmap_icon): Load small icons too.

18 years agoRegenerate.
Kim F. Storm [Sat, 10 Sep 2005 22:56:00 +0000 (22:56 +0000)]
Regenerate.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 10 Sep 2005 22:55:46 +0000 (22:55 +0000)]
*** empty log message ***

18 years ago(authors-aliases): Update list.
Kim F. Storm [Sat, 10 Sep 2005 22:43:12 +0000 (22:43 +0000)]
(authors-aliases): Update list.
(authors-fixed-entries): Update mldrag.el entry.

18 years agoFix formatting of misc. entries.
Kim F. Storm [Sat, 10 Sep 2005 22:26:18 +0000 (22:26 +0000)]
Fix formatting of misc. entries.

18 years ago(init_buffer): Fix typos.
Romain Francoise [Sat, 10 Sep 2005 20:05:02 +0000 (20:05 +0000)]
(init_buffer): Fix typos.

18 years ago(init_buffer): Grow buffer to add directory separator
Romain Francoise [Sat, 10 Sep 2005 19:55:28 +0000 (19:55 +0000)]
(init_buffer): Grow buffer to add directory separator
and terminal zero.

18 years ago2005-09-10 Chong Yidong <cyd@stupidchicken.com>
Chong Yidong [Sat, 10 Sep 2005 15:51:28 +0000 (15:51 +0000)]
2005-09-10  Chong Yidong  <cyd@stupidchicken.com>

* files.texi (Saving Buffers): Fix typo.

18 years ago(narrow-to-page): Exclude _entire_ multi-line delimiter from the region
Eli Zaretskii [Sat, 10 Sep 2005 15:22:29 +0000 (15:22 +0000)]
(narrow-to-page): Exclude _entire_ multi-line delimiter from the region
narrowed to.

18 years ago(ispell-check-version): Signal an error if aspell version is less than 0.60.
Eli Zaretskii [Sat, 10 Sep 2005 15:09:06 +0000 (15:09 +0000)]
(ispell-check-version): Signal an error if aspell version is less than 0.60.

18 years ago(inferior-octave-startup): Resync current dir at the end.
Eli Zaretskii [Sat, 10 Sep 2005 15:05:44 +0000 (15:05 +0000)]
(inferior-octave-startup): Resync current dir at the end.

18 years agoDocument changes in woman.el.
Eli Zaretskii [Sat, 10 Sep 2005 15:01:43 +0000 (15:01 +0000)]
Document changes in woman.el.

18 years ago(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii [Sat, 10 Sep 2005 14:59:07 +0000 (14:59 +0000)]
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
(woman-topic-at-point): Renamed to woman-use-topic-at-point.
(woman-file-name): Reflect renames above.  Automatically use the
word at point as topic if woman-use-topic-at-point is non-nil.
Otherwise offer it as default but don't insert it in the
minibuffer.  Also use `test-completion' instead of `assoc' as
suggested by Stefan Monnier.

18 years agoFix entry for sysdep.c.
Eli Zaretskii [Sat, 10 Sep 2005 14:46:07 +0000 (14:46 +0000)]
Fix entry for sysdep.c.

18 years agoDon't #undef NULL after including blockinput.h.
Eli Zaretskii [Sat, 10 Sep 2005 14:32:20 +0000 (14:32 +0000)]
Don't #undef NULL after including blockinput.h.

18 years agoFix last change.
Eli Zaretskii [Sat, 10 Sep 2005 14:12:35 +0000 (14:12 +0000)]
Fix last change.

18 years ago(init_buffer): Fix error message for failed call to get_current_dir_name.
Eli Zaretskii [Sat, 10 Sep 2005 14:05:17 +0000 (14:05 +0000)]
(init_buffer): Fix error message for failed call to get_current_dir_name.
(get_current_dir_name): Remove prototype.

18 years ago(get_current_dir_name): Remove prototype.
Eli Zaretskii [Sat, 10 Sep 2005 14:03:36 +0000 (14:03 +0000)]
(get_current_dir_name): Remove prototype.

18 years ago(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.
Eli Zaretskii [Sat, 10 Sep 2005 14:03:01 +0000 (14:03 +0000)]
(get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Sep 2005 12:20:03 +0000 (12:20 +0000)]
*** empty log message ***

18 years ago[WINDOWSNT]: Add prototype for getwd.
Eli Zaretskii [Sat, 10 Sep 2005 12:19:14 +0000 (12:19 +0000)]
[WINDOWSNT]: Add prototype for getwd.

18 years ago(HAVE_GET_CURRENT_DIR_NAME): Undefine.
Eli Zaretskii [Sat, 10 Sep 2005 11:46:35 +0000 (11:46 +0000)]
(HAVE_GET_CURRENT_DIR_NAME): Undefine.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Sep 2005 11:39:01 +0000 (11:39 +0000)]
*** empty log message ***

18 years agoRegenerated after adding test for get_current_dir_name.
Eli Zaretskii [Sat, 10 Sep 2005 11:36:24 +0000 (11:36 +0000)]
Regenerated after adding test for get_current_dir_name.

18 years ago(AC_CHECK_FUNCS): Check for get_current_dir_name.
Eli Zaretskii [Sat, 10 Sep 2005 11:32:51 +0000 (11:32 +0000)]
(AC_CHECK_FUNCS): Check for get_current_dir_name.

18 years ago(smc_save_yourself_CB): Use get_current_dir_name.
Eli Zaretskii [Sat, 10 Sep 2005 11:31:50 +0000 (11:31 +0000)]
(smc_save_yourself_CB): Use get_current_dir_name.

18 years ago(init_buffer): Use get_current_dir_name.
Eli Zaretskii [Sat, 10 Sep 2005 11:30:06 +0000 (11:30 +0000)]
(init_buffer): Use get_current_dir_name.

18 years ago(get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New function.
Eli Zaretskii [Sat, 10 Sep 2005 11:29:15 +0000 (11:29 +0000)]
(get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New function.

18 years agoRemove VC-over-Tramp issue. VC now fails gracefully in the
André Spiegel [Sat, 10 Sep 2005 11:22:19 +0000 (11:22 +0000)]
Remove VC-over-Tramp issue.  VC now fails gracefully in the
appropriate cases.

18 years ago(GETOPT_H, GETOPTOBJS): Define to use getopt.h, getopt.o and getopt1.o.
Eli Zaretskii [Sat, 10 Sep 2005 11:15:41 +0000 (11:15 +0000)]
(GETOPT_H, GETOPTOBJS): Define to use getopt.h, getopt.o and getopt1.o.

18 years ago#
André Spiegel [Sat, 10 Sep 2005 11:11:42 +0000 (11:11 +0000)]
#

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Sep 2005 10:56:15 +0000 (10:56 +0000)]
*** empty log message ***

18 years ago(vc-directory, vc-update-change-log): Throw an error on the attempt to
André Spiegel [Sat, 10 Sep 2005 10:55:42 +0000 (10:55 +0000)]
(vc-directory, vc-update-change-log): Throw an error on the attempt to
do it over Tramp.  This is not yet supported.

18 years ago(menu-bar-menu-frame-live-and-visible-p)
Eli Zaretskii [Sat, 10 Sep 2005 10:55:14 +0000 (10:55 +0000)]
(menu-bar-menu-frame-live-and-visible-p)
(menu-bar-non-minibuffer-window-p): New functions.
("Split Window", "Save As..."): Use them.
("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
("Print Buffer", "Truncate Long Lines in this Buffer"):  Use
menu-bar-menu-frame-live-and-visible-p.
("Save Buffer", "Insert File", "Open Directory...")
("Open File...", "Visit New File..."): Use
menu-bar-non-minibuffer-window-p.
(kill-this-buffer-enabled-p, dired <menu-enable>): Use
menu-bar-non-minibuffer-window-p.

18 years agoFix last change.
Eli Zaretskii [Fri, 9 Sep 2005 16:24:25 +0000 (16:24 +0000)]
Fix last change.

18 years ago(all): Don't complain about fringe-related
Eli Zaretskii [Fri, 9 Sep 2005 16:22:11 +0000 (16:22 +0000)]
(all): Don't complain about fringe-related
built-ins if fringes are not supported.  Ditto about
selection-related built-ins.  Fix the test for GTK-related
built-ins.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 9 Sep 2005 13:42:01 +0000 (13:42 +0000)]
*** empty log message ***

18 years ago("Split Window", "Postscript Print Buffer (B+W)")
Eli Zaretskii [Fri, 9 Sep 2005 13:40:46 +0000 (13:40 +0000)]
("Split Window", "Postscript Print Buffer (B+W)")
("Postscript Print Buffer", "Print Region", "Save As...")
("Save", "Insert File...", "Open Directory...")
("Open File...", "Visit New File..."")
("Truncate Long Lines in this Buffer"): Don't look at
menu-updating-frame if this display does not support multiple
frames.

18 years agoUpdate url for calculator.el.
Eli Zaretskii [Fri, 9 Sep 2005 13:06:40 +0000 (13:06 +0000)]
Update url for calculator.el.

18 years agoconfigure.in <lynxsos*>: Support for LynxOS on PPC.
Eli Zaretskii [Fri, 9 Sep 2005 13:02:05 +0000 (13:02 +0000)]
configure.in <lynxsos*>: Support for LynxOS on PPC.
configure: Regenerated.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 9 Sep 2005 12:35:04 +0000 (12:35 +0000)]
*** empty log message ***

18 years ago(default-sendmail-coding-system): Doc fix.
Eli Zaretskii [Fri, 9 Sep 2005 12:33:21 +0000 (12:33 +0000)]
(default-sendmail-coding-system): Doc fix.

18 years agoFormat- and whitespace-related changes.
Eli Zaretskii [Fri, 9 Sep 2005 12:30:03 +0000 (12:30 +0000)]
Format- and whitespace-related changes.

18 years agoFix my email address.
Eli Zaretskii [Fri, 9 Sep 2005 12:21:26 +0000 (12:21 +0000)]
Fix my email address.

18 years ago(Fsubstitute_command_keys): Lookup key binding for
Kim F. Storm [Fri, 9 Sep 2005 11:55:09 +0000 (11:55 +0000)]
(Fsubstitute_command_keys): Lookup key binding for
commands that are remapped from some other command.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 9 Sep 2005 11:54:59 +0000 (11:54 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Stefan Monnier [Fri, 9 Sep 2005 04:58:15 +0000 (04:58 +0000)]
*** empty log message ***

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-536
Miles Bader [Fri, 9 Sep 2005 01:47:33 +0000 (01:47 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-536

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 112-114)

   - Update from CVS

2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam-report.el (spam-report-gmane): Make it work without
   X-Report-Spam header.  Gmane now only provides Archived-At.  This
   is only used if `spam-report-gmane-use-article-number' is nil.
   (spam-report-gmane-spam-header): Removed.  Not used anymore.

   * lisp/gnus/nnweb.el (nnweb-google-wash-article): Print a message if article
   is not available.

2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>

   * lisp/gnus/gnus-art.el (gnus-mime-display-single): Decode text/* parts
   content before displaying.

2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mml-smime.el: Remove defvar of gnus-extract-address-components.

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

   * lisp/gnus/mm-view.el (mm-display-inline-fontify): Disable support modes.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 9 Sep 2005 01:37:45 +0000 (01:37 +0000)]
*** empty log message ***

18 years ago(Programming Tips): Correct the "default" prompt spec.
Richard M. Stallman [Fri, 9 Sep 2005 01:37:33 +0000 (01:37 +0000)]
(Programming Tips): Correct the "default" prompt spec.

18 years agoComment change.
Richard M. Stallman [Fri, 9 Sep 2005 01:36:01 +0000 (01:36 +0000)]
Comment change.