aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing argument to directory_files_internal callsMattias EngdegÄrd2020-11-021-2/+3
* Fix a recent change in dired.cEli Zaretskii2020-11-021-1/+1
* Merge from origin/emacs-27Glenn Morris2020-11-021-1/+1
|\
| * ; * src/xdisp.c (display_string): Fix a typo in a comment.Eli Zaretskii2020-11-011-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-11-023-1/+6
|\ \ | |/
| * Make sure pixel sizes are zero when setting window size for ptys.Noah Friedman2020-10-291-0/+2
| * Fix failure of 'emacs --daemon' on CygwinKen Brown2020-10-291-1/+1
| * * src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.Eli Zaretskii2020-10-271-0/+3
* | Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-021-7/+7
* | Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-023-15/+33
* | Fix a segfault in the new svg codeLars Ingebrigtsen2020-11-011-2/+2
* | New variable integer-output-format to print integers as characters (bug#44155)Juri Linkov2020-10-311-2/+32
* | * src/xdisp.c (syms_of_xdisp) <"scroll-minibuffer-conservatively">: New varStefan Monnier2020-10-311-3/+14
* | Use nobreak-space on all non-ASCII whitespace charactersNeil Roberts2020-10-301-2/+3
* | Handle several children of PATH in dbus-managed-objects-handlerMichael Albinus2020-10-291-6/+12
* | Merge from origin/emacs-27Glenn Morris2020-10-273-4/+13
|\ \ | |/
| * Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-271-1/+1
| * Improve documentation of display-fill-column-indicatorEli Zaretskii2020-10-261-2/+4
| * Use WebKit sandboxingPaul Eggert2020-10-241-1/+8
* | Merge from origin/emacs-27Glenn Morris2020-10-271-0/+7
|\ \ | |/
| * Avoid rare crashes while producing line numbersEli Zaretskii2020-10-211-0/+7
* | Avoid segfaults due to using fonts that were closedEli Zaretskii2020-10-263-0/+28
* | Improve support for shaping Egyptian HieroglyphsEli Zaretskii2020-10-253-5/+8
* | Minor doprnt cleanup: remove memchr callPaul Eggert2020-10-241-5/+5
* | Rename doprnt_nul to doprnt_non_null_endPaul Eggert2020-10-241-3/+3
* | Improve doprnt performancePaul Eggert2020-10-241-98/+132
* | ; Prefer https to http in more URLsStefan Kangas2020-10-243-4/+4
* | Make TTY menus work with xterm-mouse-modeJared Finder2020-10-243-11/+24
* | Fix last change in image.c for MS-WindowsEli Zaretskii2020-10-241-3/+21
* | Merge branch 'scratch/substitute-command-keys'Stefan Kangas2020-10-236-729/+142
|\ \
| * | Prefer Lisp version of describer in help--describe-vectorscratch/substitute-command-keysStefan Kangas2020-10-181-69/+9
| * | Remove C version of substitute-command-keysStefan Kangas2020-10-183-639/+0
| * | Prefer Lisp version of describe-map-treeStefan Kangas2020-10-181-26/+63
| * | Improve substitute-command-keys performanceStefan Kangas2020-10-181-0/+35
| * | Translate describe_vector to LispStefan Kangas2020-10-181-23/+0
| * | Translate describe_map to LispStefan Kangas2020-10-181-58/+41
| * | Translate describe_map_tree to LispStefan Kangas2020-10-181-2/+28
| * | Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-185-11/+65
* | | Fix SVG image dimension calculations (bug#44065)Alan Third2020-10-221-14/+32
* | | Fix crash when no face is defined (bug#44058, bug#43973)Alan Third2020-10-221-0/+6
* | | Handle Cairo errors in ftcrfont_openPip Cet2020-10-221-2/+14
* | | Avoid assertion violations in malformed Unicode escapesEli Zaretskii2020-10-201-0/+7
* | | Further clarification of directory-files* docMichael Albinus2020-10-191-2/+2
* | | Ffunction doc string clarificationLars Ingebrigtsen2020-10-191-1/+4
* | | * src/dired.c (Fdirectory_files, Fdirectory_files_and_attributes):Michael Albinus2020-10-191-3/+5
|/ /
* | Fix a misleading comment in Freplace_matchLars Ingebrigtsen2020-10-181-1/+1
* | Fix bad dimensions of initial frame on VcXsrvJ. Scott Berg2020-10-171-6/+7
* | Merge from origin/emacs-27Glenn Morris2020-10-171-3/+4
|\ \ | |/
| * Fix posn-at-x-y in builds --without-xEli Zaretskii2020-10-161-3/+4
* | Fix segfault in xwidget when there is no titleJeff Walsh2020-10-151-1/+3