Commit graph

1256 commits

Author SHA1 Message Date
Kai Großjohann
be0d25b686 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
when repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.
2002-02-17 15:08:31 +00:00
Per Abrahamsen
a9c6d330d5 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
* menu-bar.el (menu-bar-showhide-menu): Added speedbar.
	(menu-bar-tools-menu): Removed speedbar.

	* textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
	and `flyspell-mode' entries.

	* textmodes/flyspell.el (flyspell): Add to ispell group.
2002-02-17 12:15:17 +00:00
Pavel Janík
bdc31f1e11 (reftex-select-label-mode)
(reftex-select-bib-mode): Do not use make-local-hook.
2002-02-16 12:57:45 +00:00
Andreas Schwab
1b741d9e27 (tex-font-lock-keywords-2): Require non-letter after specials. 2002-02-15 17:06:58 +00:00
Kai Großjohann
cad113ae34 * lisp/simple.el (mark-word): Mark more if repeated.
* lisp/textmodes/paragraphs.el (mark-paragraph): Ditto.
(mark-end-of-sentence): Ditto.
2002-02-15 08:53:15 +00:00
Richard M. Stallman
8df9f2a387 (bibtex-parse-buffers-stealthily):
Tell bibtex-parse-keys to output no progress messages.
2002-02-14 01:55:43 +00:00
Richard M. Stallman
ebda95a20c (text-mode-hook-identify): Restore previous definition.
Add to text-mode-hook again.
2002-02-14 01:31:21 +00:00
Richard M. Stallman
def08a3f3c (text-mode-hook-identify): Define as no-op. 2002-02-08 13:57:03 +00:00
Pavel Janík
1c71b9580a (flyspell-insert-function): Doc fix. 2002-02-06 22:37:12 +00:00
Richard M. Stallman
540f653db1 (text-mode-hook-identify): Function deleted.
(text-mode): Set text-mode-variant here.
2002-02-06 14:57:57 +00:00
Pavel Janík
73194d6771 (flyspell-issue-message-flag): New user option.
(flyspell-mode-on, flyspell-notify-misspell)
(flyspell-small-region, flyspell-external-point-words)
(flyspell-large-region): Use it
(flyspell-before-incorrect-word-string)
(flyspell-after-incorrect-word-string): New user options.
(make-flyspell-overlay): Use them.
(flyspell-version): New function.
(flyspell-incorrect-face, flyspell-duplicate-face): Adapt face definitions
to use :weight.
(flyspell-insert-function): New user option.
(flyspell-auto-correct-word, flyspell-correct-word)
(flyspell-xemacs-correct): Use it.
(flyspell-define-abbrev): New function.
(flyspell-auto-correct-word, flyspell-correct-word)
(flyspell-xemacs-correct): Use it.
(make-flyspell-overlay): Use `evaporate' property.
(flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
(flyspell-emacs-popup): Use `session' instead of `accept'.
(flyspell-auto-correct-previous-pos): New variable.
(flyspell-auto-correct-previous-hook)
(flyspell-auto-correct-previous-word): New functions.
2002-02-02 15:56:45 +00:00
Pavel Janík
2fced6f94d Minor formatting fixes in preparation of merging new version. 2002-01-29 13:42:12 +00:00
Richard M. Stallman
41b495aff5 (ispell-help): Clean up echo area if user quits. 2002-01-22 01:09:23 +00:00
Pavel Janík
110c171f4d Fix typo. 2002-01-13 10:09:20 +00:00
Pavel Janík
f30fe18bf9 (flyspell-check-pre-word-p): Prevent delaying when executing keyboard
macros.
2002-01-12 21:40:32 +00:00
Richard M. Stallman
5c2012be06 (flyspell-mode-line-string): Fix custom type. 2002-01-08 23:57:15 +00:00
Eli Zaretskii
62993ed664 (texinfo-insert-@end): Fix the change from 2001-10-24. 2002-01-04 13:10:23 +00:00
Richard M. Stallman
1fd714a410 (various face definitions): Use :weight, not :bold. 2001-12-31 20:44:44 +00:00
Richard M. Stallman
e04fd7a4ff (makeinfo-compilation-sentinel):
Display the output buffer in a more intelligent way.
2001-12-30 19:33:13 +00:00
Richard M. Stallman
44fc58f2da (reftex-query-replace-document, reftex-change-label): Doc fix. 2001-12-30 00:56:40 +00:00
Richard M. Stallman
d2fb04dfd3 (flyspell-mode-map): New keymap, defined as before 2001-11-09.
(add-minor-mode call): Specify the keymap.
2001-12-27 03:13:57 +00:00
Robert J. Chassell
aae61ef390 (texinfo-show-structure): Display the line showing the current location
in the middle of the window.
2001-12-25 16:16:22 +00:00
Miles Bader
f5bd4bf25b (refill-mode): Don't barf when redundantly turning refill-mode off. 2001-12-22 12:25:14 +00:00
Pavel Janík
f0529b5b1a Doc fix. 2001-12-20 19:01:00 +00:00
Pavel Janík
0ff9b955fe Doc fixes. 2001-12-20 18:59:32 +00:00
Pavel Janík
05f362a827 (ispell-complete-word): Doc fix. 2001-12-11 07:22:44 +00:00
Richard M. Stallman
4b12215e3e (ispell-buffer-local-parsing): Match xml like sgml. 2001-12-11 06:07:52 +00:00
Richard M. Stallman
c3f9a06ab9 (set-justification): Rename arg VALUE to STYLE.
(set-justification-left, set-justification-right): Doc fix.
2001-12-07 03:34:59 +00:00
Pavel Janík
d9a4974038 Doc fixes. 2001-12-03 06:11:37 +00:00
Pavel Janík
53d1c0af50 (reftex-toc-mode): Remove make-local-hook. 2001-12-02 09:32:20 +00:00
Pavel Janík
de7d394c32 (reftex-index-mode): Remove make-local-hook. 2001-12-02 09:31:36 +00:00
Stefan Monnier
cb27312117 (outline-mode-prefix-map): Add bindings for outline-promote and outline-demote.
(outline-minor-mode-menu-bar-map): New var.
(outline-minor-mode): Use it.
(outline-heading-alist): New var (renamed from outline-level-heading).
(outline-level): Use it.
(outline-insert-heading, outline-promote, outline-demote):
Update to use outline-heading-alist.
2001-12-02 08:39:39 +00:00
Stefan Monnier
52dcc11466 Doc fix. 2001-12-02 07:17:00 +00:00
Stefan Monnier
2137e978c3 (picture-mode-map): Don't use defconst for a variable. 2001-12-02 07:06:43 +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
Stefan Monnier
a16db7fe3c (outline-promote, outline-demote): Typo. 2001-11-30 09:23:19 +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
Sam Steingold
8a9463543d Converted backquote to the new style. 2001-11-27 15:52:52 +00:00
Pavel Janík
71a8775a4f (return-key-bib): Use insert instead of insert-string. 2001-11-26 16:18:39 +00:00
Stefan Monnier
4bcb1be178 (fill-indent-according-to-mode): Default to nil. 2001-11-25 22:37:00 +00:00
Stefan Monnier
2f4fa275e8 (fill-delete-prefix, fill-delete-newlines):
New functions, extracted from fill-region-as-paragraph.
(fill-region-as-paragraph): Use them.
Use an end marker instead of eob.
Ignore whitespace-only fill-prefixes when indenting according to mode.
Simply the loop that searches for spaces backwards.
2001-11-19 23:51:03 +00:00
Stefan Monnier
99b3bc616b (picture-vertical-step)
(picture-horizontal-step): Don't use defconst for variables.
2001-11-19 23:45:15 +00:00
Stefan Monnier
5829a569ec Doc fix. 2001-11-19 23:44:14 +00:00
Pavel Janík
eb1d71ab61 (flyspell-default-dictionary): Fix previous change. 2001-11-12 08:17:15 +00:00
Richard M. Stallman
b789d74a98 (flyspell-default-dictionary): Fix custom type. 2001-11-12 06:17:38 +00:00
Richard M. Stallman
487301c25e (flyspell-default-dictionary): Allow nil as value, and make nil the default. 2001-11-11 20:12:27 +00:00
Richard M. Stallman
a63f25a404 (flyspell-correct-word/local-keymap): Function deleted.
(flyspell-correct-word): Old definition deleted.
(flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
All references renamed too.
2001-11-10 18:36:26 +00:00
Richard M. Stallman
0dd10e6255 Use the keymap property instead of local-map, and don't use a minor-mode map.
(flyspell-mode-map): Variable deleted.
Don't mess with minor-mode-map-alist.
(calling add-minor-mode): Specify nil for keymap.
And always use add-minor-mode, now that it exists.
(flyspell-overlay-keymap-property-name): Set it to `keymap'.
(flyspell-mode-on): Don't locally bind flyspell-mouse-map
or flyspell-local-mouse-map.
(make-flyspell-overlay): Use flyspell-mouse-map directly.
(flyspell-mode): Doc fix.
(flyspell-mode-on): Don't call make-local-hook.
2001-11-10 01:20:22 +00:00
Stefan Monnier
6d1f0a5ea9 (fill-context-prefix): Fix braino. 2001-11-03 00:55:10 +00:00
Stefan Monnier
2d78d3e878 (fill-region-as-paragraph): Don't forget to skip
over current whitespace before looking for a preceding space.
2001-11-02 03:10:46 +00:00