Richard M. Stallman
3bd80f8b6b
(mode-line-frame-identification)
...
(propertized-buffer-identification): Centralize the code
to initialize the variable.
2006-07-29 02:07:22 +00:00
Richard M. Stallman
13eb1bded1
(grep-default-command): Catch errors from wildcard-to-regexp.
2006-07-29 02:03:21 +00:00
Richard M. Stallman
eb107d095c
(Common Keywords): Document how to use
...
:package-version in a package not in Emacs.
2006-07-29 02:00:26 +00:00
Richard M. Stallman
418ca4d22a
(lookup_named_face, Fdisplay_supports_face_attributes_p):
...
Add conditional aborts for clarity.
2006-07-29 01:57:38 +00:00
Richard M. Stallman
9e62c96292
(update_menu_bar): New arg HOOKS_RUN. Callers changed.
...
Used to avoid running the hooks over and over for each frame.
(prepare_menu_bars): Pass value from update_menu_bar as HOOKS_RUN of next call.
2006-07-29 01:56:35 +00:00
Richard M. Stallman
5e093f4432
(safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
2006-07-29 01:54:16 +00:00
Richard M. Stallman
69b9efaa09
Whitespace change.
2006-07-29 01:53:31 +00:00
Richard M. Stallman
464dfe8f0a
(Transient Mark): Clarify that region never disappears
...
when Transient Mark mode is off, and not when it is on.
2006-07-29 01:52:29 +00:00
Kim F. Storm
bcdf86fb51
(grep-read-files): Use car of grep-files-history or grep-files-aliases
...
as default if nothing else applies.
2006-07-28 23:20:21 +00:00
Kim F. Storm
a912bc0d0a
*** empty log message ***
2006-07-28 23:19:56 +00:00
Kim F. Storm
7cb0d0ef5a
(grep-tag-default): New function.
...
(grep-default-command, grep-read-regexp): Use it.
2006-07-28 23:03:18 +00:00
Kim F. Storm
5a6116642e
*** empty log message ***
2006-07-28 23:03:05 +00:00
Thien-Thi Nguyen
9139583918
(wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
...
Throw error if buffer is not in Dired and Wdired mode, respectively.
2006-07-28 21:00:15 +00:00
Chong Yidong
a8da2abd40
* cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
...
self-insert-command keys don't activate buttons.
(custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2006-07-28 18:08:11 +00:00
Nick Roberts
a9502111b2
(gdb-info-breakpoints-custom): Use different faces for enable character.
2006-07-28 12:11:09 +00:00
Nick Roberts
210f78ee1e
*** empty log message ***
2006-07-28 12:10:33 +00:00
Kim F. Storm
7ffb6955ce
(valid_pointer_p): New function (from valid_lisp_object_p).
...
(valid_lisp_object_p): Use it to check for valid SUBRP obj.
2006-07-28 11:12:23 +00:00
Kim F. Storm
4dbdb9eb93
*** empty log message ***
2006-07-28 11:11:51 +00:00
Richard M. Stallman
0ed0527cb0
(Non-ASCII Isearch): Clarify. Mention C-q.
2006-07-28 03:41:41 +00:00
Nick Roberts
773cb1a4f0
(recompile): Update comment to reflect change
...
on 2004-04-21.
2006-07-28 03:36:55 +00:00
Nick Roberts
0392505b45
*** empty log message ***
2006-07-28 03:36:34 +00:00
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