1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

57109 Commits

Author SHA1 Message Date
André Spiegel
5426f82958 # 2005-05-22 11:02:09 +00:00
André Spiegel
3b37b1796f (vc-trunk-p): Add autoload cookie. The function is used in vc-rcs.el
when vc-mistrust-permissions is t, which is not the default.
2005-05-22 10:51:32 +00:00
Juanma Barranquero
2641cc63e2 (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. 2005-05-22 10:38:08 +00:00
André Spiegel
a41c216fd7 # 2005-05-22 10:31:42 +00:00
André Spiegel
ce127eaa53 (vc-cvs-checkout-model): Handle the case where FILE doesn't exist. 2005-05-22 10:29:44 +00:00
Andreas Schwab
41c4895cd7 (send_process): Move misplaced volatile. 2005-05-22 09:49:43 +00:00
Andreas Schwab
edceb51cbc (send_process): Remove misplaced volatile. 2005-05-22 09:35:04 +00:00
Richard M. Stallman
5c213fcc86 (display_mode_element): If we're processing a list and
padding is specified, put it after the last element.
2005-05-22 02:54:12 +00:00
Nick Roberts
8449720ce4 Remove make-obsolete-variable for
already deleted variables: auto-fill-hook, blink-paren-hook,
lisp-indent-hook, inhibit-local-variables, unread-command-event
suspend-hooks, comment-indent-hook, meta-flag,
before-change-function, after-change-function,
font-lock-doc-string-face.
2005-05-22 02:30:41 +00:00
Nick Roberts
fdd55b6a87 *** empty log message *** 2005-05-22 02:29:51 +00:00
Luc Teirlinck
3e2c3ab0f5 (define-derived-mode): Doc fix. 2005-05-21 22:35:35 +00:00
Luc Teirlinck
71f800cf3b *** empty log message *** 2005-05-21 22:34:12 +00:00
Luc Teirlinck
e09aff745e (Reading File Names): Update description of `read-directory-name'. 2005-05-21 22:29:19 +00:00
Luc Teirlinck
a217fa213f (Derived Modes): Clarify :group keyword. 2005-05-21 22:24:04 +00:00
Luc Teirlinck
2a4d7cb355 *** empty log message *** 2005-05-21 22:22:26 +00:00
Jay Belanger
9aa21f5167 *** empty log message *** 2005-05-21 16:33:18 +00:00
Jay Belanger
c7bb1c63f1 (Storing variables): Mention that only most variables are void to
begin with.
2005-05-21 16:03:42 +00:00
Eli Zaretskii
aa4060b96f (Fexpand_file_name) [DOS_NT]: Don't try to support "superroot"
on DOS_NT systems.
2005-05-21 15:28:57 +00:00
Eli Zaretskii
bb4afd0918 *** empty log message *** 2005-05-21 14:14:05 +00:00
Eli Zaretskii
d184e18226 (rmail-reply): Filter the list in reply-to through rmail-dont-reply-to. 2005-05-21 14:13:00 +00:00
Eli Zaretskii
1de7674c94 Mark locate-file as documented. 2005-05-21 13:33:55 +00:00
Eli Zaretskii
f42ea19f63 (Locating Files): New subsection. Describe locate-file and executable-find. 2005-05-21 13:30:24 +00:00
Eli Zaretskii
a2c9aee6a0 *** empty log message *** 2005-05-21 12:21:44 +00:00
Eli Zaretskii
2d47b0ac24 (Initial Parameters): Update cross reference to "Emacs Invocation". 2005-05-21 12:20:45 +00:00
Eli Zaretskii
1fd0f7a660 (Basic Types): Update cross ref from "Enabling Mouse-1 to Follow Links"
to "Links and Mouse-1" per recent lispref/text.texi change.
2005-05-21 12:16:41 +00:00
Eli Zaretskii
0ff692700b (send_process): Restore the SIGPIPE handler if we catch a SIGPIPE. 2005-05-21 11:58:49 +00:00
Eli Zaretskii
6f0de615c1 (mail-send): Use [[:space:]] instead of a literal blank
when splitting new-header-values.
2005-05-21 11:48:00 +00:00
Eli Zaretskii
6e50f7e0d1 (table-disable-menu): Add separator as a string so that tmm doesn't create
a completion entry for it.
2005-05-21 11:38:21 +00:00
Eli Zaretskii
9110ca1185 (cal-menu-update): Add separator as a string so that tmm doesn't create
a completion entry for it.
2005-05-21 11:35:56 +00:00
Richard M. Stallman
a527b75360 (idlwave-doc-header): Use insert-file-contents. 2005-05-21 04:55:51 +00:00
Richard M. Stallman
adf8a02eb3 (flymake-makehash): Use with-no-warnings. 2005-05-21 04:53:14 +00:00
Richard M. Stallman
a3d418482d (remote-compile): Use compilation-start. 2005-05-21 04:52:05 +00:00
Richard M. Stallman
b74f660610 (tmm-shortcut): Avoid using beginning-of-buffer. 2005-05-21 04:50:59 +00:00
Luc Teirlinck
c49edde42f (Display Custom): Correct typo. 2005-05-21 03:01:33 +00:00
Daniel Pfeiffer
774cd45416 (makefile-imenu-generic-expression): Use function to find dependencies, because regexp alone is so complex, it easily goes into an endless loop.
(makefile-makepp-mode): Also add submenu for Perl functions defined in the makefile.
(makefile-bsdmake-mode): Special imenu-generic-expression no longer needed, due to function call.
(makefile-match-dependency): Take BOUND into account when checking if we're through.
2005-05-21 02:46:37 +00:00
Daniel Pfeiffer
fb50d1e9db (imenu-generic-expression, imenu--generic-function'): REGEXP may also be a search function now. The part of doc-string for describing the structure was 95% identical to that of `imenu--generic-function'. Unify it there. 2005-05-21 02:44:29 +00:00
Daniel Pfeiffer
813731b3dc (auto-mode-alist): Check GNUmakefile before makefile. Default to makefile-bsdmake-mode on BSD systems. 2005-05-21 02:42:00 +00:00
Jay Belanger
ed8060d98f (calc-invalidate-units-table): Use inhibit-read-only.
(math-build-units-table-buffer): Use view-mode.
2005-05-20 22:39:33 +00:00
Richard M. Stallman
240d926eb2 Reclassify item. Update copyright year. 2005-05-20 22:05:21 +00:00
Juanma Barranquero
09e8eb5bae (lookup_image, png_read_from_memory): Remove hacks (and misleading comments).
(DEF_IMGLIB_FN): Use C calling convention for image libraries.
2005-05-20 17:51:38 +00:00
Reiner Steib
57d8ef63ee Remove CVS conflict markers. 2005-05-20 17:47:03 +00:00
Juanma Barranquero
44a91a68ec Fix remaining braino breackage. 2005-05-20 16:41:36 +00:00
Juanma Barranquero
0a418fa12e Fix braino. 2005-05-20 16:15:02 +00:00
David Kastrup
8292be61c5 (easy-menu-add): Correct docstring since
easy-menu-add is not a nop on Emacs; and clarify when to call it.
2005-05-20 15:30:59 +00:00
Juanma Barranquero
47bc4b3fe1 (reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if,
delete-if-not, remove-duplicates, delete-duplicates, substitute, substitute-if,
substitute-if-not, nsubstitute, nsubstitute-if, nsubstitute-if-not, find,
find-if, find-if-not, position, position-if, position-if-not, count, count-if,
count-if-not, mismatch, search, sort*, stable-sort, merge, member*, member-if,
member-if-not, assoc*, assoc-if, assoc-if-not, rassoc*, rassoc-if,
rassoc-if-not, union, nunion, intersection, nintersection, set-difference,
nset-difference, set-exclusive-or, nset-exclusive-or, subsetp, subst-if,
subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis, nsublis, tree-equal):
Improve argument/docstring consistency.
2005-05-20 14:30:34 +00:00
Lute Kamstra
c651771a66 *** empty log message *** 2005-05-20 13:42:57 +00:00
Lute Kamstra
d676819ef5 (diff-header-face, diff-file-header-face)
(diff-index-face, diff-hunk-header-face, diff-removed-face)
(diff-added-face, diff-changed-face, diff-function-face)
(diff-context-face, diff-nonexistent-face): Put them in the
diff-mode customization group.
2005-05-20 13:35:11 +00:00
Stefan Monnier
4e19eff09a (vhdl-font-lock-match-item): Simplify regexp. 2005-05-20 13:33:13 +00:00
Stefan Monnier
fe67016b3a (sh-mode, sh-get-word): Minor regexp fixes. 2005-05-20 13:28:38 +00:00
Stefan Monnier
9605a00f9c (lisp-font-lock-keywords-2): Don't error. Minor regexp-optimization. 2005-05-20 13:25:58 +00:00