summaryrefslogtreecommitdiff
path: root/src/nsselect.m
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-23
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Fixes: debbugs:19396Didier Verna2014-12-23
* Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-18
* nsselect.m cleanup, remove unused, declare vars static.Jan Djärv2014-11-01
* * lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv2014-11-01
* * nsselect.m: pasteboard_changecount is new.Jan Djärv2014-10-25
* Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-21
* Consolidate management/ownership of selections.Stefan Monnier2014-10-01
* * nsselect.m (Fx_selection_exists_p): Just return Qnil if window systemJan Djärv2014-05-05
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-10
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * nsselect.m (ns_string_from_pasteboard): Remove Fquit, just returnJan Djärv2013-10-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-02
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-05
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-07
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-07
* * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)Alp Aker2012-08-01
* Improve static checking when configured --with-ns.Paul Eggert2012-07-07
* Merge from trunk.Paul Eggert2012-02-24
|\
| * Yet more syncing of xselect docs and argument specsGlenn Morris2012-02-11
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * NS selection bug fix and cleanup, see thread C-g crash in C-x C-f (OSX Lion).Jan Djärv2011-12-18
* | * nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int.Paul Eggert2011-09-27
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-08
* Fix services menu empty on OSX 1.6+.Jan Djärv2011-07-08
* Make globals.h a generated headerTom Tromey2011-02-08
* Handle nul-character in copy/paste (Bug#7934).Jan Djärv2011-01-29
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Fix NextStep build problems with globals.h introducion.Jan Djärv2011-01-19
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Use intern_c_string instead of intern.Dan Nicolaescu2010-10-01
* | * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".Jan D2010-08-19
* | Use CLIPBOARD and PRIMARY on NS (Bug#6677).Jan D2010-08-18
* | * nsselect.m (syms_of_nsselect): Don't intern QPRIMARY.Jan D2010-08-16
* | nsselect.m: include keyboard.h for QPRIMARY, remove its declaration (Bug#6863).Jan D2010-08-16
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08