aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (grow_mini_window): Fix typo in comment.Pavel Janík2001-11-011-0/+4
|
* (x_scroll_bar_create): Check for width and height > 0.Gerd Moellmann2001-11-011-0/+3
| | | | (XTset_vertical_scroll_bar): Likewise.
* (x_build_heuristic_mask): Use four_corners_bestGerd Moellmann2001-11-011-0/+3
| | | | instead of IMAGE_BACKGROUND.
* (four_corners_best): Reindent.Gerd Moellmann2001-11-011-0/+2
|
* (Finternal_set_lisp_face_attribute_from_resource):Gerd Moellmann2001-11-011-0/+5
| | | | Handle :box so that it is possible to specify sexprs.
* *** empty log message ***Pavel Janík2001-11-011-0/+9
|
* *** empty log message ***Eli Zaretskii2001-10-311-0/+4
|
* *** empty log message ***Eli Zaretskii2001-10-311-0/+4
|
* *** empty log message ***Pavel Janík2001-10-311-0/+5
|
* (Fcommandp): Doc fix.Pavel Janík2001-10-311-0/+3
| | | | Change doc-string comments to `new style' [w/`doc:' keyword].
* (Fframe_live_p): Doc fix.Pavel Janík2001-10-311-0/+6
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-311-2/+2
|
* (to_multibyte): Fix computation of new read_buffer_size.Gerd Moellmann2001-10-311-0/+2
|
* (struct face) <colors_copied_bitwise_p>: NewGerd Moellmann2001-10-311-0/+11
| | | | member.
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-311-0/+5
|
* (require_unwind): Return Lisp_Object.Gerd Moellmann2001-10-311-0/+4
|
* (lucid-menu-bar-dirty-flag): Doc fix.Pavel Janík2001-10-311-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ík2001-10-311-0/+4
|
* (grow_mini_window): Handle case that the rootGerd Moellmann2001-10-311-0/+5
| | | | window is already smaller than the nominal mininum height.
* *** empty log message ***Stefan Monnier2001-10-311-0/+6
|
* *** empty log message ***Stefan Monnier2001-10-311-4/+8
|
* (w32_to_x_charset): Increase size of XLFD charset buffer.Jason Rumney2001-10-301-0/+5
| | | | (enum_font_cb2): Ignore fonts with vertical orientation.
* *** empty log message ***Richard M. Stallman2001-10-301-0/+4
|
* (x_after_update_window_line): Don't run the codeGerd Moellmann2001-10-301-0/+3
| | | | clearing in borders for rows whose visible height is 0.
* *** empty log message ***Gerd Moellmann2001-10-301-0/+8
|
* (to_multibyte): Ensure read_buffer is at least twiceGerd Moellmann2001-10-301-0/+3
| | | | as large as the number of bytes to convert.
* (to_multibyte): New function.Gerd Moellmann2001-10-301-0/+5
| | | | (read1): Use it.
* (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).Eli Zaretskii2001-10-301-0/+4
|
* (x_draw_relief_rect): Correct bottom relief by 1 pixel.Gerd Moellmann2001-10-301-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 Moellmann2001-10-301-0/+4
|
* *** empty log message ***Stefan Monnier2001-10-301-0/+13
|
* *** empty log message ***Richard M. Stallman2001-10-301-0/+6
|
* *** empty log message ***Richard M. Stallman2001-10-301-0/+4
|
* (syms_of_coding): Document that locale-coding-system isEli Zaretskii2001-10-291-0/+3
| | | | used for decoding input on X.
* (Fscroll_left, Fscroll_right): Doc fix.Eli Zaretskii2001-10-291-0/+4
|
* (Finput_pending_p): Fix typo in doc-string.Pavel Janík2001-10-291-0/+5
| | | | (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
* (x_display_and_set_cursor): If cursor_in_echo_area,Gerd Moellmann2001-10-291-0/+3
| | | | use NO_CURSOR if cursor_in_non_selected_windows is false.
* *** empty log message ***Gerd Moellmann2001-10-291-0/+3
|
* *** empty log message ***Gerd Moellmann2001-10-291-0/+3
|
* (x_after_update_window_line): Clear internal borderGerd Moellmann2001-10-291-0/+3
| | | | in different circumstances.
* *** empty log message ***Gerd Moellmann2001-10-291-0/+6
|
* (x_build_heuristic_mask): Use x_alloc_image_color.Gerd Moellmann2001-10-281-0/+2
|
* *** empty log message ***Eli Zaretskii2001-10-281-0/+5
|
* (x_build_heuristic_mask): Fix a bug not incrementingGerd Moellmann2001-10-281-0/+5
| | | | a loop counter.
* Use argv[0] instead of emacs when -t was specified.Pavel Janík2001-10-281-0/+2
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-281-0/+4
| | | | Fix typos in comments.
* (bug_reporting_address): New function.Pavel Janík2001-10-281-0/+3
| | | | Use it when displaying usage message.
* (read_minibuf): Remove unused external declaration of variablePavel Janík2001-10-281-0/+3
| | | | `Qread_only'.
* (access_keymap): Remove unused variable `charset'.Pavel Janík2001-10-281-0/+4
|
* *** empty log message ***Miles Bader2001-10-281-2/+7
|