aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * macterm.c (x_list_fonts): Return all fonts that match if maxnames = -1.Andrew Choi2003-04-251-0/+5
|
* (skip_chars): Fix previous change.Kenichi Handa2003-04-241-0/+4
|
* (skip_chars): Make the code faster by using the commonKenichi Handa2003-04-241-0/+5
| | | | technique of *p, *stop, and *endp.
* * xdisp.c (update_tool_bar): BLOCK_INPUT before callingJan Djärv2003-04-231-0/+6
| | | | | tool_bar_items so GTK tool bar expose callback does not access items being updated.
* (Faset): Calculate nbytes earlier, to satisfy the now pickierMiles Bader2003-04-181-0/+5
| | | | PARSE_MULTIBYTE_SEQ.
* (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.Stefan Monnier2003-04-171-0/+19
| | | | | (Fdefmacro): Fix docstring. Use XCAR, XCDR. (Fapply): Remove unnecessary GCPRO.
* *** empty log message ***Richard M. Stallman2003-04-161-0/+7
|
* * macterm.c (mac_check_for_quit_char): Don't check more often thanAndrew Choi2003-04-141-0/+5
| | | | once a second.
* (head_table): Use switch-frame as event_kind for select-window.Stefan Monnier2003-04-111-15/+22
|
* *** empty log message ***Kenichi Handa2003-04-111-1/+1
|
* *** empty log message ***Kenichi Handa2003-04-111-0/+10
|
* *** empty log message ***Kenichi Handa2003-04-111-1/+8
|
* *** empty log message ***Kenichi Handa2003-04-101-0/+9
|
* * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment toJan Djärv2003-04-091-0/+8
| | | | | | | get GtkAdjustment as widget now is a GtkRange. * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on GtkRange to avoid memory leak.
* *** empty log message ***Kenichi Handa2003-04-091-2/+2
|
* *** empty log message ***Kenichi Handa2003-04-091-0/+12
|
* *** empty log message ***Kenichi Handa2003-04-091-0/+5
|
* *** empty log message ***Richard M. Stallman2003-04-091-0/+6
|
* (openp): Get the Qfile_exists_p handler for STRING, not FN.Richard M. Stallman2003-04-081-0/+9
|
* mac.c (init_mac_osx_environment): Switch libexec and bin so that self-Steven Tamm2003-04-081-0/+4
| | | | cohntained application find libexec files.
* *** empty log message ***Kenichi Handa2003-04-081-0/+3
|
* *** empty log message ***Kenichi Handa2003-04-081-0/+9
|
* (md5.o): Add missing dependency info.Thien-Thi Nguyen2003-04-071-1/+5
|
* *** empty log message ***Richard M. Stallman2003-04-061-0/+18
|
* (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.Juanma Barranquero2003-04-061-2/+7
|
* (Fformat): Use a copy of FORMAT string so that we canKenichi Handa2003-04-041-0/+5
| | | | destructively change "%S" to "%s".
* (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.Miles Bader2003-04-031-0/+5
|
* *** empty log message ***Dave Love2003-04-011-0/+4
|
* *** empty log message ***Kim F. Storm2003-04-011-5/+3
|
* Fix build on Mac OS X with Carbon.Andrew Choi2003-04-011-0/+10
|
* *** empty log message ***Kim F. Storm2003-03-311-0/+5
|
* *** empty log message ***Juanma Barranquero2003-03-311-6/+11
|
* *** empty log message ***Kim F. Storm2003-03-311-0/+153
|
* (x_insert_glyphs): Fix swapped width and heightAndreas Schwab2003-03-301-0/+8
| | | | parameters for shift_glyphs_for_insert.
* (Fexpand_file_name): In the no-handler case, afterKai Großjohann2003-03-291-0/+8
| | | | | | | expanding, look again for a handler and invoke it. This is needed for filenames like "/foo/../user@host:/bar/../baz" -- the first expansion produces "/user@host:/bar/../baz" which needs to be expanded again for the finame result "/user@host:/baz".
* * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce sizeJan Djärv2003-03-281-0/+5
| | | | of area to be redrawn for better performance.
* (take_vertical_position_into_account): Remove.Stefan Monnier2003-03-281-0/+14
| | | | | | | | | | (xt_action_hook): Call set_vertical_scroll_bar if needed. (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0). (xm_scroll_callback, x_create_toolkit_scroll_bar) (x_set_toolkit_scroll_bar_thumb): Simplify. (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS. (XTread_socket): Remove unused var. (x_make_frame_invisible): Replace goto with else.
* (update_tool_bar): Recompute tool bar ifRichard M. Stallman2003-03-271-0/+7
| | | | | | update_mode_lines is set. Set w->update_mode_line only if the tool bar contents actually change. (update_menu_bar): Undo previous change.
* * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.Jan Djärv2003-03-261-0/+7
| | | | | | | | (xg_frame_set_char_size): Calculate scroll bar width before frame width. Call SET_FRAME_GARBAGED and cancel_mouse_face. (xg_separator_p): Check for all documented separator types. (xg_update_scrollbar_pos): Variable gheight not needed, use height. (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
* * xdisp.c (update_menu_bar): Set w->update_mode_line to QtJan Djärv2003-03-261-0/+5
| | | | so tool bar gets updated.
* (store_symval_forwarding): Re-instate part of the codeStefan Monnier2003-03-261-6/+20
| | | | that was deleted with too much enthusiasm.
* 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
|