aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (eww-setup-buffer): Restore left-to-right defaultsLars Ingebrigtsen2015-12-271-0/+1
* * lisp/gnus/mml-sec.el (mml-secure-bcc-is-safe): Fix typo in last check-in.Lars Ingebrigtsen2015-12-271-1/+1
* Identify unsafe combinations of Bcc and encryptionJens Lechtenboerger2015-12-272-0/+56
* * shr.el (shr-descend): Allow using lambdas in external functions.Lars Ingebrigtsen2015-12-271-8/+10
* Use a different port for TLS ercƁukasz Stelmach2015-12-261-1/+6
* Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044)Alain Schneble2015-12-262-48/+41
* Let url use default file modes when copying filesLars Ingebrigtsen2015-12-251-1/+2
* Doc fix for url-httpDevon Sean McCullough2015-12-251-6/+9
* * eww.el (eww-display-html): Support <button> tags (bug#20485).Lars Ingebrigtsen2015-12-251-0/+1
* Made ffap-url-p a defun instead of a defsubstLars Ingebrigtsen2015-12-251-1/+1
* Add a command to view files in the browser to diredLars Ingebrigtsen2015-12-251-0/+1
* Allow http://user:pass@foo/ URLs againLars Ingebrigtsen2015-12-251-0/+3
* * eww.el (eww-mode-map): Fix command name of eww-toggle-colors.Lars Ingebrigtsen2015-12-251-1/+1
* Autoload url-insert-buffer-contentsSamer Masterson2015-12-251-0/+1
* Allow toggling colors in ewwLars Ingebrigtsen2015-12-252-1/+21
* Follow meta refresh tags in ewwLars Ingebrigtsen2015-12-251-0/+22
* More eww file name coding fixesLars Ingebrigtsen2015-12-251-2/+2
* Always save eww historyLars Ingebrigtsen2015-12-251-11/+10
* Default web pages to right-to-leftLars Ingebrigtsen2015-12-252-1/+11
* Make toggling checkboxes work againLars Ingebrigtsen2015-12-251-3/+6
* Don't store cookies with empty namesLars Ingebrigtsen2015-12-251-35/+36
* Stop rendering HTML before specdlr exhaustionLars Ingebrigtsen2015-12-251-2/+2
* Use cl-reduce, not reduce.Lars Ingebrigtsen2015-12-251-2/+2
* Allow several <tbody> tags in shrLars Ingebrigtsen2015-12-251-2/+13
* Make prettier unique file names in ewwLars Ingebrigtsen2015-12-241-6/+7
* Decode hex-encoded URLs before using them as file namesLars Ingebrigtsen2015-12-241-2/+27
* Add FreeBSD cert bundleAshish SHUKLA2015-12-241-4/+5
* Allow overriding shr functions from ewwLars Ingebrigtsen2015-12-242-8/+17
* Ignore invalid SVG imagesLars Ingebrigtsen2015-12-241-1/+3
* shr table rendering fixLars Ingebrigtsen2015-12-241-1/+1
* clipboard should still work even if interprogram-* is disabledSam Steingold2015-12-221-3/+9
* Fix bootstrap issue with dired-loaddefsPhillip Lord2015-12-181-1/+3
* dired generate autoloads to non-versioned file.Phillip Lord2015-12-174-558/+5
* eieio generate autoloads to non-versioned file.Phillip Lord2015-12-176-131/+6
* htmlfontify generate autoload to non-versioned file.Phillip Lord2015-12-173-22/+5
* ibuffer generate autoloads to non-versioned file.Phillip Lord2015-12-173-378/+4
* rmail generate autoloads to non-versioned file.Phillip Lord2015-12-179-229/+11
* Add autoload-force target.Phillip Lord2015-12-171-0/+7
* ps-print generate autoloads to non versioned file.Phillip Lord2015-12-173-74/+4
* reftex generate autoloads to non versioned file.Phillip Lord2015-12-1711-707/+13
* * lisp/calculator.el (calculator-define-key): Undo last changeStefan Monnier2015-12-071-33/+34
* * lisp/emacs-lisp/let-alist.el: Now an Elpa :core packageArtur Malabarba2015-12-011-3/+6
* ; Auto-commit of loaddefs files.Glenn Morris2015-12-011-215/+252
* * lisp/progmodes/which-func.el: Improve disabling the modeStefan Monnier2015-11-302-27/+24
* * lisp/calculator.el (calculator-define-key): Silence warningStefan Monnier2015-11-301-32/+32
* * lisp/calculator.el: more improvements and bugfixes.Eli Barzilay2015-11-291-51/+30
* * lisp/calculator.el: Re-do key bindings.Eli Barzilay2015-11-291-90/+89
* * lisp/calculator.el: improve radix modesEli Barzilay2015-11-291-8/+9
* * lisp/calculator.el: better reading of register namesEli Barzilay2015-11-291-15/+25
* * lisp/calculator.el: General improvementsEli Barzilay2015-11-291-109/+100