aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix header line.Dave Love1998-03-251-1/+1
* Various doc fixes, mainly grammar.Dave Love1998-03-251-32/+25
* (auto-insert, auto-insert-query): :tag choices.Dave Love1998-03-251-7/+12
* add some C/C++ keywords.Simon Marshall1998-03-251-4/+7
* use new UPDATE window-end arg.Simon Marshall1998-03-251-15/+35
* check length of mail-header-separator before using in font-lock-keywords.Simon Marshall1998-03-251-2/+4
* (compute_motion): Call strwidth only when necessary.Kenichi Handa1998-03-251-2/+4
* (make_buffer_string, make_buffer_string_both): Extern them.Kenichi Handa1998-03-251-0/+2
* (read_process_output): Count multibyte characters. IfKenichi Handa1998-03-251-4/+14
* (redisplay_window): Give byte position to FETCH_BYTE.Kenichi Handa1998-03-251-6/+6
* (dired-run-shell-command): Maybe run handler.Dave Love1998-03-241-2/+6
* (shell-command): Define handler.Dave Love1998-03-241-6/+11
* (record_delete): The second arg is Lisp_Object.Kenichi Handa1998-03-241-1/+1
* Declarations changed.Kenichi Handa1998-03-241-4/+29
* (MULTIBYTE_BYTES_WIDTH): Set wide_column only when weKenichi Handa1998-03-241-2/+6
* (del_range_2): Move gap again to a proper place justKenichi Handa1998-03-241-6/+4
* (shrink_decoding_region): If EOL_CONVERSION is nonzero,Kenichi Handa1998-03-241-4/+4
* (record_delete): Record last_point_position when there'sKenichi Handa1998-03-241-2/+18
* (top_distclean): Check the existence of `lock' subdir.Kenichi Handa1998-03-241-1/+1
* (xterm-mouse-translate, xterm-mouse-event): ReplaceAndreas Schwab1998-03-231-3/+3
* (resize-minibuffer-mode): Make it a proper minorAndreas Schwab1998-03-231-11/+9
* (popup_get_selection): On receiving a KeyPress eventAndreas Schwab1998-03-231-2/+6
* (Fx_create_frame): Use "borderWidth", not "borderwidth",Andreas Schwab1998-03-231-1/+1
* (PC-expand-many-files): Apply completion-ignored-extensions.Karl Heuer1998-03-231-2/+16
* (install-arch-indep): Put special subdirs.el filesKarl Heuer1998-03-231-0/+6
* (normal-top-level-add-subdirs-to-load-path): New function.Karl Heuer1998-03-231-0/+20
* (find-file-noselect): Use set-buffer-multibyteKarl Heuer1998-03-231-1/+1
* (standard-display-underline): Shift face id by 19 bits.Karl Heuer1998-03-231-1/+1
* (Fdirectory_files): In FULL case, compute number of charactersRichard M. Stallman1998-03-211-0/+6
* (substring_both, Fsubstring): Use make_specified_string.Richard M. Stallman1998-03-211-5/+9
* (syms_of_sunfns): Pass new arg to make_pure_string.Richard M. Stallman1998-03-211-1/+1
* (make_specified_string): New function.Richard M. Stallman1998-03-211-14/+64
* (Fchar_to_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-4/+7
* (casify_object): Use make_specified_string.Richard M. Stallman1998-03-211-1/+2
* (Fstring): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (internal_self_insert): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* (code_convert_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (Fsubstitute_command_keys): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* (read1): Pass new arg to make_pure_string.Richard M. Stallman1998-03-211-5/+9
* (PRINTPREPARE): Use make_string_from_bytes.Richard M. Stallman1998-03-211-4/+5
* (read_process_output): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* (Fregexp_quote): Use make_specified_string.Richard M. Stallman1998-03-211-2/+3
* (selection_data_to_lisp_data): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (insert_from_string_1, replace_range):Richard M. Stallman1998-03-211-12/+4
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-20/+78
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-2131-201/+210
* (comint-preoutput-filter-functions): Doc fix.Richard M. Stallman1998-03-211-1/+1
* Don't include puresize.h any more as code that needs itRichard M. Stallman1998-03-211-288/+162
* (fix_submap_inheritance, get_keyelt, store_in_keymap,Richard M. Stallman1998-03-211-47/+117
* Include puresize.h for CHECK_IMPURE.Richard M. Stallman1998-03-211-71/+370