aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (message_with_string): Error if STRING is not a string.Richard M. Stallman2002-06-031-0/+2
|
* (md5): Pass FILE arg to Vselect_safe_coding_system_function.Richard M. Stallman2002-06-031-2/+2
|
* (choose_write_coding_system):Richard M. Stallman2002-06-031-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 Raeburn2002-06-032-1/+7
|
* (current_column): Now returns float.Thien-Thi Nguyen2002-06-032-22/+46
| | | | (indented_beyond_p): 3rd arg now a float.
* (last_known_column): Now a float.Thien-Thi Nguyen2002-06-031-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): CastThien-Thi Nguyen2002-06-031-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 Nguyen2002-06-031-22/+22
|
* (describe_command): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-031-14/+14
|
* (Fdelete_backward_char, internal_self_insert): CastThien-Thi Nguyen2002-06-031-5/+5
| | | | `current_column' return value to int.
* (Fbyte_code): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-031-15/+15
|
* (x_encode_text): Return stringp non-NULL if coding_systemEli Zaretskii2002-05-312-1/+10
| | | | is Qcompound_text_with_extensions.
* (lisp_data_to_selection_data): Always set selectionEli Zaretskii2002-05-311-9/+1
| | | | type as string if x_encode_text returns streingp non-NULL.
* Include /usr/pkg in the run time shared library path.Eli Zaretskii2002-05-312-1/+5
|
* *** empty log message ***Richard M. Stallman2002-05-301-0/+5
|
* (Fset_window_configuration): Correct the handlingRichard M. Stallman2002-05-301-22/+8
| | | | of point in current buffer, to work with multiple windows.
* Fix previous change (oops).Colin Walters2002-05-291-1/+3
|
* (Fread_from_string): Don't depend on order of evaluation for CColin Walters2002-05-291-2/+2
| | | | function parameters.
* *** empty log message ***Colin Walters2002-05-291-0/+5
|
* (x_display_and_set_cursor): Change the cursor in the sameRichard M. Stallman2002-05-282-32/+55
| | | | way for blinked-off state and for a nonselected window.
* (window_scroll_pixel_based): Don't call Fbolp;Richard M. Stallman2002-05-281-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. Stallman2002-05-281-9/+17
|
* (syms_of_eval): Doc fix.Richard M. Stallman2002-05-281-3/+8
|
* *** empty log message ***Colin Walters2002-05-281-0/+27
|
* (USAGE1): Add --no-splash.Colin Walters2002-05-281-0/+2
| | | | (standard_args): Ditto.
* lread.c (readchar_count): New variable.Colin Walters2002-05-281-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. Storm2002-05-281-1/+6
|
* (Fread_file_name_internal): Added brute-forceKim F. Storm2002-05-281-9/+30
| | | | speed up for using predicate file-directory-p.
* Doc fix.Miles Bader2002-05-281-3/+4
|
* Doc fix.Miles Bader2002-05-281-1/+5
|
* C style fix.Miles Bader2002-05-281-2/+3
|
* *** empty log message ***Kim F. Storm2002-05-271-0/+19
|
* (Fcall_interactively) <"D">: Supply Qfile_directory_pKim F. Storm2002-05-271-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. Storm2002-05-271-1/+1
|
* (Vread_file_name_function, Vread_file_name_predicate):Kim F. Storm2002-05-271-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 Bader2002-05-261-0/+7
|
* (tty_capable_p): New function.Miles Bader2002-05-261-0/+25
|
* (tty_capable_p): New function.Miles Bader2002-05-261-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 Rumney2002-05-251-1/+2
|
* *** empty log message ***Stefan Monnier2002-05-231-19/+24
|
* (read_non_regular, Finsert_file_contents): Use BEG_BYTE.Stefan Monnier2002-05-231-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 currentKim F. Storm2002-05-222-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. Storm2002-05-221-0/+8
|
* (x_draw_bar_cursor): New argument KIND; callers changed.Jason Rumney2002-05-222-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 Rumney2002-05-221-1/+2
|
* * w32fns.c (enumfont_t): Remove tail, make pattern a normalJason Rumney2002-05-221-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 forKen Raeburn2002-05-212-1/+6
| | | | now, when the address is needed.
* *** empty log message ***Colin Walters2002-05-211-0/+4
|
* (shortlisp): Add font-core.el.Colin Walters2002-05-211-0/+1
|
* (syms_of_buffer) <cursor-type>: Doc fix.Richard M. Stallman2002-05-202-6/+11
|