aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow building on Mac OS X again after Kim's merging of display code.Andrew Choi2003-03-241-0/+21
|
* (redisplay_window): If mini window's buffer is notJohn Paul Wallington2003-03-241-0/+5
| | | | empty, then redisplay it like other windows.
* *** empty log message ***Kim F. Storm2003-03-231-4/+7
|
* (make_string_from_bytes, make_specified_string):Kenichi Handa2003-03-231-1/+10
| | | | Prototypes adjusted.
* * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endifJan Djärv2003-03-231-0/+2
|
* Finally (?) fix flicker in scroll bar.Jan Djärv2003-03-231-0/+21
|
* Fix long lines.Kim F. Storm2003-03-221-2/+2
|
* *** empty log message ***Stefan Monnier2003-03-221-4/+16
|
* Make sure space precedes end-of-line backslashes.Thien-Thi Nguyen2003-03-221-4/+8
|
* *** empty log message ***Kim F. Storm2003-03-211-0/+2
|
* *** empty log message ***Kim F. Storm2003-03-211-0/+9
|
* *** empty log message ***Kim F. Storm2003-03-211-0/+8
|
* *** empty log message ***Kim F. Storm2003-03-211-0/+141
|
* *** empty log message ***Kenichi Handa2003-03-211-2/+2
|
* (Fexpand_file_name): Fix previous change.Kenichi Handa2003-03-211-0/+4
|
* *** empty log message ***Kenichi Handa2003-03-191-0/+13
|
* * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw forJan Djärv2003-03-181-0/+3
| | | | all widgets.
* gtkutil.h: Removed xg_ignore_next_thumb.Jan Djärv2003-03-181-0/+4
|
* *** empty log message ***Kenichi Handa2003-03-181-0/+14
|
* * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new valuesJan Djärv2003-03-171-0/+3
| | | | equal old values before updating.
* New approach to scrolling and scroll bars for better redraw and smootherJan Djärv2003-03-171-0/+24
| | | | scroll bar behaviour.
* ($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.Juanma Barranquero2003-03-171-0/+5
|
* (jpeg_load, png_load, slurp_file): Read image filesJason Rumney2003-03-161-0/+10
| | | | as binary.
* (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.Juanma Barranquero2003-03-161-3/+7
|
* Fix typo.Kim F. Storm2003-03-161-2/+2
|
* The following changes consolidate some of the gui-independentKim F. Storm2003-03-161-1/+82
| | | | | parts of the processing and drawing of "glyph strings" from xterm.c, w32term.c, and macterm.c into xdisp.c.
* (read1): After #!, exit loop on eof.Richard M. Stallman2003-03-141-0/+4
|
* *** empty log message ***Stefan Monnier2003-03-141-5/+9
|
* gtkutil.h: Add declaration for xg_frame_cleared.Jan Djärv2003-03-141-0/+2
|
* Clear frame didn't redraw scrollbars, fixed that.Jan Djärv2003-03-141-0/+3
|
* Reduce flicker in GTK scrollbars.Jan Djärv2003-03-141-0/+14
|
* *** empty log message ***Kenichi Handa2003-03-131-1/+6
|
* .Andreas Schwab2003-03-131-0/+2
|
* .Andreas Schwab2003-03-121-0/+6
|
* .Andreas Schwab2003-03-121-0/+4
|
* (x_term_init) [USE_GTK]: Fix typo.Andreas Schwab2003-03-121-0/+4
|
* *** empty log message ***Kim F. Storm2003-03-121-0/+34
|
* *** empty log message ***David Kastrup2003-03-091-0/+5
|
* Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbarsJan Djärv2003-03-091-0/+22
|
* * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead ofJan Djärv2003-03-081-0/+4
| | | | | struct image* when desciding to update (struct image* may have been deleted from the image cache).
* * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even ifJan Djärv2003-03-081-0/+5
| | | | the event isn't for a frame (i.e. for dialogs).
* *** empty log message ***Kenichi Handa2003-03-071-0/+10
|
* (w32_get_rdb_resource): New function.Juanma Barranquero2003-03-061-0/+16
| | | | | (x_get_string_resource): Use it, so resources passed with -xrm supercede the ones in the registry.
* * xterm.c (x_detect_focus_change): Call x_any_window_to_frameJan Djärv2003-03-041-0/+5
| | | | instead of x_top_window_to_frame.
* xsmfns.c (smc_save_yourself_CB): Add --no-splash to optionsJan Djärv2003-03-031-0/+5
| | | | when restarting Emacs.
* (Fkill_buffer): Use Frun_hook_with_args_until_failureRichard M. Stallman2003-03-031-0/+7
| | | | | | to run kill-buffer-query-functions. (Qkill_buffer_query_functions): New var. (syms_of_buffer): Init and staticpro it.
* .Stefan Monnier2003-03-021-22/+22
|
* * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.Jan Djärv2003-03-021-0/+4
|
* A lot of lines removed at checkin version 1.3108, restore themJan Djärv2003-03-021-30/+3795
|
* *** empty log message ***Stefan Monnier2003-02-261-2/+6
|