| Commit message (Expand) | Author | Age | Files | Lines |
* | Use new NSString lisp methods | Alan Third | 2020-12-22 | 1 | -8/+2 |
* | Fix GC bugs related to uninitialized vectors | Paul Eggert | 2020-08-15 | 1 | -1/+1 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix some deprecation notices on macOS 10.14 | Alan Third | 2019-05-21 | 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 |
* | | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -3/+3 |
|\ \ |
|
| * | | Prefer NILP (x) to EQ (x, Qnil) | Paul Eggert | 2018-07-19 | 1 | -3/+3 |
* | | | Update src/{ns,mac}*.m to use bignum-compatible macros | Charles A. Roelli | 2018-08-09 | 1 | -7/+7 |
|/ / |
|
* | | Normalize and fix some mistakes in NS-related commentary | Charles A. Roelli | 2018-03-19 | 1 | -1/+1 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | | Silence macOS 10.13 deprecation notices (Bug#29643) | Alan Third | 2017-12-16 | 1 | -4/+4 |
|/ |
|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 1 | -2/+2 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -5/+5 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -3/+3 |
* | Replace gui-method macros with cl-generic with &context | Stefan Monnier | 2015-05-23 | 1 | -41/+19 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -2/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Fixes: debbugs:19396 | Didier Verna | 2014-12-23 | 1 | -1/+2 |
* | Minor cleanups for Lisp objects and symbols | Paul Eggert | 2014-12-18 | 1 | -4/+4 |
* | nsselect.m cleanup, remove unused, declare vars static. | Jan Djärv | 2014-11-01 | 1 | -17/+4 |
* | * lisp/select.el (gui-get-selection): Comment: data-type ignored on NS. | Jan Djärv | 2014-11-01 | 1 | -53/+1 |
* | * nsselect.m: pasteboard_changecount is new. | Jan Djärv | 2014-10-25 | 1 | -11/+53 |
* | Get rid of backend-dependent selection-handling functions for kill/yank | Stefan Monnier | 2014-10-21 | 1 | -52/+25 |
* | Consolidate management/ownership of selections. | Stefan Monnier | 2014-10-01 | 1 | -29/+14 |
* | * nsselect.m (Fx_selection_exists_p): Just return Qnil if window system | Jan Djärv | 2014-05-05 | 1 | -1/+3 |
* | Avoid "." at end of error diagnostics. | Paul Eggert | 2014-02-10 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * nsselect.m (ns_string_from_pasteboard): Remove Fquit, just return | Jan Djärv | 2013-10-16 | 1 | -6/+1 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -8/+8 |
* | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -2/+1 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -8/+7 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -7/+7 |
* | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | Check for OSX >= 10.4 to match what the maunal says and what we actually supp... | Jan Djärv | 2012-10-07 | 1 | -2/+2 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
* | * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar) | Alp Aker | 2012-08-01 | 1 | -1/+1 |
* | Improve static checking when configured --with-ns. | Paul Eggert | 2012-07-07 | 1 | -4/+4 |
* | Merge from trunk. | Paul Eggert | 2012-02-24 | 1 | -38/+76 |
|\ |
|
| * | Yet more syncing of xselect docs and argument specs | Glenn Morris | 2012-02-11 | 1 | -38/+76 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -113/+57 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | NS selection bug fix and cleanup, see thread C-g crash in C-x C-f (OSX Lion). | Jan Djärv | 2011-12-18 | 1 | -112/+56 |
* | | * nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int. | Paul Eggert | 2011-09-27 | 1 | -4/+3 |