1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

65299 Commits

Author SHA1 Message Date
Richard M. Stallman
7eb944cfa0 (customize-package-emacs-version-alist): Doc fix.
(customize-package-emacs-version): Change msg when pkg has no entry.
(custom-no-edit): On a button, do like widget-button-press.
2006-07-28 03:31:44 +00:00
Richard M. Stallman
d4a844e076 *** empty log message *** 2006-07-27 23:47:42 +00:00
Kim F. Storm
ae4bce6790 (Reading One Event): Fix last change. 2006-07-27 23:20:52 +00:00
Kim F. Storm
d7fb9e6cd4 *** empty log message *** 2006-07-27 23:20:31 +00:00
Dan Nicolaescu
cecee05315 (terminal-init-xterm): Fix bindings for C-tab,
S-tab and C-S-tab.
2006-07-27 18:31:23 +00:00
Nick Roberts
dfed8466d3 (which-function): Fix documentation/comment typo. 2006-07-27 12:18:03 +00:00
Nick Roberts
c6708cbc8e *** empty log message *** 2006-07-27 12:17:38 +00:00
Jason Rumney
ac70d20b4e Add notes about Cygwin make to impatient section. 2006-07-26 23:45:26 +00:00
Chong Yidong
8763553f68 New arg for read-event', read-char', and `read-char-exclusive' 2006-07-26 18:28:57 +00:00
Chong Yidong
c1c3d4f760 * commands.texi (Reading One Event): Document SECONDS argument for
read-event, read-char, and read-char-exclusive.
2006-07-26 18:18:54 +00:00
Chong Yidong
04ba1d88de * subr.el (sit-for): Use new SECONDS arg of read-event instead of
a timer.
2006-07-26 18:18:26 +00:00
Chong Yidong
2f1950bfb6 * keyboard.c (read_char): New arg END_TIME specifying timeout.
All callers changed.  Turn off echoing if END_TIME is non-NULL.
	(kbd_buffer_get_event): New arg END_TIME.

	* lread.c (read_filtered_event): New arg SECONDS to wait until.
	(Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.

	* lisp.h: Update read-char, read-event, and read_filtered_event
	prototypes.

	* keyboard.h: Include systime.h.  Update read_char prototype.
2006-07-26 18:16:32 +00:00
Chong Yidong
d5f1215543 (Fy_or_n_p): Change call to read_filtered_event to use new arg. 2006-07-26 18:16:14 +00:00
Chong Yidong
43811b4e74 Change callers of read_char. 2006-07-26 18:15:08 +00:00
Chong Yidong
4392dfe315 * keyboard.h: Include systime.h. Update read_char prototype. 2006-07-26 18:14:16 +00:00
Chong Yidong
0601ad0f12 * lisp.h: Update read-char, read-event, and read_filtered_event
prototypes.
2006-07-26 18:14:05 +00:00
Chong Yidong
50e48299ca * lread.c (read_filtered_event): New arg SECONDS to wait until.
(Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
2006-07-26 18:13:49 +00:00
Chong Yidong
179f689c0a * keyboard.c (read_char): New arg END_TIME specifying timeout.
All callers changed.  Turn off echoing if END_TIME is non-NULL.
	(kbd_buffer_get_event): New arg END_TIME.
2006-07-26 18:13:33 +00:00
Richard M. Stallman
76a4749497 (ispell-word): If we replace the word, move point to the end.
Insert before deleting.
2006-07-26 17:11:07 +00:00
Mathias Dahl
1cf87ac661 (tumme-backward-image): Add prefix argument. Add error
when at first image.
(tumme-forward-image): Add prefix argument. Add error when at last
image.
2006-07-26 09:55:10 +00:00
Mathias Dahl
1d3a996a58 *** empty log message *** 2006-07-26 09:55:00 +00:00
Stefan Monnier
49c7d1acf0 (tabify-regexp): Use more specific regexps.
(tabify): Avoid modifying the buffer unnecessarily.
2006-07-25 18:06:13 +00:00
Stefan Monnier
94b3923963 (Multiline Font Lock): Can't use jit-lock-defer-multiline
to ensure correct identification.
2006-07-25 17:06:14 +00:00
Mathias Dahl
b724b0ed43 (tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-forward-image): Rename from `tumme-forward-char'.
(tumme-backward-image): Rename from `tumme-backward-char'.
2006-07-25 16:20:53 +00:00
Mathias Dahl
c14a5a995d *** empty log message *** 2006-07-25 16:20:40 +00:00
Mathias Dahl
a9f48c58ad (tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
2006-07-25 15:02:14 +00:00
Mathias Dahl
666d222120 *** empty log message *** 2006-07-25 15:02:04 +00:00
Mathias Dahl
f2151145f5 (tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
2006-07-25 13:14:03 +00:00
Mathias Dahl
50e93433f7 *** empty log message *** 2006-07-25 13:13:52 +00:00
Masatake YAMATO
75ee40bece (ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): Update keywords and add comments. 2006-07-25 11:49:04 +00:00
YAMAMOTO Mitsuharu
55a905016c (BASE_PURESIZE): Decrease to 1102000. 2006-07-25 10:10:41 +00:00
YAMAMOTO Mitsuharu
79fd0489dd (find_string_data_in_pure): New function.
(make_pure_string): Use it to reuse existing string data if possible.
2006-07-25 10:10:19 +00:00
Nick Roberts
303b246dbe (gdb-set-gud-minor-mode-existing-buffers)
(gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
(gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
for status indicator.
2006-07-25 05:18:11 +00:00
Nick Roberts
6cdae8d6ff *** empty log message *** 2006-07-25 05:17:40 +00:00
Richard M. Stallman
5ac64732ea (Clickable Text): Clarify. 2006-07-24 23:06:09 +00:00
Richard M. Stallman
1cff9220f4 *** empty log message *** 2006-07-24 18:02:15 +00:00
Richard M. Stallman
882cb60d1a (xml-parse-file): Clean up, and use with-temp-buffer. 2006-07-24 18:02:10 +00:00
Richard M. Stallman
e1eed9a446 (Setting Variables): add-to-list and add-to-ordered-list moved to List
Variables node.
2006-07-24 17:59:15 +00:00
Richard M. Stallman
5e6f234c03 (Vector Functions): Delete duplicate xref. 2006-07-24 17:58:38 +00:00
Richard M. Stallman
b77806b78f (Function Type): Clarify. 2006-07-24 17:58:11 +00:00
Richard M. Stallman
0931b43ed5 (Keymaps and Minor Modes): List punct chars for minor modes. 2006-07-24 17:55:13 +00:00
Richard M. Stallman
3987272472 (List Variables): New node.
Material moved from other nodes.
2006-07-24 17:54:38 +00:00
Richard M. Stallman
17f6554ce3 (GTK styles): Fix texinfo usage. 2006-07-24 17:48:52 +00:00
Richard M. Stallman
5a7f4c1bf2 Move periods and commas inside quotes. 2006-07-24 17:48:06 +00:00
Richard M. Stallman
efd5c60bf2 Fix previous change. 2006-07-24 17:42:40 +00:00
Richard M. Stallman
e40d98b23c (User Input): Explain why we teach keyboard cmds. 2006-07-24 17:42:10 +00:00
Richard M. Stallman
99cf5b74ea Move periods inside quotes. 2006-07-24 17:40:11 +00:00
Richard M. Stallman
208d06b055 *** empty log message *** 2006-07-24 17:39:37 +00:00
Richard M. Stallman
01d16e16b9 (dolist, dotimes): Use interned symbols for iteration.
(--dotimes-limit--, --dolist-tail--): New defvars.
(looking-back): Doc fix.
2006-07-24 17:01:08 +00:00
Richard M. Stallman
f72f9f1a58 (replace-match-string-symbols): Handle dotted lists. 2006-07-24 16:52:57 +00:00