summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-04-15Improve ralloc.c interface checking.Paul Eggert
2012-04-15Merge from trunk.Paul Eggert
2012-04-15* alloc.c (which_symbols): Fix alignment issue / type clash.Paul Eggert
2012-04-15Merge from trunk.Paul Eggert
2012-04-15Simplify enforcement of object address alignmentAndreas Schwab
2012-04-15Fix ChangeLog typos.Juanma Barranquero
2012-04-13Merge from trunk.Paul Eggert
2012-04-13Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).Paul Eggert
2012-04-13Merge from trunk.Paul Eggert
2012-04-13Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris
2012-04-13* lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n".Atsuo Ohki
2012-04-13* src/s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.Ken Brown
2012-04-13* src/indent.c (Fmove_to_column): Change interactive spec.Reuben Thomas
2012-04-11Use the real vfork under CygwinDaniel Colascione
2012-04-10* src/window.c (save_window_save): Obey window-point-insertion-type.Stefan Monnier
2012-04-10Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGSGlenn Morris
2012-04-10* src/alloc.c (lisp_align_malloc): Remove unneeded prototype.Stefan Monnier
2012-04-10Merge from trunk.Paul Eggert
2012-04-10* src/keyboard.c: Override inhibit-quit after the third C-g.Jason S. Cornez
2012-04-10Record and display absolute path of DLLs loaded (bug#10424).Juanma Barranquero
2012-04-10Merge 2012-04-09 GnuTLS fix from trunkChong Yidong
2012-04-09* syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIV...Paul Eggert
2012-04-09Merge from trunk.Paul Eggert
2012-04-09Merge from trunk.Paul Eggert
2012-04-09doc.c fix for bug#11036Glenn Morris
2012-04-09Rename leim/Makefile's BUILT_EMACS to EMACSGlenn Morris
2012-04-09Merge from trunk; add Bug#.Paul Eggert
2012-04-09Limit number of GnuTLS handshakes per connection.Ted Zlatanov
2012-04-09Remove defining user variables via * in docstring.Chong Yidong
2012-04-09Fix bug #11199 with killing a line at EOB that was bidi-reordered.Eli Zaretskii
2012-04-09* nsterm.m (constrainFrameRect): Always constrain when there is onlyJan Djärv
2012-04-09Fix bug #11094 with cursor display on display string after invisible text.Eli Zaretskii
2012-04-09configure: new option --enable-gcc-warningsPaul Eggert
2012-04-08composite.c: use 'double' consistentlyPaul Eggert
2012-04-08Generate leim-list with bootstrap-emacs, in prep for dumping it with emacsGlenn Morris
2012-04-08Remove ucs-set-table-for-input dead codeGlenn Morris
2012-04-08* lisp.h (struct Lisp_Symbol): Add explicit padding to ensureAndreas Schwab
2012-04-07src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.Juanma Barranquero
2012-04-07Avoid unnecessary pointer scanning in garbage collection (Bug#10780).Paul Eggert
2012-04-07Fix typo that broke non-Windows builds.Paul Eggert
2012-04-07Support building on MS-Windows with libxml2.Eli Zaretskii
2012-04-07Fix bug #11133 with vertical-motion across a long display string.Eli Zaretskii
2012-04-06Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii
2012-04-04Several miscellaneous doc changes.Chong Yidong
2012-04-01Fix unsafe use of alloca reported in bug #11138.Eli Zaretskii
2012-04-01Fixes: debbugs:11141Andreas Schwab
2012-03-31Fix bug #11063 with move_it_by_lines when there's a before-string at bol.Eli Zaretskii
2012-03-31Fix bug #7464 with mouse highlight after "C-x 1".Eli Zaretskii
2012-03-31Remove an incorrect assertion on move_it_by_lines.Eli Zaretskii
2012-03-31Fix cursor positioning in rows completely covered by display strings.Eli Zaretskii