1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

51313 commits

Author SHA1 Message Date
Jason Rumney
ef544dc887 (file_dialog_callback): Disable edit control if set
to directories only on CDN_INITDONE message.
(Fx_file_dialog): Default to directories only when prompt starts
with "Dired".
2004-06-27 22:37:07 +00:00
David Kastrup
cb05ca25df (perform-replace): Highlight the match even in
non-query mode if there is potential replace string editing.
2004-06-26 18:35:18 +00:00
Kai Großjohann
15cc764cd1 (tramp-handle-file-remote-p): New implementation to
agree with new return value of `file-remote-p'.
This syncs with Tramp 2.0.42.
2004-06-26 15:28:33 +00:00
Kai Großjohann
f3e6add22d Sync with Tramp 2.0.42. 2004-06-26 15:26:09 +00:00
Kai Großjohann
3f78877397 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
according to new documentation of `file-remote-p'.

* files.el (file-remote-p): Fix doc to say that return value is
identification of remote system, if not nil.
(file-relative-name): Use new return value of `file-remote-p'.
2004-06-26 14:41:13 +00:00
Nick Roberts
2101105e6f (gdb-toggle-breakpoint)
(gdb-goto-breakpoint): Fix breakage.
2004-06-26 13:12:28 +00:00
Nick Roberts
817819c202 *** empty log message *** 2004-06-26 13:11:44 +00:00
Eli Zaretskii
aff379a69b Update Eli's email address. 2004-06-26 11:38:14 +00:00
Eli Zaretskii
00170b0d63 (Man-getpage-in-background): Add windows-nt to the list
of systems where shell-file-name should be used instead of
literal "sh".
2004-06-26 09:46:19 +00:00
Eli Zaretskii
ad8a607d41 Moved FOR-RELEASE from etc/ to admin/. 2004-06-26 09:38:52 +00:00
Richard M. Stallman
a745ff66c6 (Regexp Replace): Rewrite description of \# \, and \?. 2004-06-25 21:28:14 +00:00
Sam Steingold
bc071f64e5 (change-log-font-lock-keywords): Support
Common Lisp function names `(setf symbol)'.
2004-06-25 14:45:00 +00:00
David Kastrup
94939b842d ChangeLog format fix. 2004-06-25 13:03:22 +00:00
David Kastrup
255ec1b01b Fixing +++ tag from last checkin. 2004-06-25 13:00:58 +00:00
David Kastrup
1ed5c59cbb (Regexp Replace): Some typo corrections and
rearrangement.
2004-06-25 11:02:08 +00:00
Richard M. Stallman
b4a4b0ae66 *** empty log message *** 2004-06-24 23:34:10 +00:00
Richard M. Stallman
ba8d15f972 (query-replace-read-args): Swallow space after \,SYMBOL. 2004-06-24 23:33:59 +00:00
Richard M. Stallman
e2850f3f85 (font-lock-set-defaults): Fix previous change. 2004-06-24 23:30:50 +00:00
Richard M. Stallman
7790d5cd52 (Misc Events): Describe usr1-signal, usr2-signal event. 2004-06-24 23:08:31 +00:00
Kim F. Storm
7f5f601be2 (free_misc): Add prototype. 2004-06-24 22:03:52 +00:00
Kim F. Storm
9677e3a9f1 (Fmapconcat, Fmapcar): Remove superfluous GCPROs. 2004-06-24 22:03:10 +00:00
Kim F. Storm
7b7990cc67 (allocate_misc): Update total_free_markers.
(free_misc): New function.
(safe_alloca_unwind, free_marker): Use it.
2004-06-24 22:02:23 +00:00
Richard M. Stallman
69968400c3 (font-lock-keywords): Change format of compiled values. Document it.
(font-lock-add-keywords): If font-lock-keywords is compiled,
extract the uncompiled version, modify, then recompile.
(font-lock-remove-keywords): Likewise.
(font-lock-fontify-keywords-region): Handle changed format.
(font-lock-compile-keywords): Handle changed format.
(font-lock-set-defaults): Compile the keywords explicitly here.
2004-06-24 20:29:41 +00:00
Richard M. Stallman
d8c379f816 *** empty log message *** 2004-06-24 20:26:49 +00:00
Richard M. Stallman
4304f02fd4 (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
(syms_of_emacs): Lisp variables deleted.
2004-06-24 20:24:52 +00:00
Richard M. Stallman
379031d1fd (Variable Definitions): Note about doc strings and :set. 2004-06-24 20:17:34 +00:00
Richard M. Stallman
402fe42394 (Keymap Terminology): Document `kbd'.
(Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2004-06-24 20:16:02 +00:00
Richard M. Stallman
658f691f57 (Invisible Text): Setting buffer-invisibility-spec makes it buffer-local. 2004-06-24 20:13:57 +00:00
Richard M. Stallman
6e41ce9c47 (Accessing Events): Clarify posn-col-row and posn-actual-col-row.
(Accessing Events): New functions posn-at-point and posn-at-x-y.
Add example to posn-x-y.
2004-06-24 20:11:31 +00:00
Richard M. Stallman
eb8f5dabec (Saving Buffers): Correct previous change. 2004-06-24 20:08:20 +00:00
David Kastrup
a8e3c8d6ae (Unconditional Replace): Use replace-string instead
of query-replace in example.
(Regexp Replace): Add explanations for `\,', `\#' and `\?'
sequences.
(Query Replace): Correct explanation of `^' which does not use
the mark stack.
2004-06-24 14:05:59 +00:00
David Kastrup
1791907b10 Move description from new paragraph-start and
indent-line-function defaults to general news instead of new
packages.  Same for query-replace-skip-read-only.  Add
description of new `\,' and `\?' replacement string features.
2004-06-24 10:36:13 +00:00
David Kastrup
7c1c02ac6e (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.
2004-06-24 10:26:24 +00:00
Daniel Pfeiffer
bb72b9d0b5 (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.
2004-06-23 23:11:23 +00:00
Jan Djärv
2f0e0a0b30 Added GTK items 2004-06-23 19:47:27 +00:00
David Kastrup
41c0120526 (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.
2004-06-23 19:22:25 +00:00
David Kastrup
559cdd0745 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.
2004-06-23 19:21:14 +00:00
Nick Roberts
2a4a9af989 (Shell History Copying): Document comint-insert-input.
(Shell Ring): Describe comint-dynamic-list-input-ring here.
2004-06-23 18:08:24 +00:00
Nick Roberts
7b19911443 *** empty log message *** 2004-06-23 18:06:31 +00:00
Nick Roberts
13abd69ff9 (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.
2004-06-23 18:04:43 +00:00
Luc Teirlinck
dce417e7f7 *** empty log message *** 2004-06-23 17:46:36 +00:00
Luc Teirlinck
7cce51513d MORE.STUFF: Delete obsolete URL. 2004-06-23 17:43:32 +00:00
Luc Teirlinck
bda67d967f (Ftext_char_description): Doc fix. 2004-06-23 17:03:50 +00:00
Luc Teirlinck
98b6690a11 (Fsnarf_documentation): Doc fix. 2004-06-23 17:00:06 +00:00
Luc Teirlinck
7baeca0c0e Reposition @anchor's. 2004-06-23 16:40:04 +00:00
Luc Teirlinck
facf1bca12 Change position of @anchor's. Add anchor. 2004-06-23 16:20:08 +00:00
Luc Teirlinck
335c56b9b8 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'.
2004-06-23 16:12:07 +00:00
Luc Teirlinck
21ae22ff7b *** empty log message *** 2004-06-23 14:50:13 +00:00
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