aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (move_it_in_display_line_to, display_line):Kim F. Storm2004-11-241-2/+10
| | | | Restore saved_face_id also when truncate-lines or hscrolled.
* *** empty log message ***Kim F. Storm2004-11-241-0/+5
|
* * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog toJan Djärv2004-11-233-13/+24
| | | | | | | | x-use-old-gtk-file-dialog. * xfns.c: Define x_use_old_gtk_file_dialog. (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it outside ifdef USE_GTK.
* (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):Stefan Monnier2004-11-231-6/+7
| | | | Don't use XFASTINT blindly.
* (RE_TRANSLATE_P): Don't use XFASTINT blindly.Stefan Monnier2004-11-231-2/+3
|
* (skip_invisible): Avoid non-idempotent side-effects in macro arguments.Stefan Monnier2004-11-231-3/+4
|
* (Flookup_key): Check INTEGERP before XINT.Stefan Monnier2004-11-231-1/+1
|
* (oblookup): Don't use XFASTINT blindly.Stefan Monnier2004-11-231-1/+1
|
* (Fset_window_scroll_bars): Don't use XINT if it isn't int.Stefan Monnier2004-11-231-5/+7
| | | | (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
* * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)Kim F. Storm2004-11-231-2/+2
| | | | (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
* *** empty log message ***Kim F. Storm2004-11-231-0/+3
|
* (update_window_fringes): Show top row indicator ifKim F. Storm2004-11-221-14/+20
| | | | | | window has header-line. Don't show arrow at bob and eob if the boundary indicators are not used. (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
* (lookup_named_face): Fix prototype.Kim F. Storm2004-11-221-1/+1
|
* (set_window_buffer): Clear display_error_modiff.Kim F. Storm2004-11-221-1/+4
|
* (handle_single_display_prop): Don't signal error inKim F. Storm2004-11-221-7/+8
| | | | | | | | lookup_named_face for unknown fringe face name. (highlight_trailing_whitespace): Don't signal error in lookup_named_face if trailing-whitespace face unknown. (calc_line_height_property): Don't signal error in lookup_named_face if specified face name is unknown.
* (lookup_named_face): Add signal_p arg. Return -1 ifKim F. Storm2004-11-221-5/+8
| | | | | | | signal_p is zero and face name is unknown. (Fx_list_fonts): Don't signal error in lookup_named_face. (Fface_font): Signal error in lookup_named_face. (ascii_face_of_lisp_face): Likewise.
* *** empty log message ***Kim F. Storm2004-11-221-0/+24
|
* (update_window_fringes): Provide sensible fall-backKim F. Storm2004-11-221-1/+2
| | | | value for non-nil indicate-buffer-boundaries setting.
* *** empty log message ***Kim F. Storm2004-11-221-0/+5
|
* (Fminibuffer_complete_and_exit): Fix previous change.Markus Rost2004-11-222-2/+4
|
* (Fdefvar): Warn when var is let-bound but globally void.Stefan Monnier2004-11-222-8/+25
|
* (x_clip_to_row): Add area arg. Callers changed.Kim F. Storm2004-11-212-18/+20
| | | | (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
* (w32_clip_to_row): Add area arg. Callers changed.Kim F. Storm2004-11-211-9/+10
| | | | (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
* (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.Kim F. Storm2004-11-211-2/+4
|
* *** empty log message ***Kim F. Storm2004-11-211-0/+11
|
* (move_it_in_display_line_to, display_line): RestoreKim F. Storm2004-11-211-2/+4
| | | | | saved_face_id if overflow-newline-into-fringe is enabled and line is continued before or in middle of element from display vector.
* *** empty log message ***Kim F. Storm2004-11-211-0/+4
|
* (Fvertical_motion): Fix last change. Use anotherKim F. Storm2004-11-211-1/+4
| | | | method to detect if iterator moved too far ahead after reseat.
* *** empty log message ***Kim F. Storm2004-11-211-0/+3
|
* (IT_EXPAND_MATRIX_WIDTH): New macro. Do notKim F. Storm2004-11-211-26/+30
| | | | | | | | expand matrix width for overflow in zero-width area. (append_glyph, append_composite_glyph, produce_image_glyph) (append_stretch_glyph): Use it to avoid loop in redisplay. (note_mode_line_or_margin_highlight): Don't let help-echo from string override help-echo from image map.
* *** empty log message ***Kim F. Storm2004-11-211-0/+9
|
* *** empty log message ***Luc Teirlinck2004-11-211-1/+1
|
* (Fcall_interactively): Call Fread_from_minibuffer with extra argument.Luc Teirlinck2004-11-212-1/+7
|
* (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.Luc Teirlinck2004-11-211-1/+1
|
* *** empty log message ***Richard M. Stallman2004-11-211-1/+3
|
* *** empty log message ***Richard M. Stallman2004-11-211-0/+5
|
* (Fread_from_minibuffer): Add arg in decl.Richard M. Stallman2004-11-211-1/+1
|
* (Fminibuffer_complete_and_exit):Richard M. Stallman2004-11-201-1/+21
| | | | Fixup the case of the completed value, for case-indep completion.
* *** empty log message ***Richard M. Stallman2004-11-201-0/+3
|
* (read_minibuf): New arg KEEP_ALL. Callers changed.Richard M. Stallman2004-11-201-12/+18
| | | | (Fread_from_minibuffer): New ark KEEP_ALL. Callers changed.
* *** empty log message ***Richard M. Stallman2004-11-201-0/+5
|
* (Vsearch_spaces_regexp):Richard M. Stallman2004-11-201-9/+9
| | | | Renamed from Vsearch_whitespace_regexp. All uses changed.
* *** empty log message ***Thien-Thi Nguyen2004-11-201-0/+4
|
* (init_eval_once): Increase `max_specpdl_size' to 650.Thien-Thi Nguyen2004-11-201-1/+1
|
* *** empty log message ***Richard M. Stallman2004-11-191-0/+4
|
* (struct regexp_cache): New element whitespace_regexp.Richard M. Stallman2004-11-191-3/+8
| | | | | | (syms_of_search): Initialize whitespace_regexp elements. (compile_pattern): Compare whitespace_regexp elements. (compile_pattern_1): Set whitespace_regexp elements.
* Fix previous change.Richard M. Stallman2004-11-191-2/+2
|
* (Vsearch_whitespace_regexp): New variable.Richard M. Stallman2004-11-192-1/+31
| | | | | | (syms_of_search): Defvar it. (compile_pattern_1): Call re_set_whitespace_regexp with it. (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp is non-nil.
* (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.Richard M. Stallman2004-11-191-2/+71
| | | | | (whitespace_regexp): New variable. (re_set_whitespace_regexp): New function.
* (Fvertical_motion): Fix last change.Kim F. Storm2004-11-191-1/+1
|