summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename '--new-daemon' to 'fg-daemon' and '--old-daemon' to '--bg-daemon'Noam Postavsky2017-05-292-10/+10
* Improve .gdbinit Lisp value pretty-printingPaul Eggert2017-05-291-6/+45
* Fix build error on macOS 10.6Alan Third2017-05-291-1/+1
* Depromiscuify inotify with IN_MASK_ADDPaul Eggert2017-05-271-17/+1
* Restore inotify onlydir supportPaul Eggert2017-05-271-8/+8
* Simplify computation of inotify maskPaul Eggert2017-05-271-9/+6
* Avoid another compiler warning on macOSPhilipp Stephani2017-05-271-1/+1
* Minor doc and doc-string fixes (Bug#27091)Martin Rudalics2017-05-271-7/+9
* Avoid args-out-of-range errors on fringe clicks after "C-h k"Eli Zaretskii2017-05-271-1/+2
* Check if instancetype supported in ObjCAlan Third2017-05-271-9/+11
* * src/inotify.c: Add FIXME comments.Paul Eggert2017-05-261-16/+19
* Fix Bug#26973Andreas Politz2017-05-261-1/+15
* Fix NS tooltips showing in the wrong place (bug#27053)Alan Third2017-05-251-18/+1
* Port ATTRIBUTE_MAY_ALIAS to recent iccPaul Eggert2017-05-251-1/+1
* Raise version of macOS we define instancetype for (bug#27059)Alan Third2017-05-241-1/+1
* Define new types on macOS 10.6 (bug#27041)Alan Third2017-05-241-4/+6
* * src/fns.c (sxhash): Fix records hashing (bug#27057, bug#26639)Stefan Monnier2017-05-241-4/+4
* Fix GNUstep buildAlan Third2017-05-232-0/+12
* Fix current-line hscrolling in buffers with header-lineEli Zaretskii2017-05-221-1/+3
* Improve module function terminologyPhilipp Stephani2017-05-212-24/+20
* Avoid uninitialized readPhilipp Stephani2017-05-211-0/+2
* Fix call of registerServicesMenuSendTypesPhilipp Stephani2017-05-211-1/+1
* Clean up code around 'ns-list-services'Philipp Stephani2017-05-211-30/+2
* Remove unused automatic variablesPhilipp Stephani2017-05-212-3/+1
* Nextstep: Replace deprecated enumeratorsPhilipp Stephani2017-05-211-1/+1
* Nextstep: remove some deprecated method callsPhilipp Stephani2017-05-213-4/+5
* Remove trailing semicolons in method definitionsPhilipp Stephani2017-05-212-4/+4
* Remove calls to deprecated setUsesScreenFontsPhilipp Stephani2017-05-211-5/+2
* Make a function static that isn't used outside this filePhilipp Stephani2017-05-211-1/+1
* Use NSCharacterCollection instead of CTCharacterCollectionPhilipp Stephani2017-05-211-13/+13
* Remove unused function print_regionsPhilipp Stephani2017-05-211-25/+0
* Declare Nextstep unexec functions in lisp.hPhilipp Stephani2017-05-212-4/+8
* Nextstep: Use instancetype explicit return typePhilipp Stephani2017-05-214-39/+39
* Enhance mode-line percentage offset facility, with "%o" and "%q"Alan Mackenzie2017-05-211-0/+48
* Work around macOS bug in create_process, tooPaul Eggert2017-05-211-2/+7
* Work around macOS bug with vforked childPaul Eggert2017-05-211-0/+8
* Pacify --enable-gcc-warnings without modulesPaul Eggert2017-05-211-384/+367
* Remove DARWIN_OS_CASE_SENSITIVE_FIXME codePaul Eggert2017-05-201-21/+0
* Narrow DARWIN_OS_CASE_SENSITIVE_FIXME to 1 choicePaul Eggert2017-05-201-46/+22
* Fix macOS mouse movementCharles A. Roelli2017-05-213-8/+47
* Show tooltip on correct screen (bug#26905)Alan Third2017-05-211-7/+20
* Minor fixes for arity ranges in emacs modulesPaul Eggert2017-05-201-11/+11
* Reimplement module functionsPhilipp Stephani2017-05-207-85/+111
* Avoid crashes in GC due to unescaped characters warningEli Zaretskii2017-05-201-4/+4
* Fix automatic hscrolling of only the current lineEli Zaretskii2017-05-201-31/+39
* Add handlerlist assertion to module codePaul Eggert2017-05-191-2/+4
* Check that signed right shift is arithmeticPaul Eggert2017-05-191-5/+8
* Attempt to work around macOS vfork bugPaul Eggert2017-05-193-16/+24
* Fix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarmPaul Eggert2017-05-181-2/+7
* Clean up compiler warning in emacs-module.cPaul Eggert2017-05-181-6/+7