aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix initial value of frame-inhibit-implied-resizeEli Zaretskii2019-10-101-7/+11
* identity, ignore: Make arg names more consistent with docsJuanma Barranquero2019-10-101-3/+3
* Silence compiler warningJuanma Barranquero2019-10-091-1/+1
* Implement offsets for absolute line numbersJuanma Barranquero2019-10-091-7/+36
* Do not use tick faces beyond ZV (bug#37641)Juanma Barranquero2019-10-091-17/+21
* Make add-face-text-property not be destructive on stringsLars Ingebrigtsen2019-10-091-9/+23
* Fix crashes on TTY frames due to "C-x 6 f"Eli Zaretskii2019-10-082-2/+14
* Fix aborts when opening a new font after face-cache resetEli Zaretskii2019-10-081-0/+4
* Fix a crash in TTY sessions caused by recent changesEli Zaretskii2019-10-071-3/+5
* Fix infloop in redisplay caused by a recent changeEli Zaretskii2019-10-071-1/+5
* Feval_buffer doc string lexical-binding clarificationLars Ingebrigtsen2019-10-071-0/+6
* Fix port of file-acl errno checking to non-GNUPaul Eggert2019-10-061-1/+1
* Fix the colours on Motif horizontal scroll barsLars Ingebrigtsen2019-10-071-2/+4
* Allow using last_tab_bar_item on no-x builds.Juri Linkov2019-10-071-2/+0
* Set alternate faces for some line numbers (bug#27734)Juanma Barranquero2019-10-061-0/+24
* 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