| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (displayed_window_lines): Don't round up when converting empty space at | Miles Bader | 2000-12-11 | 1 | -0/+5 |
| | | | | | bottom to lines. | ||||
| * | (scan_lists): Check that the right quote char has the | Stefan Monnier | 2000-12-09 | 1 | -0/+6 |
| | | | | | | right Sstring syntax when jumping over strings. (init_syntax_once): Use Smax rather than 13. | ||||
| * | *** empty log message *** | Miles Bader | 2000-12-08 | 1 | -2/+2 |
| | | |||||
| * | (Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY, | Miles Bader | 2000-12-08 | 1 | -0/+9 |
| | | | | | | | | inverting the sense. (window_scroll_pixel_based): Scroll partially visible lines into place if we hit the beginning or end of the buffer. (displayed_window_lines): Don't include partially visible line at bottom. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-08 | 1 | -0/+19 |
| | | |||||
| * | (vox_configure): Change order of ioctls. Don't | Gerd Moellmann | 2000-12-07 | 1 | -0/+5 |
| | | | | | | | set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE. Ignore errors when changing volume. (vox_close): Don't reset the device. | ||||
| * | (read_process_output): Make sure the process marker's | Gerd Moellmann | 2000-12-07 | 1 | -0/+4 |
| | | | | | | position is valid when the process buffer is changed in after-change functions. W3 does that. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2000-12-07 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2000-12-07 | 1 | -0/+4 |
| | | |||||
| * | (x_free_gcs): New function. | Gerd Moellmann | 2000-12-07 | 1 | -0/+12 |
| | | |||||
| * | (xlfd_charset_of_font): Fix last change. | Andrew Innes | 2000-12-07 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2000-12-06 | 1 | -0/+2 |
| | | |||||
| * | (gc_sweep): Prevent symbols read during loadup | Gerd Moellmann | 2000-12-06 | 1 | -0/+3 |
| | | | | | from being freed. | ||||
| * | *** empty log message *** | Dave Love | 2000-12-06 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-06 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-12-06 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-06 | 1 | -0/+6 |
| | | |||||
| * | (coordinates_in_window): Check mouse on mode-line or | Gerd Moellmann | 2000-12-06 | 1 | -0/+3 |
| | | | | | header-line first. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-06 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-06 | 1 | -0/+2 |
| | | |||||
| * | (Veven_window_heights): New variable. | Gerd Moellmann | 2000-12-06 | 1 | -0/+5 |
| | | | | | | | (syms_of_window): DEFVAR_LISP it. (Fdisplay_buffer): Check Veven_window_heights before evening the window heights. | ||||
| * | (vox_configure): Set volume for left and right channel. | Gerd Moellmann | 2000-12-06 | 1 | -0/+3 |
| | | | | | (sound_cleanup): Return nil. | ||||
| * | (move_it_by_lines): Fix paren typo. | Gerd Moellmann | 2000-12-06 | 1 | -0/+2 |
| | | |||||
| * | (x_load_font): Don't use the font's max_bounds for | Gerd Moellmann | 2000-12-06 | 1 | -0/+7 |
| | | | | | | | computing the height of the font. If max_bounds' ascent or descent are greater than the font's ascent or descent, this means glyphs overlap, which should be handled now by redisplay. | ||||
| * | (Finternal_set_lisp_face_attribute): If FRAME is `t', update | Miles Bader | 2000-12-06 | 1 | -0/+5 |
| | | | | | `default-frame-alist' instead of setting no frame parameters. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-06 | 1 | -0/+5 |
| | | |||||
| * | (sunfns.obj): Remove. | Jason Rumney | 2000-12-05 | 1 | -0/+6 |
| | | | | | | (md5.obj): Add. (fns.obj): Depend on md5.h. | ||||
| * | Remove underscores from function declarations. | Jason Rumney | 2000-12-05 | 1 | -0/+7 |
| | | | | | (__attribute__, __alignof__) [!__GNUC__]: Define. | ||||
| * | *** empty log message *** | Jason Rumney | 2000-12-05 | 1 | -0/+4 |
| | | |||||
| * | (struct it): Add face_before_selective_p. | Gerd Moellmann | 2000-12-05 | 1 | -0/+11 |
| | | |||||
| * | * minibuf.c: Include intervals.h. | Ken Raeburn | 2000-12-05 | 1 | -0/+4 |
| | | |||||
| * | (x_produce_glyphs): If a font for a component of | Jason Rumney | 2000-12-05 | 1 | -0/+8 |
| | | | | | | | | a composition is not found, use 1 pixel dot ascent and 0 dot descent value to avoid displaying terribly tall empty boxes. (expose_area): Pass x-coordinate relative to the exposed area to x_draw_glyphs instead of a window-relative coordinate. | ||||
| * | (record_char): Don't record identical help-echo | Gerd Moellmann | 2000-12-05 | 1 | -0/+3 |
| | | | | | events in recent_keys. | ||||
| * | Close the display. | Gerd Moellmann | 2000-12-05 | 1 | -0/+3 |
| | | | | | (xim_close_dpy): Handle case that the display has been closed. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-05 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-05 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-05 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-04 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-04 | 1 | -0/+3 |
| | | |||||
| * | (auto_save_error): Add parameter ERROR. Show the | Gerd Moellmann | 2000-12-04 | 1 | -0/+3 |
| | | | | | error in the message. | ||||
| * | (Fread_key_sequence): Don't start the busy cursor | Gerd Moellmann | 2000-12-04 | 1 | -0/+4 |
| | | | | | | timer after having read a key. It's not good for code reading several keys in a loop, like an input method. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-04 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-04 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-04 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-04 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-12-04 | 1 | -0/+4 |
| | | |||||
| * | (Fmake_variable_buffer_local, Fbuffer_file_name): Declare. | Ken Raeburn | 2000-12-04 | 1 | -0/+9 |
| | | |||||
| * | (x_estimate_mode_line_height): If `mode-line' face hasn't a font, use | Jason Rumney | 2000-12-02 | 1 | -0/+14 |
| | | | | | | | that of the frame, as drawing glyphs does. (note_mouse_highlight): Change the cursor shape on the vertical border between windows [not enabled]. | ||||
| * | *** empty log message *** | Jason Rumney | 2000-12-02 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-02 | 1 | -1/+8 |
| | | |||||