2014-01-23 |
Aidan Kehoe |
Correct some partial character accounting, buffered_bytecount_to_charcount().
|
2014-01-22 |
Aidan Kehoe |
Have the result of coding_character_tell() reflect str->convert_to, too.
|
2014-01-21 |
Aidan Kehoe |
Don't return a Charbpos before visible region, start_with_line_at_pixpos()
|
2014-01-20 |
Aidan Kehoe |
Use an explicit hexadecimal constant for READ_BUF_SIZE, correct ChangeLog.
|
2014-01-20 |
Aidan Kehoe |
Use alloca_{rawbytes,ibytes} in #'copy-file, #'insert-file-contents-internal
|
2014-01-18 |
Mike Sperber |
Bug fix in menubar.el
|
2014-01-16 |
Aidan Kehoe |
Use a larger buffering size in #'copy-file too.
|
2014-01-16 |
Aidan Kehoe |
Increase READ_BUF_SIZE, used in #'insert-file-contents-internal, to #x10000
|
2014-01-16 |
Aidan Kehoe |
Rework description of no_conversion coding system, avoiding pdump confusion.
|
2014-01-16 |
Aidan Kehoe |
Pass character count from coding systems to buffer insertion code.
|
2013-12-22 |
Aidan Kehoe |
Transform #'princ to #'write-sequence at compile time if appropriate.
|
2013-12-19 |
Aidan Kehoe |
Use skip_ascii() in no_conversion_convert() when encoding.
|
2013-12-17 |
Aidan Kehoe |
Use a face, show more context around open parenthesis, #'blink-matching-open
|
2013-12-17 |
Aidan Kehoe |
Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
|
2013-12-15 |
Aidan Kehoe |
Only make promote_args_lazy() available if WITH_NUMBER_TYPES.
|
2013-12-15 |
Aidan Kehoe |
Check (featurep 'font-mgr) before calling fontconfig functions, tests
|
2013-12-15 |
Aidan Kehoe |
Be lazy converting markers to integers, bytecode_{arithcompare,arithop}().
|
2013-12-15 |
Aidan Kehoe |
Return a fixnum as documented with marker arg, #'max, #'min
|
2013-10-28 |
Marcus Crestani |
Disable ASLR on Mavericks.
|
2013-09-15 |
Mats Lidell |
Add mode-require-final-newline from GNU. Thanks GNU.
|
2013-09-15 |
Stephen J. Turnbull |
Include uname and configure arguments in stdout.
|
2013-09-15 |
Stephen J. Turnbull |
process-tests should work on all POSIX systems.
|
2013-09-15 |
Stephen J. Turnbull |
Make fc-name-parse signal on invalid-argument.
|
2013-09-15 |
Stephen J. Turnbull |
Eliminate several compiler (clang) warnings.
|