summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add record objects with user-defined types.Lars Brinkhoff2017-03-306-8/+177
* Fix assoc_no_quit so that it does not quitPaul Eggert2017-03-291-42/+80
* Don’t mishandle (format "%i" -1.0)Paul Eggert2017-03-281-1/+1
* * src/inotify.c (Finotify_add_watch): aspect can also be a symbol.Michael Albinus2017-03-281-1/+3
* Fix redisplay glitches due to recent change in redisplay_internalEli Zaretskii2017-03-261-22/+7
* Minor fixes for inotify.c and filenotify.elAndreas Politz2017-03-261-3/+11
* ; Format files from last commitMichael Albinus2017-03-261-12/+11
* Fix issues regarding inotify file-notificationAndreas Politz2017-03-261-139/+235
* Fix a segfault due to failure to realize some facesEli Zaretskii2017-03-251-0/+11
* c:/Temp/gtk-window-move/ChangeLog.txtMartin Rudalics2017-03-232-27/+78
* Streamline dependency-file generationPaul Eggert2017-03-211-18/+7
* Merge from origin/emacs-25Paul Eggert2017-03-191-3/+3
|\
| * ; * src/keyboard.c (Fposn_at_point): Fix last change.Eli Zaretskii2017-02-251-1/+1
| * Fix doc string of 'posn-at-point'Eli Zaretskii2017-02-251-3/+3
* | Merge from origin/emacs-25Paul Eggert2017-03-192-5/+9
|\ \ | |/
| * Improve commentary in lisp.hEli Zaretskii2017-02-101-3/+7
| * ; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.Eli Zaretskii2017-02-051-2/+2
* | Merge from origin/emacs-25Paul Eggert2017-03-191-9/+15
|\ \ | |/
| * Improve documentation of 'format' conversionsEli Zaretskii2017-01-281-9/+15
* | Merge from origin/emacs-25Paul Eggert2017-03-191-2/+2
|\ \ | |/
| * ; Spelling fixesEli Zaretskii2017-01-161-2/+2
* | ; Spelling fixesPaul Eggert2017-03-171-1/+1
* | Fixups for GNU Make switchoverPaul Eggert2017-03-171-7/+3
* | Switch from Automake to GNU MakePaul Eggert2017-03-171-6/+5
* | Fix bug: Range-check integer ‘alpha’ frame parm valueThien-Thi Nguyen2017-03-171-1/+1
* | Revert "Remove NSEvent loop from ns_select (bug#25265)"Alan Third2017-03-141-36/+40
* | Revert "Add missing timeout value in ns_select"Alan Third2017-03-141-7/+1
* | Remove old macOS compatibility codeAlan Third2017-03-143-44/+0
* | Fix bidi paragraph direction when inserting text at newlineEli Zaretskii2017-03-131-4/+7
* | Use switch on pseudovector types; plus cleanups along the wayStefan Monnier2017-03-124-80/+105
* | Install update-game-score only on requestPaul Eggert2017-03-121-12/+8
* | Avoid aborts/assertion violations due to 'vim-empty-lines-mode'Eli Zaretskii2017-03-111-0/+8
* | Tweak X toolkit code to pacify modern GCCPaul Eggert2017-03-104-36/+40
* | * src/data.c (arithcompare): Add comments.Paul Eggert2017-03-081-4/+18
* | * data.c (minmax_driver): Use CHECK_NUMBER_OR_FLOAT_COERCE_MARKER.Andreas Schwab2017-03-081-1/+4
* | * data.c (cons_to_unsigned, cons_to_signed, Fstring_to_number): ReorderAndreas Schwab2017-03-081-6/+6
* | min and max should not return markersPaul Eggert2017-03-071-2/+2
* | Add missing timeout value in ns_selectAlan Third2017-03-081-1/+7
* | Remove isnan hack for Solaris 10 gcc 3.4.3Paul Eggert2017-03-072-9/+11
* | Define copysign on all platformsPaul Eggert2017-03-071-5/+9
* | Revert "Replace ldefs-boot with a much smaller file"Phillip Lord2017-03-074-34/+1
* | Revert "Speed generation of ldefs-boot-auto"Phillip Lord2017-03-071-23/+2
* | min and max now return one of their argumentsPaul Eggert2017-03-061-23/+20
* | Remove NSEvent loop from ns_select (bug#25265)Alan Third2017-03-061-40/+36
* | A better fix for bug#25845Eli Zaretskii2017-03-065-64/+34
* | ffloor etc. now accept only floatsPaul Eggert2017-03-051-6/+10
* | ; Spelling fixesPaul Eggert2017-03-051-1/+1
* | Fix display of cursor on underlined textEli Zaretskii2017-03-053-17/+79
* | Compare and round more carefullyPaul Eggert2017-03-044-35/+35
* | Fewer rounding errors with (format "%f" fixnum)Paul Eggert2017-03-041-13/+43