summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (struct position): New field bytepos.Richard M. Stallman1998-01-011-0/+1
* (command_loop_1): Use PT_BYTE when calling FETCH_BYTE.Richard M. Stallman1998-01-011-6/+6
* (Fmake_indirect_buffer): Use set_marker_both.Richard M. Stallman1998-01-011-28/+56
* (marker_byte_position): Renamed from marker_position.Richard M. Stallman1998-01-011-37/+545
* (redisplay_internal): Use scan_newline.Richard M. Stallman1998-01-011-231/+366
* (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.Richard M. Stallman1998-01-011-48/+50
* (Fchars_in_string): Update call to CHAR_HEAD_P.Richard M. Stallman1997-12-311-71/+44
* (Finsert_file_contents): Update call to CHAR_HEAD_P.Richard M. Stallman1997-12-311-107/+124
* (Fminibuffer_complete_word): Handle bytes vs charactersRichard M. Stallman1997-12-311-19/+20
* (CHAR_HEAD_P): Take char, not pointer, as arg.Richard M. Stallman1997-12-311-7/+59
* (doprnt1): Call to CHAR_HEAD_P fixed.Richard M. Stallman1997-12-311-3/+3
* (describe_abbrev): Return void.Richard M. Stallman1997-12-311-14/+27
* (LIB_MOTIF): Define, if HAVE_LIBINTL.Richard M. Stallman1997-12-311-4/+4
* (abort): New function.Richard M. Stallman1997-12-301-0/+11
* (desktop-enable): New variable.Richard M. Stallman1997-12-291-5/+26
* (Fcall_process): Cast new_argv for child_setup.Richard M. Stallman1997-12-281-2/+5
* (Fx_rotate_cut_buffers_internal): Doc fix.Richard M. Stallman1997-12-281-2/+2
* (Fread_command, Fread_variable): Fix previous change.Richard M. Stallman1997-12-271-2/+2
* (Ftext_properties_at): Doc fix.Richard M. Stallman1997-12-261-10/+11
* Declare nonascii_insert_offset.Richard M. Stallman1997-12-261-0/+2
* (undigestify-rmail-message): If in summary, switch to the Rmail buffer.Richard M. Stallman1997-12-261-135/+129
* (info-lookup-symbol-alist): Handle Emacs Lisp mode.Richard M. Stallman1997-12-261-26/+32
* (HAVE_STRING_H): Add #undef.Richard M. Stallman1997-12-261-1/+5
* (Vminor_mode_overriding_map_alist): New variable.Richard M. Stallman1997-12-261-54/+71
* Some comment, doc and bug fixes.Richard M. Stallman1997-12-251-94/+272
* Customized.Richard M. Stallman1997-12-251-8/+27
* (Info-mode): Doc fix.Richard M. Stallman1997-12-221-3/+6
* (dired-mark-sexp): Skip leading space in defining `uid'.Richard M. Stallman1997-12-221-1/+3
* (mouse-avoidance-mode): Variable customized to automatically load the package.Richard M. Stallman1997-12-221-7/+22
* (view-register): Show register type file-query.Richard M. Stallman1997-12-221-0/+7
* (previous-matching-history-element): BindRichard M. Stallman1997-12-221-2/+9
* (browse-url-path-regexp, browse-url-short-regexp,Dave Love1997-12-221-36/+28
* (apropos-print): Pass t instead of DO-KEYSRichard M. Stallman1997-12-221-6/+6
* (cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function.Richard M. Stallman1997-12-221-4/+5
* Fix mailer-introduced garbling.Richard M. Stallman1997-12-221-4/+3
* Fix copyright notice.Richard M. Stallman1997-12-221-15/+13
* Doc fixes. Changed `append' to `nconc'Richard M. Stallman1997-12-221-114/+165
* (LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.Richard M. Stallman1997-12-211-0/+5
* (HAVE_LIBINTL): Add #undef.Richard M. Stallman1997-12-211-0/+1
* (find-file-noselect): Fix previous change.Richard M. Stallman1997-12-211-2/+4
* (isearch-mode-map): Don't count above 256Richard M. Stallman1997-12-211-2/+2
* (message2_nolog): Fix arg types.Richard M. Stallman1997-12-211-1/+1
* (sys_signal): Undo previous change.Richard M. Stallman1997-12-211-2/+2
* (jka-compr-insert-file-contents):Richard M. Stallman1997-12-211-0/+4
* (Fexecute_extended_command):Richard M. Stallman1997-12-211-4/+3
* (Fgarbage_collect):Richard M. Stallman1997-12-211-1/+4
* (message2_nolog): New arg MULTIBYTE.Richard M. Stallman1997-12-211-5/+6
* (Fexecute_extended_command):Richard M. Stallman1997-12-211-1/+5
* (find-file-noselect): Signal error if file is unreadable.Richard M. Stallman1997-12-211-0/+8
* (match-string-no-properties): New function.Richard M. Stallman1997-12-211-0/+15