summaryrefslogtreecommitdiff
path: root/src/nsselect.m
Commit message (Expand)AuthorAgeFilesLines
* Fix some deprecation notices on macOS 10.14Alan Third2019-05-211-7/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-3/+3
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-3/+3
* | | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-091-7/+7
|/ /
* | Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli2018-03-191-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Silence macOS 10.13 deprecation notices (Bug#29643)Alan Third2017-12-161-4/+4
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-2/+2
* Rework C source files to avoid ^(Paul Eggert2016-03-101-5/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-3/+3
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-41/+19
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fixes: debbugs:19396Didier Verna2014-12-231-1/+2
* Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-181-4/+4
* nsselect.m cleanup, remove unused, declare vars static.Jan Djärv2014-11-011-17/+4
* * lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv2014-11-011-53/+1
* * nsselect.m: pasteboard_changecount is new.Jan Djärv2014-10-251-11/+53
* Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-211-52/+25
* Consolidate management/ownership of selections.Stefan Monnier2014-10-011-29/+14
* * nsselect.m (Fx_selection_exists_p): Just return Qnil if window systemJan Djärv2014-05-051-1/+3
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * nsselect.m (ns_string_from_pasteboard): Remove Fquit, just returnJan Djärv2013-10-161-6/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-8/+8
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-2/+1
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-8/+7
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-7/+7
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-071-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-1/+1
* * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)Alp Aker2012-08-011-1/+1
* Improve static checking when configured --with-ns.Paul Eggert2012-07-071-4/+4
* Merge from trunk.Paul Eggert2012-02-241-38/+76
|\
| * Yet more syncing of xselect docs and argument specsGlenn Morris2012-02-111-38/+76
* | Merge from trunk.Paul Eggert2012-01-091-113/+57
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * NS selection bug fix and cleanup, see thread C-g crash in C-x C-f (OSX Lion).Jan Djärv2011-12-181-112/+56
* | * nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int.Paul Eggert2011-09-271-4/+3
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-081-0/+6
* Fix services menu empty on OSX 1.6+.Jan Djärv2011-07-081-1/+1