summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-23* nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,Jan Djärv
2012-09-23* keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.Chong Yidong
2012-09-22* .gdbinit: Just stop at fatal_error_backtrace.Paul Eggert
2012-09-22Misc doc fixes.Chong Yidong
2012-09-22Refactor image-type loading.Chong Yidong
2012-09-22Fix bugs #12447 and #12326 with infloop causes by idle timers, update docs.Eli Zaretskii
2012-09-22Make Temp Buffer Resize Mode less intrusive (Bug#1806).Martin Rudalics
2012-09-22Fix bug #10159 with crashes in auto-complete package.Eli Zaretskii
2012-09-22* emacs.c (shut_down_emacs): Don't assume stderr is buffered,Paul Eggert
2012-09-22Fix auto-save and locking for indirect buffers.Chong Yidong
2012-09-22merge trunkKenichi Handa
2012-09-22composite.c (composition_reseat_it): Handle the case that a grapheme cluster ...Kenichi Handa
2012-09-21Backport fix for Bug#12463 from trunk.Chong Yidong
2012-09-21Fix list duplication error in define_image_type.Chong Yidong
2012-09-21Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong
2012-09-20Add new load command for Xcode 4.5.YAMAMOTO Mitsuharu
2012-09-19* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier
2012-09-19Omit unused arg EXPECTED from socket hooks.Paul Eggert
2012-09-20src/w32gui.h (XParseGeometry): Do not declare.Juanma Barranquero
2012-09-19* w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.Paul Eggert
2012-09-19* frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.Paul Eggert
2012-09-19* lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry.Jan Djärv
2012-09-17run-hooks-with-args-* do fixes (bug#12393)Glenn Morris
2012-09-17Fix bug #12196 with infloop when cache-long-line-scans is non-nil.Eli Zaretskii
2012-09-17Set pending_signals to 1 in w32term.c's read-socket hook.Eli Zaretskii
2012-09-17Fix the value of __malloc_extra_blocks.Eli Zaretskii
2012-09-16Remove no-longer-needed Solaris 2.4 vfork bug workaround.Paul Eggert
2012-09-16Reduce the number of versioned files storing the short copyright stringGlenn Morris
2012-09-16Remove configure's --without-sync-input option.Paul Eggert
2012-09-16* font.c (Ffont_shape_gstring): Remove unused local.Paul Eggert
2012-09-16* src/Makefile.in (clean): No longer run nextstep's clean.Glenn Morris
2012-09-16Increase compartmentalization of Nextstep builds rules,Glenn Morris
2012-09-17font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may not covert the ...Kenichi Handa
2012-09-16merge trunkKenichi Handa
2012-09-16Window parameter functions again accept any window as argument (Bug#12452).Martin Rudalics
2012-09-16Try to fix crashes introduced by 2012-09-10T21:01:45Z!jan.h.d@swipnet.se.Jan Djärv
2012-09-15* alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.Tomohiro Matsuyama
2012-09-15Port _setjmp fix to POSIXish hosts as well as Microsoft.Paul Eggert
2012-09-15Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-15merge trunkKenichi Handa
2012-09-15font.c (Ffont_shape_gstring): Don't adjust grapheme cluster here, but just ch...Kenichi Handa
2012-09-14Fix glitches with 'configure --without-sync-input'.Paul Eggert
2012-09-14Fixes: debbugs:12444Andreas Schwab
2012-09-14Avoid out-of-range marker position (Bug#12426).Dmitry Antipov
2012-09-14In Fformat_mode_line always save/restore current buffer. (Bug#12387)Martin Rudalics
2012-09-14src/makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.Juanma Barranquero
2012-09-13Use a more backwards-compatible timer format.Paul Eggert
2012-09-13Fix typos in ChangeLogs.Juanma Barranquero