1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

38895 commits

Author SHA1 Message Date
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
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
Gerd Moellmann
bb313871fb (x_draw_glyphs): Don't call notice_overwritten_cursor if
OVERLAPS_P.
2001-11-28 17:09:34 +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
Pavel Janík
6052529b3c (message_dolog): Remove unused variables gcpro2', gcpro3' and `gcpro4'. 2001-11-28 08:12:53 +00:00
Pavel Janík
55b43a6305 (decode_coding_string): Remove unused variable `gcpro1'. 2001-11-28 07:36:46 +00:00
Stefan Monnier
8a1f80737a *** empty log message *** 2001-11-28 07:26:37 +00:00
Stefan Monnier
64ef29210e Use AREF and ASIZE. 2001-11-28 07:25:03 +00:00
Stefan Monnier
a0aa2a49ba Initial commit. 2001-11-28 07:12:25 +00:00
Stefan Monnier
43a88bc1af *** empty log message *** 2001-11-28 04:14:35 +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
Stefan Monnier
3ccfa82a6c (regexp-opt-depth): Fix off-by-two error. 2001-11-28 03:06:10 +00:00
Stefan Monnier
d28981c94d (run_hook_list_with_args): Remove.
(LIST_END_P): Fix call to wrong_type_argument.
(make_fixnum_or_float): Use EMACS_INT rather than int.
2001-11-27 19:28:52 +00:00
Stefan Monnier
9fabb2f550 *** empty log message *** 2001-11-27 19:23:17 +00:00
Jason Rumney
d6cdfce638 Added note about display refresh while dialogs and pop-up menus are
active on Windows.
2001-11-27 19:19:00 +00:00