1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

53567 Commits

Author SHA1 Message Date
Richard M. Stallman
e5eea16441 Fix @direntry file name. 2004-12-08 20:06:27 +00:00
Richard M. Stallman
e0e308237a (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE, init_image):
Use 1 rather than TRUE.  TRUE's not always defined.
2004-12-08 17:56:08 +00:00
Jay Belanger
3073399bda *** empty log message *** 2004-12-08 06:40:48 +00:00
Jay Belanger
19649cc93c (math-read-replacement-list, math-read-superscripts): Move to
calc-aent.el.
(math-read-preprocess-string): Move to calc-aent.el.
2004-12-08 06:10:56 +00:00
Jay Belanger
c59d10e073 (math-read-replacement-list, math-read-superscripts): Move from
calc-ext.el.
(math-read-preprocess-string): Move from calc-ext.el.
2004-12-08 06:09:20 +00:00
Jay Belanger
5ff9dafd88 Add math-read-preprocess-string to autoloads. 2004-12-08 06:07:27 +00:00
Miles Bader
c90d0a390c Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718
RCS keyword removal
2004-12-08 05:14:31 +00:00
Stefan Monnier
be02a7ed1f (isearch-quote-char): Fix up typo in last change. 2004-12-08 01:38:05 +00:00
Luc Teirlinck
5a27c5d8f8 *** empty log message *** 2004-12-08 01:27:40 +00:00
Luc Teirlinck
c6b713e915 (Scroll Bars): The option `scroll-bar-mode' has to be set through Custom.
Otherwise, it has no effect.
2004-12-08 01:26:10 +00:00
Luc Teirlinck
91c5141258 (mouse-set-font): Handle the case where the command was not invoked
using the mouse.
2004-12-08 01:14:10 +00:00
Luc Teirlinck
b680abcbeb edit-kbd-macro' is now bound to C-x C-k e'.
(edmacro-finish-edit): Further update for keyboard macros that are
lambda forms.
(edmacro-sanitize-for-string): Correctly remove Meta modifier
(as suggested by Kim Storm).
2004-12-08 01:10:13 +00:00
Miles Bader
ad136a7c3b Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Merge from gnus--rel--5.10

Patches applied:

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

2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-forward-make-body-mml): Remove headers
   according to message-forward-ignored-headers if a message is
   decoded.

2004-12-02  Romain Francoise  <romain@orebokech.com>

   * lisp/gnus/message.el (message-forward-make-body-plain): Always remove
   headers according to message-forward-ignored-headers.

2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/lpath.el: Remove bbdb-create-internal, bbdb-records,
   spam-BBDB-register-routine and spam-enter-ham-BBDB.

   * lisp/gnus/nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
   order to silence the byte compiler.

   * lisp/gnus/pop3.el (pop3-md5): Define it before being used.

   * lisp/gnus/spam.el: Fix the way to silence the byte compiler, which
   complained about bbdb-buffer, bbdb-create-internal,
   bbdb-search-simple, mail-check-payment, spam-BBDB-register-routine,
   spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
   spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
   spam-stat-buffer-is-spam, spam-stat-load,
   spam-stat-register-ham-routine, spam-stat-register-spam-routine,
   spam-stat-save and spam-stat-split-fancy.

2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/canlock.el (canlock-password): Remove `:size 0' or `:size 1'
   which may confuse users.
   (canlock-password-for-verify): Ditto.

   * lisp/gnus/deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.

   * lisp/gnus/gnus-art.el (gnus-emphasis-alist): Ditto.

   * lisp/gnus/gnus-registry.el (gnus-registry-max-entries): Ditto.

   * lisp/gnus/gnus-score.el (gnus-adaptive-word-length-limit): Ditto.

   * lisp/gnus/gnus-start.el (gnus-save-killed-list): Ditto.

   * lisp/gnus/gnus-sum.el (gnus-thread-hide-subtree): Ditto.
   (gnus-sum-thread-tree-root): Ditto.
   (gnus-sum-thread-tree-false-root): Ditto.
   (gnus-sum-thread-tree-single-indent): Ditto.

   * lisp/gnus/message.el (message-courtesy-message): Ditto.
   (message-archive-note): Ditto.
   (message-subscribed-address-file): Ditto.
   (message-user-fqdn): Ditto.

   * lisp/gnus/spam-report.el (spam-report-gmane-regex): Ditto.

   * lisp/gnus/spam.el (spam-blackhole-good-server-regex): Ditto.

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

   * lisp/gnus/message.el (message-forbidden-properties): Fixed typo in doc
   string.

2004-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/message.el (message-strip-forbidden-properties): Bind
   buffer-read-only (etc) to nil.

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

   * lisp/gnus/gnus-util.el (gnus-replace-in-string): Added doc string.

   * lisp/gnus/nnmail.el (nnmail-split-header-length-limit): Increase to 2048
   to avoid problems when splitting mails with many recipients.

2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
   address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.

2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)

   * lisp/gnus/nnfolder.el (nnfolder-request-create-group): Save current buffer.

2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/message.texi (Various Message Variables): Mention that all mail
   file variables are derived from `message-directory'.

   * man/gnus.texi (Splitting Mail): Clarify bogus group.

2004-11-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Filtering Spam Using The Spam ELisp Package):
2004-12-07 21:56:42 +00:00
Richard M. Stallman
e9962ae153 Remove the plan to use DFA regex; it would be infeasible. 2004-12-07 21:44:21 +00:00
Miles Bader
7f72fcc3a5 Changes from arch/CVS synchronization 2004-12-07 21:13:26 +00:00
Jan Djärv
cf435f39ce * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
reset_malloc_hooks.

* keyboard.c (handle_async_input, input_available_signal): Add
! defined (SYSTEM_MALLOC) around thread code.
2004-12-07 21:03:04 +00:00
Jan Djärv
f415cacdbd * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC. 2004-12-07 17:38:30 +00:00
Stefan Monnier
948a35c144 url.texi: New file. 2004-12-07 16:55:48 +00:00
Stefan Monnier
19b1f29a2d Regenerate. 2004-12-07 16:52:54 +00:00
Stefan Monnier
a4547405f5 (init_eval_once): Increase max_specpdl_size to 1000. 2004-12-07 16:52:18 +00:00
Stefan Monnier
be5472bd83 (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in. 2004-12-07 15:42:19 +00:00
Jan Djärv
b11e882375 * PROBLEMS: Update information about klipper on KDE. 2004-12-07 13:39:30 +00:00
Jan Djärv
453a4f1b8a * xmenu.c (Fx_popup_menu): Correct documentation about position.
(xmenu_show): Do not call XTranslateCoordinates.  Adjust position
if not given by a mouse click to correspond with x-popup-menu
documentation.
2004-12-07 13:11:59 +00:00
Glenn Morris
8dad6f6234 Fix spelling mistake in previous changes. 2004-12-07 12:22:19 +00:00
Glenn Morris
1615f2a311 *** empty log message *** 2004-12-07 12:21:07 +00:00
Andreas Schwab
80d0e07857 Typo. 2004-12-07 12:07:00 +00:00
Jan Djärv
b8bdffbe58 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
pthreads and define HAVE_GTK_AND_PTHREAD.
* configure: Regenerate.
2004-12-07 08:29:07 +00:00
Jan Djärv
9a38524cc2 * config.in: Regenerate. 2004-12-07 08:28:17 +00:00
Jan Djärv
aa477689e5 * gtkutil.c: Include signal.h and syssignal.h.
(xg_get_file_name): Block and unblock __SIGRTMIN if defined.

* alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
new variables main_thread and alloc_mutex,
define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
(UN)BLOCK_INPUT.
(emacs_blocked_free, emacs_blocked_malloc)
(emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
(uninterrupt_malloc): Initialize main_thread and alloc_mutex.
(reset_malloc_hooks): New function.

* lisp.h: Declare reset_malloc_hooks.

* emacs.c (Fdump_emacs): Call reset_malloc_hooks.

* keyboard.c: Conditionally include pthread.h
(handle_async_inpu, input_available_signalt): If not in the main
thread, block signal, send signal to main thread and return.
2004-12-07 08:25:43 +00:00
Jan Djärv
ded997c160 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
Set current folder in file chooser if default_filename is a
directory.
2004-12-07 08:09:10 +00:00
Jay Belanger
02c1e49679 (Using Calc): Remove paragraph on installation. 2004-12-07 05:09:11 +00:00
Stefan Monnier
d3a403e56c *** empty log message *** 2004-12-07 05:01:55 +00:00
Stefan Monnier
516eb29c73 (font-lock-unfontify-region): Save buffer state.
(font-lock-default-unfontify-region): Dont' save buffer state any more.
2004-12-07 04:58:36 +00:00
Jay Belanger
33c886d07a *** empty log message *** 2004-12-07 04:39:32 +00:00
Jay Belanger
7b90763521 Set calc-summary-indentation even when Calc Summary buffer exists. 2004-12-07 04:24:28 +00:00
Glenn Morris
92dd6c93c0 (holiday-advent): Make arguments optional for backwards
compatability.  Doc fix.
2004-12-07 00:58:02 +00:00
Glenn Morris
94f1c41a48 *** empty log message *** 2004-12-07 00:57:30 +00:00
Glenn Morris
3cd74de74c (holiday-easter-etc): Make arguments optional for backwards
compatability.  Doc fix.  Remove un-necessary local vars mandatory,
output-list.
2004-12-07 00:46:08 +00:00
Glenn Morris
c9ba50dd01 *** empty log message *** 2004-12-07 00:45:09 +00:00
Stefan Monnier
96bda29d36 (show-paren-function): Fix last change (2004-12-02). 2004-12-06 19:06:12 +00:00
Stefan Monnier
e7a4820cac (char-displayable-p): Return nil for unibyte mode. 2004-12-06 19:04:04 +00:00
Stefan Monnier
22864a4875 (regexp-opt-depth): Use subregexp-context-p.
(regexp-opt-not-groupie*-re): Remove.
(regexp-opt): Properly handle inputs with duplicate entries.
2004-12-06 15:12:46 +00:00
Stefan Monnier
30bb14430c (isearch-quote-char): Use it. 2004-12-06 15:12:08 +00:00
Stefan Monnier
df8e73e165 (subregexp-context-p): New function. 2004-12-06 15:11:51 +00:00
Richard M. Stallman
1bc897ca5a (info-lookup-maybe-add-help cfengine-mode): Regexp typo. 2004-12-06 14:09:13 +00:00
Richard M. Stallman
09b73f492d (custom-file): Doc fix. 2004-12-06 14:01:19 +00:00
Andreas Schwab
390069bc77 Regenerate. 2004-12-06 13:29:07 +00:00
Jay Belanger
c978e57e43 *** empty log message *** 2004-12-06 06:20:00 +00:00
Richard M. Stallman
359ec6163b Comment changes. 2004-12-06 05:42:04 +00:00
Richard M. Stallman
39ebd5dd93 *** empty log message *** 2004-12-06 05:39:52 +00:00