aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Use typedef for EMACS_INT, EMACS_UINT.Paul Eggert2012-07-254-9/+19
* | | gnus-art.el (gnus-kill-sticky-article-buffers): ReintroduceJulien Danjou2012-07-252-0/+16
* | | * nsterm.m (ns_read_socket): Return early if there is a modal window.Jan Djärv2012-07-252-0/+8
* | | Fixes: debbugs:12042Andreas Schwab2012-07-252-7/+11
* | | In pp-display-expression select old selected window only if it is still live ...Christopher Schmidt2012-07-252-1/+7
* | | Add advertised calling convention for redirect-frame-focus (Bug#12030).Martin Rudalics2012-07-254-3/+14
* | | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-2434-71/+92
* | | Adjust buffer text indirection counters at the end of Fkill_buffer.Dmitry Antipov2012-07-252-10/+22
* | | nnimap.el (nnimap-get-responses): Don't remove, still usedKatsumi Yamaoka2012-07-252-0/+13
* | | calc-alg.el (math-simplify-divide): Don't cross multiply Jay Belanger2012-07-242-1/+9
* | | Merge changes made in Gnus master; Remove dead codeJulien Danjou2012-07-2425-551/+72
* | | 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 displaying the user name in error message about no home directory.Eli Zaretskii2012-07-232-1/+11
* | | Fix bug #12025 with a crash when displaying tooltips.Eli Zaretskii2012-07-233-2/+22
* | | nnir.el ("nnir"): Revert last change, that's premature to merge from Gnus masterKatsumi Yamaoka2012-07-232-3/+8
* | | Cleanup miscellaneous objects allocation and initialization.Dmitry Antipov2012-07-234-33/+38
* | | nnir.el ("nnir"): Add 'virtual ability to nnir backendAndrew Cohen2012-07-232-3/+7
* | | Swap buffer text indirection counters in Fbuffer_swap_text.Dmitry Antipov2012-07-232-0/+8
* | | * ses.el (ses-cell-formula-aset): New macro.Vincent Belaïche2012-07-222-33/+67
* | | * 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
* | | Merge from gnulib (comment changes only).Paul Eggert2012-07-211-1/+5
* | | Spelling fixes.Paul Eggert2012-07-212-4/+4
* | | * 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
* | | Improve documentation of special events and of the "e" interactive spec.Eli Zaretskii2012-07-213-15/+30
* | | 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
* | | erc-notifications: new fileJulien Danjou2012-07-212-0/+94
* | | lisp/gnus/message.el: Replace deprecated rmail varsJulien Danjou2012-07-212-6/+12
* | | * 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-2111-14/+45
|\ \ \ | |/ /
| * | Use match-string-no-properties instead in c-defun-nameLeo Liu2012-07-212-2/+7
| * | * lisp/progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.Leo Liu2012-07-212-8/+13
| * | Backport: Recognize Objective-C methods also in c-defun-nameJan Djärv2012-07-212-0/+14
| * | * progmodes/cc-langs.el (c-symbol-start): Include char _.Leo Liu2012-07-202-1/+5
| * | Avoid two crashes involving windows on dead frames.Chong Yidong2012-07-192-2/+10
| * | * emacs.texi: Update ISBN.Chong Yidong2012-07-192-1/+5
| * | * lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.Stefan Monnier2012-07-185-1/+10
| * | * lisp/progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at endStefan Monnier2012-07-182-1/+7
* | | * ses.el (ses-rename-cell): Set new name also in reference list of cells of w...Vincent Belaïche2012-07-202-5/+21
* | | 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
* | | * lisp/term/x-win.el (x-menu-bar-open): Use `frame-parameter'Masatake YAMATO2012-07-203-9/+31