1998-01-12 |
Oliver Seidel | Added patch from Don Hejna <djhejna@oasis.ambit.com>. |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Kenichi Handa | (insert_from_string_1): Decrement GAP_SIZE by |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Kenichi Handa | (push_key_description): If C >= 128, always use octal... |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Kenichi Handa | (Fminibuffer_complete_word): Fix a bug of refering |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Kenichi Handa | (concat): Check STRINGP before increasing result_len_byte. |
commit | commitdiff | tree | snapshot |
1998-01-12 |
Kenichi Handa | Change "?\C-\ " to "?\C- " because "\ " is changed |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Dave Love | (lm-get-package-name, lm-header, |
commit | commitdiff | tree | snapshot |
1998-01-11 |
Dave Love | (Fchar_valid_p): Fix bare newlines in doc string. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fcall_interactively): Allocate string by bytes. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fdirectory_files): Fix arg to compile_pattern. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (re_search_2): Fix call to CHAR_HEAD_P. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (x_load_font): Use string_byte. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (lisp_data_to_selection_data): Use size_byte. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (xmenu_show): Use size_byte of strings. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (x_create_bitmap_from_file): Use size_byte on strings. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (message_dolog, message2): New arg MULTIBYTE. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fselect_window): Don't set OW->pointm if OW->buffer... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (skip_chars): Handle multibyte and unibyte strings |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (STRING_MULTIBYTE): New macro. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (describe_vector): Unconditionally handle multibyte... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (echo_now): Use message2_nolog, not message1_nolog. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (set_term_frame_name): Use size_byte. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fdo_auto_save): Save and restore multibyteness of... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (main): Pass new arg to message_dolog. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | Include charset.h. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fsend_string_to_terminal): Use size_byte. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fmultibyte_string_p): New function. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (code_convert_string): Maybe use make_unibyte_string. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (internal_self_insert): Simplify handling of c2; |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (multibyte_chars_in_text): New function. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fccl_execute_on_string): Use size_byte. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fmake_category_set): Don't allow multibyte string. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (casify_object): Scan string by bytes and chars. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (BASE_PURESIZE): Increased. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (read_escape): `\ ' stands for nothing at all. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (count_size_as_multibyte): New function. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (map_char_table): Unconditionally consider non-ASCII... |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (Fformat): Do all the work directly--don't use doprnt. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (sref): Defined. |
commit | commitdiff | tree | snapshot |
1998-01-09 |
Richard M.... | (dabbrev-ignored-buffer-names): New variable. |
commit | commitdiff | tree | snapshot |
1998-01-08 |
Eric M. Ludlam | Added some more comments in the commentary. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
André Spiegel | (vc-resynch-window): Behave properly when view-read... |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Dave Love | Move change log comment block so lm-commentary doesn... |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Andreas Schwab | (custom-browse-visibility): Doc fix. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Andreas Schwab | (defgroup): Doc fix. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Andreas Schwab | (pp-to-string): Greatly simplify by letting the |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Andreas Schwab | Customized. |
commit | commitdiff | tree | snapshot |
1998-01-07 |
Eli Zaretskii | (delete-auto-save-files): Say in the doc string that |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (Fcall_process): When deciding whether to encode args, |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (read_process_output): Use insert_1_both. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (MAKE_LOCK_NAME): Use size_byte. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (Fbyte_code): Use size_byte. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (print_string): Now static. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (Fexpand_abbrev): Pass both kinds of size to oblookup. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (FETCH_STRING_CHAR_ADVANCE): New macro. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (search_buffer): Handle bytes vs chars in non-RE case. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (make_pure_string): New arg length_byte. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (record_overlay_string): Totalize sizes assuming |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (read_minibuf): Handle bytes vs chars |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (test_completion): Pass both kinds of size to oblookup. |
commit | commitdiff | tree | snapshot |
1998-01-05 |
Richard M.... | (display-time-mode): Set the variable display-time... |
commit | commitdiff | tree | snapshot |
1998-01-04 |
Richard M.... | (xstring): Use size_byte. |
commit | commitdiff | tree | snapshot |
1998-01-03 |
Richard M.... | (resize-minibuffer-mode): Variable customized to |
commit | commitdiff | tree | snapshot |
1998-01-03 |
Richard M.... | (redisplay_window): Set pos.bytepos along with pos... |
commit | commitdiff | tree | snapshot |
1998-01-03 |
Richard M.... | (occur): Pass default to read-from-minibuffer so that |
commit | commitdiff | tree | snapshot |
1998-01-03 |
Richard M.... | (file-cache-minibuffer-complete): Accept a prefix arg. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (minor-mode-overriding-map-alist): |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (current_minor_maps): |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (Fchar_boundary_p): Function deleted. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (make_gap): Set GPT_BYTE along with GPT. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (which-func-update): Fix paren error. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | Initial revision |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (current_column_1, Fmove_to_column): |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (Fcompleting_read): Doc fix. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (struct Lisp_Marker): Rename `bufpos' to `bytepos'. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (adjust_markers_gap_motion): Now a no-op. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (internal_equal): For markers, use bytepos instead... |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (readchar): Use marker's bytepos instead of bufpos. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (Fmake_marker): Initialize marker's bytepos and charpos. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (transpose_markers): Update marker's bytepos. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (buf_bytepos_to_charpos): Use marker bytepos, not bufpos. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (customize-changed-options): Doc fix. |
commit | commitdiff | tree | snapshot |
1998-01-02 |
Richard M.... | (Fchar_after): Fix previous change. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (a_write): Fix prototype. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (struct Lisp_Marker): New field `charpos'. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (Fgoto_char): When arg is a marker, copy char and byte |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (set_point_both): Renamed from set_point; |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (code_convert_region): Handle bytepos and charpos. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (move_gap): Use move_gap_both. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | Update copyright year. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (DECODE_POSITION): New macro. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (Fcall_interactively) <'d', 'r'>: Use set_marker_both. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (status_notify): Use byte and char pointers. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (set_point, temp_set_point): Swap args in decl. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (PRINTDECLARE): Declare old_point_byte and start_point_... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (readchar_backlog): New variable. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (scan_newline): Always restore prev value of immediate_... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (scan_sexps_forward): Additional arg FROM_BYTE. Calls... |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (looking_at_1): Use bytepos to call re_search_2. |
commit | commitdiff | tree | snapshot |
1998-01-01 |
Richard M.... | (SETUP_SYNTAX_TABLE_FOR_OBJECT): Call bytepos_to_charpos. |
commit | commitdiff | tree | snapshot |
next |