summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2019-10-061-1/+1
|\
| * Port file-acl errno checking to non-GNUPaul Eggert2019-10-061-1/+1
* | Support mouse clicks on tab bar on TTY framesEli Zaretskii2019-10-064-17/+146
|/
* Improve documentation for year-zero issuesPaul Eggert2019-10-051-2/+2
* Fix display of cursor in obscure use case on MS-WindowsEli Zaretskii2019-10-051-0/+7
* * src/fns.c (Flocale_info): Avoid fixnum overflow under ASan.Philipp Stephani2019-10-051-2/+8
* * src/pdumper.c (dump_buffer): Update structure hash.Philipp Stephani2019-10-051-1/+1
* Minor style tweaks for recent tab changesPaul Eggert2019-10-044-68/+64
* Add tests for secure-hash and improve doc string (Bug#37420)Stefan Kangas2019-10-041-2/+7
* * src/w32inevt.c: Take into account FRAME_TAB_BAR_LINES.Juri Linkov2019-10-021-2/+4
* Fix MS-Windows error when a directory on PATH doesn't existEli Zaretskii2019-10-021-0/+4
* Merge branch 'feature/tabs'Juri Linkov2019-10-0128-150/+2501
|\
| * Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-0115-223/+110
| * Small fixes. Bind [tab-line mouse-1] to mouse-select-window.Juri Linkov2019-09-251-1/+5
| * Revert an attempt to implement a non‐native tab bar on NS.Juri Linkov2019-09-255-559/+14
| * Improve customizability and better tab separators.Juri Linkov2019-09-221-1/+1
| * Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-225-24/+27
| * Try to fix macOS and Windows issues.Juri Linkov2019-09-163-42/+13
| * Use images for new/close buttons in tab-bar and tab-line.Juri Linkov2019-09-151-14/+21
| * Fix assertion violations due to non-ASCII text in tabsJuri Linkov2019-09-151-3/+5
| * Small fixes for tty and w32.Juri Linkov2019-09-081-2/+2
| * Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-054-3/+28
| * Text-based nox builds compiled without X window supportJuri Linkov2019-09-042-110/+130
| * Small fix for text-mode displayJuri Linkov2019-09-041-4/+2
| * Try to fix compilation errors on macOSJuri Linkov2019-09-033-16/+16
| * Text-mode display of the tab-bar and emulation of clicking on a tty.Juri Linkov2019-09-032-2/+151
| * Try to add more tab-bar support on macosJuri Linkov2019-09-024-13/+601
| * Try to add more tab-bar support on WindowsJuri Linkov2019-09-023-0/+77
| * * src/nsterm.m: Fix arguments to window_from_coordinates function callJuri Linkov2019-09-011-1/+1
| * Fixes to build on WindowsMartin Rudalics2019-09-013-0/+90
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-3123-139/+2214
* | Bump up max_specpdl_size to 1600Juanma Barranquero2019-10-011-1/+1
* | Fix quoting in gnutls.c comments and stringsEli Zaretskii2019-09-301-15/+13
* | Mention locale-related complications in format-time-string doc stringLars Ingebrigtsen2019-09-301-2/+6
* | * src/timefns.c (Fdecode_time): Improve doc string.Paul Eggert2019-09-291-3/+3
* | Fix display of box around imagesEli Zaretskii2019-09-271-0/+10
* | * src/w32fns.c (Fw32_register_hot_key): Fix typo in docstringJuanma Barranquero2019-09-271-2/+3
* | Remove support for destructive splicing in elispStefan Kangas2019-09-262-5/+1
* | Allow regexp-quote to return its argumentMattias Engdegård2019-09-251-4/+6
* | Make ImageMagick multi-image size calculations work for .ico filesLars Ingebrigtsen2019-09-241-5/+21
* | Allow a :stride argument so XBM boolvecs are in the right format.Pip Cet2019-09-241-6/+15
* | ; Fix typo in recently fixed doc stringEli Zaretskii2019-09-241-2/+2
* | ; Fix previous make-network-process doc changeRobert Pluim2019-09-241-1/+1
* | Resurrect support for negative frame geometry parameters on MS-WindowsEli Zaretskii2019-09-241-14/+32
* | make-network-process doc clarificationLars Ingebrigtsen2019-09-231-1/+2
* | Fix GNUstep buildAlan Third2019-09-231-1/+1
* | Update some URLsPaul Eggert2019-09-2317-33/+23
* | Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-224-60/+52
* | Fix compilation with CHECK_STRUCTSAndreas Schwab2019-09-221-1/+1
* | * src/fns.c (Fbuffer_hash): Improve doc string.Stefan Kangas2019-09-221-1/+8