aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up configure-time library handling a bit.Paul Eggert2014-04-131-4/+0
* Merge from emacs-24; up to 2014-04-07T20:54:16Z!dancol@dancol.orgGlenn Morris2014-04-124-9/+47
|\
| * Fix bug #17244 with line-move-visual when display string covers a lot of text.Eli Zaretskii2014-04-123-2/+42
| * src/w32.c (sys_umask) <WRITE_USER>: Remove redundant constant.Eli Zaretskii2014-04-112-7/+7
* | Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.comGlenn Morris2014-04-103-2/+21
|\ \ | |/
| * * src/keyboard.c (Fopen_dribble_file): Make file private.Glenn Morris2014-04-102-1/+16
| * Revert most of the recent change involving manifests on Cygwin. (Bug#17176)Ken Brown2014-04-092-1/+5
* | Increase BASE_PURESIZEDaniel Colascione2014-04-092-1/+5
* | * src/keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local.Stefan Monnier2014-04-092-0/+3
* | * src/insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks andStefan Monnier2014-04-082-5/+11
* | Correct mergeDaniel Colascione2014-04-081-2/+2
* | More GC assertionsDaniel Colascione2014-04-082-0/+8
|\ \
| * | Assert that function cells contain valid lisp objectsDaniel Colascione2014-04-032-0/+10
* | | Rearrange pointer loggingDaniel Colascione2014-04-082-12/+25
|\ \ \ | |/ /
| * | Rearrange suspicious pointer loggingDaniel Colascione2014-04-032-14/+26
* | | ChangeLog fixesGlenn Morris2014-04-071-13/+2
* | | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione2014-04-078-32/+298
|\ \ \ | | |/ | |/|
| * | * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168).Stefan Monnier2014-04-073-19/+82
| * | src/bidi.c: Describe the design of reordering engine in the commentary.Eli Zaretskii2014-04-061-4/+186
| * | Minor doc updates related to dribble filesGlenn Morris2014-04-052-10/+14
| * | src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier2014-04-042-3/+4
| * | Backport from trunk.Jan Djärv2014-04-044-4/+39
| * | src/keyboard.c: Fix a typo in a comment to read_char.Eli Zaretskii2014-04-041-1/+1
| * | Don't use manifest on Cygwin. (Bug#17176)Ken Brown2014-04-032-1/+5
| * | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier2014-04-021-1/+1
* | | * alloc.c: Simplify by removing use of HAVE_EXECINFO_H.Paul Eggert2014-04-072-16/+17
* | | lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2014-04-071-9/+9
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-0523-72/+82
* | | ChangeLog fixGlenn Morris2014-04-051-58/+27
* | | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-0324-57/+57
| |/ |/|
* | Clean up array size calculationsDaniel Colascione2014-04-0322-72/+111
* | Add missing src/ChangeLog text that somehow ended up in last commit message i...Daniel Colascione2014-04-021-0/+10
* | Fix typoDaniel Colascione2014-04-021-1/+1
* | Add GC bug investigation codeDaniel Colascione2014-04-024-0/+120
* | * xterm.c (x_term_init) [USE_LUCID]: Fix minor memory leak.Dmitry Antipov2014-04-022-1/+6
* | Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero2014-04-024-33/+63
|\ \ | |/
| * In x_new_font don't calculate non-toolkit scrollbar width from font width (Bu...Martin Rudalics2014-04-022-14/+15
| * In x_set_window_size postpone calculation of default frame sizes (Bug#17142).Martin Rudalics2014-03-302-17/+30
| * * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)Ken Brown2014-03-282-0/+9
| * Adjust image background width on X11 accordingly when its x position is adjus...YAMAMOTO Mitsuharu2014-03-282-2/+11
* | * font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov2014-04-022-15/+24
* | * fns.c (validate_subarray): Rename from validate_substring,Paul Eggert2014-04-012-46/+59
* | * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash):Dmitry Antipov2014-03-312-66/+46
* | * search.c (Freplace_match): Use make_specified_string.Dmitry Antipov2014-03-314-20/+10
* | * nsmenu.m (free_frame_tool_bar): Set wait_for_tool_bar = NOJan Djärv2014-03-312-1/+7
* | Avoid flickering on frame creation with tool bar on OSX.Jan Djärv2014-03-304-3/+34
* | Improve usage of AC_INITGlenn Morris2014-03-282-2/+12
* | Add system-configuration-features, summarising some configure resultsGlenn Morris2014-03-282-0/+10
* | Port recent signal-related changes to FreeBSD.Paul Eggert2014-03-273-2/+10
* | Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.orgJuanma Barranquero2014-03-273-9/+39
|\ \ | |/