aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)Eli Zaretskii2012-07-284-16/+57
* | Fix --without-x build.Eli Zaretskii2012-07-282-1/+10
* | Adjust GDB to reflect pvec_type changes.Paul Eggert2012-07-272-3/+18
* | Fix type comparison error.Michael Albinus2012-07-271-2/+3
* | Fix name typo.Michael Albinus2012-07-271-1/+1
* | * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize sessionMichael Albinus2012-07-272-63/+84
* | Fix listn introduced in 2012-07-27T06:04:35Z!dmantipov@yandex.ru.Eli Zaretskii2012-07-272-1/+4
* | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-2714-22/+29
* | Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-275-180/+123
* | Fix recently-introduced typos in Windows port.Dmitry Antipov2012-07-273-3/+10
* | Improve GDB symbol export.Paul Eggert2012-07-264-58/+93
* | Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-2714-85/+131
* | Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-275-116/+196
* | * emacs.c: Do not include <verify.h>; no longer needed.Paul Eggert2012-07-262-3/+2
* | Fix export of symbols to GDB.Paul Eggert2012-07-265-56/+82
* | src/makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.Juanma Barranquero2012-07-262-0/+5
* | Add Bug#1995-05-30T23:07:27Z!kwzh@gnu.org to latest ChangeLog entry.Paul Eggert2012-07-261-1/+1
* | Spelling fix in comment.Paul Eggert2012-07-261-1/+1
* | Simplify export of symbols to GDB; fix related .gdbinit bugs.Paul Eggert2012-07-265-85/+127
* | Explicitly free restriction data that are not needed anymore.Dmitry Antipov2012-07-262-0/+9
* | Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-256-48/+60
* | Use typedef for EMACS_INT, EMACS_UINT.Paul Eggert2012-07-254-9/+19
* | * nsterm.m (ns_read_socket): Return early if there is a modal window.Jan Djärv2012-07-252-0/+8
* | Add advertised calling convention for redirect-frame-focus (Bug#12030).Martin Rudalics2012-07-252-2/+7
* | Adjust buffer text indirection counters at the end of Fkill_buffer.Dmitry Antipov2012-07-252-10/+22
* | Fix display of tooltips damaged by enhancements for bug #11832.Eli Zaretskii2012-07-242-13/+24
* | Simplify copy_overlay.Dmitry Antipov2012-07-243-19/+28
* | Fix bug #12025 with a crash when displaying tooltips.Eli Zaretskii2012-07-233-2/+22
* | Cleanup miscellaneous objects allocation and initialization.Dmitry Antipov2012-07-234-33/+38
* | Swap buffer text indirection counters in Fbuffer_swap_text.Dmitry Antipov2012-07-232-0/+8
* | * nsmenu.m (Popdown_data): New struct.Jan Djärv2012-07-222-30/+56
* | Adjust consing_since_gc when objects are explicitly freed.Dmitry Antipov2012-07-222-4/+16
* | Simplify and cleanup markers positioning code.Dmitry Antipov2012-07-222-133/+90
* | * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,Paul Eggert2012-07-212-2/+7
* | Fix previous change in w32menu.c.Eli Zaretskii2012-07-212-3/+3
* | Bind language-change in special-event-map.Eli Zaretskii2012-07-212-0/+9
* | Fix data type casting when setting up menus on Windows.Eli Zaretskii2012-07-212-1/+14
* | * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.Jan Djärv2012-07-212-0/+3
* | * nsterm.m (conversationIdentifier): Return value is NSInteger.Jan Djärv2012-07-212-2/+3
* | * nsterm.m (accessibilityAttributeValue): New function..Jan Djärv2012-07-212-1/+60
* | Disallow windows on dead frames in decode_any_window.Chong Yidong2012-07-212-1/+10
* | Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.orgChong Yidong2012-07-211-2/+0
|\ \ | |/
| * Avoid two crashes involving windows on dead frames.Chong Yidong2012-07-192-2/+10
* | Add indirection counting to speed up Fkill_buffer.Dmitry Antipov2012-07-203-3/+45
* | Extend the value returned by Fgarbage_collect with heap statistics.Dmitry Antipov2012-07-203-44/+23
* | Make maybe_gc inline.Dmitry Antipov2012-07-203-19/+30
* | Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-2013-23/+39
* | Cleanup calls to Fgarbage_collect.Dmitry Antipov2012-07-206-42/+41
* | * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert2012-07-195-15/+24
* | * lisp/emacs-lisp/chart.el: Use lexical-binding.Stefan Monnier2012-07-193-19/+18