1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

38913 Commits

Author SHA1 Message Date
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
Dave Love
de371c8c48 *** empty log message *** 2001-11-29 20:01:26 +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
Eli Zaretskii
2ad56c09dd Note that describe-categories was moved to lisp/help-fns.el. 2001-11-29 19:56:41 +00:00
Dave Love
804c0109a8 Extra translations. Fix some
latin-iso8859-4 characters.  Use Hebrew letters, not compatibility
symbols.
2001-11-29 19:55:44 +00:00
Richard M. Stallman
257cd2a1d2 Delete undesirable links. 2001-11-29 19:22:13 +00:00
Pavel Janík
0142178afa *** empty log message *** 2001-11-29 17:44:17 +00:00
Pavel Janík
fd4bc58014 Use COPYING from the top-level directory. 2001-11-29 17:43:17 +00:00
Pavel Janík
1d42cee4d0 Removed. 2001-11-29 17:37:03 +00:00
Stefan Monnier
99e380ee65 *** empty log message *** 2001-11-29 17:13:32 +00:00
Dave Love
d4824a5df4 *** empty log message *** 2001-11-29 12:55:07 +00:00
Dave Love
0192762cef (syms_of_coding) <Qchar_coding_system>: Give it an
extra extra slot.
(detect_coding_mask): Fix call of detect_coding_iso2022.
2001-11-29 12:54:12 +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
Gerd Moellmann
1096bcc057 *** empty log message *** 2001-11-29 12:13:52 +00:00
Robert J. Chassell
0860ed4256 Fixed typographic error. 2001-11-29 12:08:42 +00:00
Gerd Moellmann
ba45dae077 Add support for FreeBSD/Alpha. 2001-11-29 12:06:35 +00:00
Eli Zaretskii
140cc574b8 Change the category in @dircategory to "Emacs", to
make it consistent with info/dir.
2001-11-29 08:51:41 +00:00
Eli Zaretskii
d586ab6cd0 (Index): @ignore extraneous text.
Use @dircategory and @direntry to define the DIR entry.
2001-11-29 08:47:39 +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
Pavel Janík
b37017c6dd Add COPYING to the top-level directory of the distribution. Simplify the
logic behind copying.
2001-11-29 07:27:54 +00:00
Pavel Janík
b1356234ad *** empty log message *** 2001-11-29 06:55:05 +00:00
Pavel Janík
346ebf538d (file-name-coding-system, default-file-name-coding-system): Doc fix (links
to referenced variables added).
2001-11-29 06:54:34 +00:00
Pavel Janík
9e67774633 (maybe_bootstrap): Fix previous change. 2001-11-29 06:45:38 +00:00
Stefan Monnier
9f0443f99e (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
Add dummy uses of gcproN variables.
2001-11-29 02:31:59 +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
66458f3247 *** empty log message *** 2001-11-29 00:53:52 +00:00
Richard M. Stallman
204ee27163 (Ffind_file_name_handler): Avoid initializer for `result'. 2001-11-29 00:52:55 +00:00
Richard M. Stallman
99b7e54396 (lispdir): New variable, referring to build dir.
(TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
2001-11-29 00:52:02 +00:00
Richard M. Stallman
37778b6318 Another change in forward-comment. 2001-11-29 00:50:17 +00:00
Richard M. Stallman
bf5367b9c5 Comment change. 2001-11-29 00:49:32 +00:00
Richard M. Stallman
ea8c55c919 (maybe_bootstrap): Don't bootstrap, just suggest it. 2001-11-29 00:47:32 +00:00
Richard M. Stallman
fe2014cd30 (TAGS): Find the source files in $(srcdir). 2001-11-29 00:45:10 +00:00
Paul Eggert
e8d6a09bd0 (Copyright): Add '(C)' as per coding guidelines.
The following changes are derived from suggestions by Bob Chapman
<rechapman@compuserve.com>.

(printlogline): Also allow tab and newline to separate
'(function):' from the rest of a comment.
(reformat the sorted log entries): Require date and author to
match the clumpname.
2001-11-28 23:55:08 +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
Andrew Innes
59a86c996c (w32_menu_display_help): Actually add the new argument
OWNER.
2001-11-28 22:25:51 +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
3055c5a456 (describe_category, describe_category_1, Fdescribe_categories): Remove.
(syms_of_category): Don't defsubr Sdescribe_categories.
2001-11-28 20:44:42 +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
Jason Rumney
eb77a5f44a (w32_read_socket) <WM_MENUSELECT>: Remove.
(w32_read_socket): Use EQ to compare frames.
2001-11-28 20:38:49 +00:00
Jason Rumney
4e3a1c6137 (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
(Fx_show_tip): Don't subtract last width from row width.
2001-11-28 20:34:46 +00:00
Jason Rumney
1c5acb8c6d (add_menu_item): Do not use owner-draw for disabled menu items.
From David Ponce <dponce@wanadoo.fr>.
(w32_dialog_show) [HAVE_DIALOGS]: Compile whole
function conditionally.
(w32_menu_display_help): New argument OWNER. Rewritten to store a
help event in the owner frame's keyboard buffer.
2001-11-28 20:31:43 +00:00
Jason Rumney
ea17b6e15b Rename devanagari.elc to indian.elc 2001-11-28 19:22:50 +00:00