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

65395 Commits

Author SHA1 Message Date
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
Stefan Monnier
da95a9c86f (longlines-show-region): Make it work on read-only buffers as well. 2006-08-01 05:29:19 +00:00
Nick Roberts
c534076ccd (gdb-set-hollow): Check for gud-last-last-frame. 2006-08-01 02:49:47 +00:00
Nick Roberts
1730f68ee7 *** empty log message *** 2006-08-01 02:49:11 +00:00
Kenichi Handa
68ce47af29 (find-operation-coding-system): Describe the more detail of
the change.
2006-08-01 00:49:58 +00:00
Kim F. Storm
2beb96f9cc (wait_reading_process_output_unwind): New function.
Restores waiting_for_user_input_p to saved value.
(wait_reading_process_output): Unwind protect waiting_for_user_input_p
instead of save/restore old value on stack.
2006-08-01 00:13:08 +00:00
Kim F. Storm
0885202f72 *** empty log message *** 2006-08-01 00:12:55 +00:00
Stefan Monnier
07e9b3f01c (url-hexify-string): Only utf-8 encode if it's a multibyte string.
(url-normalize-url): Remove unused var `grok'.
(url-truncate-url-for-viewing): Remove unused var `tail'.
2006-07-31 21:36:43 +00:00
Thien-Thi Nguyen
fc0ba1d080 (Clickable Text): Mention `help-echo' text property.
Update intro, examples and associated explanations.
2006-07-31 20:33:33 +00:00
Richard M. Stallman
a3483884d3 *** empty log message *** 2006-07-31 18:44:18 +00:00
Richard M. Stallman
f8262222a6 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects):
Update old obsolete speedbar variable names.
2006-07-31 18:43:42 +00:00
Richard M. Stallman
13bdd945ba (System Interface): Fix menu descriptions of some nodes.
(Translating Input): Node deleted.
2006-07-31 18:42:37 +00:00
Richard M. Stallman
160ab7f94e Update xrefs.
(Event Mod): New node, cut out from old Translating Input.
2006-07-31 18:41:58 +00:00
Richard M. Stallman
1352a20319 Update xrefs from Translating Input to Translation Keymaps. 2006-07-31 18:39:14 +00:00
Richard M. Stallman
f044bf2711 (Translation Keymaps): New node.
Update xrefs from Translating Input to Translation Keymaps.
2006-07-31 18:37:18 +00:00
Richard M. Stallman
2410b13a18 (Top): Update subnode menu. 2006-07-31 18:34:36 +00:00
Richard M. Stallman
47f6532e25 (Face Functions): Fix explanations of FRAME=t or nil. 2006-07-31 18:32:16 +00:00
Richard M. Stallman
29d74a4678 (Query Replace): Add xref for Dired's Q command. 2006-07-31 18:30:24 +00:00
Nick Roberts
ab04a72ade (Sets And Lists): Update link for add-to-list. 2006-07-31 10:57:16 +00:00
Nick Roberts
c45ab038a4 (Minor Mode Conventions): Update link for add-to-list. 2006-07-31 10:56:25 +00:00
Nick Roberts
ec77710195 *** empty log message *** 2006-07-31 10:55:56 +00:00
Miles Bader
ebf693f35f Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 121-122)

   - Update from CVS

2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * etc/GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
   texi/gnus-news.el of the trunk.

2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work with Mac as well.

2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work even if the file
   uses CRLF for the line-break code.

2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
   in .../site-lisp/gnus/ by default.
   [ From gnus-news.texi in the trunk. ]

2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (MIME Commands): Additions for yEnc.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-375
2006-07-31 09:40:13 +00:00