bpt/emacs.git
1998-01-18 Karl Heuer(read1): Escape codes can force multibyte or single...
1998-01-18 Karl Heuer(code_convert_region): Delete duplicate local `zv_before'.
1998-01-18 Karl Heuer(concat): Move the test for all nil in `append'
1998-01-18 Karl Heuer(display_text_line): Set pos_byte with pos
1998-01-18 Karl HeuerInitial revision
1998-01-18 Karl Heuer(etags): Fix defgroup syntax.
1998-01-18 Karl Heuer(switch-to-completions): If no completions window,
1998-01-18 Karl Heuer(rmail): Unwind-protect call to rmail-get-new-mail.
1998-01-18 Karl Heuer(vc-finish-logentry): Move killing the log buffer after
1998-01-18 Karl Heuer(auto-mode-alist): Add vhdl-mode.
1998-01-18 Karl Heuer(STRING_BASE_SIZE): New macro.
1998-01-18 Karl Heuer(occur): If the matching line has no final newline,
1998-01-17 Richard M.... Update copyright year.
1998-01-17 Richard M.... (ange-ftp-inodes-hashtable): New variable.
1998-01-17 Richard M.... (Buffer-menu-mode-map): Bind e like f.
1998-01-17 Stephen Eglen(hexl-follow-ascii): New function and variable to highl...
1998-01-16 Richard M.... (Fspecial_display_p): Return the right value
1998-01-16 Richard M.... (mldrag-drag-vertical-line): Handle left-side scroll...
1998-01-16 Richard M.... (Finsert_file_contents): When not decoding,
1998-01-16 Richard M.... (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.
1998-01-16 Richard M.... (SYNTAX_TABLE_BYTE_TO_CHAR): New macro.
1998-01-16 Richard M.... (global-auto-revert-ignore-buffer): Doc fix.
1998-01-15 Simon MarshallAdded Print submenu to Edit menu.
1998-01-15 Simon Marshall(c++-font-lock-extra-types): Add some container classes.
1998-01-12 Dave Love(lisp-font-lock-keywords-1): Add defmethod.
1998-01-12 Kenichi Handa(Fkey_description): Remember to set i_before.
1998-01-12 Oliver SeidelAdded patch from Don Hejna <djhejna@oasis.ambit.com>.
1998-01-12 Kenichi Handa(insert_from_string_1): Decrement GAP_SIZE by
1998-01-12 Kenichi Handa(push_key_description): If C >= 128, always use octal...
1998-01-12 Kenichi Handa(Fminibuffer_complete_word): Fix a bug of refering
1998-01-12 Kenichi Handa(concat): Check STRINGP before increasing result_len_byte.
1998-01-12 Kenichi HandaChange "?\C-\ " to "?\C- " because "\ " is changed
1998-01-11 Dave Love(lm-get-package-name, lm-header,
1998-01-11 Dave Love(Fchar_valid_p): Fix bare newlines in doc string.
1998-01-09 Richard M.... (Fcall_interactively): Allocate string by bytes.
1998-01-09 Richard M.... (Fdirectory_files): Fix arg to compile_pattern.
1998-01-09 Richard M.... (re_search_2): Fix call to CHAR_HEAD_P.
1998-01-09 Richard M.... (x_load_font): Use string_byte.
1998-01-09 Richard M.... (lisp_data_to_selection_data): Use size_byte.
1998-01-09 Richard M.... (xmenu_show): Use size_byte of strings.
1998-01-09 Richard M.... (x_create_bitmap_from_file): Use size_byte on strings.
1998-01-09 Richard M.... (message_dolog, message2): New arg MULTIBYTE.
1998-01-09 Richard M.... (Fselect_window): Don't set OW->pointm if OW->buffer...
1998-01-09 Richard M.... (skip_chars): Handle multibyte and unibyte strings
1998-01-09 Richard M.... (STRING_MULTIBYTE): New macro.
1998-01-09 Richard M.... (describe_vector): Unconditionally handle multibyte...
1998-01-09 Richard M.... (echo_now): Use message2_nolog, not message1_nolog.
1998-01-09 Richard M.... (set_term_frame_name): Use size_byte.
1998-01-09 Richard M.... (Fdo_auto_save): Save and restore multibyteness of...
1998-01-09 Richard M.... (main): Pass new arg to message_dolog.
1998-01-09 Richard M.... Include charset.h.
1998-01-09 Richard M.... (Fsend_string_to_terminal): Use size_byte.
1998-01-09 Richard M.... (Fmultibyte_string_p): New function.
1998-01-09 Richard M.... (code_convert_string): Maybe use make_unibyte_string.
1998-01-09 Richard M.... (internal_self_insert): Simplify handling of c2;
1998-01-09 Richard M.... (multibyte_chars_in_text): New function.
1998-01-09 Richard M.... (Fccl_execute_on_string): Use size_byte.
1998-01-09 Richard M.... (Fmake_category_set): Don't allow multibyte string.
1998-01-09 Richard M.... (casify_object): Scan string by bytes and chars.
1998-01-09 Richard M.... (BASE_PURESIZE): Increased.
1998-01-09 Richard M.... (read_escape): `\ ' stands for nothing at all.
1998-01-09 Richard M.... (count_size_as_multibyte): New function.
1998-01-09 Richard M.... (map_char_table): Unconditionally consider non-ASCII...
1998-01-09 Richard M.... (Fformat): Do all the work directly--don't use doprnt.
1998-01-09 Richard M.... (sref): Defined.
1998-01-09 Richard M.... (dabbrev-ignored-buffer-names): New variable.
1998-01-08 Eric M. LudlamAdded some more comments in the commentary.
1998-01-07 André Spiegel(vc-resynch-window): Behave properly when view-read...
1998-01-07 Dave LoveMove change log comment block so lm-commentary doesn...
1998-01-07 Andreas Schwab(custom-browse-visibility): Doc fix.
1998-01-07 Andreas Schwab(defgroup): Doc fix.
1998-01-07 Andreas Schwab(pp-to-string): Greatly simplify by letting the
1998-01-07 Andreas SchwabCustomized.
1998-01-07 Eli Zaretskii(delete-auto-save-files): Say in the doc string that
1998-01-05 Richard M.... (Fcall_process): When deciding whether to encode args,
1998-01-05 Richard M.... (read_process_output): Use insert_1_both.
1998-01-05 Richard M.... (MAKE_LOCK_NAME): Use size_byte.
1998-01-05 Richard M.... (Fbyte_code): Use size_byte.
1998-01-05 Richard M.... (print_string): Now static.
1998-01-05 Richard M.... (Fexpand_abbrev): Pass both kinds of size to oblookup.
1998-01-05 Richard M.... (FETCH_STRING_CHAR_ADVANCE): New macro.
1998-01-05 Richard M.... (search_buffer): Handle bytes vs chars in non-RE case.
1998-01-05 Richard M.... (make_pure_string): New arg length_byte.
1998-01-05 Richard M.... (record_overlay_string): Totalize sizes assuming
1998-01-05 Richard M.... (read_minibuf): Handle bytes vs chars
1998-01-05 Richard M.... (test_completion): Pass both kinds of size to oblookup.
1998-01-05 Richard M.... (display-time-mode): Set the variable display-time...
1998-01-04 Richard M.... (xstring): Use size_byte.
1998-01-03 Richard M.... (resize-minibuffer-mode): Variable customized to
1998-01-03 Richard M.... (redisplay_window): Set pos.bytepos along with pos...
1998-01-03 Richard M.... (occur): Pass default to read-from-minibuffer so that
1998-01-03 Richard M.... (file-cache-minibuffer-complete): Accept a prefix arg.
1998-01-02 Richard M.... (minor-mode-overriding-map-alist):
1998-01-02 Richard M.... (current_minor_maps):
1998-01-02 Richard M.... (Fchar_boundary_p): Function deleted.
1998-01-02 Richard M.... (make_gap): Set GPT_BYTE along with GPT.
1998-01-02 Richard M.... (which-func-update): Fix paren error.
1998-01-02 Richard M.... Initial revision
1998-01-02 Richard M.... (current_column_1, Fmove_to_column):
1998-01-02 Richard M.... (Fcompleting_read): Doc fix.
next