aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (display_menu_bar): Don't set maxendcol too large.Richard M. Stallman1998-01-201-1/+1
* (Fchar_equal): Fix case-conversion code.Richard M. Stallman1998-01-201-4/+11
* (momentary-string-display): Fix backward testRichard M. Stallman1998-01-201-1/+1
* (mouse-drag-vertical-line): Properly determine whichRichard M. Stallman1998-01-191-10/+10
* (mldrag-drag-vertical-line): Delete debugging code.Richard M. Stallman1998-01-191-1/+0
* (dired-move-to-filename-regexp):Richard M. Stallman1998-01-191-3/+4
* (rfc822-snarf-word): Don't reject non-ASCII chars.Richard M. Stallman1998-01-191-7/+7
* (etags): Fix defgroup syntax.Richard M. Stallman1998-01-191-2/+1
* (rmail): Don't bind enable-multibyte-characters;Richard M. Stallman1998-01-191-14/+7
* (code_convert_region): Always count chars insertedRichard M. Stallman1998-01-191-61/+62
* (Fset_buffer_multibyte): New function.Richard M. Stallman1998-01-191-1/+77
* (clear_charpos_cache): New function.Richard M. Stallman1998-01-191-0/+7
* (set_intervals_multibyte): New function.Richard M. Stallman1998-01-191-0/+74
* (window_scroll): Set opoint_byte properly.Richard M. Stallman1998-01-191-1/+1
* (number-to-register, increment-register): ArgsKarl Heuer1998-01-181-8/+8
* (skip_chars): Fix test for end of string, looking for `-'.Karl Heuer1998-01-181-11/+16
* (install-arch-indep): Add semicolon before `else'.Karl Heuer1998-01-181-1/+1
* Make GDB not handle SIGINT.Karl Heuer1998-01-181-2/+7
* (compile_pattern_1): If representation of STRINGKarl Heuer1998-01-181-4/+74
* (print) <Lisp_String>: When multibyte is enabled, printKarl Heuer1998-01-181-2/+13
* (read1): Escape codes can force multibyte or single-byte.Karl Heuer1998-01-181-16/+37
* (code_convert_region): Delete duplicate local `zv_before'.Karl Heuer1998-01-181-1/+0
* (concat): Move the test for all nil in `append'Karl Heuer1998-01-181-29/+180
* (display_text_line): Set pos_byte with posKarl Heuer1998-01-181-0/+1
* Initial revisionKarl Heuer1998-01-181-0/+6116
* (etags): Fix defgroup syntax.Karl Heuer1998-01-181-1/+2
* (switch-to-completions): If no completions window,Karl Heuer1998-01-181-4/+6
* (rmail): Unwind-protect call to rmail-get-new-mail.Karl Heuer1998-01-181-7/+9
* (vc-finish-logentry): Move killing the log buffer afterKarl Heuer1998-01-181-4/+5
* (auto-mode-alist): Add vhdl-mode.Karl Heuer1998-01-181-0/+1
* (STRING_BASE_SIZE): New macro.Karl Heuer1998-01-181-7/+10
* (occur): If the matching line has no final newline,Karl Heuer1998-01-181-4/+17
* Update copyright year.Richard M. Stallman1998-01-171-1/+1
* (ange-ftp-inodes-hashtable): New variable.Richard M. Stallman1998-01-171-7/+14
* (Buffer-menu-mode-map): Bind e like f.Richard M. Stallman1998-01-171-0/+1
* (hexl-follow-ascii): New function and variable to highlight the ASCIIStephen Eglen1998-01-171-1/+50
* (Fspecial_display_p): Return the right valueRichard M. Stallman1998-01-161-1/+1
* (mldrag-drag-vertical-line): Handle left-side scroll bars.Richard M. Stallman1998-01-161-13/+26
* (Finsert_file_contents): When not decoding,Richard M. Stallman1998-01-161-3/+11
* (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.Richard M. Stallman1998-01-161-8/+8
* (SYNTAX_TABLE_BYTE_TO_CHAR): New macro.Richard M. Stallman1998-01-161-20/+53
* (global-auto-revert-ignore-buffer): Doc fix.Richard M. Stallman1998-01-161-2/+2
* Added Print submenu to Edit menu.Simon Marshall1998-01-151-6/+13
* (c++-font-lock-extra-types): Add some container classes.Simon Marshall1998-01-151-15/+24
* (lisp-font-lock-keywords-1): Add defmethod.Dave Love1998-01-121-1/+1
* (Fkey_description): Remember to set i_before.Kenichi Handa1998-01-121-1/+1
* Added patch from Don Hejna <djhejna@oasis.ambit.com>.Oliver Seidel1998-01-121-3/+7
* (insert_from_string_1): Decrement GAP_SIZE byKenichi Handa1998-01-121-1/+1
* (push_key_description): If C >= 128, always use octal representation.Kenichi Handa1998-01-121-2/+2
* (Fminibuffer_complete_word): Fix a bug of referingKenichi Handa1998-01-121-1/+1