aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (x_sync_with_move): Really wait 0.5s, not 0.0005s.Dmitry Antipov2014-07-302-2/+3
* * xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictlyDmitry Antipov2014-07-302-0/+10
* * xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizontal scroll barDmitry Antipov2014-07-292-0/+7
* In adjust_frame_size use FRAME_WINDOW_P instead of FRAME_X_WINDOW (Bug#18138).Martin Rudalics2014-07-292-1/+6
* Fix some issues with setting the frame height.Martin Rudalics2014-07-282-6/+12
* Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov2014-07-283-1/+32
* Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-284-13/+9
|\
| * src/ChangeLog: Fix a typo.Eli Zaretskii2014-07-281-1/+1
| * Fix GDB xwindow command.Eli Zaretskii2014-07-282-9/+7
| * src/window.c (window_resize_check, window_resize_apply): Fix typos in comments.Eli Zaretskii2014-07-271-2/+2
| * src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment.Eli Zaretskii2014-07-271-1/+1
* | Fix --without-x build and pacify --enable-gcc-warnings.Dmitry Antipov2014-07-283-9/+12
* | Fix the GDB xsubchartable command.Eli Zaretskii2014-07-282-4/+7
* | On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov2014-07-285-13/+186
* | * frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert2014-07-272-9/+12
* | Reinstate removed code.Jan Djärv2014-07-272-0/+26
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-2733-1711/+4603
* | Revert previous change.Paul Eggert2014-07-2615-40/+49
* | Reorder conditions that are written backwardsAndreas Schwab2014-07-261-0/+19
* | Reorder conditions that are written backwardsAndreas Schwab2014-07-2614-40/+40
* | * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer):Paul Eggert2014-07-253-7/+8
* | * atimer.c (set_alarm) [HAVE_ITIMERSPEC]: Use TIMER_ABSTIMEDmitry Antipov2014-07-252-1/+6
* | Fix last commit in w32term.c.Eli Zaretskii2014-07-253-3/+9
* | Provisionally fix Windows build broken by last commit.Martin Rudalics2014-07-253-1/+9
* | Fix ChangeLog typo.Dmitry Antipov2014-07-251-1/+1
* | Move hourglass machinery to RIF.Dmitry Antipov2014-07-259-222/+201
* | Fix error reported by Angelo Graziosi <angelo.graziosi@alice.it> inDmitry Antipov2014-07-242-9/+37
* | * frame.c (Fset_frame_height): Take frame top margin into account.Dmitry Antipov2014-07-232-2/+9
* | * xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]:Dmitry Antipov2014-07-224-10/+15
* | * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov2014-07-226-14/+25
* | * src/frame.c (Fframe_parameters): Always report frame height withoutDmitry Antipov2014-07-212-1/+6
* | Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.orgGlenn Morris2014-07-218-6/+88
|\ \ | |/
| * * macfont.h (macfont_update_antialias_threshold): Declare.Jan Djärv2014-07-205-1/+36
| * Fix last commit of src/w16select.c.Eli Zaretskii2014-07-171-1/+1
| * Fix src/ChangeLog entry of last commit.Eli Zaretskii2014-07-171-1/+0
| * Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS.Eli Zaretskii2014-07-173-2/+11
| * Fix assertion violation when restoring hscrolled window configurations.Eli Zaretskii2014-07-172-0/+10
| * Fix part of bug #18035 with overlay strings on invisible text.Eli Zaretskii2014-07-172-1/+26
| * Fix bug #18036 with infloop in redisplay with huge fringes.Eli Zaretskii2014-07-162-2/+8
* | Indentation, punctuation, and other nitpicks.Stefan Monnier2014-07-202-15/+15
* | * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.Dmitry Antipov2014-07-204-31/+40
* | 2014-07-19 Kenichi Handa <handa@gnu.org>Kenichi Handa2014-07-203-2/+16
* | Prefer 'x_display_info *' to 'Display *' in X selection code.Dmitry Antipov2014-07-184-90/+100
* | * frame.c (frame_unspecified_color): New functionDmitry Antipov2014-07-187-125/+106
* | * data.c (wrong_choice): Not static any more.Dmitry Antipov2014-07-177-14/+53
* | * print.c (print_preprocess): Adjust to match changedDmitry Antipov2014-07-172-1/+7
* | Merge from emacs-24; up to 2014-06-23T06:25:47Z!rgm@gnu.orgGlenn Morris2014-07-162-2/+11
|\ \ | |/
| * Fix bug #17986 with infloop in redisplay when default-directory is nil.Eli Zaretskii2014-07-132-2/+11
* | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more naturalDmitry Antipov2014-07-164-83/+136
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-1610-16/+115