aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Improve the doc string of 'format'Eli Zaretskii2016-09-161-1/+2
* | | | | | | | | | | | | | | | | | Prefer now-standard int width macrosPaul Eggert2016-09-1513-54/+46
* | | | | | | | | | | | | | | | | | Avoid compiler warning on MS-Windows due to clone_fileEli Zaretskii2016-09-141-0/+2
* | | | | | | | | | | | | | | | | | Avoid aborts in GC due to abort_on_gcEli Zaretskii2016-09-144-14/+0
* | | | | | | | | | | | | | | | | | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-138-15/+16
* | | | | | | | | | | | | | | | | | Fix compiler thinking width and height may be unitialised in frame.cMichal Nazarewicz2016-09-121-22/+8
* | | | | | | | | | | | | | | | | | * src/casefiddle.c (casify_word): Simplify.Paul Eggert2016-09-121-17/+5
* | | | | | | | | | | | | | | | | | * src/casefiddle.c (casify_word): Return Qnil.Paul Eggert2016-09-121-6/+4
* | | | | | | | | | | | | | | | | | Refactor common code in {upcase,downcase,capitalize}-word functionsMichal Nazarewicz2016-09-121-27/+17
* | | | | | | | | | | | | | | | | | copy-file now uses GNU/Linux file cloningPaul Eggert2016-09-101-8/+25
* | | | | | | | | | | | | | | | | | Invert y coord of NS image files (bug#7847)Alan Third2016-09-101-1/+2
* | | | | | | | | | | | | | | | | | Remove dead loop iterations in regex.cMichal Nazarewicz2016-09-091-16/+12
* | | | | | | | | | | | | | | | | | Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-093-6/+15
* | | | | | | | | | | | | | | | | | Remove inaccurate comment in regex.cMichal Nazarewicz2016-09-091-2/+1
* | | | | | | | | | | | | | | | | | STRING_CHAR does not unify characters; update documentationMichal Nazarewicz2016-09-092-17/+3
* | | | | | | | | | | | | | | | | | Port flexible array members to GCC + valgrindPaul Eggert2016-09-074-27/+20
* | | | | | | | | | | | | | | | | | Use DEV_TTY more consistentlyPaul Eggert2016-09-065-13/+12
* | | | | | | | | | | | | | | | | | Avoid assertion violations when using marker positionsEli Zaretskii2016-09-062-5/+14
* | | | | | | | | | | | | | | | | | Avoid assertion violations when scrolling narrowed bufferEli Zaretskii2016-09-052-4/+6
* | | | | | | | | | | | | | | | | | Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii2016-09-054-6/+12
* | | | | | | | | | | | | | | | | | Fix synthetic bold on macOS retina displaysAlan Third2016-09-041-0/+12
* | | | | | | | | | | | | | | | | | Check actual contents before promting about changed fileStefan Monnier2016-09-021-1/+1
* | | | | | | | | | | | | | | | | | Don’t create fd >= FD_SETSIZEPaul Eggert2016-09-011-0/+14
* | | | | | | | | | | | | | | | | | Fix over-substitution of quotes on errorPaul Eggert2016-08-311-2/+2
* | | | | | | | | | | | | | | | | | * src/editfns.c (Fformat_message): Fix doc to match current behavior.Paul Eggert2016-08-301-4/+3
* | | | | | | | | | | | | | | | | | Minor doc quoting fixesPaul Eggert2016-08-302-3/+3
* | | | | | | | | | | | | | | | | | Clarify docstringsAlan Third2016-08-291-7/+14
* | | | | | | | | | | | | | | | | | Avoid crashes for invalid value of key modifiersEli Zaretskii2016-08-291-1/+6
* | | | | | | | | | | | | | | | | | Memory allocator alignment fixesPaul Eggert2016-08-281-33/+48
* | | | | | | | | | | | | | | | | | Some fixes around `delete-other-frames' and `next-frame'Martin Rudalics2016-08-251-1/+1
* | | | | | | | | | | | | | | | | | Fix macOS 12 deprecation noticesAlan Third2016-08-244-88/+127
* | | | | | | | | | | | | | | | | | * src/xfns.c (Fx_change_window_property): Modify previous change.Noah Friedman2016-08-231-5/+27
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-225-15/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ; ChangeLog spelling fixesPaul Eggert2016-08-211-1/+1
| * | | | | | | | | | | | | | | | | Some assorted documentation clarificationsPhilipp Stephani2016-08-203-2/+17
| * | | | | | | | | | | | | | | | | Improve commentary in src/character.hEli Zaretskii2016-08-181-12/+8
| * | | | | | | | | | | | | | | | | * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii2016-08-161-1/+1
| * | | | | | | | | | | | | | | | | Avoid segfaults due to quoting in 'substitute-command-keys'Eli Zaretskii2016-08-161-4/+16
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Document CATEGORY arg to modify-category-entryNoam Postavsky2016-08-131-0/+2
| * | | | | | | | | | | | | | | | | Fix bug with handling the bidi cacheEli Zaretskii2016-08-111-0/+8
* | | | | | | | | | | | | | | | | | Display mini-window resized even when there are several framesEli Zaretskii2016-08-221-9/+6
* | | | | | | | | | | | | | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMartin Rudalics2016-08-224-18/+111
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix interpretation of signed vs unsigned values when retrieving XNoah Friedman2016-08-212-13/+106
| * | | | | | | | | | | | | | | | | | Minor text-quoting-style fixesPaul Eggert2016-08-213-5/+5
* | | | | | | | | | | | | | | | | | | Fix (next-frame nil t) crash (Bug#24281)Martin Rudalics2016-08-221-1/+1
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Fix semantics of 'minibuffer' frame parameterMartin Rudalics2016-08-211-17/+43
* | | | | | | | | | | | | | | | | | * src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert2016-08-171-2/+4
* | | | | | | | | | | | | | | | | | Improve doc string.Karl Fogel2016-08-161-1/+2
* | | | | | | | | | | | | | | | | | Omit substitute-command-keys code no longer neededPaul Eggert2016-08-161-3/+7