Dan Nicolaescu
c0658ad46e
(terminal-init-xterm): Add more key bindings.
2006-08-08 05:31:09 +00:00
Stefan Monnier
10412e6312
(font-lock-extend-jit-lock-region-after-change): Better comment.
2006-08-07 18:24:25 +00:00
Stefan Monnier
4a63ceb890
(PC-do-completion): Strip out completion-ignored-extensions
...
before checking whether there are multiple completions.
Don't use `list' unnecessarily when building completion tables.
2006-08-07 18:06:28 +00:00
Stefan Monnier
65c986aa94
(font-lock-extend-jit-lock-region-after-change): Add docstring.
2006-08-07 17:47:55 +00:00
Stefan Monnier
1402611cf2
(font-lock-extend-after-change-region-function,
...
font-lock-extend-region-functions,
font-lock-extend-jit-lock-region-after-change): Better comments.
2006-08-07 17:42:36 +00:00
Andreas Schwab
6148699930
(BASE_PURESIZE): Increase to 1120000.
2006-08-07 16:39:36 +00:00
Chong Yidong
aadb7f6f5a
Double-checked modes.texi.
2006-08-07 13:40:32 +00:00
Chong Yidong
34e5974a22
* modes.texi (Hooks): Clarify.
...
(Major Mode Basics): Mention define-derived-mode explicitly.
(Major Mode Conventions): Rebinding RET is OK for some modes.
Mention change-major-mode-hook and after-change-major-mode-hook.
(Example Major Modes): Moved to end of Modes section.
(Mode Line Basics): Clarify.
(Mode Line Data): Mention help-echo and local-map in strings.
Explain reason for treatment of non-risky variables.
(Properties in Mode): Clarify.
(Faces for Font Lock): Add font-lock-negation-char-face.
2006-08-07 13:39:53 +00:00
Miles Bader
f2c0569849
Update from erc--emacs--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-388
Creator: Michael Olson <mwolson@gnu.org>
2006-08-07 07:43:48 +00:00
Miles Bader
26cced449a
Fix ERC bug introduced in last patch
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-387
Creator: Michael Olson <mwolson@gnu.org>
2006-08-07 07:43:37 +00:00
Miles Bader
b5bc193f30
Update from erc--emacs--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-386
Creator: Michael Olson <mwolson@gnu.org>
2006-08-07 07:43:25 +00:00
Chong Yidong
2f057fa7c1
"standard-value for mode-line-format" bug fixed.
2006-08-06 14:23:55 +00:00
Chong Yidong
43ed3b8da0
* buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
...
(Fkill_all_local_variables): Use it.
(syms_of_buffer): Defvar it.
2006-08-06 14:22:24 +00:00
Romain Francoise
4c88aa80fe
Fix typo reported by Peter Dyballa <Peter_Dyballa@Web.DE>.
2006-08-06 11:56:03 +00:00
Romain Francoise
9c6598c249
*** empty log message ***
2006-08-06 08:23:29 +00:00
Richard M. Stallman
7172336736
(describe-mode): Make minor mode list more concise.
2006-08-06 04:31:58 +00:00
Nick Roberts
bf69439f99
*** empty log message ***
2006-08-06 00:45:53 +00:00
Nick Roberts
6205d23a8c
(Note): Add note about ollowing a longjmp call.
2006-08-06 00:39:50 +00:00
Nick Roberts
27bd627377
*** empty log message ***
2006-08-06 00:39:02 +00:00
Chong Yidong
044c297897
* bindings.el: Give mode-line-format, mode-line-modes, and
...
mode-line-position `standard-value' properties.
2006-08-06 00:32:33 +00:00
Eli Zaretskii
0a3297f7bb
*** empty log message ***
2006-08-05 13:31:11 +00:00
Eli Zaretskii
b653cee476
(list-buffers-noselect): For Info buffers, use "(file)node" instead of the
...
file name.
2006-08-05 13:30:17 +00:00
Eli Zaretskii
f892cf9c9d
Include w32.h.
...
(valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do the job.
2006-08-05 13:01:50 +00:00
Eli Zaretskii
0c5c0e3dfe
Add prototype for w32_valid_pointer_p.
2006-08-05 13:01:25 +00:00
Eli Zaretskii
ed91b2add3
(w32_valid_pointer_p): New function.
2006-08-05 13:01:10 +00:00
Romain Francoise
10e81c5e22
(New in Emacs 22): Expand.
2006-08-05 12:33:22 +00:00
Eli Zaretskii
6b657e423e
(kbd_buffer_get_event): Return Qnil when current time is exactly equal to
...
end_time, not only when it is past that.
2006-08-05 12:00:32 +00:00
Eli Zaretskii
a1ebfe3423
(Formatting Strings) Resurrect erroneously removed line.
2006-08-05 09:49:01 +00:00
Richard M. Stallman
1a77c985dd
(escape-glyph): Doc fix.
2006-08-05 04:42:57 +00:00
Chong Yidong
a59dcf2e3f
*** empty log message ***
2006-08-05 01:40:27 +00:00
Chong Yidong
1b34e200d9
specpdl unbalanced bug fixed.
2006-08-05 01:39:40 +00:00
Chong Yidong
42ec1561cf
* process.c: Reapply 2006-08-01 change.
2006-08-05 01:38:42 +00:00
Chong Yidong
092869b973
* keyboard.c (read_char): Rebalance specpdl after receiving jump.
2006-08-05 01:38:21 +00:00
Eli Zaretskii
3046c3f924
(w32_query_font): Fix last change: use stricmp.
2006-08-04 17:22:18 +00:00
Chong Yidong
04146a367c
"C-n doesn't work in Customize Option buffer in -nw with long value
...
displayed" fix committed
2006-08-04 15:44:27 +00:00
Stefan Monnier
0f2e2a3bbc
(Fsubst_char_in_region): Redo the setup work after running
...
the before-change-functions since they may have altered the buffer.
2006-08-04 15:22:09 +00:00
Eli Zaretskii
316a275a1e
*** empty log message ***
2006-08-04 11:43:45 +00:00
Eli Zaretskii
8bdb96bccb
(Window Size X) <--geometry>: Only width and height apply to all frames.
2006-08-04 11:43:27 +00:00
Eli Zaretskii
df70725f7a
(w32_createwindow): Handle -geometry command line option and the geometry
...
settings in the Registry.
2006-08-04 11:36:02 +00:00
Eli Zaretskii
65c6c6b6ca
(Formatting Strings): Warn against arbitrary strings as first arg to `format'.
2006-08-04 10:42:41 +00:00
Kenichi Handa
6f64cebf16
(w32_query_font): Compare names by ignoring case.
2006-08-04 02:50:10 +00:00
Kenichi Handa
ef8f7cddb3
*** empty log message ***
2006-08-04 01:49:05 +00:00
Kenichi Handa
fca31fbb66
(describe-font): Improve docstring
...
and error message. Use frame-parameter (not frame-parameters).
2006-08-04 01:48:10 +00:00
Kenichi Handa
dc3ca1078f
(x_query_font): Compare names by ignoring case.
2006-08-04 01:41:14 +00:00
Jason Rumney
f3e0a6de08
(w32_menu_show, w32_dialog_show): Call Fsignal to quit
...
when no option selected except when for_click.
2006-08-03 22:08:09 +00:00
Romain Francoise
8a38d42d83
*** empty log message ***
2006-08-03 18:41:58 +00:00
Richard M. Stallman
fa9398d09e
*** empty log message ***
2006-08-03 18:30:37 +00:00
Stefan Monnier
402adebf69
(gdb-script-font-lock-syntactic-keywords):
...
Correctly mark the end-of-docstring char.
2006-08-03 18:30:13 +00:00
Richard M. Stallman
8dea3e2baf
*** empty log message ***
2006-08-03 18:27:50 +00:00
Chong Yidong
d634a67054
* process.c: Revert last change.
2006-08-03 15:19:20 +00:00