summaryrefslogtreecommitdiff
path: root/src/w32notify.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Use mint_ptr in w32notify.cEli Zaretskii2018-06-16
* | ; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris2018-02-13
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-29
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-09
* Add an optional testfn parameter to assocNicolas Petton2017-07-11
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Improve filenotify-tests.elMichael Albinus2016-12-29
* | Limit <config.h>’s includesPaul Eggert2016-09-30
* | Define _GNU_SOURCE in files delaying config.hPaul Eggert2016-09-17
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-21
* | Improve w32notify notificationsFabrice Popineau2016-03-19
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Fix issues found by auditing w32notify codeEli Zaretskii2016-02-06
* Update copyright year to 2016Paul Eggert2016-01-01
* * src/w32notify.c (Fw32notify_add_watch): Fix version check.Juanma Barranquero2015-10-25
* Use common report_file_notify_error functionMichael Albinus2015-09-16
* Improve the doc string of w32notify-valid-pEli Zaretskii2015-09-14
* Report file-notify-error in w32notify.cEli Zaretskii2015-09-14
* Implement w32notify-valid-pEli Zaretskii2015-09-14
* MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-10
* MS-Windows followup to previous commitEli Zaretskii2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Uniquify the 'size' symbol.Paul Eggert2014-11-07
* src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-26
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Converted and tested w32notify.c.Eli Zaretskii2013-12-08
* Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-28
* Fix watching directories using w32notify.c.Eli Zaretskii2013-11-27
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Update commentary in w32notify.c.Eli Zaretskii2013-07-02
* Fix typos.Juanma Barranquero2013-06-07
* Update doc string of w32notify-add-watch per discussions in bug #13540.Eli Zaretskii2013-01-25
* Update copyright dates to 2013.Paul Eggert2013-01-02
* Spelling fixes.Paul Eggert2012-12-11
* Proof-read comments on w32notify.c. Adapt NEWS entry.Eli Zaretskii2012-12-10
* Don't call xfree from the watcher thread. Do it only in remove_watch.Eli Zaretskii2012-10-18
* Tested and fixed conversion of a descriptor (pointer) to event code.Eli Zaretskii2012-10-18
* Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr.Eli Zaretskii2012-10-18
* More than one watch is now supported.Eli Zaretskii2012-10-14
* The TTY case is resolved: notifications now work even if EmacsEli Zaretskii2012-10-12
* Support file notifications in a TTY session.Eli Zaretskii2012-10-10
* Merge from trunk after addition of w32common.h.Eli Zaretskii2012-10-08
* Fix a typo in a comment.Eli Zaretskii2012-10-07