1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00
Commit graph

19337 commits

Author SHA1 Message Date
Stefan Monnier
21bf0d6c50 Use with-current-buffer.
(message-make-date, message-make-message-id): Autoload when needed.
(smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
headers when missing.
2001-12-01 00:36:12 +00:00
Stefan Monnier
ff14aafbab (encoded-kbd-mode): Use define-minor-mode. 2001-12-01 00:18:21 +00:00
Stefan Monnier
6c0bc4a0b9 (enriched-mode): Use define-minor-mode. Use dolist and pop and push. 2001-12-01 00:17:08 +00:00
Stefan Monnier
f7d5479b3d (Info-find-node-2): Don't call info-insert-file-contents
with the `visit' argument.
(Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2001-11-30 23:59:28 +00:00
Stefan Monnier
f71d927d8b (hide-ifdef-mode): Only modify
`change-major-mode-hook' locally.  Reset invisibility spec.
2001-11-30 23:58:24 +00:00
Stefan Monnier
00f2404d75 *** empty log message *** 2001-11-30 23:54:45 +00:00
Stefan Monnier
2ba257e11c (Man-build-section-alist): Remove last Man-match-substring. 2001-11-30 21:56:46 +00:00
Kai Großjohann
f48b59a233 (mark-paragraph): Clarify doc. Clarify
error message.  Suggestion from Richard M. Stallman.
2001-11-30 17:18:27 +00:00
André Spiegel
e294aed74f # 2001-11-30 13:49:28 +00:00
André Spiegel
44f663a4de (vc-cvs-parse-status): Store file state in property, don't just return
it.
2001-11-30 13:47:39 +00:00
Stefan Monnier
93531944c0 *** empty log message *** 2001-11-30 12:38:29 +00:00
Eli Zaretskii
5275d6a8c3 (menu-bar-read-lispref, menu-bar-read-lispintro)
(menu-bar-read-emacs-man, search-emacs-glossary)
(emacs-index-search, elisp-index-search): New functions.
(apropso-documentation, apropos, apropos-value, apropos-variable)
(apropos-commands): Modify menu item names and help text.
(elisp-index-search, emacs-index-search, emacs-glossary): New
menu items.
(menu-bar-manuals-menu): Move the Ordering Manuals item to a
submenu.
(info-elisp, info-elintro): New menu items.
(apropos): Modify the menu item name.
2001-11-30 10:23:23 +00:00
Stefan Monnier
0a88ae7b2a (read-if): Add lisp-indent-function prop. 2001-11-30 10:17:56 +00:00
Stefan Monnier
852a8571e4 Doc fix. 2001-11-30 09:42:52 +00:00
Stefan Monnier
a16db7fe3c (outline-promote, outline-demote): Typo. 2001-11-30 09:23:19 +00:00
Stefan Monnier
dc338e1980 (cl-make-type-test): Fix paren typo. 2001-11-30 09:20:17 +00:00
Stefan Monnier
72397ff1a9 (man-follow-mouse): New function.
(Man-mode-map): Bind mouse-2 to it.
(Man-match-substring): Remove.  Replace with `match-string'.
(man): Use the `default-value' argument to `read-string'.
(Man-fontify-manpage): Add mouse-face to cross references.
2001-11-30 09:13:21 +00:00
Stefan Monnier
2fa5eef4ca (shiftf): Fix more. Simplify. 2001-11-30 08:23:25 +00:00
Stefan Monnier
d006d95766 (completing-read-multiple): Better preserve
the value of require-match in minibuffer-completion-confirm.
Use crm-local-completion-map.
2001-11-30 01:13:59 +00:00
Stefan Monnier
e0b163225f (shiftf): Fix the fast case so
(let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
(cl-make-type-test): Use char-valid-p for `character'.
2001-11-30 00:56:45 +00:00
Stefan Monnier
e700ec12bd (Info-goto-index): One register one step in the history.
(Info-index): Don't protect the history around the call to Info-goto-index.
2001-11-29 23:46:01 +00:00
Stefan Monnier
e4e8ee638e (Info-complete-next-re, Info-complete-cache): New vars.
(Info-complete-menu-item): Rewrite.  Add the ability to search
several sequential nodes.  Add a simple caching mechanism.
(Info-goto-index): New function extracted from Info-index.
(Info-index): Use it.  Add completion to the interactive spec.
(Info-menu-update): Simplify call to `Info-complete-menu-item'.
2001-11-29 23:20:49 +00:00
Stefan Monnier
75e95a9780 New bug. 2001-11-29 21:29:36 +00:00
Eli Zaretskii
3232329123 Note that describe-categories was moved to help-fns.el from src/category.c. 2001-11-29 19:58:12 +00:00
Pavel Janík
0142178afa *** empty log message *** 2001-11-29 17:44:17 +00:00
Pavel Janík
1d42cee4d0 Removed. 2001-11-29 17:37:03 +00:00
Dave Love
d4824a5df4 *** empty log message *** 2001-11-29 12:55:07 +00:00
Dave Love
6fb7766c00 Doc fixes.
(map-charset-chars): New function.
(register-char-codings): Use it to cope with generic chars in
safe-chars.
2001-11-29 12:38:39 +00:00
Dave Love
b252360414 Fontify rewind, backspace. Doc fixes.
(fortran-window-create, fortran-window-create-momentarily):
Rewrite, moving error condition.
(fortran-beginning-do, fortran-beginning-if): Fix regexps.
(fortran-mode-syntax-table): Revert last change.
2001-11-29 12:24:33 +00:00
Pavel Janík
6d8b258ab9 (blackbox-mode, blackbox): Doc fix. 2001-11-29 08:39:56 +00:00
Pavel Janík
132c0cc0ce (cookie, cookie-insert, shuffle-vector): Doc fixes. 2001-11-29 08:35:51 +00:00
Pavel Janík
dd536f948d *** empty log message *** 2001-11-29 08:19:43 +00:00
Pavel Janík
d97e62d217 (studlify-word, studlify-region, studlify-buffer): Fix doc-string.
(studlify-buffer): Add autoload cookie.
2001-11-29 08:18:25 +00:00
Stefan Monnier
3ce081f574 *** empty log message *** 2001-11-29 02:28:17 +00:00
Stefan Monnier
7d7715b5f6 (outline-up-heading): Add `invisible-ok' arg.
(outline-up-heading-all): Remove.
(hide-sublevels): Move to end-of-heading before calling flag-region.
(outline-copy-overlay, outline-discard-overlays): Remove.
(outline-flag-region): Use `remove-overlays'.
Don't move to end-of-heading.
(outline-next-visible-heading, outline-back-to-heading)
(outline-on-heading-p): Use outline-invisible-p.
(outline-font-lock-level): Use outline-up-heading's new arg.
(outline-minor-mode): Simplify.
(outline-map-tree, outline-reveal-toggle-invisible): New funs.
(outline): Put a `reveal-toggle-invisible' property.
(outline-level-heading): New var.
(outline-insert-heading, outline-promote, outline-demote)
(outline-toggle-children): New commands.
2001-11-29 02:15:03 +00:00
Richard M. Stallman
bf5367b9c5 Comment change. 2001-11-29 00:49:32 +00:00
Karl Fogel
29e53a0ae9 (isearch-yank-internal): New helper function.
(isearch-yank-char): New function.
(isearch-yank-word, isearch-yank-line): Rewrite to use
isearch-yank-internal.
2001-11-28 22:34:20 +00:00
Stefan Monnier
5b5907acb7 Fix copyright year. 2001-11-28 20:55:38 +00:00
Stefan Monnier
722fa77ffa (hif-end-of-line): New function.
(hide-ifdef-mode): Set line-move-ignore-invisible.
(hide-ifdef-region-internal): New function.
(hide-ifdef-region): Use it.
(hif-defined): Return an integer.
(hif-infix-to-prefix): Remove.
(hif-tokenize): Parse from the buffer rather than from a string.
Correctly tokenize integers.  Use forward-comment.
(hif-expr): Use hif-or.
(hif-term): Use hif-and.
(hif-factor): Use hif-not.  Handle numbers properly.
Don't require parenthesis around `defined's argument.
(hif-and, hif-or, hif-not): New funs.
(hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
(hif-hide-line): Don't hide the \n before the line.
(hif-possibly-hide): Correctly handle numeric evaluation results.
2001-11-28 20:53:28 +00:00
Stefan Monnier
0017329bca Move `provide' to the end. 2001-11-28 20:41:49 +00:00
Stefan Monnier
debe2de297 Use line-(end|beginning)-position.
(makefile-mode): Set indent-line-function.
(makefile-browser-insert-continuation): Use with-current-buffer.
(makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2001-11-28 20:40:36 +00:00
Eli Zaretskii
381e32f064 (mouse-set-font): Make it a no-op if multiple fonts
aren't supported.  Print a message to that effect if invoked.
2001-11-28 17:15:33 +00:00
ShengHuo ZHU
ef6e0ec76c 2001-11-28 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-sum.el (gnus-summary-limit-to-author): The number of arguments.
2001-11-28 16:34:15 +00:00
Richard M. Stallman
bca3a805d5 (locate): Put point at first matching file rather than top of buffer. 2001-11-28 13:08:40 +00:00
Richard M. Stallman
7e6b76ac19 *** empty log message *** 2001-11-28 13:07:09 +00:00
Stefan Monnier
8a1f80737a *** empty log message *** 2001-11-28 07:26:37 +00:00
Stefan Monnier
a0aa2a49ba Initial commit. 2001-11-28 07:12:25 +00:00
Stefan Monnier
067d92a1b8 Misc cleanup.
(hide-ifdef-mode-submap): Put the def in the defvar.
Use substitute-key-definition.
(hide-ifdef-mode): Use define-minor-mode.
(hif-outline-flag-region): Remove.
(hif-show-all): Define in terms of hif-show-ifdef-region.
(hif-after-revert-function): Rename from hif-before-revert-function.
(hide-ifdef-region, hif-show-ifdef-region): Use overlays.
(hif-tokenize): Use with-syntax-table.
(hif-make-range): Use `else' also for `else-p'.
(hif-range-else-p): Remove.
(hif-find-range): Simplify.
(hif-hide-line): Don't bother preserving buffer-modified-p.
(hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
Don't use selective-display and inhibit-read-only.
2001-11-28 04:12:47 +00:00
Stefan Monnier
aa3b4ded23 (copy-overlay, remove-overlays): New funs. 2001-11-28 04:03:53 +00:00
Stefan Monnier
5faa1e9c9f Typo. 2001-11-28 03:06:45 +00:00