aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * configure.ac (HAVE_XKBGETKEYBOARD): Remove; subsumed by HAVE_XKB.Paul Eggert2013-03-261-5/+5
* Fix MinGW64 compilation of w32.c.Eli Zaretskii2013-03-262-5/+9
* * gtkutil.c (style_changed_cb): Check if frame is live and anJan Djärv2013-03-262-1/+8
* More MinGW64 fixes.Eli Zaretskii2013-03-262-1/+3
* src/ChangeLog: Fix last log entry.Eli Zaretskii2013-03-261-0/+2
* Fix more MinGW64 incompatibilities.Eli Zaretskii2013-03-262-1/+7
* Fix more incompatibilities between MinGW.org and MinGW64 headersEli Zaretskii2013-03-263-3/+12
* Changelog for previous commit.Jan Djärv2013-03-251-0/+5
* * configure.ac (HAVE_XKB): Define if Xkb is present.Jan Djärv2013-03-251-0/+8
* Reorder conditions that are written backwardsAndreas Schwab2013-03-2446-153/+216
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-244-11/+22
* Static checking by GCC 4.8-20130319.Paul Eggert2013-03-234-21/+34
* * src/w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro.Ken Brown2013-03-232-0/+7
* * src/w32term.c (w32_initialize): Silence compiler warning.Ken Brown2013-03-232-1/+5
* Fix fullscreen resizing of multiple frames on MS-Windows.Eli Zaretskii2013-03-233-24/+50
* Fix bug #14032 with restoring frame dimensions on MS-Windows.Eli Zaretskii2013-03-234-18/+46
* * src/unexcw.c: Update for x86_64-cygwin.Ken Brown2013-03-222-4/+21
* * frame.h (struct frame): Put menu_bar_window under #ifdefDmitry Antipov2013-03-225-6/+34
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-219-141/+220
* * alloc.c: Remove redundant static declarations.Paul Eggert2013-03-212-18/+4
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-208-165/+144
* Fix ChangeLog entry.Dmitry Antipov2013-03-201-1/+1
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-2011-57/+84
* merge trunkKenichi Handa2013-03-2010-30/+57
|\
| * * print.c (syms_of_print): Initialize debugging output not here...Dmitry Antipov2013-03-194-6/+19
| * * window.c (Fwindow_combination_limit, Fset_window_combination_limit):Dmitry Antipov2013-03-192-16/+30
| * Spelling fixes.Paul Eggert2013-03-185-8/+8
* | coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa2013-03-202-1/+7
|/
* * window.c (window_resize_check, window_resize_apply)Dmitry Antipov2013-03-183-17/+28
* * src/dispnew.c (bitch_at_user): Use `user-error'.Stefan Monnier2013-03-172-7/+11
* Fix return type of image_background (Bug#13981)Ken Brown2013-03-173-6/+15
* * nsterm.m (ns_select): Don't return with result uninitialized.Jan Djärv2013-03-162-0/+6
* * nsterm.m (updateFrameSize:): Change resize increments if needed.Jan Djärv2013-03-162-0/+16
* * nsfns.m (ns_filename_from_panel, ns_directory_from_panel): NewJan Djärv2013-03-163-4/+80
* * coding.c (decode_coding_gap): Fix typo caught by static checking.Paul Eggert2013-03-152-1/+5
* merge trunkKenichi Handa2013-03-1620-114/+153
|\
| * Match the effect of FULLSCREEN_BOTH and FULLSCREEN_MAXIMIZED to docs on Windows.Eli Zaretskii2013-03-152-2/+7
| * src/ChangeLog: Fix a typo in a recent entry.Eli Zaretskii2013-03-151-1/+1
| * * region-cache.c (find_cache_boundary, move_cache_gap)Dmitry Antipov2013-03-152-38/+27
| * Fix bug #13953 with spontaneous frame resizes on MS-Windows.Eli Zaretskii2013-03-142-15/+22
| * * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI buildsDaniel Colascione2013-03-132-2/+9
| * File synchronization fixes.Paul Eggert2013-03-136-25/+32
| * Fix bug #13937 with creating a maximized frame on MS-Windows.Eli Zaretskii2013-03-132-1/+17
| * * window.c (Fscroll_other_window): Use SET_PT_BOTH because bothDmitry Antipov2013-03-132-1/+3
| * * xdisp.c (init_iterator): Simplify because both character and byteDmitry Antipov2013-03-132-7/+8
| * Static checking by Sun C 5.12.Paul Eggert2013-03-1311-25/+23
| * * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.Paul Eggert2013-03-122-4/+11
* | Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-165-59/+209
|/
* Spelling fixes.Paul Eggert2013-03-101-1/+1
* * insdel.c (adjust_after_replace): Use bool for boolean.Paul Eggert2013-03-103-8/+10