index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ChangeLog
Age
Commit message (
Expand
)
Author
2012-07-25
Use typedef for EMACS_INT, EMACS_UINT.
Paul Eggert
2012-07-25
* nsterm.m (ns_read_socket): Return early if there is a modal window.
Jan Djärv
2012-07-25
Add advertised calling convention for redirect-frame-focus (Bug#12030).
Martin Rudalics
2012-07-25
Adjust buffer text indirection counters at the end of Fkill_buffer.
Dmitry Antipov
2012-07-24
Fix display of tooltips damaged by enhancements for bug #11832.
Eli Zaretskii
2012-07-24
Simplify copy_overlay.
Dmitry Antipov
2012-07-23
Fix bug #12025 with a crash when displaying tooltips.
Eli Zaretskii
2012-07-23
Cleanup miscellaneous objects allocation and initialization.
Dmitry Antipov
2012-07-23
Swap buffer text indirection counters in Fbuffer_swap_text.
Dmitry Antipov
2012-07-22
* nsmenu.m (Popdown_data): New struct.
Jan Djärv
2012-07-22
Adjust consing_since_gc when objects are explicitly freed.
Dmitry Antipov
2012-07-22
Simplify and cleanup markers positioning code.
Dmitry Antipov
2012-07-21
* buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
Paul Eggert
2012-07-21
Fix previous change in w32menu.c.
Eli Zaretskii
2012-07-21
Bind language-change in special-event-map.
Eli Zaretskii
2012-07-21
Fix data type casting when setting up menus on Windows.
Eli Zaretskii
2012-07-21
* nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
Jan Djärv
2012-07-21
* nsterm.m (conversationIdentifier): Return value is NSInteger.
Jan Djärv
2012-07-21
* nsterm.m (accessibilityAttributeValue): New function..
Jan Djärv
2012-07-21
Disallow windows on dead frames in decode_any_window.
Chong Yidong
2012-07-20
Add indirection counting to speed up Fkill_buffer.
Dmitry Antipov
2012-07-20
Extend the value returned by Fgarbage_collect with heap statistics.
Dmitry Antipov
2012-07-20
Make maybe_gc inline.
Dmitry Antipov
2012-07-20
Simple wrapper for make_unibyte_string, adjust font_open_by_name.
Dmitry Antipov
2012-07-20
Cleanup calls to Fgarbage_collect.
Dmitry Antipov
2012-07-19
* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
Paul Eggert
2012-07-19
* lisp/emacs-lisp/chart.el: Use lexical-binding.
Stefan Monnier
2012-07-19
Tweak the value returned from Fgarbage_collect again.
Dmitry Antipov
2012-07-19
Compact buffers when idle.
Dmitry Antipov
2012-07-19
New macro to iterate over all buffers, miscellaneous cleanups.
Dmitry Antipov
2012-07-19
Avoid two crashes involving windows on dead frames.
Chong Yidong
2012-07-18
Fix bug that created negative-length intervals.
Andreas Schwab
2012-07-18
* alloc.c (Fmake_bool_vector): Fix off-by-8 bug
Paul Eggert
2012-07-18
Remove some struct layout assumptions in bool vectors.
Paul Eggert
2012-07-18
* src/eval.c (Fdefvar): Don't check constants since we only set the var if
Stefan Monnier
2012-07-18
* src/lisp.h (last_undo_boundary): Declare new var.
Stefan Monnier
2012-07-18
* w32font.c (Qsymbol): Remove local definition.
Andreas Schwab
2012-07-18
Fix sweep_vectors to handle large bool vectors correctly.
Dmitry Antipov
2012-07-18
Revert bogus change in 2011-07-28T21:49:16Z!eggert@cs.ucla.edu.
Chong Yidong
2012-07-18
Return more descriptive data from Fgarbage_collect.
Dmitry Antipov
2012-07-17
* alloc.c (Fmemory_free): Account for memory-free's own storage.
Paul Eggert
2012-07-17
Restore old code in allocate_string_data to avoid Faset breakage.
Dmitry Antipov
2012-07-17
Merge from emacs-24
Stefan Monnier
2012-07-17
Cleanup and convert miscellaneous checks to eassert.
Dmitry Antipov
2012-07-17
Document insert-char changes.
Chong Yidong
2012-07-17
Fix previous change to make Fmemory_free always accurate.
Dmitry Antipov
2012-07-17
Simple free memory accounting feature.
Dmitry Antipov
2012-07-17
Cleanup overlays checking.
Dmitry Antipov
2012-07-17
Make insert-char interactive, and ucs-insert an obsolete alias for it.
René Kyllingstad
2012-07-16
* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.
Paul Eggert
[prev]
[next]