bpt/emacs.git
24 years ago(Fsubstitute_in_file_name): Adjusted for the change of
Kenichi Handa [Wed, 15 Dec 1999 00:11:24 +0000 (00:11 +0000)]
(Fsubstitute_in_file_name): Adjusted for the change of
CHAR_STRING.
(Finsert_file_contents): Set Vlast_coding_system_used before
calling signal_after_change.  Call update_compositions if some
texts are inserted..
(Fwrite_region): Adjusted for the change of a_write and e_write.
(a_write): Argument changed.  Work based on character position,
not byte position.
(e_write): Argument changed.  Handle new way of composition.

24 years ago(main): Call syms_of_composite.
Kenichi Handa [Wed, 15 Dec 1999 00:10:49 +0000 (00:10 +0000)]
(main): Call syms_of_composite.

24 years ago(Fchar_to_string): Adjusted for the change of
Kenichi Handa [Wed, 15 Dec 1999 00:10:23 +0000 (00:10 +0000)]
(Fchar_to_string): Adjusted for the change of
CHAR_STRING.
(general_insert_function): Likewise.
(Finsert_char): Likewise.
(Fsubst_char_in_region): Likewise.  Call update_compositions.
(Ftranslate_region): Call update_compositions.
(Ftranspose_regions): Call update_compositions.

24 years ago(doprnt1): Adjusted for the change of CHAR_STRING.
Kenichi Handa [Wed, 15 Dec 1999 00:09:57 +0000 (00:09 +0000)]
(doprnt1): Adjusted for the change of CHAR_STRING.

24 years ago(direct_output_forward_char): Check point moving into
Kenichi Handa [Wed, 15 Dec 1999 00:09:32 +0000 (00:09 +0000)]
(direct_output_forward_char): Check point moving into
or out of a composition.  If so, give up direct method.

24 years ago(enum glyph_type): New member COMPOSITE_GLYPH.
Kenichi Handa [Wed, 15 Dec 1999 00:09:03 +0000 (00:09 +0000)]
(enum glyph_type): New member COMPOSITE_GLYPH.
(struct glyph): Add new sub-structure cmp to the union `u'.
(enum display_element_type): New member IT_COMPOSITION.
(enum prop_idx): New member COMPOSITION_PROP_IDX.
(struct it): New members cmp_id, cmp_len.

24 years ago(Faref): Delete codes for a composite character..
Kenichi Handa [Wed, 15 Dec 1999 00:08:39 +0000 (00:08 +0000)]
(Faref): Delete codes for a composite character..
(Faset): Likewise.  Adjusted for the change of CHAR_STRING.

24 years agoNew file
Kenichi Handa [Wed, 15 Dec 1999 00:08:01 +0000 (00:08 +0000)]
New file

24 years agoInclude composite.h.
Kenichi Handa [Wed, 15 Dec 1999 00:06:45 +0000 (00:06 +0000)]
Include composite.h.
(DECODE_CHARACTER_ASCII): Don't handle composition here.
(DECODE_CHARACTER_DIMENSION1): Likewise.  Don't check the validity
of multibyte code here.
(DECODE_CHARACTER_DIMENSION2): Likewise.
(detect_coding_emacs_mule): Change the case label from
EMACS_leading_code_composition to 0x80.
(detect_coding_iso2022): Handle new composition sequence.
(DECODE_ISO_CHARACTER): Likewise.
(check_composing_code): Deleted.
(coding_allocate_composition_data): New function.
(CODING_ADD_COMPOSITION_START) (CODING_ADD_COMPOSITION_END)
(CODING_ADD_COMPOSITION_COMPONENT) (DECODE_COMPOSITION_START)
(DECODE_COMPOSITION_END) (DECODE_COMPOSITION_RULE): New macros.
(decode_coding_iso2022): Handle new composition sequence.
(ENCODE_ISO_CHARACTER): Don't check composition here.
(ENCODE_COMPOSITION_RULE) (ENCODE_COMPOSITION_START): New macros.
(ENCODE_COMPOSITION_NO_RULE_START)
(ENCODE_COMPOSITION_WITH_RULE_START): Deleted.
(ENCODE_COMPOSITION_END): Handle new composition sequence.
(ENCODE_COMPOSITION_FAKE_START): New macro.
(encode_coding_iso2022): Handle new composition sequence.
(ENCODE_SJIS_BIG5_CHARACTER): Delete superfluous `;' at the tail.
(encode_coding_sjis_big5): Ignore composition.
(setup_coding_system): Initialize new members of struct
coding_system.  Enable composition only when the coding system has
`composition' property t.
(coding_free_composition_data) (coding_adjust_composition_offset)
(coding_save_composition) (coding_restore_composition): New
functions.
(code_convert_region): Call coding_save_composition for encoding
and coding_allocate_composition_data for decoding.  Don't skip
ASCII characters if we handle composition on encoding.  Call
signal_after_change with Check_BORDER.
(code_convert_string): Call coding_save_composition for encoding
and coding_allocate_composition_data for decoding.  Don't skip
ASCII characters if we handle composition on encoding.
(code_convert_string1): Set Vlast_coding_system_used after calling
code_convert_string.
(code_convert_string_norecord): Disable composition.
(Fset_terminal_coding_system_internal): Likewise.
(Fset_safe_terminal_coding_system_internal): Likewise.
(Fset_keyboard_coding_system_internal): Likewise.
(init_coding_once): Set emacs_code_class[0x80] to
EMACS_invalid_code.

24 years ago(emacs_code_class_type): Delete the member
Kenichi Handa [Wed, 15 Dec 1999 00:05:57 +0000 (00:05 +0000)]
(emacs_code_class_type): Delete the member
EMACS_leading_code_composition.
(COMPOSING_NO) (COMPOSING_WITH_RULE_HEAD) (COMPOSING_NO_RULE_HEAD)
(COMPOSING_WITH_RULE_TAIL) (COMPOSING_NO_RULE_TAIL)
(COMPOSING_WITH_RULE_RULE) (COMPOSING_HEAD_P)
(COMPOSING_WITH_RULE_P): Macros deleted.
(COMPOSITION_DATA_SIZE) (COMPOSITION_DATA_MAX_BUNCH_LENGTH): New
macros.
(struct composition_data): New structure.
(CODING_FINISH_INSUFFICIENT_CMP): New macro.
(struct coding_system): New members composition_rule_follows,
cmp_data, cmp_data_start, cmp_data_index.
(coding_save_composition) (coding_free_composition_data)
(coding_adjust_composition_offset): Extern them.

24 years ago(internal_self_insert): Adjusted for the change of
Kenichi Handa [Wed, 15 Dec 1999 00:05:19 +0000 (00:05 +0000)]
(internal_self_insert): Adjusted for the change of
CHAR_STRING.

24 years agoIn this entry, just `Modified' means that codes for a
Kenichi Handa [Wed, 15 Dec 1999 00:04:59 +0000 (00:04 +0000)]
In this entry, just `Modified' means that codes for a
composite character is deleted.
(Qcomposition) (leading_code_composition)
(charset_composition) (min_composite_char) (cmpchar_table)
(cmpchar_table_size) (n_cmpchars): Deleted.
(SPLIT_COMPOSITE_SEQ): Deleted.
(SPLIT_MULTIBYTE_SEQ): Modified.
(char_to_string): Renamed from non_ascii_char_to_string.
Modified.
(string_to_char): Renamed from string_to_non_ascii_char.
(split_string): Renamed from split_non_ascii_string.
(char_printable_p) (Fsplit_char)
(Ffind_charset_region) (Ffind_charset_string) (char_valid_p)
(char_bytes) (Fchar_width) (strwidth): Modified.
(find_charset_in_str): Argument CMPCHARP deleted.  Modified.
(Fstring): Adjusted for the change of CHAR_STRING.  Modified.
(hash_string) (CMPCHAR_HASH_TABLE_SIZE) (cmpchar_hash_table)
(CMPCHAR_HASH_SIZE) (CMPCHAR_HASH_USED) (CMPCHAR_HASH_CMPCHAR_ID)
(str_cmpchar_id) (cmpchar_component) (Fcmpcharp)
(Fcmpchar_component) (Fcmpchar_cmp_rule) (Fcmpchar_cmp_rule_p)
(Fcmpchar_cmp_count): Deleted.
(Fcompose_string): Implemented by Emacs Lisp in composite.el.
(init_charset_once): Modified.
(syms_of_charset): Modified.

24 years agoIn this entry, just `Modified' means that codes for a
Kenichi Handa [Wed, 15 Dec 1999 00:04:14 +0000 (00:04 +0000)]
In this entry, just `Modified' means that codes for a
composite character is deleted.
(LEADING_CODE_COMPOSITION) (CHARSET_COMPOSITION)
(charset_composition) (MIN_CHAR_COMPOSITION)
(MAX_CHAR_COMPOSITION) (GENERIC_COMPOSITION_CHAR)
(COMPOSITE_CHAR_P) (MAKE_COMPOSITE_CHAR) (COMPOSITE_CHAR_ID)
(PARSE_COMPOSITE_SEQ) (PARSE_CHARACTER_SEQ): Deleted.
(MAX_CHAR) (CHARSET_VALID_P) (CHARSET_DEFINED_P) (CHARSET_AT)
(FIRST_CHARSET_AT) (SAME_CHARSET_P) (MAKE_NON_ASCII_CHAR)
(PARSE_MULTIBYTE_SEQ) (SPLIT_NON_ASCII_CHAR) (CHAR_PRINTABLE_P):
Modified.
(SPLIT_STRING): Call split_string, not split_non_ascii_string.
(CHAR_STRING): Delete WORKBUF argument.  Call char_string, not
non_ascii_char_to_string.
(STRING_CHAR): Call string_to_char, not string_to_non_ascii_char.
(STRING_CHAR_AND_LENGTH): Likewise.
(FETCH_CHAR_ADVANCE): New macro.
(MAX_COMPONENT_COUNT) (struct cmpchar_info): Deleted.
(MAX_MULTIBYTE_LENGTH): New macro.
(MAX_LENGTH_OF_MULTI_BYTE_FORM): Deleted.
(find_charset_in_str): Argument adjusted.
(CHAR_LEN): Modified.

24 years ago(CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.
Kenichi Handa [Wed, 15 Dec 1999 00:03:45 +0000 (00:03 +0000)]
(CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.
(ccl_driver): Delete codes for a composite character.

24 years ago(word_boundary_p): Delete codes for a composite
Kenichi Handa [Wed, 15 Dec 1999 00:03:16 +0000 (00:03 +0000)]
(word_boundary_p): Delete codes for a composite
character.
(Fmake_category_table): New function.
(syms_of_category): Defsubr it.

24 years ago(CATEGORY_SET): Delete codes for a composite character.
Kenichi Handa [Wed, 15 Dec 1999 00:02:55 +0000 (00:02 +0000)]
(CATEGORY_SET): Delete codes for a composite character.

24 years agoInclude composite.h.
Kenichi Handa [Wed, 15 Dec 1999 00:02:33 +0000 (00:02 +0000)]
Include composite.h.
(casify_object): Use MAX_MULTIBYTE_LENGTH to allocate memory for a
multibyte character.  Adjusted for the change of CHAR_STRING.
(casify_region): Likewise.  Call update_compositions.

24 years ago(Fcall_process): Call code_convert_string to encode
Kenichi Handa [Wed, 15 Dec 1999 00:02:12 +0000 (00:02 +0000)]
(Fcall_process): Call code_convert_string to encode
arguments.  Use CODING_REQUIRE_DECODING to check if the process
output should be decoded.

24 years ago(Fmake_string): Adjusted for the change of CHAR_STRING.
Kenichi Handa [Wed, 15 Dec 1999 00:01:44 +0000 (00:01 +0000)]
(Fmake_string): Adjusted for the change of CHAR_STRING.

24 years ago(INTERVAL_SRC): Include composite.h.
Kenichi Handa [Wed, 15 Dec 1999 00:01:14 +0000 (00:01 +0000)]
(INTERVAL_SRC): Include composite.h.
(INTERVAL_OBJ): Include composite.o.
(SOME_MACHINE_OBJECTS): Include composite.o.
(casefiddle.o) (dispnew.o) (indent.o) (process.o) (search.o)
(syntax.o) (window.o) (xdisp.o) (xfaces.o) (xterm.o) (print.o):
Depend on composite.h.
(doc.o): Depend on charset.h.
(keyboard.o) (textprop.o) (intervals.o): Depend on INTERVAL_SRC.
(composite.o): New target.

24 years agoRET bound in Rmail summary.
Gerd Moellmann [Tue, 14 Dec 1999 13:05:40 +0000 (13:05 +0000)]
RET bound in Rmail summary.

24 years agoCustom option keyword :set-after.
Gerd Moellmann [Tue, 14 Dec 1999 13:01:12 +0000 (13:01 +0000)]
Custom option keyword :set-after.

24 years ago(default-input-method): Specify
Gerd Moellmann [Tue, 14 Dec 1999 13:00:09 +0000 (13:00 +0000)]
(default-input-method): Specify
that it should be set after current-language-environment.

24 years ago(custom-handle-keyword): Add :set-after.
Gerd Moellmann [Tue, 14 Dec 1999 12:56:36 +0000 (12:56 +0000)]
(custom-handle-keyword): Add :set-after.
(custom-add-dependencies): New function.
(custom-set-variables): Take dependencies between args into
account.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 14 Dec 1999 10:46:48 +0000 (10:46 +0000)]
*** empty log message ***

24 years ago(show_mouse_face): Don't use updated_area, use TEXT_AREA.
Gerd Moellmann [Tue, 14 Dec 1999 10:44:20 +0000 (10:44 +0000)]
(show_mouse_face): Don't use updated_area, use TEXT_AREA.

24 years ago(battery): Doc fix.
Gerd Moellmann [Tue, 14 Dec 1999 10:19:59 +0000 (10:19 +0000)]
(battery): Doc fix.

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 13 Dec 1999 05:47:15 +0000 (05:47 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 13 Dec 1999 04:42:21 +0000 (04:42 +0000)]
*** empty log message ***

24 years ago(Fstart_kbd_macro): Handle case where last-kbd-macro
Richard M. Stallman [Mon, 13 Dec 1999 03:50:21 +0000 (03:50 +0000)]
(Fstart_kbd_macro): Handle case where last-kbd-macro
has been changed by the Lisp code.

24 years ago(Fall_completions): Doc fix.
Richard M. Stallman [Mon, 13 Dec 1999 03:50:00 +0000 (03:50 +0000)]
(Fall_completions): Doc fix.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 13 Dec 1999 01:26:39 +0000 (01:26 +0000)]
*** empty log message ***

24 years ago("esperanto-prefix"): Make it produce Latin-3
Kenichi Handa [Mon, 13 Dec 1999 01:13:00 +0000 (01:13 +0000)]
("esperanto-prefix"): Make it produce Latin-3
characters, not Latin-1.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Dec 1999 18:53:40 +0000 (18:53 +0000)]
*** empty log message ***

24 years agocc-mode changes.
Gerd Moellmann [Sun, 12 Dec 1999 18:44:55 +0000 (18:44 +0000)]
cc-mode changes.

24 years agoInstalled cc-mode version 5.26.
Gerd Moellmann [Sun, 12 Dec 1999 18:30:44 +0000 (18:30 +0000)]
Installed cc-mode version 5.26.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Dec 1999 18:29:58 +0000 (18:29 +0000)]
*** empty log message ***

24 years agoInstalled version 5.26
Gerd Moellmann [Sun, 12 Dec 1999 18:24:19 +0000 (18:24 +0000)]
Installed version 5.26

24 years ago*** empty log message ***
Dave Love [Sun, 12 Dec 1999 16:13:50 +0000 (16:13 +0000)]
*** empty log message ***

24 years agoRequire cl when compiling. Don't autoload kemap and minor-mode-alist
Dave Love [Sun, 12 Dec 1999 16:04:25 +0000 (16:04 +0000)]
Require cl when compiling.  Don't autoload kemap and minor-mode-alist
stuff.  Don't set zmacs-region-stays.
(footnote-insert-text-marker, Footnote-insert-pointer-marker): Avoid
`acons'.
(footnote-mode-line-string, Footnote-add-footnote): Remove autoload
cookie.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Dec 1999 13:23:20 +0000 (13:23 +0000)]
*** empty log message ***

24 years agoFix for when font-lock mode is active.
Gerd Moellmann [Sun, 12 Dec 1999 13:18:54 +0000 (13:18 +0000)]
Fix for when font-lock mode is active.
(sh-font-lock-unfontify-region-function): New function.

24 years ago(menu-bar-edit-menu): Define the Spell submenu even
Eli Zaretskii [Sun, 12 Dec 1999 13:15:07 +0000 (13:15 +0000)]
(menu-bar-edit-menu): Define the Spell submenu even
if start-process is not bound, since Ispell now supports such
platforms as well.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 12 Dec 1999 12:32:20 +0000 (12:32 +0000)]
*** empty log message ***

24 years ago(after-find-file): Fix previous change.
Gerd Moellmann [Sun, 12 Dec 1999 12:26:53 +0000 (12:26 +0000)]
(after-find-file): Fix previous change.

24 years ago(rmail-summary-mode-map): Bind RET to rmail-summary-goto-msg.
Gerd Moellmann [Sun, 12 Dec 1999 12:25:47 +0000 (12:25 +0000)]
(rmail-summary-mode-map): Bind RET to rmail-summary-goto-msg.

24 years agoIndentation fixes.
Gerd Moellmann [Sun, 12 Dec 1999 12:23:08 +0000 (12:23 +0000)]
Indentation fixes.

24 years ago*** empty log message ***
Stefan Monnier [Sun, 12 Dec 1999 06:57:54 +0000 (06:57 +0000)]
*** empty log message ***

24 years ago1999-12-11 Samir Barjoud <samir@mindspring.com>
Dave Love [Sat, 11 Dec 1999 23:45:32 +0000 (23:45 +0000)]
1999-12-11  Samir Barjoud  <samir@mindspring.com>

        * help.el (where-is): use `commandp' as predicate for
        `completing-read'

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 10 Dec 1999 21:52:33 +0000 (21:52 +0000)]
*** empty log message ***

24 years ago(custom-save-delete): Delete all occurrences,
Richard M. Stallman [Fri, 10 Dec 1999 19:59:42 +0000 (19:59 +0000)]
(custom-save-delete): Delete all occurrences,
leave point where the first occurrence was.
(custom-save-faces): Insert a newline at the end of the comment.
Avoid a double newline there.
If final closeparen is at bol, put a space before it.
(custom-save-variables): Likewise.
(custom-file): Doc fix.

24 years ago*** empty log message ***
Stefan Monnier [Fri, 10 Dec 1999 18:14:01 +0000 (18:14 +0000)]
*** empty log message ***

24 years ago(x_initialize): only setup xaw3d_* if they've been declared.
Stefan Monnier [Fri, 10 Dec 1999 17:37:57 +0000 (17:37 +0000)]
(x_initialize): only setup xaw3d_* if they've been declared.

24 years ago(file-name-buffer-file-type-alist): Add `$' at end of
Gerd Moellmann [Fri, 10 Dec 1999 13:37:42 +0000 (13:37 +0000)]
(file-name-buffer-file-type-alist): Add `$' at end of
regexp matching image and audio files.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 10 Dec 1999 09:55:29 +0000 (09:55 +0000)]
*** empty log message ***

24 years agoPOP server may be specified as part of the mailbox name.
Gerd Moellmann [Fri, 10 Dec 1999 09:55:21 +0000 (09:55 +0000)]
POP server may be specified as part of the mailbox name.

24 years agoPOP server may be specified in nnmail-spool-file.
Gerd Moellmann [Fri, 10 Dec 1999 09:54:47 +0000 (09:54 +0000)]
POP server may be specified in nnmail-spool-file.

24 years ago(popmail): Allow mailbox specifications of the
Gerd Moellmann [Fri, 10 Dec 1999 09:53:01 +0000 (09:53 +0000)]
(popmail): Allow mailbox specifications of the
form `po:username:hostname'.

24 years ago(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
Gerd Moellmann [Fri, 10 Dec 1999 08:55:12 +0000 (08:55 +0000)]
(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
to frame.h.

24 years ago(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
Gerd Moellmann [Fri, 10 Dec 1999 08:54:11 +0000 (08:54 +0000)]
(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
[!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.

24 years ago(#includes): Allow compilation with only Xaw.
Stefan Monnier [Fri, 10 Dec 1999 01:40:47 +0000 (01:40 +0000)]
(#includes): Allow compilation with only Xaw.
(xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
(xt_action_hook): Replace XAW3D by XAW.
(xaw3d_jump_callback): Renamed to xaw_jump_callback.
(xaw_jump_callback): Renamed from xaw3d_jump_callback.
Determine epsilon dynamically and don't try to be too clever.
(xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
(xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
Handle both Xaw3d with arrow-scrollbars and with Xaw-style
scrollbar (using `ratio').
(x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
scrollbar we have so as to set it up more optimally and to fix
xaw3d_arrow_scroll and xaw3d_pick_top.
(x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
bottom of the Xaw3d scrollbar, to work around its tendency to refuse
shrinking the thumb.  Also make sure that `XawScrollbarSetThumb'
is not ignored, using a major gross hack.
(x_initialize): Init default values for xaw3d_arrow_scroll and
xaw3d_pick_top.

24 years ago* keyboard.c (Qratio): New symbol.
Stefan Monnier [Fri, 10 Dec 1999 01:39:53 +0000 (01:39 +0000)]
* keyboard.c (Qratio): New symbol.
(scroll_bar_parts): Add `Qratio' to it.
(syms_of_keyboard): Init `Qratio'.

24 years ago(scroll_bar_part): Add `scroll_bar_move_ratio'.
Stefan Monnier [Fri, 10 Dec 1999 01:39:30 +0000 (01:39 +0000)]
(scroll_bar_part): Add `scroll_bar_move_ratio'.

24 years agofootnote.el
Dave Love [Thu, 9 Dec 1999 23:54:04 +0000 (23:54 +0000)]
footnote.el

24 years ago*** empty log message ***
Dave Love [Thu, 9 Dec 1999 23:48:05 +0000 (23:48 +0000)]
*** empty log message ***

24 years agoCurrent XEmacs version.
Dave Love [Thu, 9 Dec 1999 23:31:50 +0000 (23:31 +0000)]
Current XEmacs version.

24 years agoFix makeinfo complaints.
Dave Love [Thu, 9 Dec 1999 18:22:56 +0000 (18:22 +0000)]
Fix makeinfo complaints.

24 years ago*** empty log message ***
Dave Love [Thu, 9 Dec 1999 17:54:56 +0000 (17:54 +0000)]
*** empty log message ***

24 years ago(PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.
Dave Love [Thu, 9 Dec 1999 17:41:58 +0000 (17:41 +0000)]
(PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.

24 years ago(after-find-file): Use auto-save-visited-file-name if set.
Gerd Moellmann [Thu, 9 Dec 1999 15:23:31 +0000 (15:23 +0000)]
(after-find-file): Use auto-save-visited-file-name if set.

24 years ago(feedmail-find-eoh): Take
Gerd Moellmann [Thu, 9 Dec 1999 15:15:54 +0000 (15:15 +0000)]
(feedmail-find-eoh): Take
feedmail-queue-alternative-mail-header-separator into account.

24 years agoNew file. Provides a simple minor-mode for files containing
Stefan Monnier [Thu, 9 Dec 1999 13:03:41 +0000 (13:03 +0000)]
New file.  Provides a simple minor-mode for files containing
diff3-style conflict markers, such as generated by RCS

24 years ago(font-lock-multiline): New variable.
Stefan Monnier [Thu, 9 Dec 1999 12:52:34 +0000 (12:52 +0000)]
(font-lock-multiline): New variable.
(font-lock-add-keywords): Rename `major-mode' into `mode'.
(font-lock-remove-keywords): Added a dummy `mode' argument for
potential future support.
(font-lock-fontify-anchored-keywords,
(font-lock-fontify-keywords-region): Only handle multiline strings
if necessary (avoids a pathological behavior in (f.ex) diff-mode).

24 years ago(bookmark-bmenu-mode-map): Bind RET like f.
Richard M. Stallman [Thu, 9 Dec 1999 04:49:37 +0000 (04:49 +0000)]
(bookmark-bmenu-mode-map): Bind RET like f.

24 years ago(dired-insert-subdir): Add autoload cookie.
Richard M. Stallman [Thu, 9 Dec 1999 02:01:26 +0000 (02:01 +0000)]
(dired-insert-subdir): Add autoload cookie.

24 years ago*** empty log message ***
Richard M. Stallman [Wed, 8 Dec 1999 19:01:55 +0000 (19:01 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Wed, 8 Dec 1999 18:45:56 +0000 (18:45 +0000)]
*** empty log message ***

24 years agoview-emacs-problems
Dave Love [Wed, 8 Dec 1999 15:04:51 +0000 (15:04 +0000)]
view-emacs-problems

24 years agoMention view-emacs-problems.
Dave Love [Wed, 8 Dec 1999 15:04:01 +0000 (15:04 +0000)]
Mention view-emacs-problems.

24 years agoOops, forgot to commit the change in dispextern.h together with the
Eli Zaretskii [Wed, 8 Dec 1999 14:22:24 +0000 (14:22 +0000)]
Oops, forgot to commit the change in dispextern.h together with the
rest of the changes for tty color support.

24 years ago(call_debugger): When entering the debugger while redisplaying,
Gerd Moellmann [Wed, 8 Dec 1999 12:00:57 +0000 (12:00 +0000)]
(call_debugger): When entering the debugger while redisplaying,
reset redisplaying_p, and go back to the top-level if the debugger
returns.

24 years agovarious fixes and gratuitous movements.
Stefan Monnier [Wed, 8 Dec 1999 00:19:51 +0000 (00:19 +0000)]
various fixes and gratuitous movements.

24 years ago(delete_window): Block input for the time window
Gerd Moellmann [Tue, 7 Dec 1999 20:20:30 +0000 (20:20 +0000)]
(delete_window): Block input for the time window
matrices are being changed.

24 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 20:11:42 +0000 (20:11 +0000)]
*** empty log message ***

24 years ago(x_set_menu_resources_from_menu_face): Make sure
Gerd Moellmann [Tue, 7 Dec 1999 20:06:40 +0000 (20:06 +0000)]
(x_set_menu_resources_from_menu_face): Make sure
basic faces are realized before trying to use face `menu'.

24 years ago(menu-bar-manuals-menu): Add view-emacs-problems.
Dave Love [Tue, 7 Dec 1999 20:02:28 +0000 (20:02 +0000)]
(menu-bar-manuals-menu): Add view-emacs-problems.

24 years ago(view-emacs-problems): New command, bound to C-h P.
Dave Love [Tue, 7 Dec 1999 20:01:20 +0000 (20:01 +0000)]
(view-emacs-problems): New command, bound to C-h P.

24 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 11:07:41 +0000 (11:07 +0000)]
*** empty log message ***

24 years ago(Fintern_soft): Fix newlines in doc string.
Dave Love [Tue, 7 Dec 1999 11:06:22 +0000 (11:06 +0000)]
(Fintern_soft): Fix newlines in doc string.

24 years agoRemove duplicate entry for arm*-*linux-gnu; my change missing a
Dave Love [Tue, 7 Dec 1999 10:33:35 +0000 (10:33 +0000)]
Remove duplicate entry for arm*-*linux-gnu; my change missing a
ChangeLog entry I couldn't check in.

24 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 10:21:20 +0000 (10:21 +0000)]
*** empty log message ***

24 years ago(UNEXEC): Use unexelf.o instead of unexsgi.o.
Gerd Moellmann [Tue, 7 Dec 1999 09:54:52 +0000 (09:54 +0000)]
(UNEXEC): Use unexelf.o instead of unexsgi.o.

24 years ago(UNEXEC) [USG5_4]: Use unexelf.o instead of
Gerd Moellmann [Tue, 7 Dec 1999 09:50:50 +0000 (09:50 +0000)]
(UNEXEC) [USG5_4]: Use unexelf.o instead of
unexsgi.o again.

24 years agoInclude <syms.h>, not <sym.h> on IRIX. Removed
Gerd Moellmann [Tue, 7 Dec 1999 09:50:01 +0000 (09:50 +0000)]
Include <syms.h>, not <sym.h> on IRIX.  Removed
duplicate definition of ElfW.
(find_section): Copied from unexsgi.c.
(unexec): Use find_section.  Adjust whitespace.  Initialize
new_data2_offset based on old_data, not sbss (this fixes a bug on
IRIX6).  Change #ifdef __mips to __sgi, since it's IRIX-specific.
Adjust test for presence of .mdebug section to the new return
value of find_section.

Merge changes from 20.5.
(unexec): Handle .lit4 and .lit8 unconditionally.

24 years ago* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier [Tue, 7 Dec 1999 07:04:03 +0000 (07:04 +0000)]
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
(diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
New code to support the minor mode version.
(diff-recenter): New function.
(diff-next-hunk, diff-next-file): Use it.
(diff-remembered-files-alist): New var.
(diff-merge-strings): New function.
(diff-find-file-name): Make it smarter and use the user's input more.
(diff-mode): Cosmetic changes.

24 years ago*** empty log message ***
Stefan Monnier [Tue, 7 Dec 1999 06:39:33 +0000 (06:39 +0000)]
*** empty log message ***

24 years ago(font-lock-default-fontify-region): Fix subtle
Stefan Monnier [Tue, 7 Dec 1999 06:31:57 +0000 (06:31 +0000)]
(font-lock-default-fontify-region): Fix subtle
off-by-one problem that could force re-fontifying the whole buffer.
(font-lock-remove-keywords): New function.
(font-lock-add-keywords): Use the new function to ensure idempotence.

24 years ago(save-some-buffers): Turn EXITING into the more general
Stefan Monnier [Tue, 7 Dec 1999 06:31:32 +0000 (06:31 +0000)]
(save-some-buffers): Turn EXITING into the more general
PRED argument to allow specifying a subset of buffers.

24 years ago(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier [Tue, 7 Dec 1999 06:30:44 +0000 (06:30 +0000)]
(kill-region): Use the new `delete-and-extract-region'
rather than the undo log (which is incorrect with *-change-functions).

24 years ago* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer [Tue, 7 Dec 1999 04:58:54 +0000 (04:58 +0000)]
* viper-cmd.el (viper-minibuffer-standard-hook,
viper-minibuffer-real-start): new functions.
(viper-read-string-with-history,viper-file-add-suffix,
viper-trim-replace-chars-to-delete-if-necessary): adapt to the
change in the status of the minibuffer prompt.