summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-10-08Merge from trunk after cygw32 commit, and resolve conflicts.Eli Zaretskii
2012-10-08Code cleanup for cygw32Daniel Colascione
2012-10-08Update w32 dependencies in the wake of cygw32 changes.Eli Zaretskii
2012-10-08Avoid compiler warnings on w32, caused by cygw32 changes.Eli Zaretskii
2012-10-08Improve fix for jpeglib build breakDaniel Colascione
2012-10-08Commit ChangeLog for last change.Eli Zaretskii
2012-10-08Fix conditional macros in emacs.c, introduced by cygw32 addition.Eli Zaretskii
2012-10-07Changelog entries for cygw32Daniel Colascione
2012-10-07Don't abort when ralloc.c:relinquish cannot return a heap to the system.Eli Zaretskii
2012-10-07Reformat last entries to fit 80 columns.Jan Djärv
2012-10-07Final version that supports only one watch at a time.Eli Zaretskii
2012-10-07* nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506).Jan Djärv
2012-10-07Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv
2012-10-07* nsfns.m (ns_in_resize): Remove.Jan Djärv
2012-10-06Improve sys_siglist detection.Paul Eggert
2012-10-06Handle fullscreen parameter in initial/defult-frame-alist for NS.Jan Djärv
2012-10-05* keyboard.c (read_char): Remove unnecessary 'volatile's and label.Paul Eggert
2012-10-05Fix a typo in a w32proc.c declaration.Eli Zaretskii
2012-10-05Support setting file times of directories on MS-Windows.Eli Zaretskii
2012-10-05Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris
2012-10-04Fix test for invalid handle in w32.c's 'utime'.Eli Zaretskii
2012-10-04* src/minibuf.c (Fcompleting_read): Doc fix (tiny change)Ikumi Keita
2012-10-04Move ChangeLog entry to proper file.Paul Eggert
2012-10-03* profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert
2012-10-02* profiler.c (handle_profiler_signal): Fix a malloc racePaul Eggert
2012-10-02* nsterm.m (windowDidEnterFullScreen): Remove fprintf.Jan Djärv
2012-10-02Fix compilation warnings in the MS-Windows build.Eli Zaretskii
2012-10-01Prefer plain 'static' to 'static inline'.Paul Eggert
2012-10-01Count overruns when profiling; change units to ns.Paul Eggert
2012-10-01* src/buffer.c (Fmake_overlay): Fix last change.Stefan Monnier
2012-10-01Misc minor simplifications in C code.Stefan Monnier
2012-10-02src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependen...Juanma Barranquero
2012-10-01Fix a malloc race condition involving strsignal.Paul Eggert
2012-10-01Fix high CPU usage in profiling on MS-Windows.Eli Zaretskii
2012-10-01* src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)Stefan Monnier
2012-10-01Fix minor compilation problem with MSVC.Fabrice Popineau
2012-10-01Clean up the Windows x64 changes.Eli Zaretskii
2012-10-01Improve 'alarm' implementation on MS-Windows.Eli Zaretskii
2012-10-01Fix termination sequence on Windows wrt interval timers.Eli Zaretskii
2012-10-01* xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.Paul Eggert
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-30* bidi.c: Tune.Paul Eggert
2012-09-30Revert the FOLLOW-SYMLINKS change for file-attributes.Paul Eggert
2012-09-30* frame.c (x_report_frame_params): Port better to wider ints.Paul Eggert
2012-09-30Fix last commit.Fabrice Popineau
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau
2012-09-30file-attributes has a new optional arg FOLLOW-SYMLINKS.Paul Eggert
2012-09-30* src/.gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.Stefan Monnier
2012-09-30Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii
2012-09-30coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ...Kenichi Handa