1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

71264 Commits

Author SHA1 Message Date
Glenn Morris
ef44317c7c Kevin Ryde <user42 at zip.com.au>
(sgml-html-meta-auto-coding-function): Bind `case-fold-search' to t.
2007-09-21 03:21:39 +00:00
Glenn Morris
41a633fff6 tex-validate-region: Hack fix installed in trunk.
I don't want to put it in the release branch, since I don't think the
tex-validate-* functions are very important, and the sexp motion
commands seem to be used quite a bit in tex-mode.
2007-09-21 03:11:17 +00:00
Glenn Morris
fbc09406ca Diane Murray <disumu at x3y2z1.net>
(url-get-normalized-date): Pass full timezone information to
timezone-make-date-arpa-standard, since zone name may be unknown.
2007-09-21 02:53:08 +00:00
Glenn Morris
92d175e2d9 Fixed by Stefan: incorrect button highlighting. 2007-09-21 02:43:48 +00:00
Stefan Monnier
d40a86f9f6 (compilation-error-regexp-alist-alist):
Recognize gcc's use of "note" for informational messages.
2007-09-20 18:56:19 +00:00
Stefan Monnier
edf29496b3 (widget-image-insert): Don't merge mouse-face with neighbouring buttons. 2007-09-20 18:56:07 +00:00
Richard M. Stallman
176c6903e8 (Customizable variables): Face names don't end in -face.
Fix flymake-err-line-patterns template.
(Example -- Configuring a tool called directly): Fix init-function.
(Highlighting erroneous lines): Face names don't end in -face.
2007-09-20 17:12:10 +00:00
Glenn Morris
13a9d12b66 *** empty log message *** 2007-09-20 08:06:39 +00:00
Glenn Morris
01f51cdb95 Done: tex-validate-region and paragraphs. 2007-09-20 03:13:47 +00:00
Glenn Morris
98fcc75bb3 (tex-validate-buffer): Use paragraph motion functions, rather than
hard-coding "\n\n".
(tex-validate-region): Check for eobp, to speed up.
(tex-next-unmatched-end): Doc fix.
2007-09-20 03:06:38 +00:00
Glenn Morris
8a94087164 *** empty log message *** 2007-09-20 02:52:32 +00:00
Glenn Morris
bfaf966b70 (Fmake_network_process): Doc fix. 2007-09-20 02:46:00 +00:00
Glenn Morris
b2217c17d6 *** empty log message *** 2007-09-20 02:45:45 +00:00
Richard M. Stallman
9600ac7c86 (Display Property): Clarify when multiple display specs work in
parallel and when one overrides.  Fix error in example.
2007-09-19 15:04:50 +00:00
Richard M. Stallman
14b4fdfb21 (Display Property): Explain multiple display specs. 2007-09-19 14:55:52 +00:00
Richard M. Stallman
aabc29c88d (Foverlays_at): Doc fix. 2007-09-19 13:20:51 +00:00
Glenn Morris
e0f06ac215 Typo. 2007-09-19 07:31:39 +00:00
Glenn Morris
959d972d7b "tex-terminate-paragraph ignores paragraph-start and
paragraph-separate" is fixed, but raises a question about
tex-validate-region.
2007-09-19 07:26:17 +00:00
Glenn Morris
739d53dc46 (tex-terminate-paragraph): Use backward-paragraph. 2007-09-19 07:19:54 +00:00
Glenn Morris
b6babcbd69 *** empty log message *** 2007-09-19 07:19:32 +00:00
Jason Rumney
68cbe49279 Updated libXpm to 3.5.7 (from x.org X11R7.3) 2007-09-18 23:47:16 +00:00
Glenn Morris
e164a2fdec *** empty log message *** 2007-09-18 07:00:20 +00:00
Glenn Morris
7e05530257 Remove duplicate entry. 2007-09-18 06:59:14 +00:00
Stefan Monnier
fb7d927563 (css-electric-keys): electrick->electric.
(css-mode): Update correspondingly.
2007-09-18 01:48:23 +00:00
Stefan Monnier
088c8c37e6 (Fplist_put): Preserve uneven tail data. 2007-09-18 01:45:39 +00:00
Dan Nicolaescu
fa5cea6723 *** empty log message *** 2007-09-18 01:29:04 +00:00
Dan Nicolaescu
793a22023e * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
* vc-hooks.el (vc-menu-entry): New var.
(vc-mode-line-map): Use it so that this menu also uses the extra-menu.
(menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
(vc-menu-map): Declare and initialize in one step.

* menu-bar.el (vc-menu-map): Don't setup any more.
Instead, just create the proper spot in the menu.

* vc.el: Document new VC operation `extra-menu'.

* vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New
function.
2007-09-18 01:28:25 +00:00
Richard M. Stallman
7262a148b6 *** empty log message *** 2007-09-18 00:46:48 +00:00
Dan Nicolaescu
576c7f5e19 (vc-git-log-view-mode): Add font-lock patterns for
Signed-off-by, Acked-by and Merge.
2007-09-17 19:13:19 +00:00
Glenn Morris
f61ac501ef Done: tex-compilation-parse-errors misses new-style error messages. 2007-09-17 07:05:20 +00:00
Glenn Morris
6f800ba681 (tex-compilation-parse-errors): Prefer the filename from
`--file-line-error', if it is available.
2007-09-17 07:01:53 +00:00
Glenn Morris
af751646bd Joe Wells <jbw at macs.hw.ac.uk> (tiny change)
(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.
2007-09-17 07:01:41 +00:00
Glenn Morris
6500158410 *** empty log message *** 2007-09-17 06:57:29 +00:00
Glenn Morris
eecfb4da1b (tex-region): Simplify previous change,
handling the case where the region is not in `tex-main-file'.
(tex-region-1): Delete.
(tex-region-header): New function, doing the header part of the
old tex-region-1.
2007-09-17 00:26:49 +00:00
Stefan Monnier
9d2fec03a1 (ediff-verbose-p): This var is not a constant. 2007-09-16 22:15:22 +00:00
Andreas Schwab
480ecb6b5c (reset_malloc_hooks): Set the hooks to the previous
values instead of zapping them.
2007-09-16 09:40:45 +00:00
Jan Djärv
d51e0fc41a (xg_get_image_for_pixmap): Always create a GdkPixbuf
when we have no file name for the icon.
(xg_tool_bar_expose_callback): Remove.
(xg_create_tool_bar): Don't connect expose signal to
xg_tool_bar_expose_callback.
2007-09-16 09:34:52 +00:00
Jan Djärv
846d1b3e94 Don't use -lpthread on HP-UX. 2007-09-16 09:13:28 +00:00
Richard M. Stallman
4e0a4fdc00 *** empty log message *** 2007-09-16 04:00:26 +00:00
Glenn Morris
7739e58392 Drew Adams <drew.adams at oracle.com>
(custom-face-edit-activate): Doc fix.
2007-09-16 03:06:12 +00:00
Glenn Morris
97e3eee090 Done: tex-region ignores value of tex-main-file. 2007-09-16 02:02:23 +00:00
Glenn Morris
b2272f67e7 (tex-region): Handle the case where the region is not in
`tex-main-file'.  Move the old code that applies to both cases...
(tex-region-1): ...to this new function.
2007-09-16 02:01:51 +00:00
Glenn Morris
7d9de000c5 *** empty log message *** 2007-09-16 02:01:30 +00:00
Glenn Morris
fc2b776c39 No longer define `static' as nothing. 2007-09-15 19:50:16 +00:00
Martin Rudalics
29100cfa0e (blink-matching-open): Don't display message when no
paren is found within blink-matching-paren-distance characters.
Don't search prompt in blink-matching-paren-distance nil case.
2007-09-15 09:37:00 +00:00
Nick Roberts
9558a54ac7 (gdba, gdb-send, gdb-source-info):
Use gdb-ready.  Discard input until GDB is ready to accept it.
2007-09-15 08:09:07 +00:00
Dan Nicolaescu
42ac3301fb (terminal-init-xterm): Add C-M- bindings. 2007-09-14 22:59:16 +00:00
Stefan Monnier
b5883dcf11 (vc-handled-backends): Add Mtn. 2007-09-14 16:54:16 +00:00
Stefan Monnier
b1dc6d44c9 Add vc-mtn.el. 2007-09-14 16:33:47 +00:00
Glenn Morris
6f00fa3383 Done: Check all non-file-scope static vars... 2007-09-14 07:45:55 +00:00