1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
Commit Graph

65426 Commits

Author SHA1 Message Date
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
Chong Yidong
7abcd3e393 * simple.el (line-move-to-column): Constrain move-to-column to
current field.
2006-08-03 14:26:27 +00:00
Juanma Barranquero
9b7fa2975f *** empty log message *** 2006-08-03 10:14:49 +00:00
Juanma Barranquero
e642d1fea7 Fix typo in markup. 2006-08-03 09:44:24 +00:00
Stefan Monnier
05a1066ff0 (font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.
(font-lock-extend-region-multiline)
(font-lock-extend-region-wholelines): New functions.
(font-lock-default-fontify-region): Use them.
(font-lock-extend-jit-lock-region-after-change): Only round up
if font-lock-default-fontify-region will do it as well.
2006-08-03 07:14:39 +00:00
Stefan Monnier
ab0dd59ce7 (font-lock-extend-after-change-region-function):
Rename from font-lock-extend-region-function.
(font-lock-extend-region): Remove by inlining at call sites.
(font-lock-after-change-function): Don't needlessly round up to a whole
number of lines.
(font-lock-extend-jit-lock-region-after-change): Be more careful about
the boundary conditions and the interactions between the various ways
to extend the region.
2006-08-03 05:42:53 +00:00
Miles Bader
2e3ef421a9 Merge from erc--emacs--21
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-379
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-03 05:10:38 +00:00
Stefan Monnier
6b2fcbb546 (jit-lock-fontify-now): Preserve the buffer's
modification status when forcing the second redisplay.
2006-08-03 03:35:45 +00:00
Thien-Thi Nguyen
1200843820 Docstring style and grammar tweaks; nfc. 2006-08-02 22:51:44 +00:00
Kim F. Storm
d2f00838a1 (edmacro-fix-menu-commands): Ignore switch-frame. 2006-08-02 22:37:17 +00:00
Kim F. Storm
97cd434010 *** empty log message *** 2006-08-02 22:37:08 +00:00
Stefan Monnier
c6dbae4718 (cvs-get-buffer-create): Obey noreuse' even if name'
doesn't look like a file name.
2006-08-02 14:14:19 +00:00
Stefan Monnier
424f4c9cfa (PC-expand-many-files): Avoid signalling an error when
the current directory doesn't exist.  Reported by Michaël Cadilhac.
2006-08-02 14:08:49 +00:00
Andreas Schwab
3862ba195c (mode-line-format): Simplify reference to vc-mode. 2006-08-02 09:56:16 +00:00
Nick Roberts
0bbb2a3a8d (map): Make mode-line-buffer-identification-keymap
before defining propertized-buffer-identification.
2006-08-02 09:49:08 +00:00
Nick Roberts
0428023162 *** empty log message *** 2006-08-02 09:48:46 +00:00
Richard M. Stallman
946bb8881d *** empty log message *** 2006-08-02 01:58:40 +00:00
Richard M. Stallman
9593ae179d (mode-line-format): Adjust spacing around vc-mode. 2006-08-02 01:57:45 +00:00
Richard M. Stallman
4c78c45016 (Name Help): Add index entries for describe-variable. 2006-08-02 01:43:29 +00:00