aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | * bidi.c (bidi_fetch_char): Swap first and second argumentsDmitry Antipov2013-03-081-0/+10
* | src/.gdbinit (prowlims): Display the enabled_p flag of the row.Eli Zaretskii2013-03-071-0/+4
* | Avoid character to byte conversions in motion subroutines.Dmitry Antipov2013-03-071-0/+17
* | * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-0/+16
* | Rename find_next_newline to find_newline_no_quit.Eli Zaretskii2013-03-061-0/+12
* | Fix bug #13879 with raw-text encoding of msdos.c.Eli Zaretskii2013-03-061-0/+5
* | Coding system support cleanup and minor refactoring.Dmitry Antipov2013-03-061-0/+19
* | Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ruGlenn Morris2013-03-061-10/+12
|\ \ | |/
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-051-2/+3
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-051-6/+7
* | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov2013-03-061-0/+8
* | FILE's lock is now always .#FILE and may be a regular file.Paul Eggert2013-03-051-0/+52
* | Don't sync charpos and bytepos in bidi_resolve_explicit_1.Eli Zaretskii2013-03-051-0/+7
* | Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-041-0/+10
|\ \ | |/
| * Also port to MirBSD.Paul Eggert2013-03-041-3/+4
| * Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-041-0/+9
* | * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-051-0/+7
* | Fix misuse of ImageMagick that caused core dump.Paul Eggert2013-03-041-0/+6
* | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-041-0/+7
* | * filelock.c (lock_file): Don't access freed storage.Paul Eggert2013-03-021-0/+1