| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (grow_mini_window): Fix typo in comment. | Pavel Janík | 2001-11-01 | 1 | -0/+4 |
| | | |||||
| * | (x_scroll_bar_create): Check for width and height > 0. | Gerd Moellmann | 2001-11-01 | 1 | -0/+3 |
| | | | | | (XTset_vertical_scroll_bar): Likewise. | ||||
| * | (x_build_heuristic_mask): Use four_corners_best | Gerd Moellmann | 2001-11-01 | 1 | -0/+3 |
| | | | | | instead of IMAGE_BACKGROUND. | ||||
| * | (four_corners_best): Reindent. | Gerd Moellmann | 2001-11-01 | 1 | -0/+2 |
| | | |||||
| * | (Finternal_set_lisp_face_attribute_from_resource): | Gerd Moellmann | 2001-11-01 | 1 | -0/+5 |
| | | | | | Handle :box so that it is possible to specify sexprs. | ||||
| * | *** empty log message *** | Pavel Janík | 2001-11-01 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-10-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-10-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-10-31 | 1 | -0/+5 |
| | | |||||
| * | (Fcommandp): Doc fix. | Pavel Janík | 2001-10-31 | 1 | -0/+3 |
| | | | | | Change doc-string comments to `new style' [w/`doc:' keyword]. | ||||
| * | (Fframe_live_p): Doc fix. | Pavel Janík | 2001-10-31 | 1 | -0/+6 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-31 | 1 | -2/+2 |
| | | |||||
| * | (to_multibyte): Fix computation of new read_buffer_size. | Gerd Moellmann | 2001-10-31 | 1 | -0/+2 |
| | | |||||
| * | (struct face) <colors_copied_bitwise_p>: New | Gerd Moellmann | 2001-10-31 | 1 | -0/+11 |
| | | | | | member. | ||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-31 | 1 | -0/+5 |
| | | |||||
| * | (require_unwind): Return Lisp_Object. | Gerd Moellmann | 2001-10-31 | 1 | -0/+4 |
| | | |||||
| * | (lucid-menu-bar-dirty-flag): Doc fix. | Pavel Janík | 2001-10-31 | 1 | -0/+4 |
| | | | | | | (last-input-char): Revert doc-string to be the same as the doc-string of `last-input-event'. | ||||
| * | Fix typos in comments. | Pavel Janík | 2001-10-31 | 1 | -0/+4 |
| | | |||||
| * | (grow_mini_window): Handle case that the root | Gerd Moellmann | 2001-10-31 | 1 | -0/+5 |
| | | | | | window is already smaller than the nominal mininum height. | ||||
| * | *** empty log message *** | Stefan Monnier | 2001-10-31 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-10-31 | 1 | -4/+8 |
| | | |||||
| * | (w32_to_x_charset): Increase size of XLFD charset buffer. | Jason Rumney | 2001-10-30 | 1 | -0/+5 |
| | | | | | (enum_font_cb2): Ignore fonts with vertical orientation. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2001-10-30 | 1 | -0/+4 |
| | | |||||
| * | (x_after_update_window_line): Don't run the code | Gerd Moellmann | 2001-10-30 | 1 | -0/+3 |
| | | | | | clearing in borders for rows whose visible height is 0. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-30 | 1 | -0/+8 |
| | | |||||
| * | (to_multibyte): Ensure read_buffer is at least twice | Gerd Moellmann | 2001-10-30 | 1 | -0/+3 |
| | | | | | as large as the number of bytes to convert. | ||||
| * | (to_multibyte): New function. | Gerd Moellmann | 2001-10-30 | 1 | -0/+5 |
| | | | | | (read1): Use it. | ||||
| * | (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c). | Eli Zaretskii | 2001-10-30 | 1 | -0/+4 |
| | | |||||
| * | (x_draw_relief_rect): Correct bottom relief by 1 pixel. | Gerd Moellmann | 2001-10-30 | 1 | -0/+5 |
| | | | | | | | (x_set_glyph_string_background_width): Set extends_to_end_of_line_p if the row's fill_line_p is set and drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}. | ||||
| * | (clear_garbaged_frames): Call Fredraw_frame. | Gerd Moellmann | 2001-10-30 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-10-30 | 1 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2001-10-30 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2001-10-30 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_coding): Document that locale-coding-system is | Eli Zaretskii | 2001-10-29 | 1 | -0/+3 |
| | | | | | used for decoding input on X. | ||||
| * | (Fscroll_left, Fscroll_right): Doc fix. | Eli Zaretskii | 2001-10-29 | 1 | -0/+4 |
| | | |||||
| * | (Finput_pending_p): Fix typo in doc-string. | Pavel Janík | 2001-10-29 | 1 | -0/+5 |
| | | | | | (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. | ||||
| * | (x_display_and_set_cursor): If cursor_in_echo_area, | Gerd Moellmann | 2001-10-29 | 1 | -0/+3 |
| | | | | | use NO_CURSOR if cursor_in_non_selected_windows is false. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-29 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-29 | 1 | -0/+3 |
| | | |||||
| * | (x_after_update_window_line): Clear internal border | Gerd Moellmann | 2001-10-29 | 1 | -0/+3 |
| | | | | | in different circumstances. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-10-29 | 1 | -0/+6 |
| | | |||||
| * | (x_build_heuristic_mask): Use x_alloc_image_color. | Gerd Moellmann | 2001-10-28 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-10-28 | 1 | -0/+5 |
| | | |||||
| * | (x_build_heuristic_mask): Fix a bug not incrementing | Gerd Moellmann | 2001-10-28 | 1 | -0/+5 |
| | | | | | a loop counter. | ||||
| * | Use argv[0] instead of emacs when -t was specified. | Pavel Janík | 2001-10-28 | 1 | -0/+2 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-28 | 1 | -0/+4 |
| | | | | | Fix typos in comments. | ||||
| * | (bug_reporting_address): New function. | Pavel Janík | 2001-10-28 | 1 | -0/+3 |
| | | | | | Use it when displaying usage message. | ||||
| * | (read_minibuf): Remove unused external declaration of variable | Pavel Janík | 2001-10-28 | 1 | -0/+3 |
| | | | | | `Qread_only'. | ||||
| * | (access_keymap): Remove unused variable `charset'. | Pavel Janík | 2001-10-28 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2001-10-28 | 1 | -2/+7 |
| | | |||||