1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

69564 Commits

Author SHA1 Message Date
Eli Zaretskii
539775c024 (Writing Emacs Primitives): Untabify `For'. 2007-03-31 09:26:40 +00:00
Eli Zaretskii
efd6112253 (Init File, Init Non-ASCII): Fix last change. 2007-03-31 09:06:48 +00:00
Eli Zaretskii
954adba530 (Top): Fix the menu due to the last change in custom.texi. 2007-03-31 09:04:57 +00:00
Chong Yidong
bd8abbc439 (Non-ASCII Rebinding): Node deleted. Material moved to Init Non-ASCII.
(Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
(Init Non-ASCII): New node.
2007-03-30 23:43:16 +00:00
Chong Yidong
89c269bf27 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
Init Non-ASCII.
(Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
(Init Non-ASCII): New node.
2007-03-30 23:43:07 +00:00
Reiner Steib
c2dbc5f2e8 (info-tool-bar-map): Use "exit" for Info-exit. Move to the right. 2007-03-30 21:48:52 +00:00
Alan Mackenzie
15279e7455 (c-forward-to-nth-EOF-}): Fix EOB bug. 2007-03-30 20:20:35 +00:00
Alan Mackenzie
72f785ba69 *** empty log message *** 2007-03-30 20:17:54 +00:00
Richard M. Stallman
62c326ed9f *** empty log message *** 2007-03-30 19:58:31 +00:00
Karl Berry
a4c5b42a9c improve page breaks, etc. 2007-03-30 18:12:56 +00:00
Chong Yidong
799b5496f0 Add omitted changelog entry:
* simple.el (compose-mail): Revert 2007-03-19 change.
2007-03-30 16:18:59 +00:00
Thien-Thi Nguyen
f718c2fc7f (ewoc--insert-new-node): Take additional arg DLL.
Use it, passed in explicitly, instead of from the dynamic binding.
(ewoc-create, ewoc-enter-before): Update to use new call sequence.
2007-03-30 16:12:19 +00:00
Juanma Barranquero
8ad6289625 (blink-matching-open): When in minibuffer,
don't search for a match inside the prompt.
2007-03-30 15:33:01 +00:00
Nick Roberts
573e00ef11 (tmm-menubar): Select the right menu item with the mouse.
(tmm-prompt): Don't make the mouse user select the first menu item
twice.
2007-03-30 06:11:38 +00:00
Nick Roberts
715ecc6c1c *** empty log message *** 2007-03-30 06:11:13 +00:00
Chong Yidong
9e56868413 (Fprimitive_undo): Give clearer error message when trying to change
text properties outside accessible part of buffer.
2007-03-30 02:04:27 +00:00
Chong Yidong
6cf1226a72 * undo.c (Fprimitive_undo): Give clearer error message when trying to
change text properties outside accessible part of buffer.
2007-03-30 02:04:02 +00:00
Chong Yidong
be6e5004e2 (eshell/kill): Tweak regexp to recognize SIGUSR1 and SIGUSR2. 2007-03-30 01:54:04 +00:00
Chong Yidong
b2d2c07e8d * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
SIGUSR1 and SIGUSR2.
2007-03-30 01:53:54 +00:00
Kim F. Storm
d95fae7749 *** empty log message *** 2007-03-29 22:35:12 +00:00
Kim F. Storm
523c54f5a7 (ido-read-internal): When reading file or dir, only override
minibuffer-local-filename-completion-map, otherwise only override
minibuffer-local-completion-map.
2007-03-29 22:33:22 +00:00
Kim F. Storm
4740825c2f (wait_reading_process_output) [HAVE_PTYS]:
When EIO happens, clear channel from descriptor masks before raising
SIGCHLD signal to avoid busy loop between read and sigchld_handler.
(sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).
2007-03-29 21:24:38 +00:00
Kim F. Storm
1acc2cac84 *** empty log message *** 2007-03-29 21:24:20 +00:00
Juanma Barranquero
ea4fddd894 (Fset_buffer_major_mode): Check that BUFFER is valid. 2007-03-29 16:00:03 +00:00
Juanma Barranquero
cbf23adbc6 (Fformat_network_address): Return nil when the
argument vector contains invalid values.
2007-03-29 13:58:40 +00:00
Juanma Barranquero
7315c8d949 *** empty log message *** 2007-03-29 09:37:36 +00:00
Glenn Morris
660fd6fb69 (partial-completion-mode): Set PC-do-completion-end to nil after use.
(PC-lisp-complete-symbol): Create and use a marker at `end',
rather than using point-marker.
2007-03-29 03:24:36 +00:00
Glenn Morris
aae26e176f *** empty log message *** 2007-03-29 03:24:23 +00:00
Chong Yidong
676b1a7480 (next-error-highlight): Doc fix. 2007-03-28 18:36:01 +00:00
Chong Yidong
318666ca8d * simple.el (next-error-highlight): Doc fix. 2007-03-28 18:35:50 +00:00
Richard M. Stallman
5757788464 (edebug-display): Don't go to edebug-outside-buffer if it is dead. 2007-03-28 13:24:21 +00:00
Juanma Barranquero
38acf670fb (view-mode): Fix typos in docstring. 2007-03-28 09:16:41 +00:00
Juanma Barranquero
86b8a072ee *** empty log message *** 2007-03-28 08:44:36 +00:00
YAMAMOTO Mitsuharu
a0dd810b1b *** empty log message *** 2007-03-28 08:16:39 +00:00
YAMAMOTO Mitsuharu
cd83514ad3 (readchar): Extend BLOCK_INPUT block to ferror/clearerr. 2007-03-28 08:16:19 +00:00
YAMAMOTO Mitsuharu
2f213514df [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
[USE_PTHREAD]: Include pthread.h.
(malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables.
(malloc_initialize_1): New function created from __malloc_initialize.
(__malloc_initialize): Use it.
(LOCK, UNLOCK): New macros to make malloc etc. thread safe.
(_malloc_internal, _free_internal, _realloc_internal): Use them.
2007-03-28 08:16:05 +00:00
YAMAMOTO Mitsuharu
e43c7935f3 (Mac Font Specs): Mention AppleAntiAliasingThreshold. 2007-03-28 08:15:27 +00:00
Glenn Morris
1fbd183032 (PC-do-completion-end): New variable.
(partial-completion-mode) <choose-completion-string-functions>:
Use PC-do-completion-end in the non-minibuffer case to replace the
correct amount of text.
(PC-do-completion): Set PC-do-completion-end for c-c-s-f.
(PC-lisp-complete-symbol): Give marker the after-insertion type,
to deal with improvements inserted after point.
2007-03-28 03:28:49 +00:00
Glenn Morris
a0314231fa Stephen Berman <Stephen.Berman at gmx.net>:
(recentf-save-file): Add a custom :set function.
2007-03-28 03:26:26 +00:00
Glenn Morris
af49347bdf *** empty log message *** 2007-03-28 03:25:56 +00:00
Stefan Monnier
6340a43f5c (make-text-button): Add explicit `button' property.
(default-button): Don't put a `button' property on it.
2007-03-28 03:20:31 +00:00
Stefan Monnier
070f60e096 (python-mode): Skip comments when parsing. 2007-03-28 01:21:47 +00:00
Stefan Monnier
74cb3d2111 (vc-with-current-file-buffer): New macro.
(vc-arch-file-source-p): Use it to avoid infloop.
2007-03-28 01:19:43 +00:00
Stefan Monnier
4878f1de7c (lisp-complete-symbol): Make get-buffer-window find windows in other frames. 2007-03-28 00:54:08 +00:00
Stefan Monnier
dbb56e39bf (comint-proc-query, comint-dynamic-list-completions):
Fix calls to get-buffer-window to find windows in other frames.
Reported by David Hansen <david.hansen@gmx.net>.
2007-03-28 00:51:08 +00:00
Nick Roberts
d3425b3565 (Info-display-images-node): On a text-only terminal, show
the "text" or "alt" parts of the image blobs.
2007-03-27 22:21:02 +00:00
Nick Roberts
54fb4f9679 *** empty log message *** 2007-03-27 22:20:20 +00:00
Chong Yidong
04d29b4b7b ** david.reitter@gmail.com, Mar 23: file-remote-p malfunctions at site-start
Documented in PROBLEMS.
2007-03-27 20:59:37 +00:00
Chong Yidong
923a6eb006 Emacs cannot load remote files using Tramp during init. 2007-03-27 20:59:27 +00:00
Juanma Barranquero
523fc4334f *** empty log message *** 2007-03-27 15:53:17 +00:00