bpt/emacs.git
24 years ago(CP_DEFAULT): Define.
Jason Rumney [Tue, 30 May 2000 21:14:28 +0000 (21:14 +0000)]
(CP_DEFAULT): Define.
(Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.

24 years ago*** empty log message ***
Jason Rumney [Tue, 30 May 2000 21:07:54 +0000 (21:07 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 30 May 2000 20:41:05 +0000 (20:41 +0000)]
*** empty log message ***

24 years ago(Info-default-directory-list): Doc fix.
Gerd Moellmann [Tue, 30 May 2000 20:40:42 +0000 (20:40 +0000)]
(Info-default-directory-list): Doc fix.

24 years ago(perl-indent-line): When looking for a
Gerd Moellmann [Tue, 30 May 2000 20:40:09 +0000 (20:40 +0000)]
(perl-indent-line): When looking for a
label, ensure that the first colon isn't followed by another.

24 years ago(finger-X.500-host-regexps): New user-option.
Gerd Moellmann [Tue, 30 May 2000 20:02:22 +0000 (20:02 +0000)]
(finger-X.500-host-regexps): New user-option.
(finger): If HOST matches a regexp from finger-X.500-host-regexps,
send a query containing USER only, not USER@HOST.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 30 May 2000 18:45:45 +0000 (18:45 +0000)]
*** empty log message ***

24 years ago(rmail-widen-to-current-msgbeg): Use rmail-msgbeg
Gerd Moellmann [Tue, 30 May 2000 18:45:08 +0000 (18:45 +0000)]
(rmail-widen-to-current-msgbeg): Use rmail-msgbeg
and rmail-msgend to compute the restriction at the end, instead of
computing it.

24 years ago(Fre_search_forward, Fre_search_backward)
Gerd Moellmann [Tue, 30 May 2000 18:43:56 +0000 (18:43 +0000)]
(Fre_search_forward, Fre_search_backward)
(Fposix_search_backward, Fposix_search_forward): Doc fix.

24 years ago(detect_coding_iso2022): Fix code for checking
Kenichi Handa [Tue, 30 May 2000 07:40:59 +0000 (07:40 +0000)]
(detect_coding_iso2022): Fix code for checking
CODING_CATEGORY_MASK_ISO_8_2.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 30 May 2000 07:39:59 +0000 (07:39 +0000)]
*** empty log message ***

24 years ago(PREFETCH_NOLIMIT): New function.
Stefan Monnier [Tue, 30 May 2000 02:59:54 +0000 (02:59 +0000)]
(PREFETCH_NOLIMIT): New function.
(re_match_2_internal): Use it and adjust the end_match_2 logic.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 29 May 2000 16:18:23 +0000 (16:18 +0000)]
*** empty log message ***

24 years ago(dabbrev-expand): Don't display messages in the
Gerd Moellmann [Mon, 29 May 2000 16:17:48 +0000 (16:17 +0000)]
(dabbrev-expand): Don't display messages in the
echo area if the minibuffer window is active.

24 years ago(find_defun_start): Move test for
Gerd Moellmann [Mon, 29 May 2000 16:16:45 +0000 (16:16 +0000)]
(find_defun_start): Move test for
open_paren_in_column_0_is_defun_start outside of the loop.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 29 May 2000 15:51:56 +0000 (15:51 +0000)]
*** empty log message ***

24 years ago(redisplay_window): Really switch buffers when
Gerd Moellmann [Mon, 29 May 2000 15:51:23 +0000 (15:51 +0000)]
(redisplay_window): Really switch buffers when
displaying mode lines, and temporarily set selected_frame to the
frame of the window that's redisplayed.

24 years ago(tmm-prompt): Recognize menu item definitions of the for
Gerd Moellmann [Mon, 29 May 2000 15:50:01 +0000 (15:50 +0000)]
(tmm-prompt): Recognize menu item definitions of the for
`(menu-item ...)' when looking for the position of DEFAULT-ITEM.

24 years agoNew commands: hide/unhide actions,
Gerd Moellmann [Mon, 29 May 2000 15:49:05 +0000 (15:49 +0000)]
New commands: hide/unhide actions,
upcase/downcase literals.
(antlr-tiny-action-length): New user option.
(antlr-hide-actions): New command.  Suggested by
Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
(antlr-mode-map): New binding [C-c C-v].
(antlr-mode-menu): New entries.
(antlr-downcase-literals): New command.
(antlr-upcase-literals): Ditto.

Minor changes: indendation, mode-name.
(antlr-indent-line): Indent cpp directive at column 0.
(antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".

XEmacs bug workaround, XEmacs hint.
(antlr-font-lock-additional-keywords): Workaround for intentional
bug in XEmacs version of font-lock.
(antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
be used by a smarter version of `buffers-menu-grouping-function'.

24 years ago(jit-lock-mode): Add after change function to local hook.
Gerd Moellmann [Mon, 29 May 2000 15:48:14 +0000 (15:48 +0000)]
(jit-lock-mode): Add after change function to local hook.

24 years ago(Fcall_process): Fix previous change.
Kenichi Handa [Mon, 29 May 2000 12:52:44 +0000 (12:52 +0000)]
(Fcall_process): Fix previous change.

24 years agokeymap property.
Dave Love [Mon, 29 May 2000 12:07:29 +0000 (12:07 +0000)]
keymap property.

24 years ago(free_realized_faces): Block/unblock input.
Gerd Moellmann [Mon, 29 May 2000 12:06:54 +0000 (12:06 +0000)]
(free_realized_faces): Block/unblock input.
(free_realized_multibyte_face): Ditto.

24 years ago*** empty log message ***
Dave Love [Mon, 29 May 2000 12:00:28 +0000 (12:00 +0000)]
*** empty log message ***

24 years agoInclude intervals.h.
Dave Love [Mon, 29 May 2000 11:54:51 +0000 (11:54 +0000)]
Include intervals.h.
(Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.

24 years ago(keymap.o): Depend on intervals.h.
Dave Love [Mon, 29 May 2000 11:51:34 +0000 (11:51 +0000)]
(keymap.o): Depend on intervals.h.

24 years ago(menu_bar_items, tool_bar_items, Fexecute_extended_command): Deal with
Dave Love [Mon, 29 May 2000 11:48:25 +0000 (11:48 +0000)]
(menu_bar_items, tool_bar_items, Fexecute_extended_command): Deal with
`keymap' property.
(read_key_sequence): Track map from `keymap' property as well as
`local_map'.

24 years ago(map_property): New enum.
Dave Love [Mon, 29 May 2000 11:42:51 +0000 (11:42 +0000)]
(map_property): New enum.
(get_local_map): Extra arg using it.
(Qkeymap): Declare.

24 years ago(get_local_map): Extra arg to allow looking for `keymap' too.
Dave Love [Mon, 29 May 2000 11:41:13 +0000 (11:41 +0000)]
(get_local_map): Extra arg to allow looking for `keymap' too.

24 years ago(Qkeymap): New variable.
Dave Love [Mon, 29 May 2000 11:37:57 +0000 (11:37 +0000)]
(Qkeymap): New variable.
(syms_of_textprop): Intern it.

24 years ago(get_local_map: Don't declare here.
Dave Love [Mon, 29 May 2000 11:33:35 +0000 (11:33 +0000)]
(get_local_map: Don't declare here.

24 years ago(DECODE_COMPOSITION_START): If coding->cmp_data is not
Kenichi Handa [Mon, 29 May 2000 11:25:30 +0000 (11:25 +0000)]
(DECODE_COMPOSITION_START): If coding->cmp_data is not
yet allocated, finish decoding with result
CODING_FINISH_INSUFFICIENT_CMP.
(coding_allocate_composition_data): Make it non-static.
(coding_restore_composition): Likewise.

24 years ago(coding_allocate_composition_data): Extern it.
Kenichi Handa [Mon, 29 May 2000 11:20:00 +0000 (11:20 +0000)]
(coding_allocate_composition_data): Extern it.
(coding_restore_composition): Likewise.

24 years agoInclude composite.h.
Kenichi Handa [Mon, 29 May 2000 11:18:02 +0000 (11:18 +0000)]
Include composite.h.
(Fcall_process): Handle composition correctly.

24 years ago(callproc.o): Depend on composite.h.
Kenichi Handa [Mon, 29 May 2000 11:16:46 +0000 (11:16 +0000)]
(callproc.o): Depend on composite.h.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 29 May 2000 11:15:35 +0000 (11:15 +0000)]
*** empty log message ***

24 years ago(syms_of_charset): Revert previous change.
Eli Zaretskii [Mon, 29 May 2000 07:53:20 +0000 (07:53 +0000)]
(syms_of_charset): Revert previous change.

24 years ago(encoded-kbd-iso2022-designation-map): Fix previous change.
Kenichi Handa [Mon, 29 May 2000 01:09:52 +0000 (01:09 +0000)]
(encoded-kbd-iso2022-designation-map): Fix previous change.

24 years ago(encoded-kbd-iso2022-designation-map): Pay attention to that
Kenichi Handa [Mon, 29 May 2000 01:08:57 +0000 (01:08 +0000)]
(encoded-kbd-iso2022-designation-map): Pay attention to that
charset-iso-final-char return -1 for eight-bit-control and
eight-bit-graphic.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 29 May 2000 01:08:31 +0000 (01:08 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Kenichi Handa [Sun, 28 May 2000 23:54:22 +0000 (23:54 +0000)]
*** empty log message ***

24 years agoCorrect a typo in a comment.
Eli Zaretskii [Sun, 28 May 2000 13:27:33 +0000 (13:27 +0000)]
Correct a typo in a comment.

24 years ago(produce_glyphs): Don't treat eight-bit-* charsets as multibyte.
Eli Zaretskii [Sun, 28 May 2000 13:23:02 +0000 (13:23 +0000)]
(produce_glyphs): Don't treat eight-bit-* charsets as multibyte.
From Kenichi Handa.

24 years ago*** empty log message ***
Eli Zaretskii [Sun, 28 May 2000 10:54:01 +0000 (10:54 +0000)]
*** empty log message ***

24 years ago(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii [Sun, 28 May 2000 10:52:50 +0000 (10:52 +0000)]
(speedbar-use-images, speedbar-update-flag)
(speedbar-easymenu-definition-base): Use display-graphic-p where
available, instead of window-system.

24 years ago(cp-coding-system-for-codepage-1): Add
Eli Zaretskii [Sun, 28 May 2000 10:50:24 +0000 (10:50 +0000)]
(cp-coding-system-for-codepage-1): Add
eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
coding systems.

24 years ago(syms_of_charset): Set width of character sets
Eli Zaretskii [Sun, 28 May 2000 10:43:30 +0000 (10:43 +0000)]
(syms_of_charset): Set width of character sets
eight-bit-control and eight-bit-graphic to 1 column.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 26 May 2000 20:18:01 +0000 (20:18 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Fri, 26 May 2000 17:50:12 +0000 (17:50 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 26 May 2000 15:56:42 +0000 (15:56 +0000)]
*** empty log message ***

24 years agoAdd check for speed_t typedef.
Gerd Moellmann [Fri, 26 May 2000 15:56:13 +0000 (15:56 +0000)]
Add check for speed_t typedef.

24 years ago(ospeed) [HAVE_SPEED_T]: Declare as `extern speed_t'.
Gerd Moellmann [Fri, 26 May 2000 15:52:33 +0000 (15:52 +0000)]
(ospeed) [HAVE_SPEED_T]: Declare as `extern speed_t'.

24 years ago(HAVE_SPEED_T): New define.
Gerd Moellmann [Fri, 26 May 2000 15:52:01 +0000 (15:52 +0000)]
(HAVE_SPEED_T): New define.

24 years agoFix finder keywords.
Dave Love [Fri, 26 May 2000 14:26:36 +0000 (14:26 +0000)]
Fix finder keywords.

24 years ago(standard-display-underline): Don't use internal-find-face.
Dave Love [Fri, 26 May 2000 14:09:44 +0000 (14:09 +0000)]
(standard-display-underline): Don't use internal-find-face.

24 years ago*** empty log message ***
Dave Love [Fri, 26 May 2000 13:47:12 +0000 (13:47 +0000)]
*** empty log message ***

24 years ago(shrink_decoding_region): Initialize eol_conversion.
Dave Love [Fri, 26 May 2000 13:42:03 +0000 (13:42 +0000)]
(shrink_decoding_region): Initialize eol_conversion.

24 years agoMaintainer change. Doc fixes.
Dave Love [Fri, 26 May 2000 13:06:25 +0000 (13:06 +0000)]
Maintainer change.  Doc fixes.
(reporter-version): Deleted.

24 years ago(elp-version): Deleted.
Dave Love [Fri, 26 May 2000 13:02:13 +0000 (13:02 +0000)]
(elp-version): Deleted.

24 years ago(add-change-log-entry): Merge the current entry with the
Stefan Monnier [Fri, 26 May 2000 12:33:25 +0000 (12:33 +0000)]
(add-change-log-entry): Merge the current entry with the
previous one if the previous one is empty.

24 years ago(unload-feature): Fix interactive spec [from
Dave Love [Fri, 26 May 2000 11:06:05 +0000 (11:06 +0000)]
(unload-feature): Fix interactive spec [from
lijnzaad@ebi.ac.uk].

24 years ago(byte-compile-callargs-warn): Use subr-arity to check primitives.
Dave Love [Fri, 26 May 2000 10:35:38 +0000 (10:35 +0000)]
(byte-compile-callargs-warn): Use subr-arity to check primitives.
(byte-compile-flush-pending, byte-compile-file-form-progn)
(byte-compile-normal-call, byte-compile-list, byte-compile-concat)
(byte-compile-insert, byte-compile-funcall): Use mapc instead of
mapcar.

24 years agosubr-arity
Dave Love [Fri, 26 May 2000 10:28:09 +0000 (10:28 +0000)]
subr-arity

24 years ago(Qsubrp, Qmany, Qunevalled): New variables.
Dave Love [Fri, 26 May 2000 10:21:30 +0000 (10:21 +0000)]
(Qsubrp, Qmany, Qunevalled): New variables.
(Fsubr_arity): New function.
(syms_of_data): Install them.

24 years agoChange maintainer to FSF.
Dave Love [Fri, 26 May 2000 09:15:41 +0000 (09:15 +0000)]
Change maintainer to FSF.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 26 May 2000 07:34:20 +0000 (07:34 +0000)]
*** empty log message ***

24 years agoSet family names of non-latin charsets in default fontset to "*".
Kenichi Handa [Fri, 26 May 2000 07:33:01 +0000 (07:33 +0000)]
Set family names of non-latin charsets in default fontset to "*".

24 years ago(check_registry_encoding): This function deleted.
Kenichi Handa [Fri, 26 May 2000 07:27:30 +0000 (07:27 +0000)]
(check_registry_encoding): This function deleted.
(Fset_fontset_font): Remove the adhoc condition for the default
fontset.  Allow cons in FONTNAME.

24 years ago(map_char_table): Ignore char-table entries for
Kenichi Handa [Fri, 26 May 2000 07:26:53 +0000 (07:26 +0000)]
(map_char_table): Ignore char-table entries for
charsets eight-bit-control and eight-bit-graphic.

24 years ago(syms_of_fontset): Adjust the font name for ascii of
Kenichi Handa [Fri, 26 May 2000 05:11:15 +0000 (05:11 +0000)]
(syms_of_fontset): Adjust the font name for ascii of
the default fontset to what Emacs uses by default.

24 years ago(print-fontset): Combine family part
Kenichi Handa [Fri, 26 May 2000 05:10:46 +0000 (05:10 +0000)]
(print-fontset): Combine family part
and registry part of the fontname by "-*-" instead of "-".

24 years ago(encode-coding-char): Make strings
Kenichi Handa [Fri, 26 May 2000 02:39:09 +0000 (02:39 +0000)]
(encode-coding-char): Make strings
multibyte before calling encode-coding-string.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 26 May 2000 02:38:33 +0000 (02:38 +0000)]
*** empty log message ***

24 years ago(init_charset_once): Set the table bytes_by_char_head
Kenichi Handa [Fri, 26 May 2000 02:32:05 +0000 (02:32 +0000)]
(init_charset_once): Set the table bytes_by_char_head
correctly.

24 years agoFix keywords.
Stefan Monnier [Fri, 26 May 2000 00:42:50 +0000 (00:42 +0000)]
Fix keywords.
(define-derived-mode): Only define if needed.

24 years ago(install-arch-indep): Install ebrowse.info.
Gerd Moellmann [Thu, 25 May 2000 21:06:28 +0000 (21:06 +0000)]
(install-arch-indep): Install ebrowse.info.

24 years agoFix keywords.
Stefan Monnier [Thu, 25 May 2000 20:28:00 +0000 (20:28 +0000)]
Fix keywords.

24 years agonewcomment and the change of binding for M-;
Stefan Monnier [Thu, 25 May 2000 20:00:07 +0000 (20:00 +0000)]
newcomment and the change of binding for M-;

24 years ago(fill-comment, comment-column, comment-start)
Stefan Monnier [Thu, 25 May 2000 19:13:41 +0000 (19:13 +0000)]
(fill-comment, comment-column, comment-start)
(comment-start-skip, comment-end, comment-indent-function)
(block-comment-start, block-comment-end, indent-for-comment)
(set-comment-column, kill-comment, comment-padding, comment-region)
(comment-multi-line, indent-new-comment-line): Remove.

24 years ago(esc-map): Change ; to comment-dwim and use the new function
Stefan Monnier [Thu, 25 May 2000 19:06:34 +0000 (19:06 +0000)]
(esc-map): Change ; to comment-dwim and use the new function
names for comment operations.

24 years agoAdd abundant autoload cookies.
Stefan Monnier [Thu, 25 May 2000 19:05:46 +0000 (19:05 +0000)]
Add abundant autoload cookies.
(comment-style): Be careful not to depend on runtime data at compile-time.
(comment-indent-hook): Remove.
(comment-indent): Check if comment-indent-hook is bound.
(comment-region): Docstring fix.

24 years agoDelete obsolete URL comment.
Dave Love [Thu, 25 May 2000 18:40:23 +0000 (18:40 +0000)]
Delete obsolete URL comment.

24 years agoAdd finder keywords.
Dave Love [Thu, 25 May 2000 18:29:18 +0000 (18:29 +0000)]
Add finder keywords.

24 years ago(elp-restore-function): Don't use obsolete byte-code-function-p.
Dave Love [Thu, 25 May 2000 18:24:44 +0000 (18:24 +0000)]
(elp-restore-function): Don't use obsolete byte-code-function-p.

24 years agoAdd provide.
Dave Love [Thu, 25 May 2000 18:20:20 +0000 (18:20 +0000)]
Add provide.

24 years ago(goto-address-fontify): Add help-echo property.
Dave Love [Thu, 25 May 2000 18:15:44 +0000 (18:15 +0000)]
(goto-address-fontify): Add help-echo property.

24 years agoAdd Finder keywords.
Dave Love [Thu, 25 May 2000 18:14:12 +0000 (18:14 +0000)]
Add Finder keywords.

24 years ago(smerge-diff-switches): Don't use list* in defcustom.
Dave Love [Thu, 25 May 2000 18:08:26 +0000 (18:08 +0000)]
(smerge-diff-switches): Don't use list* in defcustom.

24 years ago2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Thu, 25 May 2000 17:21:32 +0000 (17:21 +0000)]
2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff-diff.el (ediff-exec-process): delete --binary option from
non-buffer ediff jobs.

24 years ago(highlight-changes-mode): Ask about color or
Eli Zaretskii [Thu, 25 May 2000 16:59:22 +0000 (16:59 +0000)]
(highlight-changes-mode): Ask about color or
grayscale support, not about window-system.

24 years ago(ffap-menu-text-plist): Use display-mouse-p, not window-system.
Eli Zaretskii [Thu, 25 May 2000 16:56:34 +0000 (16:56 +0000)]
(ffap-menu-text-plist): Use display-mouse-p, not window-system.
(ffap-highlight): Always default to t.

24 years ago(edebug-emacs-19-specific): Call
Eli Zaretskii [Thu, 25 May 2000 16:55:17 +0000 (16:55 +0000)]
(edebug-emacs-19-specific): Call
display-popup-menus-p instead of looking at window-system.

24 years ago(standard-display-g1, standard-display-graphic):
Eli Zaretskii [Thu, 25 May 2000 16:54:17 +0000 (16:54 +0000)]
(standard-display-g1, standard-display-graphic):
Only refuse to use string glyphs on X and MS-Windows.

24 years agoRemove window-system from comments, suggest using display-*-p instead.
Eli Zaretskii [Thu, 25 May 2000 16:53:22 +0000 (16:53 +0000)]
Remove window-system from comments, suggest using display-*-p instead.

24 years ago(apropos-print): Use display-mouse-p instead of
Eli Zaretskii [Thu, 25 May 2000 16:51:21 +0000 (16:51 +0000)]
(apropos-print): Use display-mouse-p instead of
window-system.

24 years ago* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn [Thu, 25 May 2000 16:45:32 +0000 (16:45 +0000)]
* emacs.c (main): Initialize keyboard syms before initializing
window code, so face names are available.

24 years ago* Makefile.in (install-arch-dep): Install fns-*.el only if it
Ken Raeburn [Thu, 25 May 2000 16:40:12 +0000 (16:40 +0000)]
* Makefile.in (install-arch-dep): Install fns-*.el only if it
exists; it won't in the CANNOT_DUMP case.

24 years ago(at_begline_loc_p): Also recognize the \\(?:^ case
Stefan Monnier [Thu, 25 May 2000 16:32:19 +0000 (16:32 +0000)]
(at_begline_loc_p): Also recognize the \\(?:^ case
of an anchor at the beginning of a shy-group.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 25 May 2000 15:59:47 +0000 (15:59 +0000)]
*** empty log message ***

24 years agoFix @direntry, add @dircategory.
Gerd Moellmann [Thu, 25 May 2000 15:56:47 +0000 (15:56 +0000)]
Fix @direntry, add @dircategory.