summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NS XWidget support news.scratch/nsxwidgetAlan Third2019-06-231-0/+2
* Add xwidget webkit support for macOS CocoaSungbin Jo2019-06-2310-96/+1275
* Document what the `t' value for HIST in `read-string' meansLars Ingebrigtsen2019-06-231-2/+6
* Split up and add tests for two page.el functionsSimen Heggestøyl2019-06-232-26/+52
* (with-suppressed-warnings): Also suppress warnings when not byte-compilingStefan Monnier2019-06-221-5/+17
* Fix defining inverse abbrevs on previous words (Bug#36243)Allen Li2019-06-222-0/+29
* Fix python docstring auto-fill (Bug#36056)Noam Postavsky2019-06-222-0/+19
* Make rcirc parsing more RFC2812 compliant (Bug#36233)Noam Postavsky2019-06-222-8/+71
* * lisp/net/rcirc.el (rcirc-prompt-for-encryption): Simplify.Noam Postavsky2019-06-221-5/+4
* Bring macuvs.h back under Git controlPaul Eggert2019-06-224-7/+9234
* Respect case-insensite DelSp flow-fill parameterLars Ingebrigtsen2019-06-221-3/+3
* (nnir-notmuch-remove-prefix): Respect MAILDIRAndreas Schwab2019-06-221-2/+3
* Use plain report-emacs-bug instead of gnus-bugLars Ingebrigtsen2019-06-222-69/+6
* Export Gnus calendar events to org even if they have no descriptionRobert Pluim2019-06-221-8/+7
* Make ftcr font backend driver more consistent with xftYAMAMOTO Mitsuharu2019-06-221-0/+12
* ; * lisp/select.el (xselect--encode-string): Fix a thinko.Eli Zaretskii2019-06-221-1/+1
* Remove XEmacs compat code from savehist.el (reworked)Lars Ingebrigtsen2019-06-221-48/+18
* epg: Use unibyte string to decode percent escapesChristophe Troestler2019-06-221-10/+9
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2019-06-221-7/+13
|\
| * Update epg.el algorithm id-name association listsTeemu Likonen2019-06-221-7/+13
* | Add tests for mail/flow-fill.elStefan Kangas2019-06-222-65/+98
* | Make toolbar show keyboard equivalents in its tooltipsStefan Kangas2019-06-223-2/+16
|/
* ; * etc/NEWS: Mention the last change in NEWS.Eli Zaretskii2019-06-221-0/+5
* Move mantemp.el to obsolete/Stefan Kangas2019-06-223-7/+6
* Fix an off-by-one error in assertionEli Zaretskii2019-06-221-1/+1
* Correct and update the mapping of LaTeX encodingsEli Zaretskii2019-06-221-2/+2
* Avoid using string-make-unibyte in select.elEli Zaretskii2019-06-221-8/+14
* Make ftcr font backend driver more consistent with xftYAMAMOTO Mitsuharu2019-06-221-20/+16
* * src/font.c (Ffont_xlfd_name): Don't use strcpy for overlapping strings.YAMAMOTO Mitsuharu2019-06-221-1/+1
* Fix default build-from-Git on macOSPaul Eggert2019-06-211-1/+4
* Remove src/macuvs.h from Git repositoryPaul Eggert2019-06-212-9214/+3
* Revert "Remove XEmacs compat code from savehist.el"Lars Ingebrigtsen2019-06-211-15/+50
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-2114-29/+12
* * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanupStefan Monnier2019-06-2111-457/+306
* * src/xterm.c (x_update_end) [USE_CAIRO]: Flush non-double-buffered surface.YAMAMOTO Mitsuharu2019-06-211-0/+9
* Fix blank tooltips on cairo (Bug#36298)YAMAMOTO Mitsuharu2019-06-213-1/+6
* Fix broken display by frame maximization on cairo (Bug#23925)YAMAMOTO Mitsuharu2019-06-211-1/+1
* * lisp/vc/vc-dir.el (vc-dir-search): Avoid `eval`.Stefan Monnier2019-06-201-1/+3
* Fix extraclean in a different way for info+lib/sysPaul Eggert2019-06-202-0/+2
* Fix aborts when the value of a display property causes redisplayEli Zaretskii2019-06-201-0/+9
* Leave the emtpy info and lib/sys in extracleanLars Ingebrigtsen2019-06-202-2/+0
* Simplify lib-src version printingPaul Eggert2019-06-204-34/+19
* Make extraclean return tree to pristine state by deleting moreLars Ingebrigtsen2019-06-206-8/+17
* Add doc strings to the ielm * variablesLars Ingebrigtsen2019-06-201-3/+6
* Don't define *, ** and ** in ielm as real variablesLars Ingebrigtsen2019-06-201-26/+15
* Fix compilation warning in esh-modeLars Ingebrigtsen2019-06-201-5/+3
* Fix compilation warning in viper-exp involving tagsLars Ingebrigtsen2019-06-201-2/+4
* Declare semantic-*overlay* aliases obsoleteLars Ingebrigtsen2019-06-201-19/+23
* Throughout cedet, don't use semantic-overlay-* compat aliasesLars Ingebrigtsen2019-06-2022-237/+227
* Remove XEmacs compat code from cedetLars Ingebrigtsen2019-06-2012-500/+292