aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug introduced by my last commitAlan Third2017-04-191-1/+1
* Add new frame functionality to NS portAlan Third2017-04-197-100/+338
* Use vfork if possible on Darwin (bug#26397)Alan Third2017-04-183-6/+22
* ; Spelling fixPaul Eggert2017-04-171-1/+1
* * src/xterm.c (x_fill_rectangle): Now static.Paul Eggert2017-04-172-2/+1
* Tighten recently-added UTF-8 checkPaul Eggert2017-04-173-3/+5
* * src/lisp.h (STRING_SET_CHARS): Simplify assertion.Paul Eggert2017-04-171-2/+3
* Fix assertion violations when displaying thread-related errorEli Zaretskii2017-04-171-2/+10
* Remove unused coding enumsPaul Eggert2017-04-161-33/+0
* Work around bug with unibyte Linux consolesPaul Eggert2017-04-161-1/+3
* Fix redisplay performance problems with some fontsEli Zaretskii2017-04-161-10/+16
* Add assertion to STRING_SET_CHARSEli Zaretskii2017-04-161-0/+4
* Avoid compilation warnings on MS-WindowsEli Zaretskii2017-04-162-10/+8
* ; Spelling and minor wording fixesPaul Eggert2017-04-143-16/+16
* Fix segfault when calling frame_ancestor_p (Bug#26493)Martin Rudalics2017-04-141-1/+1
* Create generated lisp files before main loaddefs.elGlenn Morris2017-04-131-1/+1
* Small src/Makefile simplificationGlenn Morris2017-04-131-6/+2
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-1215-85/+179
* Port recent frame changes to --enable-gcc-warningsPaul Eggert2017-04-122-8/+3
* Add new frame parameters and associated functionsMartin Rudalics2017-04-1215-316/+2230
* Frame movement, focus and hook related changesMartin Rudalics2017-04-116-19/+77
* Avoid abort in ftfont.c due to faulty fontsWerner LEMBERG2017-04-111-1/+2
* Set x_gtk_use_window_move by default for fixing bug#25851 and bug#25943Martin Rudalics2017-04-111-4/+4
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-109-21/+24
* Fix circular read syntax for records.Lars Brinkhoff2017-04-081-1/+2
* Deprecate copy-record in favor of copy-sequencePaul Eggert2017-04-073-19/+11
* Fix dependency checking in src/Makefile.inPaul Eggert2017-04-071-10/+10
* Minor tuneup of write-region changePaul Eggert2017-04-071-3/+3
* Adjust write-region so file name is at the beginning againNoam Postavsky2017-04-071-6/+5
* Fix handling of non-integer START param to write-regionNoam Postavsky2017-04-071-1/+2
* More casefiddle minor fixesPaul Eggert2017-04-061-8/+17
* Output number of characters added to file (Bug#354)Jeff Clough2017-04-061-7/+10
* Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrapNoam Postavsky2017-04-071-4/+9
* Minor casefiddle.c cleanupsPaul Eggert2017-04-061-98/+102
* Implement special sigma casing rule (bug#24603)Michal Nazarewicz2017-04-061-18/+55
* Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz2017-04-061-84/+205
* Split up casify_region function (bug#24603)Michal Nazarewicz2017-04-061-73/+86
* Add support for title-casing letters (bug#24603)Michal Nazarewicz2017-04-061-6/+19
* Introduce case_character functionMichal Nazarewicz2017-04-061-58/+76
* Split casify_object into multiple functionsMichal Nazarewicz2017-04-061-92/+104
* Update documentation for type semantics of records.Lars Brinkhoff2017-04-061-4/+6
* In CANNOT_DUMP builds, don't prepare for unexec.Ken Raeburn2017-04-061-0/+4
* Fix CANNOT_DUMP build on Darwin/macOS.Ken Raeburn2017-04-062-3/+3
* Minor cleanups related to type-ofPaul Eggert2017-04-042-7/+5
* Minor simplifications and doc for recordsPaul Eggert2017-04-041-48/+19
* Fix recent changes in record data typeEli Zaretskii2017-04-041-3/+3
* Add record objects with user-defined types.Lars Brinkhoff2017-04-046-8/+177
* Throw a `search-failed' derived error in Info searchNoam Postavsky2017-04-031-0/+10
* * src/inotify.c (add_watch): Add comment.Paul Eggert2017-03-301-0/+3
* Some inotify cleanupPaul Eggert2017-03-303-114/+140