1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

65416 Commits

Author SHA1 Message Date
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
Nick Roberts
a6c7c026a4 (gdb-find-source-frame): Make nil the default value.
(gdb-find-source-frame): New function.
(menu): Add to menu bar.
2006-08-01 23:16:00 +00:00
Nick Roberts
68b9e79b2d *** empty log message *** 2006-08-01 23:15:32 +00:00
Stefan Monnier
b0c76bd4a5 (font-lock-extend-region-function, font-lock-extend-region):
Move to font-lock.el.
2006-08-01 19:09:27 +00:00
Stefan Monnier
2821e1b6f8 (font-lock-extend-region-function, font-lock-extend-region):
Move from font-core.el.  Simplify.
2006-08-01 19:09:11 +00:00
Stefan Monnier
663e16604c (jit-lock-fontify-now): Cause a second redisplay if needed.
(jit-lock-start, jit-lock-end): New dynamic scoped vars.
(jit-lock-after-change-extend-region-functions): New hook.
(jit-lock-after-change): Use it instead of hard-coding font-lock code.
2006-08-01 19:01:24 +00:00
Stefan Monnier
4cffd22137 (font-lock-extend-jit-lock-region-after-change): New fun.
(font-lock-turn-on-thing-lock): Use it.
2006-08-01 18:58:18 +00:00
Romain Francoise
374f4f51df isearch-yank-line bug already fixed. 2006-08-01 18:19:36 +00:00
Richard M. Stallman
88680f4ebf *** empty log message *** 2006-08-01 18:13:20 +00:00
Nick Roberts
be0f250c17 (GDB Graphical Interface): Shorten node names.
(GDB-UI Layout): Use GDB-related.
(Stack Buffer): Simplify English.
2006-08-01 06:50:51 +00:00
Nick Roberts
2927229a77 *** empty log message *** 2006-08-01 06:50:28 +00:00