summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-04-13Fix bug #17255 with insufficient pure space on 32-bit Posix builds.Eli Zaretskii
2014-04-12* src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly,Stefan Monnier
2014-04-12* keyboard.c (Fopen_dribble_file): Avoid some races.Paul Eggert
2014-04-12Merge from emacs-24; up to 2014-04-07T20:54:16Z!dancol@dancol.orgGlenn Morris
2014-04-12Fix bug #17244 with line-move-visual when display string covers a lot of text.Eli Zaretskii
2014-04-11src/w32.c (sys_umask) <WRITE_USER>: Remove redundant constant.Eli Zaretskii
2014-04-10Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.comGlenn Morris
2014-04-10* src/keyboard.c (Fopen_dribble_file): Make file private.Glenn Morris
2014-04-09Increase BASE_PURESIZEDaniel Colascione
2014-04-09Revert most of the recent change involving manifests on Cygwin. (Bug#17176)Ken Brown
2014-04-09* src/keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local.Stefan Monnier
2014-04-08* src/insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks andStefan Monnier
2014-04-08More GC assertionsDaniel Colascione
2014-04-08Rearrange pointer loggingDaniel Colascione
2014-04-07ChangeLog fixesGlenn Morris
2014-04-07Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione
2014-04-07* alloc.c: Simplify by removing use of HAVE_EXECINFO_H.Paul Eggert
2014-04-07* src/alloc.c: Keep track of symbols referenced from pure space (bug#17168).Stefan Monnier
2014-04-07lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert
2014-04-05ChangeLog fixGlenn Morris
2014-04-05Minor doc updates related to dribble filesGlenn Morris
2014-04-04Backport from trunk.Jan Djärv
2014-04-03Rename EARRAYSIZE to ARRAYELTSDaniel Colascione
2014-04-03Don't use manifest on Cygwin. (Bug#17176)Ken Brown
2014-04-03Assert that function cells contain valid lisp objectsDaniel Colascione
2014-04-03Rearrange suspicious pointer loggingDaniel Colascione
2014-04-03Clean up array size calculationsDaniel Colascione
2014-04-02Add missing src/ChangeLog text that somehow ended up in last commit message i...Daniel Colascione
2014-04-02* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier
2014-04-02Add GC bug investigation codeDaniel Colascione
2014-04-02* xterm.c (x_term_init) [USE_LUCID]: Fix minor memory leak.Dmitry Antipov
2014-04-02Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero
2014-04-02In x_new_font don't calculate non-toolkit scrollbar width from font width (Bu...Martin Rudalics
2014-04-02* font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov
2014-04-01* fns.c (validate_subarray): Rename from validate_substring,Paul Eggert
2014-03-31* fns.c (Fsubstring, Fsubstring_no_properties, secure_hash):Dmitry Antipov
2014-03-31* search.c (Freplace_match): Use make_specified_string.Dmitry Antipov
2014-03-31* nsmenu.m (free_frame_tool_bar): Set wait_for_tool_bar = NOJan Djärv
2014-03-30Avoid flickering on frame creation with tool bar on OSX.Jan Djärv
2014-03-30In x_set_window_size postpone calculation of default frame sizes (Bug#17142).Martin Rudalics
2014-03-28Improve usage of AC_INITGlenn Morris
2014-03-28Add system-configuration-features, summarising some configure resultsGlenn Morris
2014-03-28* src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)Ken Brown
2014-03-28Adjust image background width on X11 accordingly when its x position is adjus...YAMAMOTO Mitsuharu
2014-03-27Port recent signal-related changes to FreeBSD.Paul Eggert
2014-03-27Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.orgJuanma Barranquero
2014-03-27Fix bug #17115 with displaying on w32 images that have 'box' face.YAMAMOTO Mitsuharu
2014-03-27src/image.c: Avoid partial load of SVG libraries.Juanma Barranquero
2014-03-26More backward-compatible fix to char-equal core dump.Paul Eggert