aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Auto-commit of generated files.Glenn Morris2012-10-042-1/+107
| * | | | Move ChangeLog entry to proper file.Paul Eggert2012-10-042-11/+11
| * | | | Merge from gnulib.Paul Eggert2012-10-0410-11/+130
| * | | | * profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert2012-10-034-3/+13
| * | | | Port timers to OpenBSD, plus check for timer failures.Paul Eggert2012-10-034-13/+36
| * | | | Fix cornercase for string syntax.Fabián Ezequiel Gallina2012-10-032-16/+19
| * | | | * lisp/help-macro.el (three-step-help): Revert 2012-09-29 change.Glenn Morris2012-10-032-0/+10
| * | | | Have kill-this-buffer don't do anything when frame is not alive or visible (B...Martin Rudalics2012-10-032-3/+11
| * | | | In debug restore current buffer when quitting debugger window (Bug#12502).Martin Rudalics2012-10-032-1/+8
| * | | | * profiler.c (handle_profiler_signal): Fix a malloc racePaul Eggert2012-10-022-0/+14
| * | | | * nsterm.m (windowDidEnterFullScreen): Remove fprintf.Jan Djärv2012-10-022-1/+4
| * | | | Fix compilation warnings in the MS-Windows build.Eli Zaretskii2012-10-024-2/+12
| * | | | Incorporate Semantic's hideif components into hideif.el (replacing advice)Chong Yidong2012-10-022-6/+18
| * | | | Prefer plain 'static' to 'static inline'.Paul Eggert2012-10-012-22/+34
| * | | | Insert the literal warning string, to make it easier to findGlenn Morris2012-10-011-1/+2
| * | | | * maintaining.texi (VC Directory Commands): Remove duplicate `q' entry.Glenn Morris2012-10-012-7/+6
| * | | | Count overruns when profiling; change units to ns.Paul Eggert2012-10-014-15/+49
| * | | | Mark tiny change from author without assignmentGlenn Morris2012-10-011-1/+1
| * | | | Bugfix for EUDCB-BBDB queries.Sergio Durigan Junior2012-10-022-12/+17
| * | | | Restore Version headers removed in last CEDET merge.Chong Yidong2012-10-025-0/+11
| * | | | * lisp/vc/diff-mode.el (diff--auto-refine-data): New var.Stefan Monnier2012-10-012-2/+24
| * | | | * lisp/url/url-http.el (url-http-user-agent-string): Leak less info.Stefan Monnier2012-10-012-15/+9
| * | | | * lisp/textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.Stefan Monnier2012-10-012-261/+204
| * | | | * lisp/bookmark.el (bookmark-search-pattern): Remove var.Stefan Monnier2012-10-012-38/+20
| * | | | * src/buffer.c (Fmake_overlay): Fix last change.Stefan Monnier2012-10-012-3/+3
| * | | | * lisp/faces.el (modeline): Remove obsolete face name.Stefan Monnier2012-10-013-3/+4
| * | | | * lisp/vc/add-log.el (add-log-buffer-file-name-function): Demote to defvarStefan Monnier2012-10-012-8/+10
| * | | | Misc minor simplifications in C code.Stefan Monnier2012-10-015-14/+19
| * | | | Support git commit --amend/--signoffDmitry Gutov2012-10-023-15/+97
| * | | | src/makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): Update dependen...Juanma Barranquero2012-10-022-0/+7
| * | | | Fix a malloc race condition involving strsignal.Paul Eggert2012-10-015-20/+36
| * | | | Fix high CPU usage in profiling on MS-Windows.Eli Zaretskii2012-10-012-4/+9
| * | | | * src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)Stefan Monnier2012-10-012-8/+5
| * | | | Update CEDET from upstream.Chong Yidong2012-10-02115-1654/+5698
| * | | | Fix minor compilation problem with MSVC.Fabrice Popineau2012-10-012-4/+10
| * | | | Make make-docfile.c consistent with src/keyboard.c.Fabrice Popineau2012-10-012-1/+10
| * | | | Clean up the Windows x64 changes.Eli Zaretskii2012-10-015-10/+26
| * | | | Auto-commit of loaddefs files.Glenn Morris2012-10-011-635/+705
| * | | | Remove forgotten debug code from w32proc.c.Eli Zaretskii2012-10-011-4/+2
| * | | | Improve 'alarm' implementation on MS-Windows.Eli Zaretskii2012-10-012-3/+11
| * | | | Fix termination sequence on Windows wrt interval timers.Eli Zaretskii2012-10-013-4/+33
| * | | | * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.Paul Eggert2012-10-013-1/+7
| * | | | Remove info on deleted emacs22 iconsGlenn Morris2012-09-301-7/+0
| * | | | Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-3025-187/+271
| * | | | * bidi.c: Tune.Paul Eggert2012-09-302-14/+14
| * | | | Complete previous commit.Bastien Guerry2012-10-011-1/+1
| * | | | etc/refcards/orgcard.tex: Update and add a ChangeLog entry.Bastien Guerry2012-10-011-0/+4
| * | | | Remove duplicate ChangeLog entry.Bastien Guerry2012-10-011-6/+0
| * | | | Add a ChangeLog entry for modifications in etc/org/*xml.Bastien Guerry2012-10-011-0/+5
| * | | | * lisp/emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.Stefan Monnier2012-10-012-42/+55