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

56849 Commits

Author SHA1 Message Date
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
Carsten Dominik
9bc3d12402 Version 3.09 2005-05-20 11:28:03 +00:00
Carsten Dominik
24e9a727ba *** empty log message *** 2005-05-20 11:27:45 +00:00
Carsten Dominik
eb2f9c591b (org-agenda-toggle-time-grid): New command.
(org-agenda-use-time-grid, org-agenda-time-grid): New options.
	(org-agenda-add-time-grid-maybe): New function.
	(org-agenda): Call `org-agenda-add-time-grid-maybe'.
	(org-table-create): `dotimes' instead of `mapcar'.
	(org-xor): Simplified implementation.
	(org-agenda): `inhibit-redisplay' turned on.
	(org-agenda-change-all-lines): Use `org-format-agenda-item' to get
	a consistent line after a state change.
	(org-agenda-remove-times-when-in-prefix): New option.
	(org-prefix-has-time): New variable.
	(org-parse-time-string): Optional argument NODEFAULT.
	(org-format-agenda-item): Parse items for time-of-day
	specifications and move these into the prefix if possible.
	(org-agenda-priority): Get current heading, not previous heading
	during agenda remote editing.
2005-05-20 11:24:48 +00:00
Lute Kamstra
f3fbdb1f2d (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value. 2005-05-20 11:18:22 +00:00
Juanma Barranquero
a18ff98867 (send-string, send-region): Remove obsolescence declaration.
(window-dot, set-window-dot, read-input, show-buffer, eval-current-buffer,
string-to-int): Add release number to obsolescence declarations.
2005-05-19 23:45:09 +00:00
Luc Teirlinck
ca1b09140b (Active Keymaps): Add anchor. 2005-05-19 23:38:12 +00:00
Luc Teirlinck
b4a83bb86f (Hooks): Delete confusing and unnecessary sentence.
(Major Mode Conventions): Refer to `Auto Major Mode' in more
appropriate place.
(Derived Modes): Small clarifications.
(Minor Mode Conventions, Keymaps and Minor Modes): Replace
references to nodes with references to anchors.
(Mode Line Data): Warn that `(:eval FORM)' should not load any files.
Clarify description of lists whose first element is an integer.
(Mode Line Variables): Add anchor.
(%-Constructs): Clarify description of integer after %.
(Emulating Mode Line): Describe nil value for FACE.
2005-05-19 23:35:18 +00:00
Luc Teirlinck
6900105fc4 *** empty log message *** 2005-05-19 23:29:21 +00:00
Kim F. Storm
cc2691b7ee (ido-magic-forward-char): Enter ido-find-file at end of input.
(ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2005-05-19 21:08:14 +00:00
Kim F. Storm
f4056bf7b6 *** empty log message *** 2005-05-19 21:07:59 +00:00