summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2013-03-17Fix return type of image_background (Bug#13981)Ken Brown
2013-03-16* nsterm.m (ns_select): Don't return with result uninitialized.Jan Djärv
2013-03-16* nsterm.m (updateFrameSize:): Change resize increments if needed.Jan Djärv
2013-03-16* nsfns.m (ns_filename_from_panel, ns_directory_from_panel): NewJan Djärv
2013-03-15* coding.c (decode_coding_gap): Fix typo caught by static checking.Paul Eggert
2013-03-16merge trunkKenichi Handa
2013-03-16Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa
2013-03-15Match the effect of FULLSCREEN_BOTH and FULLSCREEN_MAXIMIZED to docs on Windows.Eli Zaretskii
2013-03-15src/ChangeLog: Fix a typo in a recent entry.Eli Zaretskii
2013-03-15* region-cache.c (find_cache_boundary, move_cache_gap)Dmitry Antipov
2013-03-14Fix bug #13953 with spontaneous frame resizes on MS-Windows.Eli Zaretskii
2013-03-13* emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI buildsDaniel Colascione
2013-03-13File synchronization fixes.Paul Eggert
2013-03-13Fix bug #13937 with creating a maximized frame on MS-Windows.Eli Zaretskii
2013-03-13* window.c (Fscroll_other_window): Use SET_PT_BOTH because bothDmitry Antipov
2013-03-13* xdisp.c (init_iterator): Simplify because both character and byteDmitry Antipov
2013-03-13Static checking by Sun C 5.12.Paul Eggert
2013-03-12* sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.Paul Eggert
2013-03-10* insdel.c (adjust_after_replace): Use bool for boolean.Paul Eggert
2013-03-10Add 24.3 release to ChangeLogsGlenn Morris
2013-03-10* src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier
2013-03-102013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione
2013-03-10* src/lread.c: Minor cleanup.Stefan Monnier
2013-03-10* src/bytecode.c (struct byte_stack): Remove `constants' when unused.Stefan Monnier
2013-03-10Use macros from dispextern.h where appropriate.Eli Zaretskii
2013-03-10On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa
2013-03-08Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier
2013-03-08region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert
2013-03-08* search.c (find_newline): Accept start and end byte positionsDmitry Antipov
2013-03-07print.c, process.c: Use bool for booleans.Paul Eggert
2013-03-08* bidi.c (bidi_fetch_char): Swap first and second argumentsDmitry Antipov
2013-03-07src/.gdbinit (prowlims): Display the enabled_p flag of the row.Eli Zaretskii
2013-03-07Avoid character to byte conversions in motion subroutines.Dmitry Antipov
2013-03-07* lisp.h (list2i, list3i): New functions.Dmitry Antipov
2013-03-06Rename find_next_newline to find_newline_no_quit.Eli Zaretskii
2013-03-06Fix bug #13879 with raw-text encoding of msdos.c.Eli Zaretskii
2013-03-06Coding system support cleanup and minor refactoring.Dmitry Antipov
2013-03-06Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ruGlenn Morris
2013-03-05Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert
2013-03-06* lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov
2013-03-05FILE's lock is now always .#FILE and may be a regular file.Paul Eggert
2013-03-05Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert
2013-03-05Don't sync charpos and bytepos in bidi_resolve_explicit_1.Eli Zaretskii
2013-03-04Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris
2013-03-04Also port to MirBSD.Paul Eggert
2013-03-04Fix a build failure on OpenBSD 4.x.Paul Eggert
2013-03-05* composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov
2013-03-04Fix misuse of ImageMagick that caused core dump.Paul Eggert
2013-03-04* font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov
2013-03-02* filelock.c (lock_file): Don't access freed storage.Paul Eggert