summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-1623-84/+382
|\
| * * src/window.c (save_window_save): Lookup window_point_insertion_type inStefan Monnier2014-04-163-6/+16
| * Fix the MSDOS build.Eli Zaretskii2014-04-1615-50/+283
| * Revert previous change.Paul Eggert2014-04-152-53/+39
| * Resurrect 2 entries in src/ChangeLog nuked by the previous commit.Eli Zaretskii2014-04-151-0/+10
| * Fix some xgselect-vs-pselect bugs.Paul Eggert2014-04-152-48/+52
| * * src/buffer.c (Foverlays_at): Add argument `sorted'.Stefan Monnier2014-04-152-3/+12
| * Fix bidirectional redisplay when deletion creates a paragraph start.Eli Zaretskii2014-04-142-3/+35
| * Port to IRIX 6.5.Paul Eggert2014-04-135-5/+24
| * Fix open-dribble-file's treatment of non-ASCII file names.Eli Zaretskii2014-04-132-3/+9
| * Fix bug #17255 with insufficient pure space on 32-bit Posix builds.Eli Zaretskii2014-04-132-1/+5
| * * src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly,Stefan Monnier2014-04-122-12/+10
| * * keyboard.c (Fopen_dribble_file): Avoid some races.Paul Eggert2014-04-122-9/+7
* | Remove DATA_SEG_BITS.Paul Eggert2014-04-165-60/+57
* | 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
|\ \ | |/