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