1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
Commit Graph

51265 Commits

Author SHA1 Message Date
John Paul Wallington
9b19a3272c Add emacs-xtra. 2004-06-23 14:41:54 +00:00
Luc Teirlinck
655f2a083e (goto-address-fontify): Fix help-echo text. 2004-06-23 14:39:11 +00:00
Lars Hansen
255d07dc33 *** empty log message *** 2004-06-23 14:38:40 +00:00
Lars Hansen
7dd11b370c (write-contents-functions): Doc fix. 2004-06-23 14:38:19 +00:00
Lars Hansen
a3468351f6 (Saving Buffers): Correct description of `write-contents-functions'. 2004-06-23 14:37:27 +00:00
Kim F. Storm
3ef1eeeef5 (Fmapcar, Fmapconcat): GCPRO the args array. 2004-06-22 14:48:10 +00:00
Kim F. Storm
b5bc4d0572 *** empty log message *** 2004-06-22 14:47:10 +00:00
Kim F. Storm
5f5d6c621a (struct Lisp_Save_Value): New member dogc.
(SAFE_ALLOCA_LISP): Change second arg to number of elements.
Set dogc member in Lisp_Save_Value object so it will be GC'ed.
(SAFE_FREE_LISP): New macro.
2004-06-22 13:57:18 +00:00
Kim F. Storm
7b4cd44a01 (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
SAFE_FREE_LISP macros.
2004-06-22 13:57:00 +00:00
Kim F. Storm
b766f87064 (safe_alloca_unwind): Clear dogc and pointer members.
(make_save_value): Init new dogc member.
(mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
2004-06-22 13:56:34 +00:00
Kim F. Storm
ef54b2d09b *** empty log message *** 2004-06-22 13:56:05 +00:00
Luc Teirlinck
66130fed6e *** empty log message *** 2004-06-22 03:04:58 +00:00
Kim F. Storm
f4c30cde81 (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP. 2004-06-21 22:36:02 +00:00
Kim F. Storm
a9e6baccec (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
in that memory area are unknown to GC.  Add comments.
2004-06-21 22:35:29 +00:00
Kim F. Storm
3d33d9939e *** empty log message *** 2004-06-21 22:35:00 +00:00
Kim F. Storm
dbadb64b38 (add_to_log): Use SAFE_ALLOCA. 2004-06-21 21:55:56 +00:00
Kim F. Storm
799c08aca5 * fns.c (string_make_multibyte, string_to_multibyte)
(string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
(MAX_ALLOCA): Remove define.
(Fbase64_encode_region, Fbase64_encode_string)
(Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
(Fbase64_encode_region, Fbase64_encode_string): Fix potential
memory leak if encoding fails.
2004-06-21 21:55:15 +00:00
Kim F. Storm
7e2c051b99 (Fformat, Ftranspose_regions): Use SAFE_ALLOCA. 2004-06-21 21:54:30 +00:00
Kim F. Storm
f1a87317d2 (MAX_ALLOCA): Remove define.
(Faset): Use SAFE_ALLOCA.
2004-06-21 21:54:08 +00:00
Juanma Barranquero
4e9691e9fa *** empty log message *** 2004-06-21 21:53:41 +00:00
Kim F. Storm
43e4a82f6e (MAX_ALLOCA): Remove define. 2004-06-21 21:53:27 +00:00
Kim F. Storm
4894eddd88 (Fstring): Use SAFE_ALLOCA. 2004-06-21 21:52:46 +00:00
Juanma Barranquero
143b8c2731 (image-library-alist): Rewrite docstring in active voice. 2004-06-21 21:52:28 +00:00
Kim F. Storm
2b3cb54db4 (casify_object): Use SAFE_ALLOCA. 2004-06-21 21:52:03 +00:00
Kim F. Storm
f61bef8be5 (safe_alloca_unwind): New function. 2004-06-21 21:51:50 +00:00
Kim F. Storm
79518a8dfa (MAX_ALLOCA): Define here.
(safe_alloca_unwind): Add prototype.
(USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
2004-06-21 21:51:18 +00:00
Juanma Barranquero
e6263643ad (Images): Remove redundant @vindex directives.
Rewrite `image-library-alist' doc in active voice.
2004-06-21 21:51:10 +00:00
Kim F. Storm
5c917f9884 *** empty log message *** 2004-06-21 21:50:52 +00:00
Eli Zaretskii
9a09408e9e (Fwith_output_to_temp_buffer): Doc fix. 2004-06-21 19:52:30 +00:00
Karl Berry
997851eefa info.texi 2004-06-21 13:46:59 +00:00
Karl Berry
bb745acaae (Top): mention that only Emacs has mouse support.
(Getting Started): mention this in a few other places.
2004-06-21 13:28:50 +00:00
Kenichi Handa
1d390bd875 Link leim-ext.el into tempdir. 2004-06-21 11:57:45 +00:00
Richard M. Stallman
376de73927 *** empty log message *** 2004-06-21 03:26:53 +00:00
Richard M. Stallman
5e9bab6ff1 (Finternal_copy_lisp_face): Small cleanup; doc fix. 2004-06-21 03:26:32 +00:00
Richard M. Stallman
f90a5bf53a (match_limit): Cleaner err msg when no match data available. 2004-06-21 03:24:25 +00:00
Richard M. Stallman
3cb7143cd8 (syms_of_window): Doc fix. 2004-06-21 03:23:27 +00:00
Richard M. Stallman
29204e1328 (command_loop_1): Handle values only' and identity' for Vtransient_mark_mode. 2004-06-21 03:22:34 +00:00
Richard M. Stallman
5a39b770ee (syms_of_buffer): Doc fix. 2004-06-21 03:20:20 +00:00
Richard M. Stallman
eb630d4b6b (mouse-set-region-1): Set transient-mark-mode to `only'. 2004-06-21 03:16:28 +00:00
Richard M. Stallman
512bfd85df (isearch-repeat): Avoid testing old match data.
(isearch-message): Display trailing space in special font
when search is failing.
(isearch-search-fun-function): Doc fix.
2004-06-21 03:15:43 +00:00
Richard M. Stallman
d9e4328d52 (global-auto-revert-non-file-buffers): Doc fix. 2004-06-21 03:12:46 +00:00
Richard M. Stallman
5b3dedccf3 *** empty log message *** 2004-06-21 03:10:40 +00:00
David Kastrup
acd81db980 (Ftry_completion, Fall_completions): Do lazy binding
and unbinding of `case-fold-search' according to
`completion-ignore-case' around calls of string-match and
predicates, respectively.  Should give satisfactory performance
in all relevant cases.
2004-06-20 22:29:47 +00:00
Richard M. Stallman
e47ac72737 *** empty log message *** 2004-06-20 21:50:53 +00:00
Jesper Harder
110c949551 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
* custom.texi (Customization): do.
* anti.texi (Antinews): do.
* abbrevs.texi (Defining Abbrevs): do.
2004-06-20 14:45:43 +00:00
Jesper Harder
d2f9ea870a (Info Lookup): Fix keybinding for
info-lookup-symbol.
2004-06-20 14:29:25 +00:00
Luc Teirlinck
e6c45c2987 (show-trailing-whitespace): Doc fix. 2004-06-19 16:11:02 +00:00
Luc Teirlinck
a075569a29 (custom-variable-documentation): New function.
(custom-variable): Use it.
2004-06-19 16:02:06 +00:00
Luc Teirlinck
331fbb7dfd (Supporting additional buffers): Minor change. 2004-06-19 00:59:28 +00:00
Nick Roberts
353518de7e (Man-getpage-in-background): Revert previous change but
make cygwin a special case.
2004-06-19 00:50:04 +00:00