| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (move_it_in_display_line_to, display_line): | Kim F. Storm | 2004-11-24 | 1 | -2/+10 |
| | | | | | Restore saved_face_id also when truncate-lines or hscrolled. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-24 | 1 | -0/+5 |
| | | |||||
| * | * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to | Jan Djärv | 2004-11-23 | 3 | -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 Monnier | 2004-11-23 | 1 | -6/+7 |
| | | | | | Don't use XFASTINT blindly. | ||||
| * | (RE_TRANSLATE_P): Don't use XFASTINT blindly. | Stefan Monnier | 2004-11-23 | 1 | -2/+3 |
| | | |||||
| * | (skip_invisible): Avoid non-idempotent side-effects in macro arguments. | Stefan Monnier | 2004-11-23 | 1 | -3/+4 |
| | | |||||
| * | (Flookup_key): Check INTEGERP before XINT. | Stefan Monnier | 2004-11-23 | 1 | -1/+1 |
| | | |||||
| * | (oblookup): Don't use XFASTINT blindly. | Stefan Monnier | 2004-11-23 | 1 | -1/+1 |
| | | |||||
| * | (Fset_window_scroll_bars): Don't use XINT if it isn't int. | Stefan Monnier | 2004-11-23 | 1 | -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. Storm | 2004-11-23 | 1 | -2/+2 |
| | | | | | (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-23 | 1 | -0/+3 |
| | | |||||
| * | (update_window_fringes): Show top row indicator if | Kim F. Storm | 2004-11-22 | 1 | -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. Storm | 2004-11-22 | 1 | -1/+1 |
| | | |||||
| * | (set_window_buffer): Clear display_error_modiff. | Kim F. Storm | 2004-11-22 | 1 | -1/+4 |
| | | |||||
| * | (handle_single_display_prop): Don't signal error in | Kim F. Storm | 2004-11-22 | 1 | -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 if | Kim F. Storm | 2004-11-22 | 1 | -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. Storm | 2004-11-22 | 1 | -0/+24 |
| | | |||||
| * | (update_window_fringes): Provide sensible fall-back | Kim F. Storm | 2004-11-22 | 1 | -1/+2 |
| | | | | | value for non-nil indicate-buffer-boundaries setting. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-22 | 1 | -0/+5 |
| | | |||||
| * | (Fminibuffer_complete_and_exit): Fix previous change. | Markus Rost | 2004-11-22 | 2 | -2/+4 |
| | | |||||
| * | (Fdefvar): Warn when var is let-bound but globally void. | Stefan Monnier | 2004-11-22 | 2 | -8/+25 |
| | | |||||
| * | (x_clip_to_row): Add area arg. Callers changed. | Kim F. Storm | 2004-11-21 | 2 | -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. Storm | 2004-11-21 | 1 | -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. Storm | 2004-11-21 | 1 | -2/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-21 | 1 | -0/+11 |
| | | |||||
| * | (move_it_in_display_line_to, display_line): Restore | Kim F. Storm | 2004-11-21 | 1 | -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. Storm | 2004-11-21 | 1 | -0/+4 |
| | | |||||
| * | (Fvertical_motion): Fix last change. Use another | Kim F. Storm | 2004-11-21 | 1 | -1/+4 |
| | | | | | method to detect if iterator moved too far ahead after reseat. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-21 | 1 | -0/+3 |
| | | |||||
| * | (IT_EXPAND_MATRIX_WIDTH): New macro. Do not | Kim F. Storm | 2004-11-21 | 1 | -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. Storm | 2004-11-21 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2004-11-21 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_interactively): Call Fread_from_minibuffer with extra argument. | Luc Teirlinck | 2004-11-21 | 2 | -1/+7 |
| | | |||||
| * | (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument. | Luc Teirlinck | 2004-11-21 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-11-21 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-11-21 | 1 | -0/+5 |
| | | |||||
| * | (Fread_from_minibuffer): Add arg in decl. | Richard M. Stallman | 2004-11-21 | 1 | -1/+1 |
| | | |||||
| * | (Fminibuffer_complete_and_exit): | Richard M. Stallman | 2004-11-20 | 1 | -1/+21 |
| | | | | | Fixup the case of the completed value, for case-indep completion. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2004-11-20 | 1 | -0/+3 |
| | | |||||
| * | (read_minibuf): New arg KEEP_ALL. Callers changed. | Richard M. Stallman | 2004-11-20 | 1 | -12/+18 |
| | | | | | (Fread_from_minibuffer): New ark KEEP_ALL. Callers changed. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2004-11-20 | 1 | -0/+5 |
| | | |||||
| * | (Vsearch_spaces_regexp): | Richard M. Stallman | 2004-11-20 | 1 | -9/+9 |
| | | | | | Renamed from Vsearch_whitespace_regexp. All uses changed. | ||||
| * | *** empty log message *** | Thien-Thi Nguyen | 2004-11-20 | 1 | -0/+4 |
| | | |||||
| * | (init_eval_once): Increase `max_specpdl_size' to 650. | Thien-Thi Nguyen | 2004-11-20 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-11-19 | 1 | -0/+4 |
| | | |||||
| * | (struct regexp_cache): New element whitespace_regexp. | Richard M. Stallman | 2004-11-19 | 1 | -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. Stallman | 2004-11-19 | 1 | -2/+2 |
| | | |||||
| * | (Vsearch_whitespace_regexp): New variable. | Richard M. Stallman | 2004-11-19 | 2 | -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. Stallman | 2004-11-19 | 1 | -2/+71 |
| | | | | | | (whitespace_regexp): New variable. (re_set_whitespace_regexp): New function. | ||||
| * | (Fvertical_motion): Fix last change. | Kim F. Storm | 2004-11-19 | 1 | -1/+1 |
| | | |||||