aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | * 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
* | | * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-106-92/+95
* | | 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-106-43/+114
* | | * src/lread.c: Minor cleanup.Stefan Monnier2013-03-102-47/+32
* | | * src/bytecode.c (struct byte_stack): Remove `constants' when unused.Stefan Monnier2013-03-102-9/+17
* | | Use macros from dispextern.h where appropriate.Eli Zaretskii2013-03-105-33/+56
* | | Fix previous change.Kenichi Handa2013-03-111-1/+3
* | | merge trunkKenichi Handa2013-03-101-1/+1
|\ \ \
| * | | coding.c (to_unicode): Fix a typo in a comment.Eli Zaretskii2013-03-091-1/+1
* | | | On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-104-11/+69
|/ / /
* | | Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-083-13/+22
* | | region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert2013-03-085-46/+60
* | | * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-087-31/+69
* | | print.c, process.c: Use bool for booleans.Paul Eggert2013-03-075-66/+86
* | | * bidi.c (bidi_fetch_char): Swap first and second argumentsDmitry Antipov2013-03-083-12/+18
* | | src/.gdbinit (prowlims): Display the enabled_p flag of the row.Eli Zaretskii2013-03-072-1/+5
* | | Avoid character to byte conversions in motion subroutines.Dmitry Antipov2013-03-074-61/+66
* | | * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-0713-58/+61
* | | Rename find_next_newline to find_newline_no_quit.Eli Zaretskii2013-03-066-18/+32
* | | Fix bug #13879 with raw-text encoding of msdos.c.Eli Zaretskii2013-03-062-10/+22
* | | Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-063-61/+37
* | | Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ruGlenn Morris2013-03-062-23/+15
|\ \ \ | |/ /
| * | Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-052-5/+6
| * | Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-052-18/+9
* | | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov2013-03-066-14/+19