summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emacs-lisp/package.el (package-install): Invert the second argument.scratch/package-fixArtur Malabarba2015-02-112-15/+20
* emacs-lisp/package.el: Indicate incompatible packages.Artur Malabarba2015-02-112-1/+27
* Add a backward-compatible version of seq-reverseNicolas Petton2015-02-114-10/+47
* Improve seq-group-by to return sequence elements in correct orderNicolas Petton2015-02-116-17/+32
* Add manual entry for fullscreen-restore parameter.Martin Rudalics2015-02-113-2/+21
* Improve toggling fullscreen state of frames.Martin Rudalics2015-02-117-57/+113
* Fix <li><p> indentation in shrLars Magne Ingebrigtsen2015-02-112-17/+29
* lisp/gnus/gnus-art.el (gnus-treat-buttonize): Don't buttonize URLs in HTMLLars Magne Ingebrigtsen2015-02-112-1/+6
* (shr-fill-line): Preserve background colours when indenting/folding.Lars Magne Ingebrigtsen2015-02-112-3/+14
* shr space widths fixupLars Magne Ingebrigtsen2015-02-112-25/+31
* * package-test.el (package-test-signed): More informative failure messagesGlenn Morris2015-02-102-9/+15
* lisp/gnus/mm-decode.el: Fix previous commitKatsumi Yamaoka2015-02-101-2/+3
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsKatsumi Yamaoka2015-02-107-1266/+1214
|\
| * Fix up :align-to background coloursLars Magne Ingebrigtsen2015-02-102-5/+19
| * Use bool for boolean in xdisp.cPaul Eggert2015-02-095-1261/+1195
* | lisp/gnus/mm-decode.el: Fix previous commitKatsumi Yamaoka2015-02-102-3/+9
|/
* shr cleanup and background color fixLars Magne Ingebrigtsen2015-02-102-44/+13
* (shr-tag-hr): Compute the right length when using fonts.Lars Magne Ingebrigtsen2015-02-102-2/+7
* Fix <h1> and <tt> renderingLars Magne Ingebrigtsen2015-02-102-1/+9
* Mention the shr font changesLars Magne Ingebrigtsen2015-02-103-0/+18
* Allow using variable-width fonts in ewwLars Magne Ingebrigtsen2015-02-105-264/+513
* python.el: Fix typo in eldoc initialization for Emacs 24.xFabián Ezequiel Gallina2015-02-091-2/+2
* python.el: Improved shell font lock respecting markers.Fabián Ezequiel Gallina2015-02-092-49/+53
* Check for some overflows in vertical-motionPaul Eggert2015-02-092-19/+33
* * xfont.c: Minor style fixesPaul Eggert2015-02-092-101/+101
* Fixes: debbugs:19820Gareth Rees2015-02-092-1/+5
* Fixes: debbugs:19815Simen Heggestøyl2015-02-092-2/+6
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2015-02-093-9/+13
|\
| * * lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Use macroexp-parse-body.Stefan Monnier2015-02-092-9/+6
| * * lisp/emacs-lisp/eieio-core.el (eieio-oset-default): Catch the unexpectedStefan Monnier2015-02-092-0/+7
* | Speed up vertical-motion when screen coordinates are knownEli Zaretskii2015-02-095-24/+74
|/
* Remove unused assignment.Dima Kogan2015-02-092-1/+4
* Try non-scaled xld fonts first, and scaled if that failed.Dima Kogan2015-02-093-85/+108
* * src/keyboard.c (syms_of_keyboard): Use non-nil default value.Stefan Monnier2015-02-092-1/+5
* * lisp/help-fns.el (help-fns--signature): Keep doc for keymap.Christopher Genovese2015-02-092-1/+7
* desktop.el: Save mark-ring less verbosely.Kelly Dean2015-02-092-4/+37
* Use C99's INFINITY and NAN macrosPaul Eggert2015-02-082-22/+10
* Fix bidi_explicit_dir_char undefined behaviorPaul Eggert2015-02-082-0/+9
* Add macro pcase-lambdaLeo Liu2015-02-094-1/+39
* Better distinguish infinite from invalid timesPaul Eggert2015-02-084-27/+56
* * configure.ac (HAVE_LIBXML2): Add missing comma.Paul Eggert2015-02-082-1/+5
* Port to platforms lacking test -a and -oPaul Eggert2015-02-085-7/+20
* newcomment.el (comment-line): Fix missing paren.Artur Malabarba2015-02-082-1/+5
* configure --with-gameuser now defaults to games group.Ulrich Müller2015-02-085-20/+25
* subr.el (apply-partially): Use lexical binding.David Kastrup2015-02-082-2/+6
* NEWS: Document `comment-line'.Artur Malabarba2015-02-082-0/+6
* newcomment.el (comment-line): New command on C-x C-;.Artur Malabarba2015-02-083-0/+39
* Minor tweaks to frame_size_history_addPaul Eggert2015-02-084-18/+15
* Fix a thinko in frame-parameter (Bug#19802)Eli Zaretskii2015-02-082-1/+12
* lisp/outline.el (outline-show-entry): Fix one invisible charOleh Krehel2015-02-082-1/+11