aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ispell.el: Define `ispell-with-no-warnings' as a macro. Deal with obsolete `i...Agustín Martín2012-05-302-14/+20
| * | Improve call-process-region error message.Jim Meyering2012-05-302-1/+6
| * | * alloc.c, lisp.h (make_pure_vector): Now static.Paul Eggert2012-05-303-2/+6
| * | * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-2916-596/+491
| * | Fix ChangeLog entry by negating its 1st sentence.Paul Eggert2012-05-291-1/+1
| * | Silence `checkdoc-ispell' errors where possible. Fix authors. ImproveStefan Merten2012-05-293-473/+601
| * | icalendar-tests: Fix Bug#11525 -- Add icalendar-import-format-uidUlf Jasper2012-05-294-45/+127
| * | Do not avoid creating empty evaporating overlays (Bug#9642).Troels Nielsen2012-05-292-42/+52
| * | Fix minor corner case bugs in byte compilation and pcase.Stefan Monnier2012-05-294-45/+71
| * | Fix active minibuffer case for window-deletable-p.Troels Nielsen2012-05-292-2/+10
| * | * lisp/simple.el (choose-completion): Use quit-window.Martin Rudalics2012-05-292-10/+5
| * | * whitespace.el (whitespace-cleanup): Fix whitespace-empty-at-bob-regexp usage.Chong Yidong2012-05-292-2/+6
| * | * vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on revert.Aaron S. Hawley2012-05-292-2/+7
| * | * lisp/isearch.el (isearch-mode-map): Bind `M-s _' to `isearch-toggle-symbol'.Juri Linkov2012-05-293-4/+52
| * | * lisp/isearch.el (isearch-word): Add docstring. Juri Linkov2012-05-292-13/+46
| * | * lisp/isearch.el (isearch-search-fun-default): New function.Juri Linkov2012-05-298-187/+187
| * | Spelling fixes.Paul Eggert2012-05-2815-34/+34
| * | Makefile.in (echo-info): Don't try to install info files named just ".info"Katsumi Yamaoka2012-05-292-1/+6
| * | * doc/lispintro/emacs-lisp-intro.texi: Nuke hand-written node pointers.Glenn Morris2012-05-282-437/+299
| * | * emacs/ack.texi, emacs/building.texi, emacs/calendar.texiGlenn Morris2012-05-2810-77/+84
| * | * doc/misc/sc.texi: Nuke hand-written node pointers.Glenn Morris2012-05-282-60/+63
| * | Fix bug #11513 with raise-frame on MS-Windows.Eli Zaretskii2012-05-284-15/+42
| * | Remove HAVE_SYSINFO from nt/config.nt, followup to 2012-05-28T00:46:33Z!egger...Eli Zaretskii2012-05-282-1/+4
| * | textmodex/{ispell,flyspell}.el: Decrease XEmacs incompatibilities.Agustín Martín2012-05-283-15/+64
| * | textmodes/ispell.el: Fix variable name. Show spellchecker on process start.Agustín Martín2012-05-282-3/+12
| * | Auto-commit of generated files.Glenn Morris2012-05-282-1073/+126
| * | * bidi.c (bidi_mirror_char): Put eassert before conversion to int.Paul Eggert2012-05-282-3/+11
| * | * lisp/progmodes/vhdl-mode.el: Sync with upstream 3.33.28.Reto Zimmermann2012-05-273-413/+892
| * | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-05-282-2/+10
| * | Make 'configure' a bit smaller and faster.Paul Eggert2012-05-275-24/+41
| * | lips/version.el (*-version-string): Declare.Juanma Barranquero2012-05-272-0/+9
| * | Fix the MSDOS build following gnulib update.Eli Zaretskii2012-05-274-2/+49
| * | Fix last change in bidi_mirror_char.Eli Zaretskii2012-05-272-1/+15
| * | * unexmacosx.c (copy_data_segment): Truncate after 16 charactersAndreas Schwab2012-05-272-9/+15
| * | Fix the MS-Windows build broken by 1995-02-25T20:57:45Z!rms@gnu.org.Eli Zaretskii2012-05-275-283/+315
| * | Auto-commit of generated files.Glenn Morris2012-05-274-345/+606
| * | * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'Juri Linkov2012-05-273-2/+12
| * | Assume gnulib does largefile.Paul Eggert2012-05-275-5/+15
| * | * lisp.h [REL_ALLOC]: Omit duplicate prototypes.Paul Eggert2012-05-272-9/+5
| * | * bidi.c (bidi_mirror_char): Don't possibly truncate the integerPaul Eggert2012-05-272-6/+9
| * | * doc/misc/cl.texi, doc/misc/dired-x.texi: Nuke hand-written node pointers.Glenn Morris2012-05-263-121/+103
| * | * doc/emacs/emacs.texi: Simplify following removal of node pointers.Glenn Morris2012-05-262-17/+2
| * | Nuke hand-written node pointers in doc/lisprefGlenn Morris2012-05-2652-108/+78
| * | Nuke hand-written node pointers in doc/emacsGlenn Morris2012-05-2637-71/+82
| * | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-2649-207/+553
| |\ \ | | |/
| | * Add a forgotten lisp/org/ChangeLog entry.Bastien Guerry2012-05-261-0/+3
| | * Fix typos in previousGlenn Morris2012-05-252-2/+2
| | * Fix major bug in the Org>ODT exporter.Bastien Guerry2012-05-253-12/+30
| | * Merge Org 7.8.11 -- important bug fixes.Bastien Guerry2012-05-2510-20/+61
| | * * src/callproc.c (Fcall_process): Restore a line that was accidentally commen...Ken Brown2012-05-242-1/+6