| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (message_with_string): Error if STRING is not a string. | Richard M. Stallman | 2002-06-03 | 1 | -0/+2 |
| | | |||||
| * | (md5): Pass FILE arg to Vselect_safe_coding_system_function. | Richard M. Stallman | 2002-06-03 | 1 | -2/+2 |
| | | |||||
| * | (choose_write_coding_system): | Richard M. Stallman | 2002-06-03 | 1 | -1/+2 |
| | | | | | Pass FILE arg to Vselect_safe_coding_system_function. | ||||
| * | * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change. | Ken Raeburn | 2002-06-03 | 2 | -1/+7 |
| | | |||||
| * | (current_column): Now returns float. | Thien-Thi Nguyen | 2002-06-03 | 2 | -22/+46 |
| | | | | | (indented_beyond_p): 3rd arg now a float. | ||||
| * | (last_known_column): Now a float. | Thien-Thi Nguyen | 2002-06-03 | 1 | -37/+41 |
| | | | | | | | | | | (current_column_1, position_indentation, current_column, string_display_width): Return float. (Fcurrent_column): Cast `current_column' return value to int. (Fcurrent_indentation): Cast `position_indentation' retval to int. (indented_beyond_p): Third arg now a float. (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float. | ||||
| * | (redisplay_internal, redisplay_window, decode_mode_spec): Cast | Thien-Thi Nguyen | 2002-06-03 | 1 | -511/+514 |
| | | | | | | | `current_column' return value to int. (back_to_previous_visible_line_start, reseat_at_next_visible_line_start, next_element_from_buffer): Cast `indented_beyond_p' 3rd arg to float. | ||||
| * | (read_minibuf): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -22/+22 |
| | | |||||
| * | (describe_command): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -14/+14 |
| | | |||||
| * | (Fdelete_backward_char, internal_self_insert): Cast | Thien-Thi Nguyen | 2002-06-03 | 1 | -5/+5 |
| | | | | | `current_column' return value to int. | ||||
| * | (Fbyte_code): Cast `current_column' return value to int. | Thien-Thi Nguyen | 2002-06-03 | 1 | -15/+15 |
| | | |||||
| * | (x_encode_text): Return stringp non-NULL if coding_system | Eli Zaretskii | 2002-05-31 | 2 | -1/+10 |
| | | | | | is Qcompound_text_with_extensions. | ||||
| * | (lisp_data_to_selection_data): Always set selection | Eli Zaretskii | 2002-05-31 | 1 | -9/+1 |
| | | | | | type as string if x_encode_text returns streingp non-NULL. | ||||
| * | Include /usr/pkg in the run time shared library path. | Eli Zaretskii | 2002-05-31 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-05-30 | 1 | -0/+5 |
| | | |||||
| * | (Fset_window_configuration): Correct the handling | Richard M. Stallman | 2002-05-30 | 1 | -22/+8 |
| | | | | | of point in current buffer, to work with multiple windows. | ||||
| * | Fix previous change (oops). | Colin Walters | 2002-05-29 | 1 | -1/+3 |
| | | |||||
| * | (Fread_from_string): Don't depend on order of evaluation for C | Colin Walters | 2002-05-29 | 1 | -2/+2 |
| | | | | | function parameters. | ||||
| * | *** empty log message *** | Colin Walters | 2002-05-29 | 1 | -0/+5 |
| | | |||||
| * | (x_display_and_set_cursor): Change the cursor in the same | Richard M. Stallman | 2002-05-28 | 2 | -32/+55 |
| | | | | | way for blinked-off state and for a nonselected window. | ||||
| * | (window_scroll_pixel_based): Don't call Fbolp; | Richard M. Stallman | 2002-05-28 | 1 | -2/+6 |
| | | | | | instead, see if the new start pos is at beginning of line. | ||||
| * | (Fwrite_region): If START is a string, don't make any annotations. | Richard M. Stallman | 2002-05-28 | 1 | -9/+17 |
| | | |||||
| * | (syms_of_eval): Doc fix. | Richard M. Stallman | 2002-05-28 | 1 | -3/+8 |
| | | |||||
| * | *** empty log message *** | Colin Walters | 2002-05-28 | 1 | -0/+27 |
| | | |||||
| * | (USAGE1): Add --no-splash. | Colin Walters | 2002-05-28 | 1 | -0/+2 |
| | | | | | (standard_args): Ditto. | ||||
| * | lread.c (readchar_count): New variable. | Colin Walters | 2002-05-28 | 1 | -51/+141 |
| | | | | | | | | | | | | | | | | | (readchar): Increment it. (unreadchar): Decrement it. (read_multibyte): Decrement it. (Vread_with_symbol_positions): New variable. (Vread_symbol_positions_list): New variable. (read_internal_start): New function, created from Fread and Fread_from_string. Handle Vread_symbol_positions_list and Vread_with_symbol_positions. (readevalloop, Fread, Fread_from_string): Use it. (read1): Use readchar_count to add symbol positions to Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil. (syms_of_lread): DEFVAR_LISP and initialize them. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-05-28 | 1 | -1/+6 |
| | | |||||
| * | (Fread_file_name_internal): Added brute-force | Kim F. Storm | 2002-05-28 | 1 | -9/+30 |
| | | | | | speed up for using predicate file-directory-p. | ||||
| * | Doc fix. | Miles Bader | 2002-05-28 | 1 | -3/+4 |
| | | |||||
| * | Doc fix. | Miles Bader | 2002-05-28 | 1 | -1/+5 |
| | | |||||
| * | C style fix. | Miles Bader | 2002-05-28 | 1 | -2/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-05-27 | 1 | -0/+19 |
| | | |||||
| * | (Fcall_interactively) <"D">: Supply Qfile_directory_p | Kim F. Storm | 2002-05-27 | 1 | -3/+5 |
| | | | | | | predicate for Fread_file_name when reading directory name. Supply Qnil for predicate in other calls to Fread_file_name. | ||||
| * | (Fread_file_name): Now has 6 args. | Kim F. Storm | 2002-05-27 | 1 | -1/+1 |
| | | |||||
| * | (Vread_file_name_function, Vread_file_name_predicate): | Kim F. Storm | 2002-05-27 | 1 | -4/+65 |
| | | | | | | | | | | | | | New variables. (syms_of_fileio): DEFVAR_LISP them. (read_file_name_cleanup): New unwind function. (Fread_file_name_internal): Only return completions satifying Vread_file_name_predicate. Temporarily unwind protect and rebind default-directory while checking completions against the predicate. (Fread_file_name): Added PREDICATE argument. Specbind it to Vread_file_name_predicate during completion. Call Vread_file_name_function to read the file name if non-nil. | ||||
| * | *** empty log message *** | Miles Bader | 2002-05-26 | 1 | -0/+7 |
| | | |||||
| * | (tty_capable_p): New function. | Miles Bader | 2002-05-26 | 1 | -0/+25 |
| | | |||||
| * | (tty_capable_p): New function. | Miles Bader | 2002-05-26 | 1 | -1/+14 |
| | | | | | | (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM) (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros. | ||||
| * | (x_draw_bar_cursor): Update parameter list in declaration. | Jason Rumney | 2002-05-25 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-05-23 | 1 | -19/+24 |
| | | |||||
| * | (read_non_regular, Finsert_file_contents): Use BEG_BYTE. | Stefan Monnier | 2002-05-23 | 1 | -11/+12 |
| | | | | | | (Finsert_file_contents, build_annotations): Use XCAR, XCDR. (Vwrite_region_annotate_functions): Docstring fix. | ||||
| * | (x_write_glyphs): Clear phys_cursor_on_p if current | Kim F. Storm | 2002-05-22 | 2 | -1/+9 |
| | | | | | | | | phys_cursor's hpos is overwritten. This is still not completely correct, as it doesn't really make sense to use hpos at all to get the cursor glyph (as that is relative to the width of the characters on the line, which may have changed during the update). | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-05-22 | 1 | -0/+8 |
| | | |||||
| * | (x_draw_bar_cursor): New argument KIND; callers changed. | Jason Rumney | 2002-05-22 | 2 | -6/+38 |
| | | | | | | Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case. | ||||
| * | (text_cursor_kinds): New enumeration member HBAR_CURSOR. | Jason Rumney | 2002-05-22 | 1 | -1/+2 |
| | | |||||
| * | * w32fns.c (enumfont_t): Remove tail, make pattern a normal | Jason Rumney | 2002-05-22 | 1 | -14/+27 |
| | | | | | | | | | | Lisp_Object. (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): Use modified enumfont_t struct. * w32fns.c (Qhbar): New variable. (x_specified_cursor_type): Use it. | ||||
| * | * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for | Ken Raeburn | 2002-05-21 | 2 | -1/+6 |
| | | | | | now, when the address is needed. | ||||
| * | *** empty log message *** | Colin Walters | 2002-05-21 | 1 | -0/+4 |
| | | |||||
| * | (shortlisp): Add font-core.el. | Colin Walters | 2002-05-21 | 1 | -0/+1 |
| | | |||||
| * | (syms_of_buffer) <cursor-type>: Doc fix. | Richard M. Stallman | 2002-05-20 | 2 | -6/+11 |
| | | |||||