aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-2433-125/+159
* Improve port of struct timespec to MS-Windows.Eli Zaretskii2012-06-2411-15/+42
* * etc/NEWS: Move and improve the defun/defalias changes.Lawrence Mitchell2012-06-242-35/+43
* First Coccinelle semantic patch.Dmitry Antipov2012-06-243-0/+28
* * xml.el (xml-parse-tag): Corrrectly handle comment embedded in non-tag text.Chong Yidong2012-06-242-1/+7
* Auto-commit of generated files.Glenn Morris2012-06-241-0/+63
* * emacsclient.c (set_local_socket): Fix a compiler warning.Samuel Bronson2012-06-242-1/+5
* Lisp manual -- improve discussion of ptys vs pipes.Thien-Thi Nguyen2012-06-242-18/+26
* Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert2012-06-235-12/+25
* Avoid compiler warnings in comparing time_t.Eli Zaretskii2012-06-234-5/+19
* src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-06-232-53/+70
* Fix misspelling in latest ChangeLog entry.Paul Eggert2012-06-231-1/+1
* Merge from gnulib.Paul Eggert2012-06-232-1/+49
* lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:...Juanma Barranquero2012-06-232-2/+6
* src/w32.c (ltime): Add return type and declare static.Juanma Barranquero2012-06-232-1/+6
* * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.Paul Eggert2012-06-232-9/+24
* Miscellaneous minor cleanups and simplifications.Stefan Monnier2012-06-238-23/+38
* Use @ interactive spec for Info-mouse-follow-link.Chong Yidong2012-06-232-4/+3
* Fixes for Info link-following mouse commands.Chong Yidong2012-06-232-46/+35
* Fix last commit.Chong Yidong2012-06-231-3/+0
* * mouse.el (mouse-drag-track): Deactivate the mark before popping.Chong Yidong2012-06-232-4/+11
* Fix a bug in w32-get-locale-info.Eli Zaretskii2012-06-232-1/+8
* Improve and document the language-change event on MS-Windows.Eli Zaretskii2012-06-235-6/+52
* * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.Chong Yidong2012-06-232-5/+8
* Fix the MS-Windows build broken by 2012-06-22T21:17:[email protected].Eli Zaretskii2012-06-2312-9/+126
* Auto-commit of generated files.Glenn Morris2012-06-234-7315/+8487
* * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't useAndreas Schwab2012-06-232-5/+10
* Really fix bug #11519, by fixing the last change in ralloc.c.Eli Zaretskii2012-06-232-5/+11
* Mark python-mode abbrevs as system abbrevs.Chong Yidong2012-06-233-6/+15
* * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.Paul Eggert2012-06-232-11/+32
* * lisp/emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists.Stefan Monnier2012-06-233-24/+35
* * lisp/minibuffer.el (completion--twq-try): Try to fail more gracefully whenStefan Monnier2012-06-222-5/+21
* * lisp/pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.Glenn Morris2012-06-222-3/+8
* Add gnulib files to support higher-resolution time stamps.Paul Eggert2012-06-2224-0/+2734
* Further GV/CL cleanups.Stefan Monnier2012-06-2215-329/+449
* Support higher-resolution time stamps.Paul Eggert2012-06-2253-1194/+1412
* * lisp/icomplete.el (icomplete-minibuffer-setup, icomplete-completions):Stefan Monnier2012-06-222-4/+9
* * lisp/subr.el (read-passwd): Don't use a history at all.Stefan Monnier2012-06-223-5/+14
* Merge from gnulib.Paul Eggert2012-06-2217-44/+65
* Improve pcmpl-rpm-query-options custom typeGlenn Morris2012-06-221-3/+7
* Fix bug #11726 -- send a message after `toggle-read-only'.Bastien Guerry2012-06-222-12/+20
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-2223-1976/+2047
* Further speed up rpm completion, by caching the installed packagesGlenn Morris2012-06-222-4/+30
* Misc doc fixes for Dired.Chong Yidong2012-06-224-62/+88
* * xdisp.c (x_consider_frame_title): Revert last change.Chong Yidong2012-06-222-0/+10
* Try to speed up pcomplete's calling of rpm -qaGlenn Morris2012-06-222-7/+34
* Enlarge NSTATICS to 0x650.Eli Zaretskii2012-06-222-1/+8
* * calendar.el (calendar-in-read-only-buffer): Avoid some needless mode changes.Glenn Morris2012-06-212-1/+6
* * url.el (url-retrieve-internal): Fix last change.Chong Yidong2012-06-212-3/+7
* Merge from emacs-24; up to 2012-04-26T03:04:[email protected]Glenn Morris2012-06-218-122/+141
|\