Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Distinguish different file notification events | Michael Albinus | 2019-07-31 | 1 | -25/+28 |
* | Use destructuring in filenotify backend handlers | Mattias Engdegård | 2019-07-24 | 1 | -32/+23 |
* | Use defstruct instead of list for filenotify pending-rename | Mattias Engdegård | 2019-07-24 | 1 | -22/+33 |
* | Refactor the callback half of filenotify.el | Mattias Engdegård | 2019-07-24 | 1 | -162/+210 |
* | Comment out inexplicable condition in filenotify | Mattias Engdegård | 2019-05-19 | 1 | -4/+10 |
* | Fix broken logic in file-notify | Mattias Engdegård | 2019-05-18 | 1 | -4/+6 |
* | Add tests for remote files in auto-revert-tests | Michael Albinus | 2019-05-03 | 1 | -6/+11 |
* | Small code clean-up of file-notify-add-watch | Mattias Engdegård | 2019-05-02 | 1 | -63/+67 |
* | Make file-notify-rm-watch robust against reentry | Mattias Engdegård | 2019-04-22 | 1 | -26/+31 |
* | Adapt filenotify-tests for emba | Michael Albinus | 2019-01-06 | 1 | -7/+7 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Fix Bug#33194 | Michael Albinus | 2018-11-04 | 1 | -7/+6 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-03-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | ; Spelling fixes | Paul Eggert | 2018-03-04 | 1 | -1/+1 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-02-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | ; Fix doc typos related to indefinite articles | Glenn Morris | 2018-02-16 | 1 | -1/+1 |
* | | Handle quoted remote file names for file notifications | Michael Albinus | 2018-02-02 | 1 | -9/+10 |
* | | Handle quoted file names in filenotify.el | Michael Albinus | 2018-02-01 | 1 | -1/+4 |
|/ | |||||
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update uses of if-let and when-let | Mark Oteiza | 2017-09-12 | 1 | -6/+6 |
* | Fix filenotify-tests.el for cygwin | Michael Albinus | 2017-05-01 | 1 | -2/+2 |
* | Avoid unnecessary loading of subr-x at run-time | Glenn Morris | 2017-04-18 | 1 | -1/+1 |
* | ; Spelling fixes | Paul Eggert | 2017-04-01 | 1 | -1/+1 |
* | Minor filenotify.el fixes | Andreas Politz | 2017-03-30 | 1 | -3/+4 |
* | Minor fixes for inotify.c and filenotify.el | Andreas Politz | 2017-03-26 | 1 | -4/+2 |
* | ; Format files from last commit | Michael Albinus | 2017-03-26 | 1 | -15/+15 |
* | Fix issues regarding inotify file-notification | Andreas Politz | 2017-03-26 | 1 | -234/+198 |
* | Fix filenotify.el issue for kqueue | Michael Albinus | 2017-03-22 | 1 | -7/+3 |
* | Fix Bug#26127 | Michael Albinus | 2017-03-17 | 1 | -3/+4 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Fix Bug#22859 | Michael Albinus | 2016-03-02 | 1 | -2/+4 |
* | Minor fixes in filenotify.el | Michael Albinus | 2016-02-22 | 1 | -9/+10 |
* | Additional fixes for file notification | Michael Albinus | 2016-02-22 | 1 | -32/+25 |
* | Fix Bug#22736 | Michael Albinus | 2016-02-21 | 1 | -3/+5 |
* | Fix Bug#22557 | Michael Albinus | 2016-02-07 | 1 | -0/+4 |
* | Backport kqueue integration from master | Michael Albinus | 2016-01-22 | 1 | -42/+59 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Fix Bug#21841 | Michael Albinus | 2015-11-08 | 1 | -14/+24 |
* | Minor fix in filenotify.el | Michael Albinus | 2015-10-31 | 1 | -5/+7 |
* | Further work on `stopped' events in filenotify.el | Michael Albinus | 2015-10-26 | 1 | -19/+25 |
* | Introduce `stopped' event in file notification | Michael Albinus | 2015-10-25 | 1 | -16/+57 |
* | Fix Bug#21669 | Michael Albinus | 2015-10-23 | 1 | -1/+3 |
* | ; Fix thinko in last commit of filenotify.el | Michael Albinus | 2015-09-23 | 1 | -16/+17 |
* | Continue gfilenotify.c implementation of missing parts | Michael Albinus | 2015-09-23 | 1 | -18/+16 |
* | Implement gfile-valid-p | Michael Albinus | 2015-09-22 | 1 | -4/+1 |
* | Backslash cleanup in Elisp source files | Paul Eggert | 2015-09-17 | 1 | -2/+2 |
* | Adaot file-notify-tests.el test cases | Michael Albinus | 2015-09-14 | 1 | -11/+13 |