]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(query-replace-read-args): Implement `\,' and `\#'
David Kastrup [Thu, 24 Jun 2004 10:26:24 +0000 (10:26 +0000)]
(query-replace-read-args): Implement `\,' and `\#'
replacements here.
(query-replace-regexp): Doc string explaining this and the new
`\?' replacement.  Remove `\,' and `\#' implementation here, as it
is better placed in `query-replace-read-args'.
(replace-regexp): Explain `\,', `\#' and `\?'.
(replace-match-data): New function for thorough reuse/destruction
of old match-data.
(replace-match-maybe-edit): Function for implementing `\?'
editing.
(perform-replace): Fix maintaining of the match stack including
already matched regions, implement `\?', fix various problems
with regions while editing and other stuff.
(replace-highlight): Simplified.

20 years ago(grep-error-screen-columns): New variable.
Daniel Pfeiffer [Wed, 23 Jun 2004 23:11:23 +0000 (23:11 +0000)]
(grep-error-screen-columns): New variable.
(grep-regexp-alist): Give it the full functionality of gnu style compilation messages with line and column ranges.  Ask me for the perl script I'm working on, that uses these.

20 years agoAdded GTK items
Jan Djärv [Wed, 23 Jun 2004 19:47:27 +0000 (19:47 +0000)]
Added GTK items

20 years ago(Freplace_match): Adjust the match-data more
David Kastrup [Wed, 23 Jun 2004 19:22:25 +0000 (19:22 +0000)]
(Freplace_match): Adjust the match-data more
thoroughly when replacing strings in the buffer.
search.c (match-data): When INTEGERS is non-nil and the last match
was in a buffer, add the buffer as last element to the match data.
(Fset_match_data): If an additional element of the match-data is
a buffer, restore it to last_thing_searched.
(save_search_regs): Save last_thing_searched as part of the match
data.
(restore_match_data): Restore it again.

20 years ago2004-06-23 David Kastrup <dak@gnu.org>
David Kastrup [Wed, 23 Jun 2004 19:21:14 +0000 (19:21 +0000)]
2004-06-23  David Kastrup  <dak@gnu.org>

* search.c (Freplace_match): Adjust the match-data more
thoroughly when replacing strings in the buffer.
search.c (match-data): When INTEGERS is non-nil and the last match
was in a buffer, add the buffer as last element to the match data.
(Fset_match_data): If an additional element of the match-data is
a buffer, restore it to last_thing_searched.
(save_search_regs): Save last_thing_searched as part of the match
data.
(restore_match_data): Restore it again.

20 years ago(Shell History Copying): Document comint-insert-input.
Nick Roberts [Wed, 23 Jun 2004 18:08:24 +0000 (18:08 +0000)]
(Shell History Copying): Document comint-insert-input.
(Shell Ring): Describe comint-dynamic-list-input-ring here.

20 years ago*** empty log message ***
Nick Roberts [Wed, 23 Jun 2004 18:06:31 +0000 (18:06 +0000)]
*** empty log message ***

20 years ago(comint-insert-clicked-input, comint-copy-old-input):
Nick Roberts [Wed, 23 Jun 2004 18:04:43 +0000 (18:04 +0000)]
(comint-insert-clicked-input, comint-copy-old-input):
Remove.
(comint-insert-input, comint-mouse-insert-input): New functions
based on comint-insert-clicked-input for two bindings but just
one functionality.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 23 Jun 2004 17:46:36 +0000 (17:46 +0000)]
*** empty log message ***

20 years agoMORE.STUFF: Delete obsolete URL.
Luc Teirlinck [Wed, 23 Jun 2004 17:43:32 +0000 (17:43 +0000)]
MORE.STUFF: Delete obsolete URL.

20 years ago(Ftext_char_description): Doc fix.
Luc Teirlinck [Wed, 23 Jun 2004 17:03:50 +0000 (17:03 +0000)]
(Ftext_char_description): Doc fix.

20 years ago(Fsnarf_documentation): Doc fix.
Luc Teirlinck [Wed, 23 Jun 2004 17:00:06 +0000 (17:00 +0000)]
(Fsnarf_documentation): Doc fix.

20 years agoReposition @anchor's.
Luc Teirlinck [Wed, 23 Jun 2004 16:40:04 +0000 (16:40 +0000)]
Reposition @anchor's.

20 years agoChange position of @anchor's. Add anchor.
Luc Teirlinck [Wed, 23 Jun 2004 16:20:08 +0000 (16:20 +0000)]
Change position of @anchor's.  Add anchor.

20 years agoVarious small changes in addition to the following.
Luc Teirlinck [Wed, 23 Jun 2004 16:12:07 +0000 (16:12 +0000)]
Various small changes in addition to the following.
(Describing Characters): Describe PREFIX argument to `key-description'.
Correct and clarify definition of `text-char-description'.
Describe NEED-VECTOR argument to `read-kbd-macro'.
(Help Functions): Clarify definition of `apropos'.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 23 Jun 2004 14:50:13 +0000 (14:50 +0000)]
*** empty log message ***

20 years agoAdd emacs-xtra.
John Paul Wallington [Wed, 23 Jun 2004 14:41:54 +0000 (14:41 +0000)]
Add emacs-xtra.

20 years ago(goto-address-fontify): Fix help-echo text.
Luc Teirlinck [Wed, 23 Jun 2004 14:39:11 +0000 (14:39 +0000)]
(goto-address-fontify): Fix help-echo text.

20 years ago*** empty log message ***
Lars Hansen [Wed, 23 Jun 2004 14:38:40 +0000 (14:38 +0000)]
*** empty log message ***

20 years ago(write-contents-functions): Doc fix.
Lars Hansen [Wed, 23 Jun 2004 14:38:19 +0000 (14:38 +0000)]
(write-contents-functions): Doc fix.

20 years ago(Saving Buffers): Correct description of `write-contents-functions'.
Lars Hansen [Wed, 23 Jun 2004 14:37:27 +0000 (14:37 +0000)]
(Saving Buffers): Correct description of `write-contents-functions'.

20 years ago(Fmapcar, Fmapconcat): GCPRO the args array.
Kim F. Storm [Tue, 22 Jun 2004 14:48:10 +0000 (14:48 +0000)]
(Fmapcar, Fmapconcat): GCPRO the args array.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Jun 2004 14:47:10 +0000 (14:47 +0000)]
*** empty log message ***

20 years ago(struct Lisp_Save_Value): New member dogc.
Kim F. Storm [Tue, 22 Jun 2004 13:57:18 +0000 (13:57 +0000)]
(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.

20 years ago(Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
Kim F. Storm [Tue, 22 Jun 2004 13:57:00 +0000 (13:57 +0000)]
(Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
SAFE_FREE_LISP macros.

20 years ago(safe_alloca_unwind): Clear dogc and pointer members.
Kim F. Storm [Tue, 22 Jun 2004 13:56:34 +0000 (13:56 +0000)]
(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.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Jun 2004 13:56:05 +0000 (13:56 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 22 Jun 2004 03:04:58 +0000 (03:04 +0000)]
*** empty log message ***

20 years ago(Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
Kim F. Storm [Mon, 21 Jun 2004 22:36:02 +0000 (22:36 +0000)]
(Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.

20 years ago(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
Kim F. Storm [Mon, 21 Jun 2004 22:35:29 +0000 (22:35 +0000)]
(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.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Jun 2004 22:35:00 +0000 (22:35 +0000)]
*** empty log message ***

20 years ago(add_to_log): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:55:56 +0000 (21:55 +0000)]
(add_to_log): Use SAFE_ALLOCA.

20 years ago* fns.c (string_make_multibyte, string_to_multibyte)
Kim F. Storm [Mon, 21 Jun 2004 21:55:15 +0000 (21:55 +0000)]
* 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.

20 years ago(Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:54:30 +0000 (21:54 +0000)]
(Fformat, Ftranspose_regions): Use SAFE_ALLOCA.

20 years ago(MAX_ALLOCA): Remove define.
Kim F. Storm [Mon, 21 Jun 2004 21:54:08 +0000 (21:54 +0000)]
(MAX_ALLOCA): Remove define.
(Faset): Use SAFE_ALLOCA.

20 years ago*** empty log message ***
Juanma Barranquero [Mon, 21 Jun 2004 21:53:41 +0000 (21:53 +0000)]
*** empty log message ***

20 years ago(MAX_ALLOCA): Remove define.
Kim F. Storm [Mon, 21 Jun 2004 21:53:27 +0000 (21:53 +0000)]
(MAX_ALLOCA): Remove define.

20 years ago(Fstring): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:52:46 +0000 (21:52 +0000)]
(Fstring): Use SAFE_ALLOCA.

20 years ago(image-library-alist): Rewrite docstring in active voice.
Juanma Barranquero [Mon, 21 Jun 2004 21:52:28 +0000 (21:52 +0000)]
(image-library-alist): Rewrite docstring in active voice.

20 years ago(casify_object): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:52:03 +0000 (21:52 +0000)]
(casify_object): Use SAFE_ALLOCA.

20 years ago(safe_alloca_unwind): New function.
Kim F. Storm [Mon, 21 Jun 2004 21:51:50 +0000 (21:51 +0000)]
(safe_alloca_unwind): New function.

20 years ago(MAX_ALLOCA): Define here.
Kim F. Storm [Mon, 21 Jun 2004 21:51:18 +0000 (21:51 +0000)]
(MAX_ALLOCA): Define here.
(safe_alloca_unwind): Add prototype.
(USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.

20 years ago(Images): Remove redundant @vindex directives.
Juanma Barranquero [Mon, 21 Jun 2004 21:51:10 +0000 (21:51 +0000)]
(Images): Remove redundant @vindex directives.
Rewrite `image-library-alist' doc in active voice.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Jun 2004 21:50:52 +0000 (21:50 +0000)]
*** empty log message ***

20 years ago(Fwith_output_to_temp_buffer): Doc fix.
Eli Zaretskii [Mon, 21 Jun 2004 19:52:30 +0000 (19:52 +0000)]
(Fwith_output_to_temp_buffer): Doc fix.

20 years agoinfo.texi
Karl Berry [Mon, 21 Jun 2004 13:46:59 +0000 (13:46 +0000)]
info.texi

20 years ago(Top): mention that only Emacs has mouse support.
Karl Berry [Mon, 21 Jun 2004 13:28:50 +0000 (13:28 +0000)]
(Top): mention that only Emacs has mouse support.
(Getting Started): mention this in a few other places.

20 years agoLink leim-ext.el into tempdir.
Kenichi Handa [Mon, 21 Jun 2004 11:57:45 +0000 (11:57 +0000)]
Link leim-ext.el into tempdir.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Jun 2004 03:26:53 +0000 (03:26 +0000)]
*** empty log message ***

20 years ago(Finternal_copy_lisp_face): Small cleanup; doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:26:32 +0000 (03:26 +0000)]
(Finternal_copy_lisp_face): Small cleanup; doc fix.

20 years ago(match_limit): Cleaner err msg when no match data available.
Richard M. Stallman [Mon, 21 Jun 2004 03:24:25 +0000 (03:24 +0000)]
(match_limit): Cleaner err msg when no match data available.

20 years ago(syms_of_window): Doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:23:27 +0000 (03:23 +0000)]
(syms_of_window): Doc fix.

20 years ago(command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.
Richard M. Stallman [Mon, 21 Jun 2004 03:22:34 +0000 (03:22 +0000)]
(command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.

20 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:20:20 +0000 (03:20 +0000)]
(syms_of_buffer): Doc fix.

20 years ago(mouse-set-region-1): Set transient-mark-mode to `only'.
Richard M. Stallman [Mon, 21 Jun 2004 03:16:28 +0000 (03:16 +0000)]
(mouse-set-region-1): Set transient-mark-mode to `only'.

20 years ago(isearch-repeat): Avoid testing old match data.
Richard M. Stallman [Mon, 21 Jun 2004 03:15:43 +0000 (03:15 +0000)]
(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.

20 years ago(global-auto-revert-non-file-buffers): Doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:12:46 +0000 (03:12 +0000)]
(global-auto-revert-non-file-buffers): Doc fix.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Jun 2004 03:10:40 +0000 (03:10 +0000)]
*** empty log message ***

20 years ago(Ftry_completion, Fall_completions): Do lazy binding
David Kastrup [Sun, 20 Jun 2004 22:29:47 +0000 (22:29 +0000)]
(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.

20 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 Jun 2004 21:50:53 +0000 (21:50 +0000)]
*** empty log message ***

20 years ago* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
Jesper Harder [Sun, 20 Jun 2004 14:45:43 +0000 (14:45 +0000)]
* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
* custom.texi (Customization): do.
* anti.texi (Antinews): do.
* abbrevs.texi (Defining Abbrevs): do.

20 years ago(Info Lookup): Fix keybinding for
Jesper Harder [Sun, 20 Jun 2004 14:29:25 +0000 (14:29 +0000)]
(Info Lookup): Fix keybinding for
info-lookup-symbol.

20 years ago(show-trailing-whitespace): Doc fix.
Luc Teirlinck [Sat, 19 Jun 2004 16:11:02 +0000 (16:11 +0000)]
(show-trailing-whitespace): Doc fix.

20 years ago(custom-variable-documentation): New function.
Luc Teirlinck [Sat, 19 Jun 2004 16:02:06 +0000 (16:02 +0000)]
(custom-variable-documentation): New function.
(custom-variable): Use it.

20 years ago(Supporting additional buffers): Minor change.
Luc Teirlinck [Sat, 19 Jun 2004 00:59:28 +0000 (00:59 +0000)]
(Supporting additional buffers): Minor change.

20 years ago(Man-getpage-in-background): Revert previous change but
Nick Roberts [Sat, 19 Jun 2004 00:50:04 +0000 (00:50 +0000)]
(Man-getpage-in-background): Revert previous change but
make cygwin a special case.

20 years ago*** empty log message ***
Nick Roberts [Sat, 19 Jun 2004 00:48:23 +0000 (00:48 +0000)]
*** empty log message ***

20 years ago(global-auto-revert-non-file-buffers): Update docstring.
Luc Teirlinck [Sat, 19 Jun 2004 00:36:39 +0000 (00:36 +0000)]
(global-auto-revert-non-file-buffers): Update docstring.

20 years ago(grep-regexp-alist): Match columns and column ranges, if present.
Daniel Pfeiffer [Fri, 18 Jun 2004 23:01:30 +0000 (23:01 +0000)]
(grep-regexp-alist): Match columns and column ranges, if present.

20 years ago(compilation-error-properties): Store one more than end-col, if present, so
Daniel Pfeiffer [Fri, 18 Jun 2004 23:00:46 +0000 (23:00 +0000)]
(compilation-error-properties): Store one more than end-col, if present, so
that transient-mark-mode will highlight last char too.

20 years ago*** empty log message ***
Daniel Pfeiffer [Fri, 18 Jun 2004 22:59:05 +0000 (22:59 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jason Rumney [Fri, 18 Jun 2004 21:12:16 +0000 (21:12 +0000)]
*** empty log message ***

20 years agoDouble percent signs in for loops.
Jason Rumney [Fri, 18 Jun 2004 21:06:29 +0000 (21:06 +0000)]
Double percent signs in for loops.

20 years ago* xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
Jan Djärv [Thu, 17 Jun 2004 19:35:00 +0000 (19:35 +0000)]
* xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
  clip_x/y_origin.

20 years ago(Auto Reverting Dired): Minor changes.
Luc Teirlinck [Thu, 17 Jun 2004 17:16:36 +0000 (17:16 +0000)]
(Auto Reverting Dired): Minor changes.

20 years ago(query-replace-read-args): Only warn about use of \n
David Kastrup [Thu, 17 Jun 2004 14:44:02 +0000 (14:44 +0000)]
(query-replace-read-args): Only warn about use of \n
and \t when we are doing a regexp replacement and the actual
escaped character is n or t.
(query-replace-regexp): Add \, and \# interpretation to
interactive call and document it.
(query-replace-regexp-eval, replace-match-string-symbols): add \#
as shortkey for replace-count.
(replace-quote): New function for doubling backslashes.

20 years ago* fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
Jan Djärv [Thu, 17 Jun 2004 14:37:53 +0000 (14:37 +0000)]
* fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.

20 years ago* macfns.c (Fx_display_color_cells): Do not limit return value to 256.
Jan Djärv [Thu, 17 Jun 2004 13:04:25 +0000 (13:04 +0000)]
* macfns.c (Fx_display_color_cells): Do not limit return value to 256.

* macterm.c (mac_initialize_display_info): Initialize n_planes correctly
on Mac OSX.

20 years agoUndo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)
Kim F. Storm [Thu, 17 Jun 2004 08:33:27 +0000 (08:33 +0000)]
Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)
except for the copyright year update.

20 years ago*** empty log message ***
Juanma Barranquero [Thu, 17 Jun 2004 00:03:06 +0000 (00:03 +0000)]
*** empty log message ***

20 years ago(comment-region-internal): Fix docstring.
Juanma Barranquero [Thu, 17 Jun 2004 00:02:13 +0000 (00:02 +0000)]
(comment-region-internal): Fix docstring.

20 years ago(parse-colon-path, cd): Mention in docstring that the path separator is
Juanma Barranquero [Wed, 16 Jun 2004 23:56:46 +0000 (23:56 +0000)]
(parse-colon-path, cd): Mention in docstring that the path separator is
colon in GNU-like systems.

20 years ago(ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
Juanma Barranquero [Wed, 16 Jun 2004 23:50:03 +0000 (23:50 +0000)]
(ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):
Fix typos in docstring.

20 years ago(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero [Wed, 16 Jun 2004 23:44:12 +0000 (23:44 +0000)]
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
(clean): Add emacs-xtra and flymake.  Remove redundancies.

20 years ago(syms_of_buffer): Clarify `fill-column' docstring.
Luc Teirlinck [Wed, 16 Jun 2004 22:33:52 +0000 (22:33 +0000)]
(syms_of_buffer): Clarify `fill-column' docstring.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 16 Jun 2004 22:32:06 +0000 (22:32 +0000)]
*** empty log message ***

20 years agoUpdate copyright.
Kim F. Storm [Wed, 16 Jun 2004 15:10:55 +0000 (15:10 +0000)]
Update copyright.

20 years ago(Vimage_types): Remove extern.
Kim F. Storm [Wed, 16 Jun 2004 14:17:01 +0000 (14:17 +0000)]
(Vimage_types): Remove extern.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 16 Jun 2004 14:16:17 +0000 (14:16 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
Miles Bader [Wed, 16 Jun 2004 02:45:09 +0000 (02:45 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410

Make sure image types are initialized for lookup too

20 years agoChanges from arch/CVS synchronization
Miles Bader [Wed, 16 Jun 2004 02:44:20 +0000 (02:44 +0000)]
Changes from arch/CVS synchronization

20 years ago(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.
Luc Teirlinck [Wed, 16 Jun 2004 01:34:15 +0000 (01:34 +0000)]
(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.

20 years ago(Autorevert, Supporting additional buffers): Explain special treatment
Luc Teirlinck [Wed, 16 Jun 2004 01:24:00 +0000 (01:24 +0000)]
(Autorevert, Supporting additional buffers): Explain special treatment
of buffers that automatically revert every `auto-revert-interval' seconds.

20 years agoComment doc string of defalias
Vinicius Jose Latorre [Wed, 16 Jun 2004 00:03:26 +0000 (00:03 +0000)]
Comment doc string of defalias

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 15 Jun 2004 22:12:14 +0000 (22:12 +0000)]
*** empty log message ***

20 years ago(dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
Luc Teirlinck [Tue, 15 Jun 2004 22:09:18 +0000 (22:09 +0000)]
(dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
emacs-xtra manual to docstring.

20 years ago(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
Luc Teirlinck [Tue, 15 Jun 2004 22:03:33 +0000 (22:03 +0000)]
(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
manual to docstring, as well as an info-link.

20 years ago(File): Add emacs-xtra.
Luc Teirlinck [Tue, 15 Jun 2004 21:13:34 +0000 (21:13 +0000)]
(File): Add emacs-xtra.

20 years ago(Reverting): Add anchor.
Luc Teirlinck [Tue, 15 Jun 2004 21:09:29 +0000 (21:09 +0000)]
(Reverting): Add anchor.

20 years ago(install-arch-indep, uninstall): Add emacs-xtra.
Luc Teirlinck [Tue, 15 Jun 2004 21:05:35 +0000 (21:05 +0000)]
(install-arch-indep, uninstall): Add emacs-xtra.