1998-01-19 |
Richard M. Stallman |
(mouse-drag-vertical-line): Properly determine which
|
1998-01-19 |
Richard M. Stallman |
(mldrag-drag-vertical-line): Delete debugging code.
|
1998-01-19 |
Richard M. Stallman |
(dired-move-to-filename-regexp):
|
1998-01-19 |
Richard M. Stallman |
(rfc822-snarf-word): Don't reject non-ASCII chars.
|
1998-01-19 |
Richard M. Stallman |
(etags): Fix defgroup syntax.
|
1998-01-19 |
Richard M. Stallman |
(rmail): Don't bind enable-multibyte-characters;
|
1998-01-19 |
Richard M. Stallman |
(code_convert_region): Always count chars inserted
|
1998-01-19 |
Richard M. Stallman |
(Fset_buffer_multibyte): New function.
|
1998-01-19 |
Richard M. Stallman |
(clear_charpos_cache): New function.
|
1998-01-19 |
Richard M. Stallman |
(set_intervals_multibyte): New function.
|
1998-01-19 |
Richard M. Stallman |
(window_scroll): Set opoint_byte properly.
|
1998-01-18 |
Karl Heuer |
(number-to-register, increment-register): Args
|
1998-01-18 |
Karl Heuer |
(skip_chars): Fix test for end of string, looking for `-'.
|
1998-01-18 |
Karl Heuer |
(install-arch-indep): Add semicolon before `else'.
|
1998-01-18 |
Karl Heuer |
Make GDB not handle SIGINT.
|
1998-01-18 |
Karl Heuer |
(compile_pattern_1): If representation of STRING
|
1998-01-18 |
Karl Heuer |
(print) <Lisp_String>: When multibyte is enabled, print
|
1998-01-18 |
Karl Heuer |
(read1): Escape codes can force multibyte or single-byte.
|
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 Heuer |
Initial 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. Stallman |
Update copyright year.
|
1998-01-17 |
Richard M. Stallman |
(ange-ftp-inodes-hashtable): New variable.
|
1998-01-17 |
Richard M. Stallman |
(Buffer-menu-mode-map): Bind e like f.
|
1998-01-17 |
Stephen Eglen |
(hexl-follow-ascii): New function and variable to highlight the ASCII
|
1998-01-16 |
Richard M. Stallman |
(Fspecial_display_p): Return the right value
|
1998-01-16 |
Richard M. Stallman |
(mldrag-drag-vertical-line): Handle left-side scroll bars.
|
1998-01-16 |
Richard M. Stallman |
(Finsert_file_contents): When not decoding,
|
1998-01-16 |
Richard M. Stallman |
(re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.
|
1998-01-16 |
Richard M. Stallman |
(SYNTAX_TABLE_BYTE_TO_CHAR): New macro.
|
1998-01-16 |
Richard M. Stallman |
(global-auto-revert-ignore-buffer): Doc fix.
|
1998-01-15 |
Simon Marshall |
Added 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 Seidel |
Added 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 representation.
|
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 Handa |
Change "?\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. Stallman |
(Fcall_interactively): Allocate string by bytes.
|
1998-01-09 |
Richard M. Stallman |
(Fdirectory_files): Fix arg to compile_pattern.
|
1998-01-09 |
Richard M. Stallman |
(re_search_2): Fix call to CHAR_HEAD_P.
|
1998-01-09 |
Richard M. Stallman |
(x_load_font): Use string_byte.
|
1998-01-09 |
Richard M. Stallman |
(lisp_data_to_selection_data): Use size_byte.
|
1998-01-09 |
Richard M. Stallman |
(xmenu_show): Use size_byte of strings.
|
1998-01-09 |
Richard M. Stallman |
(x_create_bitmap_from_file): Use size_byte on strings.
|
1998-01-09 |
Richard M. Stallman |
(message_dolog, message2): New arg MULTIBYTE.
|
1998-01-09 |
Richard M. Stallman |
(Fselect_window): Don't set OW->pointm if OW->buffer is nil.
|