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
Richard M. Stallman
891f4676dc
New file.
2004-12-06 05:39:36 +00:00
Jay Belanger
a4231b040c
Remove @refill commands.
...
Use more Texinfo macros instead of TeX defs.
2004-12-06 05:01:20 +00:00
Richard M. Stallman
cc60c72322
*** empty log message ***
2004-12-06 01:08:49 +00:00
Richard M. Stallman
b4e112e7a8
Rename Command Line to Emacs Invocation.
2004-12-06 01:08:32 +00:00
Richard M. Stallman
89205dcb88
(org.dvi, ../info/org): New targets.
...
(INFO_TARGETS): Add ../info/org.
(DVI_TARGETS): Add org.dvi.
(maintainer-clean): Remove the info files in the info dir.
2004-12-06 00:57:39 +00:00
Richard M. Stallman
94633ca690
(maintainer-clean): Remove the info files in $(infodir) where they are created.
2004-12-06 00:55:10 +00:00
Richard M. Stallman
2617e4e257
(info): Ignore errors building info files.
2004-12-06 00:42:41 +00:00
Stefan Monnier
c72b0edd08
(GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
...
Remove redundant correctness checks.
(regex_compile): Fix up error codes for \{..\} expressions.
2004-12-06 00:41:40 +00:00
Kenichi Handa
952cb0846a
Update international/mule-util.el section.
2004-12-05 23:58:24 +00:00
Richard M. Stallman
c721eee5e3
(regex_compile): Fix end-of-pattern case for space.
2004-12-05 23:34:44 +00:00
Richard M. Stallman
33b3f667ed
Fix previous change.
2004-12-05 23:28:40 +00:00
Luc Teirlinck
c5246f32cc
Remove no longer relevant item.
2004-12-05 22:56:59 +00:00
Richard M. Stallman
8be1f66c38
Fix previous change.
2004-12-05 21:54:27 +00:00
Sam Steingold
c95e9af380
(tramp-handle-file-accessible-directory-p):
...
Fixed `tramp-time-diff' comparison logic
2004-12-05 21:42:45 +00:00
Thien-Thi Nguyen
911aa04913
(which-function): Use
...
`run-hook-with-args-until-success' instead of a custom loop.
Fixes bug with local hooks.
2004-12-05 16:58:13 +00:00
Stefan Monnier
d10e87a203
(bibtex-font-lock-url-regexp):
...
Use delete-dups when calculating the initial value.
(bibtex-autokey-get-title): Use <=.
(bibtex-goto-line): New function.
(bibtex-reposition-window): Use line numbers instead of point positions.
Use window-body-height.
(bibtex-find-crossref): Use bibtex-reposition-window.
(bibtex-find-entry): Use bibtex-reposition-window. Always return
position of entry if key is found or nil if not found.
2004-12-05 16:07:39 +00:00
Luc Teirlinck
44240c376d
(custom-file): Escape double-quotes in docstring.
2004-12-05 15:50:34 +00:00
Richard M. Stallman
32a6e6fc26
*** empty log message ***
2004-12-05 14:21:16 +00:00
Richard M. Stallman
8ddabc8769
(custom-file): Doc fix.
2004-12-05 14:20:44 +00:00
Richard M. Stallman
bae7df154a
(sh-indent-for-then): Change default.
2004-12-05 14:19:38 +00:00
Richard M. Stallman
263a40a61b
(widget-specify-field): Add `real-field' property to boundary.
...
(widget-field-at): Use it.
2004-12-05 14:19:01 +00:00
Richard M. Stallman
6f8ca5e414
(Term Mode): Correcty describe C-c.
2004-12-05 14:16:19 +00:00
Richard M. Stallman
2adf0559a9
Fix typo.
2004-12-05 14:15:17 +00:00
Richard M. Stallman
bba2a48eb4
(Easy Customization): Move up to section level,
...
before Variables. Avoid using the term "variable"; say "option".
New initial explanation.
(Variables): In initial explanation, connect "variable" to the
already-explained "user option".
2004-12-05 14:14:50 +00:00
Richard M. Stallman
99d0c9920d
(Top): Fix ref to Command Line.
...
Move reference to Easy Customization.
2004-12-05 14:03:06 +00:00