summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-084-46/+48
* python.el: Fix completion-at-point.Fabián Ezequiel Gallina2015-02-082-66/+80
* python.el: Fix shell font-lock multiline input.Fabián Ezequiel Gallina2015-02-082-4/+14
* python.el: Make shell font-lock respect markers.Fabián Ezequiel Gallina2015-02-082-44/+53
* Fix attribution in previous commitFabián Ezequiel Gallina2015-02-071-1/+1
* python.el: Keep eldoc visible while typing args.Fabián Ezequiel Gallina2015-02-074-3/+90
* Fix hideshow integration.Fabián Ezequiel Gallina2015-02-074-50/+193
* * lisp/progmodes/python.el (python-check-custom-command): Do not useFabián Ezequiel Gallina2015-02-072-1/+8
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-0713-306/+641
* Remove no-longer-used cursor_in_echo_area codePaul Eggert2015-02-063-82/+66
* Make vc-test-svn03-working-revision passDmitry Gutov2015-02-072-6/+14
* (vc-cvs-dir-status-files): Don't pass DIR to `vc-cvs-command'Dmitry Gutov2015-02-072-1/+6
* Add documentation for seq-mapcat, seq-partition and seq-group-byNicolas Petton2015-02-062-1/+51
* Better docstring for seq.el functionsNicolas Petton2015-02-062-7/+13
* Add seq-partition and seq-group-byNicolas Petton2015-02-064-3/+47
* Add seq-mapcatNicolas Petton2015-02-064-3/+25
* doc-view.el (doc-view-kill-proc-and-buffer): Obsolete.Artur Malabarba2015-02-062-7/+7
* image-mode.el (image-kill-buffer): New command bound to k.Artur Malabarba2015-02-062-0/+9
* net/ldap.el (ldap-search-internal): Fix docstringThomas Fitzsimmons2015-02-062-2/+6
* Fix json error-definition condition build errorLars Magne Ingebrigtsen2015-02-062-1/+6
* Respect the :end-of-capability settingWolfgang Jenkner2015-02-062-2/+9
* emacs-lisp/package.el: Add missing (require 'subr-x)Artur Malabarba2015-02-052-0/+3
* emacs-lisp/package.el (package-delete): Don't always delesect.Artur Malabarba2015-02-052-1/+12
* emacs-lisp/package.el (package-menu-mark-install): Mark dependency.Artur Malabarba2015-02-052-2/+9
* automated/package-test.el (package-test-sort-by-dependence): New testArtur Malabarba2015-02-052-0/+27