summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (dabbrev-ignored-buffer-names): New variable.Richard M. Stallman1998-01-091-3/+10
* Added some more comments in the commentary.Eric M. Ludlam1998-01-081-11/+29
* (vc-resynch-window): Behave properly when view-read-only is non-nil.André Spiegel1998-01-071-0/+8
* Move change log comment block so lm-commentary doesn't lose.Dave Love1998-01-071-27/+26
* (custom-browse-visibility): Doc fix.Andreas Schwab1998-01-071-1/+1
* (defgroup): Doc fix.Andreas Schwab1998-01-071-2/+2
* (pp-to-string): Greatly simplify by letting theAndreas Schwab1998-01-071-32/+9
* Customized.Andreas Schwab1998-01-074-84/+180
* (delete-auto-save-files): Say in the doc string thatEli Zaretskii1998-01-071-1/+4
* (Fcall_process): When deciding whether to encode args,Richard M. Stallman1998-01-051-9/+16
* (read_process_output): Use insert_1_both.Richard M. Stallman1998-01-051-34/+47
* (MAKE_LOCK_NAME): Use size_byte.Richard M. Stallman1998-01-051-1/+1
* (Fbyte_code): Use size_byte.Richard M. Stallman1998-01-051-1/+1
* (print_string): Now static.Richard M. Stallman1998-01-051-101/+156
* (Fexpand_abbrev): Pass both kinds of size to oblookup.Richard M. Stallman1998-01-051-6/+10
* (FETCH_STRING_CHAR_ADVANCE): New macro.Richard M. Stallman1998-01-051-0/+28
* (search_buffer): Handle bytes vs chars in non-RE case.Richard M. Stallman1998-01-051-61/+113
* (make_pure_string): New arg length_byte.Richard M. Stallman1998-01-051-14/+60
* (record_overlay_string): Totalize sizes assumingRichard M. Stallman1998-01-051-8/+37
* (read_minibuf): Handle bytes vs charsRichard M. Stallman1998-01-051-4/+14
* (test_completion): Pass both kinds of size to oblookup.Richard M. Stallman1998-01-051-40/+56
* (display-time-mode): Set the variable display-time-mode.Richard M. Stallman1998-01-051-0/+15
* (xstring): Use size_byte.Richard M. Stallman1998-01-041-1/+1
* (resize-minibuffer-mode): Variable customized toRichard M. Stallman1998-01-031-4/+11
* (redisplay_window): Set pos.bytepos along with pos.bufpos.Richard M. Stallman1998-01-031-1/+5
* (occur): Pass default to read-from-minibuffer so thatRichard M. Stallman1998-01-031-6/+4
* (file-cache-minibuffer-complete): Accept a prefix arg.Richard M. Stallman1998-01-031-127/+50
* (minor-mode-overriding-map-alist):Richard M. Stallman1998-01-021-0/+2
* (current_minor_maps):Richard M. Stallman1998-01-021-0/+10
* (Fchar_boundary_p): Function deleted.Richard M. Stallman1998-01-021-16/+0
* (make_gap): Set GPT_BYTE along with GPT.Richard M. Stallman1998-01-021-0/+1
* (which-func-update): Fix paren error.Richard M. Stallman1998-01-021-8/+8
* Initial revisionRichard M. Stallman1998-01-022-0/+347
* (current_column_1, Fmove_to_column):Richard M. Stallman1998-01-021-108/+161
* (Fcompleting_read): Doc fix.Richard M. Stallman1998-01-021-1/+1
* (struct Lisp_Marker): Rename `bufpos' to `bytepos'.Richard M. Stallman1998-01-021-3/+2
* (adjust_markers_gap_motion): Now a no-op.Richard M. Stallman1998-01-021-15/+26
* (internal_equal): For markers, use bytepos instead of bufpos.Richard M. Stallman1998-01-021-2/+2
* (readchar): Use marker's bytepos instead of bufpos.Richard M. Stallman1998-01-021-7/+2
* (Fmake_marker): Initialize marker's bytepos and charpos.Richard M. Stallman1998-01-021-1/+2
* (transpose_markers): Update marker's bytepos.Richard M. Stallman1998-01-021-2/+1
* (buf_bytepos_to_charpos): Use marker bytepos, not bufpos.Richard M. Stallman1998-01-021-37/+9
* (customize-changed-options): Doc fix.Richard M. Stallman1998-01-021-1/+1
* (Fchar_after): Fix previous change.Richard M. Stallman1998-01-021-1/+1
* (a_write): Fix prototype.Richard M. Stallman1998-01-011-1/+1
* (struct Lisp_Marker): New field `charpos'.Richard M. Stallman1998-01-011-3/+23
* (Fgoto_char): When arg is a marker, copy char and byteRichard M. Stallman1998-01-011-170/+220
* (set_point_both): Renamed from set_point;Richard M. Stallman1998-01-011-42/+90
* (code_convert_region): Handle bytepos and charpos.Richard M. Stallman1998-01-011-36/+81
* (move_gap): Use move_gap_both.Richard M. Stallman1998-01-011-323/+613