aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changelog for previous commit.Jan Djärv2013-03-251-0/+5
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+68
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-241-0/+7
* Static checking by GCC 4.8-20130319.Paul Eggert2013-03-231-0/+11
* * src/w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro.Ken Brown2013-03-231-0/+4
* * src/w32term.c (w32_initialize): Silence compiler warning.Ken Brown2013-03-231-0/+4
* Fix fullscreen resizing of multiple frames on MS-Windows.Eli Zaretskii2013-03-231-0/+14
* Fix bug #14032 with restoring frame dimensions on MS-Windows.Eli Zaretskii2013-03-231-0/+16
* * src/unexcw.c: Update for x86_64-cygwin.Ken Brown2013-03-221-0/+8
* * frame.h (struct frame): Put menu_bar_window under #ifdefDmitry Antipov2013-03-221-0/+12
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-0/+23
* * alloc.c: Remove redundant static declarations.Paul Eggert2013-03-211-0/+4
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-0/+11
* Fix ChangeLog entry.Dmitry Antipov2013-03-201-1/+1
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-0/+16
* merge trunkKenichi Handa2013-03-201-0/+11
|\
| * * print.c (syms_of_print): Initialize debugging output not here...Dmitry Antipov2013-03-191-0/+4
| * * window.c (Fwindow_combination_limit, Fset_window_combination_limit):Dmitry Antipov2013-03-191-0/+7
* | coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa2013-03-201-0/+6
|/
* * window.c (window_resize_check, window_resize_apply)Dmitry Antipov2013-03-181-0/+10
* * src/dispnew.c (bitch_at_user): Use `user-error'.Stefan Monnier2013-03-171-6/+6
* Fix return type of image_background (Bug#13981)Ken Brown2013-03-171-0/+6
* * nsterm.m (ns_select): Don't return with result uninitialized.Jan Djärv2013-03-161-0/+1
* * nsterm.m (updateFrameSize:): Change resize increments if needed.Jan Djärv2013-03-161-0/+2
* * nsfns.m (ns_filename_from_panel, ns_directory_from_panel): NewJan Djärv2013-03-161-0/+14
* * coding.c (decode_coding_gap): Fix typo caught by static checking.Paul Eggert2013-03-151-0/+4
* merge trunkKenichi Handa2013-03-161-0/+76
|\
| * Match the effect of FULLSCREEN_BOTH and FULLSCREEN_MAXIMIZED to docs on Windows.Eli Zaretskii2013-03-151-0/+5
| * 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-151-0/+7
| * Fix bug #13953 with spontaneous frame resizes on MS-Windows.Eli Zaretskii2013-03-141-0/+10
| * * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI buildsDaniel Colascione2013-03-131-0/+7
| * File synchronization fixes.Paul Eggert2013-03-131-0/+11
| * Fix bug #13937 with creating a maximized frame on MS-Windows.Eli Zaretskii2013-03-131-0/+6
| * * window.c (Fscroll_other_window): Use SET_PT_BOTH because bothDmitry Antipov2013-03-131-0/+2
| * * xdisp.c (init_iterator): Simplify because both character and byteDmitry Antipov2013-03-131-0/+5
| * Static checking by Sun C 5.12.Paul Eggert2013-03-131-0/+15
| * * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.Paul Eggert2013-03-121-0/+8
* | Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-161-0/+28
|/
* * insdel.c (adjust_after_replace): Use bool for boolean.Paul Eggert2013-03-101-0/+4
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-101-0/+8
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-101-0/+25
* * src/lread.c: Minor cleanup.Stefan Monnier2013-03-101-0/+5
* * src/bytecode.c (struct byte_stack): Remove `constants' when unused.Stefan Monnier2013-03-101-6/+10
* Use macros from dispextern.h where appropriate.Eli Zaretskii2013-03-101-0/+21
* On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-101-0/+14
* Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-081-6/+15
* region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert2013-03-081-0/+13
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-0/+17
* print.c, process.c: Use bool for booleans.Paul Eggert2013-03-071-0/+18