bpt/emacs.git
22 years agoInclude "character.h".
Kenichi Handa [Fri, 1 Mar 2002 01:44:45 +0000 (01:44 +0000)]
Include "character.h".
(read_multibyte): New arg NBYTES.
(read_escape): The meaning of returned *BYTEREP changed.
(to_multibyte): Deleted.
(read1): Adjuted the handling of char table and string.

22 years ago(enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
Kenichi Handa [Fri, 1 Mar 2002 01:44:13 +0000 (01:44 +0000)]
(enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
(XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
(CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS,
SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
Deleted.
(CHAR_TABLE_REF, CHAR_TABLE_SET): Adjusted for the new char table
structure.
(CHAR_TABLE_TRANSLATE): Just call char_table_translate.
(CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2,
CHARTAB_SIZE_BITS_3): New macros.
(chartab_size): Extern it.
(struct Lisp_Char_Table): Re-designed.
(struct Lisp_Sub_Char_Table): New structure.
(HASH_KEY, HASH_VALUE): Moved from fns.c.
(CHARACTERBITS): Defined as 22.
(GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjusted for the above change.
(SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
(GC_SUB_CHAR_TABLE_P): New macro.
(Fencode_coding_string, Fdecode_coding_string): EXFUN Updated.
(code_convert_string_norecord): Extern deleted.
(init_character_once, syms_of_character, init_charset,
syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.

22 years ago(describe_char_table): Extern it.
Kenichi Handa [Fri, 1 Mar 2002 01:43:45 +0000 (01:43 +0000)]
(describe_char_table): Extern it.

22 years agoInclude "character.h".
Kenichi Handa [Fri, 1 Mar 2002 01:43:26 +0000 (01:43 +0000)]
Include "character.h".
(store_in_keymap): Handle the case that IDX is a cons.
(Fdefine_key): Handle the case that KEY is a cons and the car part
is also a cons (range).
(push_key_description): Adjusted for the new character code.
(describe_vector): Call describe_char_table for a char table.
(describe_char_table): New function.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:43:03 +0000 (01:43 +0000)]
Include "character.h" instead of "charset.h".
(command_loop_1): Never call direct_output_forward_char before
a non-ASCII character.
(read_char): If Vkeyboard_translate_table is a char table, always
translated a character.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:42:42 +0000 (01:42 +0000)]
Include "character.h" instead of "charset.h".
(copy_text): Don't refer to Vnonascii_translation_table.
(insert_from_gap): New function.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:42:20 +0000 (01:42 +0000)]
Include "character.h" instead of "charset.h".
(MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of
WIDTH_BY_CHAR_HEAD.

22 years ago(struct font_info): Type of the member encoding_type
Kenichi Handa [Fri, 1 Mar 2002 01:41:06 +0000 (01:41 +0000)]
(struct font_info): Type of the member encoding_type
changed.
(enum FONT_SPEC_INDEX): New enum.
(fontset_font_pattern, fs_load_font): Prototype updated.
(FS_LOAD_FONT): Adjusted for the change of fs_load_font.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:39:56 +0000 (01:39 +0000)]
Include "character.h" instead of "charset.h".
(copy_sub_char_table): Moved to chartab.c.
(Fcopy_sequence): Call copy_char_table for a char table.
(concat): Delete codes calling count_multibyte.
(string_char_to_byte): Adjusted for the new multibyte form.
(string_byte_to_char): Likewise.
(internal_equal): Adjusted for the change of char table structure.
(Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent,
Fchar_table_extra_slot, Fset_char_table_extra_slot,
Fchar_table_range, Fset_char_table_range, Fset_char_table_default,
char_table_translate, optimize_sub_char_table,
Foptimize_char_table, map_char_table, Fmap_char_table): Moved to
chartab.c.
(char_table_ref_and_index): Deleted.
(HASH_KEY, HASH_VALUE): Moved to lisp.h.
(Fmd5): Call preferred_coding_system instead of accessing
Vcoding_category_list.  Adjusted for the new code-conversion API.
(syms_of_fns): Defsubr for char table related functions moved to
chartab.c.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:38:37 +0000 (01:38 +0000)]
Include "character.h" instead of "charset.h".
(Finsert_file_contents): Big change for the new code-conversion
API.
(choose_write_coding_system): Likewise.
(Fwrite_region): Likewise.
(build_annotations_2): Deleted.
(e_write): Big change for the new code-conversion API.

22 years ago(main): Call init_charset_once, init_charset,
Kenichi Handa [Fri, 1 Mar 2002 01:38:15 +0000 (01:38 +0000)]
(main): Call init_charset_once, init_charset,
syms_of_chartab, and syms_of_character.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:37:55 +0000 (01:37 +0000)]
Include "character.h" instead of "charset.h".
(Fchar_to_string): Always call CHAR_STRING.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:26:16 +0000 (01:26 +0000)]
Include "character.h" instead of "charset.h".
(Fchar_to_string): Always call CHAR_STRING.

22 years ago(DISP_CHAR_VECTOR): Adjusted for the change of char
Kenichi Handa [Fri, 1 Mar 2002 01:25:51 +0000 (01:25 +0000)]
(DISP_CHAR_VECTOR): Adjusted for the change of char
table structure.

22 years ago(free_realized_face, check_face_attribytes,
Kenichi Handa [Fri, 1 Mar 2002 01:25:27 +0000 (01:25 +0000)]
(free_realized_face, check_face_attribytes,
generate_ascii_font): Extern them.
(free_realized_multibyte_face): Extern deleted.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:25:08 +0000 (01:25 +0000)]
Include "character.h" instead of "charset.h".
(Faref): Call CHAR_TABLE_REF for a char table.
(Faset): Call CHAR_TABLE_SET for a char table.

22 years ago(enum composition_method): Order of enumeration
Kenichi Handa [Fri, 1 Mar 2002 01:18:37 +0000 (01:18 +0000)]
(enum composition_method): Order of enumeration
symbols changed.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:18:09 +0000 (01:18 +0000)]
Include "character.h" instead of "charset.h".
(CHAR_WIDTH): Moved to character.h.
(HASH_KEY, HASH_VALUE): Deleted.

22 years agoCompletely re-written.
Kenichi Handa [Fri, 1 Mar 2002 01:17:24 +0000 (01:17 +0000)]
Completely re-written.

22 years agoCompletely re-written. Character and multibyte
Kenichi Handa [Fri, 1 Mar 2002 01:16:34 +0000 (01:16 +0000)]
Completely re-written.  Character and multibyte
sequence handling codes are moved to character.c.

22 years agoNew file.
Kenichi Handa [Fri, 1 Mar 2002 01:15:38 +0000 (01:15 +0000)]
New file.

22 years ago(struct ccl_program): Members eol_type and multibyte
Kenichi Handa [Fri, 1 Mar 2002 01:14:37 +0000 (01:14 +0000)]
(struct ccl_program): Members eol_type and multibyte
deleted.  New members src_multibyte, dst_multibyte, consumed, and
produced.
(struct ccl_spec): Members decoder and encoder deleted.  New
memeber ccl.
(CODING_SPEC_CCL_PROGRAM): New macro.
(ccl_driver): Prototype updated.
(Qccl, Qcclp, Fccl_program_p): Extern them.
(CHECK_CCL_PROGRAM): New macro.

22 years agoInclude "character.h".
Kenichi Handa [Fri, 1 Mar 2002 01:14:09 +0000 (01:14 +0000)]
Include "character.h".
(Qccl, Qcclp): New variables.
(CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
it's less than 256.
(CCL_WRITE_MULTIBYTE_CHAR): Deleted.
(CCL_WRITE_STRING, CCL_READ_CHAR): Adjusted for the change of SRC
and DST type.
(ccl_driver): Types of arguments changed.  Code adjusted for that.
(Fccl_execute, Fccl_execute_on_string): Adjusted for the change of
ccl_driver.
(syms_of_ccl): Intern and staticpro Qccl and Qcclp.

22 years ago(CATEGORY_SET): Just call char_category_set.
Kenichi Handa [Fri, 1 Mar 2002 01:13:46 +0000 (01:13 +0000)]
(CATEGORY_SET): Just call char_category_set.

22 years agoInclude "character.h".
Kenichi Handa [Fri, 1 Mar 2002 01:13:23 +0000 (01:13 +0000)]
Include "character.h".
(copy_category_entry): New function.
(copy_category_table): Call map_char_table and copy_category_entry.
(Fmake_category_table): Initialize all top-vel slots.
(char_category_set): New function.
(modify_lower_category_set): Deleted.
(Fmodify_category_entry): Call char_table_ref_and_range.

22 years agoNew file that implements char table.
Kenichi Handa [Fri, 1 Mar 2002 01:12:57 +0000 (01:12 +0000)]
New file that implements char table.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:11:39 +0000 (01:11 +0000)]
Include "character.h" instead of "charset.h".
(set_canon, set_identity, shuffle): Adjusted for the new
map_char_table spec.
(init_casetab_once): Call CHAR_TABLE_SET instead of directly
accessing the char table structure.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:11:12 +0000 (01:11 +0000)]
Include "character.h" instead of "charset.h".
(Fcall_process): Big change for the new code-conversion APIs.

22 years agoEXFUN Fbuffer_live_p.
Kenichi Handa [Fri, 1 Mar 2002 01:10:45 +0000 (01:10 +0000)]
EXFUN Fbuffer_live_p.

22 years agoInclude "character.h" instead of "charset.h", don't include
Kenichi Handa [Fri, 1 Mar 2002 01:07:51 +0000 (01:07 +0000)]
Include "character.h" instead of "charset.h", don't include
"coding.h".
(Fset_buffer_multibyte): Adjuted for UTF-8.

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:06:56 +0000 (01:06 +0000)]
Include "character.h" instead of "charset.h".
(Fmake_char_table): Moved to chartab.c.
(make_sub_char_table): Likewise.
(syms_of_alloc): Remove defsubr for Smake_char_table.

22 years agoInclude "character.h".
Kenichi Handa [Fri, 1 Mar 2002 01:06:35 +0000 (01:06 +0000)]
Include "character.h".

22 years agoInclude "character.h" instead of "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 01:06:01 +0000 (01:06 +0000)]
Include "character.h" instead of "charset.h".

22 years ago(obj): Add character.o and chartab.o.
Kenichi Handa [Fri, 1 Mar 2002 01:01:48 +0000 (01:01 +0000)]
(obj): Add character.o and chartab.o.
(lisp, shortlisp): Remove utf-8.elc:
(*.o): For many files, change dependency on charset.h to
character.h, and add dependency on character.h.
(character.o, chartab.o): New targets.

22 years ago(xchartable): Adjusted for the change of char table
Kenichi Handa [Fri, 1 Mar 2002 00:59:36 +0000 (00:59 +0000)]
(xchartable): Adjusted for the change of char table
structure.
(xsubchartable, xcoding, xcharset, xcurbuf): New commands.

22 years agoClarify gamma correction.
Richard M. Stallman [Wed, 27 Feb 2002 05:29:00 +0000 (05:29 +0000)]
Clarify gamma correction.

22 years ago<making srcdir absolute>: Verify that PWD is correct,
Richard M. Stallman [Wed, 27 Feb 2002 03:53:03 +0000 (03:53 +0000)]
<making srcdir absolute>: Verify that PWD is correct,
not just well-formed and valid.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 26 Feb 2002 23:02:14 +0000 (23:02 +0000)]
*** empty log message ***

22 years ago(init_iterator): Compare with Vminibuf_selected_window
Kim F. Storm [Tue, 26 Feb 2002 22:55:08 +0000 (22:55 +0000)]
(init_iterator): Compare with Vminibuf_selected_window
instead of Vminibuf_scroll_window when deciding in which window
the region should be highlighted.  Consequently, the region remains
highlighted even when a completion buffer is also displayed.

22 years ago(CURRENT_MODE_LINE_FACE_ID_3): Compare with
Kim F. Storm [Tue, 26 Feb 2002 22:53:47 +0000 (22:53 +0000)]
(CURRENT_MODE_LINE_FACE_ID_3): Compare with
Vminibuf_selected_window instead of Vminibuf_scroll_window.

22 years ago(read_minibuf): Set Vminibuf_selected_window on first
Kim F. Storm [Tue, 26 Feb 2002 22:52:56 +0000 (22:52 +0000)]
(read_minibuf): Set Vminibuf_selected_window on first
entry to minibuffer or on entry from a non-minibuffer window.

22 years ago(Vminibuf_selected_window): Declare extern.
Kim F. Storm [Tue, 26 Feb 2002 22:52:07 +0000 (22:52 +0000)]
(Vminibuf_selected_window): Declare extern.

22 years ago(Vminibuf_selected_window): New variable.
Kim F. Storm [Tue, 26 Feb 2002 22:50:55 +0000 (22:50 +0000)]
(Vminibuf_selected_window): New variable.
(struct save_window_data): New member minibuf_selected_window.
(Fset_window_configuration): Restore Vminibuf_selected_window.
(Fcurrent_window_configuration): Save Vminibuf_selected_window.
Set minibuf_scroll_window member to nil if minibuf_level is 0.
(compare_window_configurations): Compare minibuf_selected_window.

22 years ago(remote-shell-program): Add doc string.
Richard M. Stallman [Tue, 26 Feb 2002 21:56:12 +0000 (21:56 +0000)]
(remote-shell-program): Add doc string.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Feb 2002 21:56:03 +0000 (21:56 +0000)]
*** empty log message ***

22 years ago(calc-scroll-left): Call scroll-left interactively, so they do something.
Colin Walters [Tue, 26 Feb 2002 19:54:21 +0000 (19:54 +0000)]
(calc-scroll-left): Call scroll-left interactively, so they do something.
(calc-scroll-right): Ditto.

22 years ago(sorter mode-name): New.
Colin Walters [Tue, 26 Feb 2002 19:53:56 +0000 (19:53 +0000)]
(sorter mode-name): New.
(ibuffer-do-occur): Don't quote ibuffer-marked-char.

22 years ago*** empty log message ***
Colin Walters [Tue, 26 Feb 2002 19:53:41 +0000 (19:53 +0000)]
*** empty log message ***

22 years ago(Fsubstitute_in_file_name): Fix the change from 2002-02-08.
Eli Zaretskii [Tue, 26 Feb 2002 18:42:25 +0000 (18:42 +0000)]
(Fsubstitute_in_file_name): Fix the change from 2002-02-08.

22 years agoDocument the changes with compound-text and compound-text-with-extensions.
Eli Zaretskii [Tue, 26 Feb 2002 16:51:30 +0000 (16:51 +0000)]
Document the changes with compound-text and compound-text-with-extensions.

22 years ago(Window System Selections): The default encoding is now
Eli Zaretskii [Tue, 26 Feb 2002 16:48:59 +0000 (16:48 +0000)]
(Window System Selections): The default encoding is now
compound-text-with-extensions.

22 years ago(Mouse Commands): The default for selections encoding is
Eli Zaretskii [Tue, 26 Feb 2002 16:47:24 +0000 (16:47 +0000)]
(Mouse Commands): The default for selections encoding is
compound-text-with-extensions.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 26 Feb 2002 16:38:05 +0000 (16:38 +0000)]
*** empty log message ***

22 years ago(Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
Eli Zaretskii [Tue, 26 Feb 2002 16:37:15 +0000 (16:37 +0000)]
(Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
(lisp_data_to_selection_data, syms_of_xselect): Use the new name.

22 years ago(ctext-pre-write-conversion): Handle the
Eli Zaretskii [Tue, 26 Feb 2002 16:27:47 +0000 (16:27 +0000)]
(ctext-pre-write-conversion): Handle the
case when FROM is a string, and when we are called from
build_annotations_2.

22 years ago(winner-boring-buffers, winner-set): A window which
Richard M. Stallman [Tue, 26 Feb 2002 16:09:19 +0000 (16:09 +0000)]
(winner-boring-buffers, winner-set): A window which
displays a buffer whose name is in the list `winner-boring-buffers'
will no longer be restored by `winner-undo'.
(winner-sorted-window-list): Used to improve comparison between
window configurations.
(winner-win-data): Simplified and moved.
(winner-conf): Simplified (now uses `winner-win-data').
(winner-change-fun, winner-save-old-configurations)
(winner-save-(un)conditionally, winner-redo): Changes made while in
the minibuffer will be ignored.  (Such changes are undone upon
exit for the minibuffer, anyway.)
(winner-set-conf): Preserve selected window whenever possible.
(winner-make-point-alist): Simplified.
(winner-mode, winner-save-unconditionally): Save current window
configuration on entering minibuffer.
(minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
since it does not change the overall behavior of Emacs.

22 years ago(clear-rectangle-line): Reindent to the same column
Richard M. Stallman [Tue, 26 Feb 2002 16:05:48 +0000 (16:05 +0000)]
(clear-rectangle-line): Reindent to the same column
that move-to-column reached when it tried to go to endcol.

22 years ago(icomplete-exhibit): Use minibuffer-prompt-end.
Richard M. Stallman [Tue, 26 Feb 2002 16:05:35 +0000 (16:05 +0000)]
(icomplete-exhibit): Use minibuffer-prompt-end.

22 years ago(compound-text): Renamed back from compound-text-no-extensions.
Eli Zaretskii [Tue, 26 Feb 2002 15:58:43 +0000 (15:58 +0000)]
(compound-text): Renamed back from compound-text-no-extensions.
(ctext-no-compositions): Remove the mime-charset property.
(compound-text-with-extensions): Renamed from compound-text.
(x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.

22 years ago(list-faces-display): Fix typo.
Juanma Barranquero [Tue, 26 Feb 2002 12:13:35 +0000 (12:13 +0000)]
(list-faces-display): Fix typo.

22 years ago(syms_of_ntproc): Doc fix.
Juanma Barranquero [Tue, 26 Feb 2002 10:01:38 +0000 (10:01 +0000)]
(syms_of_ntproc): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Feb 2002 03:23:12 +0000 (03:23 +0000)]
*** empty log message ***

22 years ago(focus-follows-mouse): Doc fix.
Richard M. Stallman [Tue, 26 Feb 2002 02:37:58 +0000 (02:37 +0000)]
(focus-follows-mouse): Doc fix.

22 years ago(mouse-wheel-mode): Pass vectors instead of symbols
Miles Bader [Mon, 25 Feb 2002 23:48:40 +0000 (23:48 +0000)]
(mouse-wheel-mode): Pass vectors instead of symbols
to `define-key', since it no longer accepts the latter.

22 years ago(mouse-wheel-scroll-line): Use car of
Jason Rumney [Mon, 25 Feb 2002 23:26:38 +0000 (23:26 +0000)]
(mouse-wheel-scroll-line): Use car of
mouse-wheel-scroll-amount.

22 years ago(mouse-wheel-scroll-amount): Use same definition as
Jason Rumney [Mon, 25 Feb 2002 23:21:01 +0000 (23:21 +0000)]
(mouse-wheel-scroll-amount): Use same definition as
mwheel.el.

22 years ago(iso-2022-jp-2): Add init-bol flag.
Jason Rumney [Mon, 25 Feb 2002 22:52:54 +0000 (22:52 +0000)]
(iso-2022-jp-2): Add init-bol flag.

22 years ago*** empty log message ***
Jason Rumney [Mon, 25 Feb 2002 22:51:03 +0000 (22:51 +0000)]
*** empty log message ***

22 years ago#
André Spiegel [Mon, 25 Feb 2002 22:12:37 +0000 (22:12 +0000)]
#

22 years ago(vc-sccs-diff): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:05:16 +0000 (22:05 +0000)]
(vc-sccs-diff): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-rcs-diff): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:04:29 +0000 (22:04 +0000)]
(vc-rcs-diff): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:03:24 +0000 (22:03 +0000)]
(vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-diff-switches-list): Fix prev change, making the function
André Spiegel [Mon, 25 Feb 2002 22:00:51 +0000 (22:00 +0000)]
(vc-diff-switches-list): Fix prev change, making the function
consistent with the others that take a backend name as a symbol.

22 years ago(comint-replace-by-expanded-filename): Do nothing if
Kim F. Storm [Mon, 25 Feb 2002 21:07:37 +0000 (21:07 +0000)]
(comint-replace-by-expanded-filename): Do nothing if
comint-match-partial-filename returns nil.

22 years ago(shell-pcomplete-setup-done): New variable.
Kim F. Storm [Mon, 25 Feb 2002 21:04:00 +0000 (21:04 +0000)]
(shell-pcomplete-setup-done): New variable.
(shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
(shell-pcomplete-reverse): Ditto.

22 years ago(save-match-data): Doc fix.
Juanma Barranquero [Mon, 25 Feb 2002 17:44:03 +0000 (17:44 +0000)]
(save-match-data): Doc fix.

22 years ago2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 25 Feb 2002 16:29:54 +0000 (16:29 +0000)]
2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>

* ps-print.el (ps-print-printer): Added `lpr' customize group
member.

22 years ago*** empty log message ***
Juanma Barranquero [Mon, 25 Feb 2002 16:07:54 +0000 (16:07 +0000)]
*** empty log message ***

22 years ago(ielm-prompt): Allow customization; make it read-only.
Juanma Barranquero [Mon, 25 Feb 2002 16:07:01 +0000 (16:07 +0000)]
(ielm-prompt): Allow customization; make it read-only.

22 years agoAdd missing backslash.
Juanma Barranquero [Mon, 25 Feb 2002 15:47:41 +0000 (15:47 +0000)]
Add missing backslash.

22 years ago(shell-mode-map): Add "Complete" header so completion
Kim F. Storm [Mon, 25 Feb 2002 10:50:29 +0000 (10:50 +0000)]
(shell-mode-map): Add "Complete" header so completion
menu is shown on the menu bar in shell mode.

22 years ago(ielm-match-data): New var.
Stefan Monnier [Mon, 25 Feb 2002 07:26:15 +0000 (07:26 +0000)]
(ielm-match-data): New var.
(inferior-emacs-lisp-mode): Make it buffer-local.
(ielm-eval-input): Use it to preserve match-data between inputs.

22 years agoInclude "dispextern.h" unconditionally.
Pavel Janík [Sun, 24 Feb 2002 20:37:24 +0000 (20:37 +0000)]
Include "dispextern.h" unconditionally.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 18:40:25 +0000 (18:40 +0000)]
*** empty log message ***

22 years ago(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
Jason Rumney [Sun, 24 Feb 2002 18:39:16 +0000 (18:39 +0000)]
(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
(lisp): Sync with list in src/Makefile.in
(VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.

22 years ago(lisp): Add emacs-lisp/backquote.elc.
Jason Rumney [Sun, 24 Feb 2002 18:31:35 +0000 (18:31 +0000)]
(lisp): Add emacs-lisp/backquote.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
Jason Rumney [Sun, 24 Feb 2002 18:02:49 +0000 (18:02 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.
Jason Rumney [Sun, 24 Feb 2002 17:42:49 +0000 (17:42 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 13:29:20 +0000 (13:29 +0000)]
*** empty log message ***

22 years ago(inferior-emacs-lisp-mode): Use hexl for the dummy process.
Jason Rumney [Sun, 24 Feb 2002 13:14:07 +0000 (13:14 +0000)]
(inferior-emacs-lisp-mode): Use hexl for the dummy process.

22 years ago2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 24 Feb 2002 09:14:41 +0000 (09:14 +0000)]
2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-unlispify-remove-prefixes): Add to
`custom-buffer' customize group.

22 years ago*** empty log message ***
Colin Walters [Sun, 24 Feb 2002 01:21:32 +0000 (01:21 +0000)]
*** empty log message ***

22 years ago(math-solve-get-sign): Convert integer to string.
Colin Walters [Sun, 24 Feb 2002 01:14:55 +0000 (01:14 +0000)]
(math-solve-get-sign): Convert integer to string.

22 years ago(Flookup_key): Fixed problem in 2001-12-28 patch:
Kim F. Storm [Sun, 24 Feb 2002 00:24:37 +0000 (00:24 +0000)]
(Flookup_key): Fixed problem in 2001-12-28 patch:
The validation of the event type was too strict as it didn't
allow string events; buffer names are used in bindings for
menu-bar-select-buffer (see `menu-bar-update-buffers').

22 years agoModify description of command remapping which now uses a `remap'
Kim F. Storm [Sat, 23 Feb 2002 23:42:31 +0000 (23:42 +0000)]
Modify description of command remapping which now uses a `remap'
prefix-key.

22 years ago*** empty log message ***
Pavel Janík [Sat, 23 Feb 2002 22:54:05 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kim F. Storm [Sat, 23 Feb 2002 22:32:39 +0000 (22:32 +0000)]
*** empty log message ***

22 years ago(where-is): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:31:02 +0000 (22:31 +0000)]
(where-is): Use remap-command.

22 years ago(describe-function-1): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:27:39 +0000 (22:27 +0000)]
(describe-function-1): Use remap-command.

22 years ago(global-set-key, local-set-key): Undo 2002-02-06
Kim F. Storm [Sat, 23 Feb 2002 22:26:44 +0000 (22:26 +0000)]
(global-set-key, local-set-key): Undo 2002-02-06
change (no longer accept a symbol for the KEY argument).