summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pacify GCC 10.1.0Paul Eggert2020-05-117-10/+32
* * src/xdisp.c (Fwindow_text_pixel_size): Fix previous merge.Glenn Morris2020-05-091-4/+4
* Merge from origin/emacs-27Glenn Morris2020-05-091-19/+47
|\
| * Refer to fill column indicator Info node in some places.Philipp Stephani2020-05-091-3/+6
| * Fix handling of FROM = t and TO = t by 'window-text-pixel-size'Eli Zaretskii2020-05-081-15/+38
* | Improve nonnull checking with GCC in emacs-modulePaul Eggert2020-05-091-6/+10
* | Prevent hanging in next-single-char-property-changeFederico Tedin2020-05-091-5/+7
* | Pacify buggy old GCC with a castPaul Eggert2020-05-061-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-05-061-1/+1
|\ \ | |/
| * * src/editfns.c (Fformat): Small documentation fix.Philipp Stephani2020-05-051-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-061-4/+16
|\ \ | |/
| * Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-031-4/+16
* | Don’t assume __has_attribute in emacs-module.cPaul Eggert2020-05-051-1/+1
* | Fix typos in recent attribute.h simplificationPaul Eggert2020-05-051-4/+5
* | Simplify by using attribute.h macrosPaul Eggert2020-05-032-84/+28
* | Fix initial frame resizing issue on NS (bug#40200)Alan Third2020-05-031-30/+21
* | Merge from origin/emacs-27Glenn Morris2020-05-031-28/+28
|\ \ | |/
| * Make sure alist-related functions say so in their docEli Zaretskii2020-04-291-28/+28
* | Improve accuracy of apropos commands that search doc stringsEli Zaretskii2020-05-031-5/+5
* | Merge from origin/emacs-27Glenn Morris2020-04-291-1/+1
|\ \ | |/
| * Avoid crashes on TTY frames with over-long compositionsEli Zaretskii2020-04-281-1/+1
* | Improve multibyte_length performancePaul Eggert2020-04-271-21/+21
* | Simplify string-to-charPaul Eggert2020-04-261-12/+6
* | Improve string_char_and_length speedPaul Eggert2020-04-262-65/+27
* | Inline a couple of functions that were macrosPaul Eggert2020-04-252-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-04-251-95/+176
|\ \ | |/
| * ; * src/xdisp.c: Improve the introductory commentary.Eli Zaretskii2020-04-241-95/+176
* | Fix GDI+ image loading by file nameEli Zaretskii2020-04-252-5/+6
* | Remove unused variable from ftfont.cIgor Saprykin2020-04-251-5/+2
* | Fix two fringe bitmapsEli Zaretskii2020-04-251-2/+2
* | Fix display of composed text with :box face attributeEli Zaretskii2020-04-236-26/+92
* | text-char-description minor cleanupPaul Eggert2020-04-221-15/+8
* | Tweak multibyte parsing loopsPaul Eggert2020-04-221-3/+3
* | Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-204-68/+87
* | Remove workaround from w32image.cEli Zaretskii2020-04-201-2/+0
* | Merge from origin/emacs-27Glenn Morris2020-04-204-7/+9
|\ \ | |/
| * * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-182-5/+7
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-182-2/+2
* | Rework how GDI+ functions are loaded dynamically in w32image.cEli Zaretskii2020-04-191-43/+102
* | Don't use Gnulib's explicit_bzero on MS-WindowsEli Zaretskii2020-04-191-0/+20
* | Fix misnamed variable breaking GNUstepAhmed Khanzada2020-04-181-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-181-0/+22
|\ \ | |/
| * Avoid crashes in regex-emacs.c due to GCEli Zaretskii2020-04-181-0/+22
* | Safeguard the fix of bug#40632Eli Zaretskii2020-04-181-2/+6
* | Don't abort when using GDI+ for imagesEli Zaretskii2020-04-181-7/+14
* | Fix loading multi-frame TIFF images via GDI+Juan José García-Ripoll2020-04-181-18/+24
* | Fix handling of child frames in prepare_menu_bars (Bug#40639)Martin Rudalics2020-04-181-5/+6
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-173-99/+82
* | Pacify gcc -Og x86-64Paul Eggert2020-04-171-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-1735-722/+579