bpt/emacs.git
22 years ago(run_hook_list_with_args): Undo last change.
Stefan Monnier [Sat, 1 Dec 2001 18:16:58 +0000 (18:16 +0000)]
(run_hook_list_with_args): Undo last change.

22 years ago2001-12-01 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 1 Dec 2001 16:15:34 +0000 (16:15 +0000)]
2001-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-mail): Add send-actions.

22 years agoSetting left-fringe and rigth-fringe parameters to nil causes
Kim F. Storm [Sat, 1 Dec 2001 15:33:49 +0000 (15:33 +0000)]
Setting left-fringe and rigth-fringe parameters to nil causes
the default width to be used.

22 years agoFix wording of the last change.
Eli Zaretskii [Sat, 1 Dec 2001 13:37:32 +0000 (13:37 +0000)]
Fix wording of the last change.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Dec 2001 13:10:50 +0000 (13:10 +0000)]
*** empty log message ***

22 years agoDocument prefix arg for M-h.
Kai Großjohann [Sat, 1 Dec 2001 13:10:25 +0000 (13:10 +0000)]
Document prefix arg for M-h.

22 years agoUpdate maintainer.
Eli Zaretskii [Sat, 1 Dec 2001 13:08:48 +0000 (13:08 +0000)]
Update maintainer.
(Acknowledgement): Update contributors.

22 years ago"Kai Grossjohann" --> "Kai Gro�ohann"
Kai Großjohann [Sat, 1 Dec 2001 13:08:23 +0000 (13:08 +0000)]
"Kai Grossjohann" --> "Kai Gro�ohann"

22 years ago(Marking Objects): `M-h' accepts prefix arg.
Kai Großjohann [Sat, 1 Dec 2001 13:06:43 +0000 (13:06 +0000)]
(Marking Objects): `M-h' accepts prefix arg.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Dec 2001 12:59:29 +0000 (12:59 +0000)]
*** empty log message ***

22 years ago(x_draw_fringe_bitmap): Always undo clipping.
Gerd Moellmann [Sat, 1 Dec 2001 12:56:47 +0000 (12:56 +0000)]
(x_draw_fringe_bitmap): Always undo clipping.

22 years ago*** empty log message ***
Gerd Moellmann [Sat, 1 Dec 2001 12:56:21 +0000 (12:56 +0000)]
*** empty log message ***

22 years agoUpdate maintainer.
Eli Zaretskii [Sat, 1 Dec 2001 12:54:29 +0000 (12:54 +0000)]
Update maintainer.

22 years ago*** empty log message ***
Kai Großjohann [Sat, 1 Dec 2001 12:53:02 +0000 (12:53 +0000)]
*** empty log message ***

22 years ago(Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
Jason Rumney [Sat, 1 Dec 2001 12:40:42 +0000 (12:40 +0000)]
(Qleft_fringe, Qright_fringe): Remove. Now in frame.c.

22 years ago(WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT) [!WM_MOUSELEAVE]: Define.
Jason Rumney [Sat, 1 Dec 2001 12:22:25 +0000 (12:22 +0000)]
(WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT) [!WM_MOUSELEAVE]: Define.

22 years ago(current_popup_menu, get_menu_item_info):
Jason Rumney [Sat, 1 Dec 2001 11:16:54 +0000 (11:16 +0000)]
(current_popup_menu, get_menu_item_info):
(set_menu_item_info): New vars.
(set_frame_menubar): Doc fix clarifying GC interaction with menus.
(w32_menu_show): Set current_popup_menu.
(add_menu_item): Allocate new strings for owner-drawn menu items
and help strings.
Use owner-draw for disabled menu items again.
(w32_menu_display_help): Ignore owner-drawn items and popup menus.
(w32_free_submenu_strings, w32_free_menu_strings): New functions.

22 years ago(trackmouse_window, track_mouse_event_fn): New vars.
Jason Rumney [Sat, 1 Dec 2001 11:13:25 +0000 (11:13 +0000)]
(trackmouse_window, track_mouse_event_fn): New vars.
(w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
<WM_EXITMENULOOP>: Free menu strings.
<WM_MOUSELEAVE>: Stop tracking mouse.
(x_create_tip_frame): Specify no minibuffer, modeline or fringes.

22 years ago(w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
Jason Rumney [Sat, 1 Dec 2001 11:09:33 +0000 (11:09 +0000)]
(w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
and mouse face.

22 years agoDocument left-fringe and right-fringe frame parameters.
Kim F. Storm [Sat, 1 Dec 2001 01:51:51 +0000 (01:51 +0000)]
Document left-fringe and right-fringe frame parameters.

22 years agoMerged fringe width related changes.
Kim F. Storm [Sat, 1 Dec 2001 01:36:04 +0000 (01:36 +0000)]
Merged fringe width related changes.

22 years agoMerged fringe width related changes from xterm.h.
Kim F. Storm [Sat, 1 Dec 2001 01:35:14 +0000 (01:35 +0000)]
Merged fringe width related changes from xterm.h.

22 years agoMerged fringe width related changes from xterm.c.
Kim F. Storm [Sat, 1 Dec 2001 01:34:24 +0000 (01:34 +0000)]
Merged fringe width related changes from xterm.c.

22 years agoMerged fringe width related changes from xfns.c.
Kim F. Storm [Sat, 1 Dec 2001 01:33:30 +0000 (01:33 +0000)]
Merged fringe width related changes from xfns.c.

22 years agotypo.
Kim F. Storm [Sat, 1 Dec 2001 01:31:04 +0000 (01:31 +0000)]
typo.

22 years agoFringe width related changes.
Kim F. Storm [Sat, 1 Dec 2001 01:28:45 +0000 (01:28 +0000)]
Fringe width related changes.

22 years ago(set_frame_size): Use x_compute_fringe_widths.
Kim F. Storm [Sat, 1 Dec 2001 01:24:00 +0000 (01:24 +0000)]
(set_frame_size): Use x_compute_fringe_widths.
(EmacsFrameSetCharSize): Ditto.

22 years ago(x_frame_parms): Add `left-fringe' and `right-fringe' parms.
Kim F. Storm [Sat, 1 Dec 2001 01:23:29 +0000 (01:23 +0000)]
(x_frame_parms): Add `left-fringe' and `right-fringe' parms.
(x_set_frame_parameters): Process Process `font' parameter before other
parameters as fringe widths depend on it.
(x_set_fringe_width): New function.
(x_figure_window_size): Use x_compute_fringe_widths.
(Fx_create_frame): Process `left-fringe' and `right-fringe' frame
parameters.

22 years ago(zv_height, zv_bits, zv_period): Changed zv bitmap to
Kim F. Storm [Sat, 1 Dec 2001 01:22:27 +0000 (01:22 +0000)]
(zv_height, zv_bits, zv_period): Changed zv bitmap to
fill fringe evenly with small dashes.
(x_draw_fringe_bitmap): Clear background if necessary. Align and
clip the new ZV bitmap to avoid jitter between rows.
(x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
background.  Don't draw fringe bitmaps if fringe width is zero.
(x_compute_fringe_widths): New function.
(x_new_font, x_set_window_size_1): Use it.

22 years agostruct x_output): Add left_fringe_width, right_fringe_width,
Kim F. Storm [Sat, 1 Dec 2001 01:16:32 +0000 (01:16 +0000)]
struct x_output): Add left_fringe_width, right_fringe_width,
and fringe_cols fields.
(FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
(FRAME_X_FRINGE_COLS): Use fringe_cols field.
(FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
(FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
(FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
(x_compute_fringe_widths): Add prototype.

22 years ago(coordinates_in_window): Handle separate left and right fringe widths.
Kim F. Storm [Sat, 1 Dec 2001 01:15:43 +0000 (01:15 +0000)]
(coordinates_in_window): Handle separate left and right fringe widths.

22 years ago(Qleft_fringe, Qright_fringe): New vars.
Kim F. Storm [Sat, 1 Dec 2001 01:14:55 +0000 (01:14 +0000)]
(Qleft_fringe, Qright_fringe): New vars.
(syms_of_frame): Initialize them.

22 years ago(struct frame): Remove trunc_area_pixel_width and trunc_area_cols fields.
Kim F. Storm [Sat, 1 Dec 2001 01:14:09 +0000 (01:14 +0000)]
(struct frame): Remove trunc_area_pixel_width and trunc_area_cols fields.
(Qleft_fringe, Qright_fringe): Declare.
(FRAME_RIGHT_FRINGE_WIDTH): New macro.

22 years agoUse with-current-buffer.
Stefan Monnier [Sat, 1 Dec 2001 00:36:12 +0000 (00:36 +0000)]
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.

22 years ago(encoded-kbd-mode): Use define-minor-mode.
Stefan Monnier [Sat, 1 Dec 2001 00:18:21 +0000 (00:18 +0000)]
(encoded-kbd-mode): Use define-minor-mode.

22 years ago(enriched-mode): Use define-minor-mode. Use dolist and pop and push.
Stefan Monnier [Sat, 1 Dec 2001 00:17:08 +0000 (00:17 +0000)]
(enriched-mode): Use define-minor-mode.  Use dolist and pop and push.

22 years ago(Info-find-node-2): Don't call info-insert-file-contents
Stefan Monnier [Fri, 30 Nov 2001 23:59:28 +0000 (23:59 +0000)]
(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'.

22 years ago(hide-ifdef-mode): Only modify
Stefan Monnier [Fri, 30 Nov 2001 23:58:24 +0000 (23:58 +0000)]
(hide-ifdef-mode): Only modify
`change-major-mode-hook' locally.  Reset invisibility spec.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 30 Nov 2001 23:54:45 +0000 (23:54 +0000)]
*** empty log message ***

22 years ago(Man-build-section-alist): Remove last Man-match-substring.
Stefan Monnier [Fri, 30 Nov 2001 21:56:46 +0000 (21:56 +0000)]
(Man-build-section-alist): Remove last Man-match-substring.

22 years ago(mark-paragraph): Clarify doc. Clarify
Kai Großjohann [Fri, 30 Nov 2001 17:18:27 +0000 (17:18 +0000)]
(mark-paragraph): Clarify doc.  Clarify
error message.  Suggestion from Richard M. Stallman.

22 years ago#
André Spiegel [Fri, 30 Nov 2001 13:49:28 +0000 (13:49 +0000)]
#

22 years ago(vc-cvs-parse-status): Store file state in property, don't just return
André Spiegel [Fri, 30 Nov 2001 13:47:39 +0000 (13:47 +0000)]
(vc-cvs-parse-status): Store file state in property, don't just return
it.

22 years agoMantion the new menu-bar items to reach the new manuals.
Eli Zaretskii [Fri, 30 Nov 2001 13:20:18 +0000 (13:20 +0000)]
Mantion the new menu-bar items to reach the new manuals.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 30 Nov 2001 12:38:29 +0000 (12:38 +0000)]
*** empty log message ***

22 years ago(menu-bar-read-lispref, menu-bar-read-lispintro)
Eli Zaretskii [Fri, 30 Nov 2001 10:23:23 +0000 (10:23 +0000)]
(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.

22 years ago(read-if): Add lisp-indent-function prop.
Stefan Monnier [Fri, 30 Nov 2001 10:17:56 +0000 (10:17 +0000)]
(read-if): Add lisp-indent-function prop.

22 years agoDoc fix.
Stefan Monnier [Fri, 30 Nov 2001 09:42:52 +0000 (09:42 +0000)]
Doc fix.

22 years ago(outline-promote, outline-demote): Typo.
Stefan Monnier [Fri, 30 Nov 2001 09:23:19 +0000 (09:23 +0000)]
(outline-promote, outline-demote): Typo.

22 years ago(cl-make-type-test): Fix paren typo.
Stefan Monnier [Fri, 30 Nov 2001 09:20:17 +0000 (09:20 +0000)]
(cl-make-type-test): Fix paren typo.

22 years ago(man-follow-mouse): New function.
Stefan Monnier [Fri, 30 Nov 2001 09:13:21 +0000 (09:13 +0000)]
(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.

22 years agoAnother reason for failures related to fontset.elc.
Eli Zaretskii [Fri, 30 Nov 2001 08:24:22 +0000 (08:24 +0000)]
Another reason for failures related to fontset.elc.

22 years ago(shiftf): Fix more. Simplify.
Stefan Monnier [Fri, 30 Nov 2001 08:23:25 +0000 (08:23 +0000)]
(shiftf): Fix more.  Simplify.

22 years ago(completing-read-multiple): Better preserve
Stefan Monnier [Fri, 30 Nov 2001 01:13:59 +0000 (01:13 +0000)]
(completing-read-multiple): Better preserve
the value of require-match in minibuffer-completion-confirm.
Use crm-local-completion-map.

22 years ago(shiftf): Fix the fast case so
Stefan Monnier [Fri, 30 Nov 2001 00:56:45 +0000 (00:56 +0000)]
(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'.

22 years ago(Info-goto-index): One register one step in the history.
Stefan Monnier [Thu, 29 Nov 2001 23:46:01 +0000 (23:46 +0000)]
(Info-goto-index): One register one step in the history.
(Info-index): Don't protect the history around the call to Info-goto-index.

22 years ago(Info-complete-next-re, Info-complete-cache): New vars.
Stefan Monnier [Thu, 29 Nov 2001 23:20:49 +0000 (23:20 +0000)]
(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'.

22 years agoNew bug.
Stefan Monnier [Thu, 29 Nov 2001 21:29:36 +0000 (21:29 +0000)]
New bug.

22 years ago*** empty log message ***
Dave Love [Thu, 29 Nov 2001 20:01:26 +0000 (20:01 +0000)]
*** empty log message ***

22 years agoNote that describe-categories was moved to help-fns.el from src/category.c.
Eli Zaretskii [Thu, 29 Nov 2001 19:58:12 +0000 (19:58 +0000)]
Note that describe-categories was moved to help-fns.el from src/category.c.

22 years agoNote that describe-categories was moved to lisp/help-fns.el.
Eli Zaretskii [Thu, 29 Nov 2001 19:56:41 +0000 (19:56 +0000)]
Note that describe-categories was moved to lisp/help-fns.el.

22 years agoExtra translations. Fix some
Dave Love [Thu, 29 Nov 2001 19:55:44 +0000 (19:55 +0000)]
Extra translations.  Fix some
latin-iso8859-4 characters.  Use Hebrew letters, not compatibility
symbols.

22 years agoDelete undesirable links.
Richard M. Stallman [Thu, 29 Nov 2001 19:22:13 +0000 (19:22 +0000)]
Delete undesirable links.

22 years ago*** empty log message ***
Pavel Janík [Thu, 29 Nov 2001 17:44:17 +0000 (17:44 +0000)]
*** empty log message ***

22 years agoUse COPYING from the top-level directory.
Pavel Janík [Thu, 29 Nov 2001 17:43:17 +0000 (17:43 +0000)]
Use COPYING from the top-level directory.

22 years agoRemoved.
Pavel Janík [Thu, 29 Nov 2001 17:37:03 +0000 (17:37 +0000)]
Removed.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 29 Nov 2001 17:13:32 +0000 (17:13 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Dave Love [Thu, 29 Nov 2001 12:55:07 +0000 (12:55 +0000)]
*** empty log message ***

22 years ago(syms_of_coding) <Qchar_coding_system>: Give it an
Dave Love [Thu, 29 Nov 2001 12:54:12 +0000 (12:54 +0000)]
(syms_of_coding) <Qchar_coding_system>: Give it an
extra extra slot.
(detect_coding_mask): Fix call of detect_coding_iso2022.

22 years agoDoc fixes.
Dave Love [Thu, 29 Nov 2001 12:38:39 +0000 (12:38 +0000)]
Doc fixes.
(map-charset-chars): New function.
(register-char-codings): Use it to cope with generic chars in
safe-chars.

22 years agoFontify rewind, backspace. Doc fixes.
Dave Love [Thu, 29 Nov 2001 12:24:33 +0000 (12:24 +0000)]
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.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 29 Nov 2001 12:13:52 +0000 (12:13 +0000)]
*** empty log message ***

22 years agoFixed typographic error.
Robert J. Chassell [Thu, 29 Nov 2001 12:08:42 +0000 (12:08 +0000)]
Fixed typographic error.

22 years agoAdd support for FreeBSD/Alpha.
Gerd Moellmann [Thu, 29 Nov 2001 12:06:35 +0000 (12:06 +0000)]
Add support for FreeBSD/Alpha.

22 years agoChange the category in @dircategory to "Emacs", to
Eli Zaretskii [Thu, 29 Nov 2001 08:51:41 +0000 (08:51 +0000)]
Change the category in @dircategory to "Emacs", to
make it consistent with info/dir.

22 years ago(Index): @ignore extraneous text.
Eli Zaretskii [Thu, 29 Nov 2001 08:47:39 +0000 (08:47 +0000)]
(Index): @ignore extraneous text.
Use @dircategory and @direntry to define the DIR entry.

22 years ago(blackbox-mode, blackbox): Doc fix.
Pavel Janík [Thu, 29 Nov 2001 08:39:56 +0000 (08:39 +0000)]
(blackbox-mode, blackbox): Doc fix.

22 years ago(cookie, cookie-insert, shuffle-vector): Doc fixes.
Pavel Janík [Thu, 29 Nov 2001 08:35:51 +0000 (08:35 +0000)]
(cookie, cookie-insert, shuffle-vector): Doc fixes.

22 years ago*** empty log message ***
Pavel Janík [Thu, 29 Nov 2001 08:19:43 +0000 (08:19 +0000)]
*** empty log message ***

22 years ago(studlify-word, studlify-region, studlify-buffer): Fix doc-string.
Pavel Janík [Thu, 29 Nov 2001 08:18:25 +0000 (08:18 +0000)]
(studlify-word, studlify-region, studlify-buffer): Fix doc-string.
(studlify-buffer): Add autoload cookie.

22 years agoAdd COPYING to the top-level directory of the distribution. Simplify the
Pavel Janík [Thu, 29 Nov 2001 07:27:54 +0000 (07:27 +0000)]
Add COPYING to the top-level directory of the distribution.  Simplify the
logic behind copying.

22 years ago*** empty log message ***
Pavel Janík [Thu, 29 Nov 2001 06:55:05 +0000 (06:55 +0000)]
*** empty log message ***

22 years ago(file-name-coding-system, default-file-name-coding-system): Doc fix (links
Pavel Janík [Thu, 29 Nov 2001 06:54:34 +0000 (06:54 +0000)]
(file-name-coding-system, default-file-name-coding-system): Doc fix (links
to referenced variables added).

22 years ago(maybe_bootstrap): Fix previous change.
Pavel Janík [Thu, 29 Nov 2001 06:45:38 +0000 (06:45 +0000)]
(maybe_bootstrap): Fix previous change.

22 years ago(GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
Stefan Monnier [Thu, 29 Nov 2001 02:31:59 +0000 (02:31 +0000)]
(GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
Add dummy uses of gcproN variables.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 29 Nov 2001 02:28:17 +0000 (02:28 +0000)]
*** empty log message ***

22 years ago(outline-up-heading): Add `invisible-ok' arg.
Stefan Monnier [Thu, 29 Nov 2001 02:15:03 +0000 (02:15 +0000)]
(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.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 29 Nov 2001 00:53:52 +0000 (00:53 +0000)]
*** empty log message ***

22 years ago(Ffind_file_name_handler): Avoid initializer for `result'.
Richard M. Stallman [Thu, 29 Nov 2001 00:52:55 +0000 (00:52 +0000)]
(Ffind_file_name_handler): Avoid initializer for `result'.

22 years ago(lispdir): New variable, referring to build dir.
Richard M. Stallman [Thu, 29 Nov 2001 00:52:02 +0000 (00:52 +0000)]
(lispdir): New variable, referring to build dir.
(TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).

22 years agoAnother change in forward-comment.
Richard M. Stallman [Thu, 29 Nov 2001 00:50:17 +0000 (00:50 +0000)]
Another change in forward-comment.

22 years agoComment change.
Richard M. Stallman [Thu, 29 Nov 2001 00:49:32 +0000 (00:49 +0000)]
Comment change.

22 years ago(maybe_bootstrap): Don't bootstrap, just suggest it.
Richard M. Stallman [Thu, 29 Nov 2001 00:47:32 +0000 (00:47 +0000)]
(maybe_bootstrap): Don't bootstrap, just suggest it.

22 years ago(TAGS): Find the source files in $(srcdir).
Richard M. Stallman [Thu, 29 Nov 2001 00:45:10 +0000 (00:45 +0000)]
(TAGS): Find the source files in $(srcdir).

22 years ago(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert [Wed, 28 Nov 2001 23:55:08 +0000 (23:55 +0000)]
(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.

22 years ago(isearch-yank-internal): New helper function.
Karl Fogel [Wed, 28 Nov 2001 22:34:20 +0000 (22:34 +0000)]
(isearch-yank-internal): New helper function.
(isearch-yank-char): New function.
(isearch-yank-word, isearch-yank-line): Rewrite to use
isearch-yank-internal.

22 years ago(w32_menu_display_help): Actually add the new argument
Andrew Innes [Wed, 28 Nov 2001 22:25:51 +0000 (22:25 +0000)]
(w32_menu_display_help): Actually add the new argument
OWNER.

22 years agoFix copyright year.
Stefan Monnier [Wed, 28 Nov 2001 20:55:38 +0000 (20:55 +0000)]
Fix copyright year.

22 years ago(hif-end-of-line): New function.
Stefan Monnier [Wed, 28 Nov 2001 20:53:28 +0000 (20:53 +0000)]
(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.

22 years ago(describe_category, describe_category_1, Fdescribe_categories): Remove.
Stefan Monnier [Wed, 28 Nov 2001 20:44:42 +0000 (20:44 +0000)]
(describe_category, describe_category_1, Fdescribe_categories): Remove.
(syms_of_category): Don't defsubr Sdescribe_categories.