Fix MinGW64 compilation of w32.c.
[bpt/emacs.git] / src / ChangeLog
2013-03-26 Eli ZaretskiiFix MinGW64 compilation of w32.c.
2013-03-26 Jan Djärv* gtkutil.c (style_changed_cb): Check if frame is live...
2013-03-26 Eli ZaretskiiMore MinGW64 fixes.
2013-03-26 Eli Zaretskiisrc/ChangeLog: Fix last log entry.
2013-03-26 Eli ZaretskiiFix more MinGW64 incompatibilities.
2013-03-26 Eli ZaretskiiFix more incompatibilities between MinGW.org and MinGW6...
2013-03-25 Jan DjärvChangelog for previous commit.
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-24 Dmitry Antipov* xfaces.c (Finternal_face_x_get_resource): Allow 3rd...
2013-03-24 Paul EggertStatic checking by GCC 4.8-20130319.
2013-03-24 Ken Brown* src/w32fns.c (emacs_abort) [CYGWIN]: Define `_open...
2013-03-24 Ken Brown* src/w32term.c (w32_initialize): Silence compiler...
2013-03-23 Eli ZaretskiiFix fullscreen resizing of multiple frames on MS-Windows.
2013-03-23 Eli ZaretskiiFix bug #14032 with restoring frame dimensions on MS...
2013-03-22 David EngsterMerge with CEDET upstream (rev. 8499).
2013-03-22 Ken Brown* src/unexcw.c: Update for x86_64-cygwin.
2013-03-22 Dmitry Antipov* frame.h (struct frame): Put menu_bar_window under...
2013-03-21 Paul EggertUse functions and constants to manipulate Lisp_Save_Val...
2013-03-21 Paul Eggert* alloc.c: Remove redundant static declarations.
2013-03-20 Dmitry Antipov* window.h (struct window): Convert left_col, top_line...
2013-03-20 Dmitry AntipovFix ChangeLog entry.
2013-03-20 Dmitry Antipov* frame.h (struct frame): Drop resx and resy because...
2013-03-20 Kenichi Handamerge trunk
2013-03-20 Kenichi Handacoding.c (syms_of_coding): Initialize disable_ascii_opt...
2013-03-19 Dmitry Antipov* print.c (syms_of_print): Initialize debugging output...
2013-03-19 Dmitry Antipov* window.c (Fwindow_combination_limit, Fset_window_comb...
2013-03-18 Dmitry Antipov* window.c (window_resize_check, window_resize_apply)
2013-03-17 Stefan Monnier* src/dispnew.c (bitch_at_user): Use `user-error'.
2013-03-17 Ken BrownFix return type of image_background (Bug#13981)
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-16 Jan Djärv* nsterm.m (ns_select): Don't return with result uninit...
2013-03-16 Jan Djärv* nsterm.m (updateFrameSize:): Change resize increments...
2013-03-16 Jan Djärv* nsfns.m (ns_filename_from_panel, ns_directory_from_pa...
2013-03-15 Paul Eggert* coding.c (decode_coding_gap): Fix typo caught by...
2013-03-15 Kenichi Handamerge trunk
2013-03-15 Kenichi HandaOptimize ASCII file reading with EOL format detection...
2013-03-15 Eli ZaretskiiMatch the effect of FULLSCREEN_BOTH and FULLSCREEN_MAXI...
2013-03-15 Eli Zaretskiisrc/ChangeLog: Fix a typo in a recent entry.
2013-03-15 Dmitry Antipov* region-cache.c (find_cache_boundary, move_cache_gap)
2013-03-14 Eli ZaretskiiFix bug #13953 with spontaneous frame resizes on MS...
2013-03-13 Daniel Colascione* emacs.c (main): Call syms_of_cygw32 on CYGWIN non...
2013-03-13 Paul EggertFile synchronization fixes.
2013-03-13 Eli ZaretskiiFix bug #13937 with creating a maximized frame on MS...
2013-03-13 Dmitry Antipov* window.c (Fscroll_other_window): Use SET_PT_BOTH...
2013-03-13 Dmitry Antipov* xdisp.c (init_iterator): Simplify because both charac...
2013-03-13 Paul EggertStatic checking by Sun C 5.12.
2013-03-13 Paul Eggert* sysdep.c: Remove a use of BSD_SYSTEM, which I'm tryin...
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-11 Paul Eggert* insdel.c (adjust_after_replace): Use bool for boolean.
2013-03-11 Glenn MorrisAdd 24.3 release to ChangeLogs
2013-03-11 Stefan Monnier* src/keyboard.c: Move keyboard decoding to read_key_se...
2013-03-10 Daniel Colascione2013-03-10 Daniel Colascione <dancol@dancol.org>
2013-03-10 Stefan Monnier* src/lread.c: Minor cleanup.
2013-03-10 Stefan Monnier* src/bytecode.c (struct byte_stack): Remove `constants...
2013-03-10 Eli ZaretskiiUse macros from dispextern.h where appropriate.
2013-03-10 Kenichi Handamerge trunk
2013-03-10 Kenichi HandaOn file insertion, skip decoding if all bytes are ASCII.
2013-03-09 Stefan MonnierSeparate mouse-1-click-follows-link from mouse-drag...
2013-03-08 Paul Eggertregion-cache.c, scroll.c, search.c: Use bool for booleans.
2013-03-08 Dmitry Antipov* search.c (find_newline): Accept start and end byte...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-08 Paul Eggertprint.c, process.c: Use bool for booleans.
2013-03-07 Dmitry Antipov* bidi.c (bidi_fetch_char): Swap first and second arguments
2013-03-07 Eli Zaretskiisrc/.gdbinit (prowlims): Display the enabled_p flag...
2013-03-07 Dmitry AntipovAvoid character to byte conversions in motion subroutines.
2013-03-07 Dmitry Antipov* lisp.h (list2i, list3i): New functions.
2013-03-06 Eli ZaretskiiRename find_next_newline to find_newline_no_quit.
2013-03-06 Eli ZaretskiiFix bug #13879 with raw-text encoding of msdos.c.
2013-03-06 Dmitry AntipovCoding system support cleanup and minor refactoring.
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-06 Paul EggertFix a build failure on OpenBSD 4.x and MirBSD.
2013-03-05 Dmitry Antipov* lisp.h (find_next_newline_no_quit): Rename to find_ne...
2013-03-05 Paul EggertFILE's lock is now always .#FILE and may be a regular...
2013-03-05 Paul EggertFix a build failure on OpenBSD 4.x and MirBSD.
2013-03-05 Eli ZaretskiiDon't sync charpos and bytepos in bidi_resolve_explicit_1.
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-05 Paul EggertAlso port to MirBSD.
2013-03-05 Paul EggertFix a build failure on OpenBSD 4.x.
2013-03-05 Dmitry Antipov* composite.c (get_composition_id, fill_gstring_header):
2013-03-04 Paul EggertFix misuse of ImageMagick that caused core dump.
2013-03-04 Dmitry Antipov* font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Bill WohlerMerge from trunk; up to 2013-03-02T21:05:52Z!eggert...
2013-03-02 Paul Eggert* filelock.c (lock_file): Don't access freed storage.
2013-03-02 Paul EggertThe lock for FILE is now .#FILE or .#-FILE.
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-03-02 Paul Eggert* textprop.c: Use bool for booleans.
2013-03-02 Eli ZaretskiiProtect against changes of interval tree when adding...
2013-03-02 Eli ZaretskiiRevert last commit; fixed on emacs-24 branch instead.
2013-03-02 Eli ZaretskiiFix bug #13734 with errors in lisp.h macro expansion.
2013-03-02 Andreas SchwabFixes: debbugs:13734
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-27 Eli ZaretskiiFix race conditions with MS-Windows lock files by using...
2013-02-27 Eli Zaretskiiw32.c (sys_open): Don't reset the flags for FD in fd_in...
2013-02-27 Paul EggertQcall_interactively and Qexecute_kbd_macro are now...
2013-02-26 Bastien Guerry* window.c (Frecenter): Tiny docstring enhancement.
2013-02-26 Paul EggertMinor textprop integer cleanup.
2013-02-25 Eli ZaretskiiImplement CLASH_DETECTION for MS-Windows.
2013-02-25 Eli ZaretskiiFix bug #13743 with crashes due to recursive add-text...
2013-02-25 Stefan Monnier* src/callint.c (Fcall_interactively): Use the right...
next