1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

6122 Commits

Author SHA1 Message Date
Richard M. Stallman
02c04e6f82 *** empty log message *** 2004-07-09 16:57:05 +00:00
Mark A. Hershberger
ae04ab88fd *** empty log message *** 2004-07-09 15:03:07 +00:00
Mark A. Hershberger
6d12a4dfbc 2004-07-09 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
	form
	(("ns" . "element") (attr-list) children) instead of
	((:ns . "element") (attr-list) children) in order to reduce the
	number of symbols used.
	(xml-skip-dtd): Change to use xml-parse-dtd but set
	xml-validating-parsing to nil.
	(xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
	(xml-substitute-entity): Remove in favor of new entity substitution.
	(xml-substitute-special): Rewrite in to substitute complex
	entities from DOCTYPE declarations.
	(xml-parse-fragment): Parse fragments from entity deleclarations.
	(xml-parse-region, xml-parse-tag, xml-parse-attlist)
	(xml-parse-dtd, xml-substitute-special): Make validity checks
	conditioned on xml-validating-parser.  Add "Not Well Formed" to
	error messages about well-formedness.
2004-07-09 14:22:33 +00:00
Steven Tamm
0ecc99998a term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
(mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
Do not treat double clicks and triple clicks specially in the
scroll bar (preventing strange repositioning problems)
2004-07-08 15:24:54 +00:00
Stefan Monnier
cc0aea1a20 (query-replace-regexp-eval): Fix last change. 2004-07-06 12:31:24 +00:00
Stefan Monnier
6f1df6d9d6 (query-replace-descr): New fun.
(query-replace-read-from, query-replace-read-args): Default to the last from&to.
(query-replace-read-to): Quote the `from' string when displaying it.
(query-replace-regexp-eval): Immediately check read-only status.
Use query-replace-read-from to get the \n checking.
Quote the `from' string when displaying it.
(map-query-replace-regexp, occur-read-primary-args):
Quote the `from' string when displaying it.
2004-07-06 00:06:05 +00:00
Kenichi Handa
475344c331 *** empty log message *** 2004-07-04 23:41:41 +00:00
Eli Zaretskii
2a1a35c60c *** empty log message *** 2004-07-03 11:01:32 +00:00
Eli Zaretskii
610101de3e (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
(iimage-mode-image-search-path): New user option to search the
image file.
(iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
have locate-file.
(iimage-mode-buffer): Use it.
2004-07-03 09:54:20 +00:00
Nick Roberts
e21badcdfb *** empty log message *** 2004-07-03 09:20:09 +00:00
Juri Linkov
5297945104 *** empty log message *** 2004-07-03 05:18:06 +00:00
Richard M. Stallman
e3ccf404ae *** empty log message *** 2004-07-02 23:53:56 +00:00
André Spiegel
1e118124a8 # 2004-07-02 07:32:44 +00:00
Juri Linkov
5dc0a68b42 *** empty log message *** 2004-07-02 04:38:51 +00:00
Stefan Monnier
4dfde3dd1d *** empty log message *** 2004-07-01 13:02:50 +00:00
Juri Linkov
0ec4febda2 (query-replace-interactive): Change type from boolean
to choice.  Add value `initial'.
(query-replace-read-args): Handle value `initial' of
query-replace-interactive.
2004-07-01 10:01:32 +00:00
Stefan Monnier
c8d09ad859 *** empty log message *** 2004-06-30 17:12:39 +00:00
Kim F. Storm
5fa405b602 *** empty log message *** 2004-06-29 12:58:14 +00:00
Juri Linkov
637b9d739b *** empty log message *** 2004-06-28 23:15:42 +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
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
817819c202 *** empty log message *** 2004-06-26 13:11:44 +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
Sam Steingold
bc071f64e5 (change-log-font-lock-keywords): Support
Common Lisp function names `(setf symbol)'.
2004-06-25 14:45:00 +00:00
Richard M. Stallman
b4a4b0ae66 *** empty log message *** 2004-06-24 23:34:10 +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
Nick Roberts
7b19911443 *** empty log message *** 2004-06-23 18:06:31 +00:00
Luc Teirlinck
21ae22ff7b *** empty log message *** 2004-06-23 14:50:13 +00:00
Lars Hansen
255d07dc33 *** empty log message *** 2004-06-23 14:38:40 +00:00
Juanma Barranquero
4e9691e9fa *** empty log message *** 2004-06-21 21:53:41 +00:00
Richard M. Stallman
376de73927 *** empty log message *** 2004-06-21 03:26:53 +00:00
Luc Teirlinck
e6c45c2987 (show-trailing-whitespace): Doc fix. 2004-06-19 16:11:02 +00:00
Nick Roberts
6871c35fd6 *** empty log message *** 2004-06-19 00:48:23 +00:00
Luc Teirlinck
9ae0d84f5a (global-auto-revert-non-file-buffers): Update docstring. 2004-06-19 00:36:39 +00:00
Daniel Pfeiffer
fed0b1ee23 *** empty log message *** 2004-06-18 22:59:05 +00:00
Jason Rumney
f34bdfdc49 *** empty log message *** 2004-06-18 21:12:16 +00:00
David Kastrup
2f57bf8593 (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.
2004-06-17 14:44:02 +00:00
Juanma Barranquero
f4af98d88f *** empty log message *** 2004-06-17 00:03:06 +00:00
Juanma Barranquero
0111ab41ec (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):
Fix typos in docstring.
2004-06-16 23:50:03 +00:00
Luc Teirlinck
c90dcdd560 (buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring. 2004-06-16 01:34:15 +00:00
Vinicius Jose Latorre
3a50445455 Comment doc string of defalias 2004-06-16 00:03:26 +00:00
Luc Teirlinck
1f94377f71 *** empty log message *** 2004-06-15 22:12:14 +00:00
Juanma Barranquero
1ebd4f78e4 *** empty log message *** 2004-06-14 21:17:25 +00:00
Juanma Barranquero
fe34703418 (image-library-alist): Initialize to a known set of probable library names. 2004-06-14 21:01:37 +00:00
Kenichi Handa
4060d762b6 *** empty log message *** 2004-06-14 01:20:46 +00:00
Kenichi Handa
c1136bda63 (ccl-encode-mule-utf-8): Fix previous change. 2004-06-13 22:57:46 +00:00
Richard M. Stallman
092de21d0b *** empty log message *** 2004-06-13 22:39:41 +00:00
Luc Teirlinck
25f6295eb3 (before-save-hook): Add `time-stamp' to the options. 2004-06-13 21:32:14 +00:00