1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00
Commit Graph

51522 Commits

Author SHA1 Message Date
Luc Teirlinck
c275592693 (Fwindow_buffer, Fother_window, Fget_lru_window)
(Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
(Freplace_buffer_in_windows, Fset_window_buffer)
(Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
(syms_of_window): Expand docstring of `display-buffer-function'.
2004-07-11 01:20:03 +00:00
Luc Teirlinck
90dc192227 (save-selected-window, one-window-p)
(split-window-keep-point, split-window-vertically)
(split-window-horizontally): Doc fixes.
2004-07-11 00:56:17 +00:00
Vinicius Jose Latorre
45f17557a5 It uses call-process instead shell-command 2004-07-10 22:14:18 +00:00
Eli Zaretskii
831dc66dfc (ediff-meta-truncate-filenames): Change type to boolean. 2004-07-10 10:53:19 +00:00
Luc Teirlinck
5668fbb8b1 (Ffloat_time, Fformat_time_string, Fdecode_time)
(Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
that time values of the type (HIGH . LOW) are considered obsolete.
2004-07-09 23:38:54 +00:00
Lars Hansen
80a7a1bff5 (widget-field-buffer): Doc fix. 2004-07-09 21:50:42 +00:00
John Paul Wallington
a29ccd9f0a *** empty log message *** 2004-07-09 17:24:06 +00:00
John Paul Wallington
7c20a7a9bb (reb-update-overlays): Distinguish between one and several matches in message. 2004-07-09 17:16:59 +00:00
Richard M. Stallman
02c04e6f82 *** empty log message *** 2004-07-09 16:57:05 +00:00
Richard M. Stallman
0b156b784c (Input Focus): Minor fix. 2004-07-09 16:56:23 +00:00
Richard M. Stallman
cc47c660fa (mouse-set-region-1): If transient-mark-mode
is `identity', change it to `only'.
2004-07-09 16:54:04 +00:00
Richard M. Stallman
0fa19a5713 (current-word): Doc fix. 2004-07-09 16:08:17 +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
David Kastrup
bcdf2143d3 (Lisp changes in 21.4): document (match-data t) change. 2004-07-08 17:47:25 +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
Luc Teirlinck
cb4f1287f8 (Input Focus): Clarify descriptions of `select-frame-set-input-focus'
and `select-frame'.
2004-07-07 22:43:05 +00:00
Luc Teirlinck
339902ec4a Various small changes in addition to:
(Killing Emacs): Expand and clarify description of
`kill-emacs-query-functions' and `kill-emacs-hook'.
(System Environment): Expand and clarify description of `getenv' and `setenv'.
(Timers): Clarify description of `run-at-time'.
(Translating Input): Correct description of `extra-keyboard-modifiers'.
(Flow Control): Correct description of `enable-flow-control'.
2004-07-07 01:13:55 +00:00
Luc Teirlinck
669de2fb7f (syms_of_keyboard): Fix `keyboard-translate-table' docstring. 2004-07-06 23:36:45 +00:00
Luc Teirlinck
d1d70b6ea7 (Input Focus): Capitalize Lisp. 2004-07-06 21:20:26 +00:00
Luc Teirlinck
bac663256f *** empty log message *** 2004-07-06 19:44:09 +00:00
Luc Teirlinck
cfd236932d (Fclear_string): Correct previous change. 2004-07-06 19:36:56 +00:00
John Paul Wallington
94966e2bc1 Mention `read-file-name-completion-ignore-case'. 2004-07-06 18:49:32 +00:00
Luc Teirlinck
a085bf9dd6 (Fclear_string): Put call to CHECK_STRING in correct place. 2004-07-06 17:55:00 +00:00
Stefan Monnier
cc0aea1a20 (query-replace-regexp-eval): Fix last change. 2004-07-06 12:31:24 +00:00
John Paul Wallington
fa164e6ae7 (Fclear_string): Signal an error if STRING is not a string. 2004-07-06 05:08:57 +00:00
John Paul Wallington
8e975df9c8 (Fdefmacro): Signal an error if NAME is not a symbol. 2004-07-06 01:38:58 +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
Thien-Thi Nguyen
fe3b7e35ad Update copyright.
(Session Management): Grammar fix.
Clarify which Emacs does the restarting.
Use @samp for *scratch* buffer.
2004-07-05 23:38:43 +00:00
Stefan Monnier
81e898ea68 (isearch-query-replace): Pass the regexp-ness and delimited-ness of
the search to query-replace.
2004-07-05 23:28:42 +00:00
Stefan Monnier
1606466a39 (query-replace-read-from, query-replace-read-to): New funs extracted
from query-replace-read-args.
(query-replace-read-args): Use them.
2004-07-05 23:12:28 +00:00
Stefan Monnier
5291cbca50 (query-replace-interactive, query-replace-read-args):
Remove the `initial' special value.
(query-replace-regexp-eval, map-query-replace-regexp): Simplify.
(occur-engine): Remove unused var `matchend'.
2004-07-05 22:50:46 +00:00
Stefan Monnier
00c8fbf6f6 (isearch-query-replace, isearch-query-replace-regexp):
Use the search string without prompting.
2004-07-05 22:41:44 +00:00
Jan Djärv
2bac9bb1c6 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
instead of CGMainDisplayID (only in OSX 10.2 and later).
2004-07-05 07:01:02 +00:00
Kenichi Handa
1f724d55e9 *** empty log message *** 2004-07-05 01:58:59 +00:00
Kenichi Handa
475344c331 *** empty log message *** 2004-07-04 23:41:41 +00:00
Kenichi Handa
b12e19b2c1 (decode-coding-inserted-region): Fix previous change. 2004-07-04 23:22:28 +00:00
Kenichi Handa
9957c5071b (decode-coding-inserted-region): Don't
set last-coding-system-used here.
2004-07-04 23:19:15 +00:00
Andreas Schwab
52b9b5ccb5 (install-arch-indep): Remove .arch-inventory files. 2004-07-04 22:45:31 +00:00
John Paul Wallington
316ef0dcf1 (read_file_name_completion_ignore_case): New variable.
(syms_of_fileio): Declare and initialise it.
(Fread_file_name): Bind `completion-ignore-case' to respect it.
2004-07-04 21:08:56 +00:00
Luc Teirlinck
59db7d6e7f (Input Focus): Add documentation for `select-frame-set-input-focus'.
Replace refs to non-existent `switch-frame' with `select-frame'.
Minor corrections and tidying up of text-only terminal stuff.

From Alan Mackenzie.
2004-07-04 18:23:20 +00:00
John Paul Wallington
8430818aca Restore updated copyright info that was inadvertently removed. 2004-07-04 01:03:43 +00:00
Eli Zaretskii
2a1a35c60c *** empty log message *** 2004-07-03 11:01:32 +00:00
Eli Zaretskii
b568242644 (dos_rawgetc): Use make_number to produce Lisp objects
for event.x and event.y.
2004-07-03 11:00:36 +00:00
Eli Zaretskii
e5ab79ea19 Document that there's now a separate grep.el package. 2004-07-03 10:16:10 +00:00
Eli Zaretskii
9b19858ed7 (grep-compute-defaults, grep-command)
(grep-program, find-program, grep-find-use-xargs, grep-history)
(grep-find-history, grep-tag-default, grep-find-command)
(grep-regexp-alist, grep-process-setup, grep-compute-defaults):
Add autoload cookies, for unbundled packages that load `compile'
and expect all grep-related symbols to become defined.
2004-07-03 10:06:42 +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
7731023b50 (gdb-goto-breakpoint): String match more
carefully.
(gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2004-07-03 09:21:12 +00:00
Nick Roberts
e21badcdfb *** empty log message *** 2004-07-03 09:20:09 +00:00
Juri Linkov
f1f6079c82 (query-replace-read-args): Swallow space after 'foo,
not after (quote foo).  Match space only immediately after symbol,
not anywhere in the whole string.
2004-07-03 05:18:38 +00:00