index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nsselect.m
Age
Commit message (
Expand
)
Author
2022-02-02
* src/nsselect.m (ns_get_foreign_selection): Fix GCC warning.
Po Lu
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-25
Fix selection for old GNUstep and GCC
Alan Third
2021-11-24
Allow NS to handle non-text clipboard contents
Alan Third
2021-01-18
Avoid macOS NSFilenamesPboardType warning (bug#33035)
Mattias Engdegård
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-22
Use new NSString lisp methods
Alan Third
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-05-21
Fix some deprecation notices on macOS 10.14
Alan Third
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
Update src/{ns,mac}*.m to use bignum-compatible macros
Charles A. Roelli
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-03-19
Normalize and fix some mistakes in NS-related commentary
Charles A. Roelli
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-16
Silence macOS 10.13 deprecation notices (Bug#29643)
Alan Third
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-11-06
Modernize usage of 'macOS' in doc and comments
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-05-23
Replace gui-method macros with cl-generic with &context
Stefan Monnier
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-23
Fixes: debbugs:19396
Didier Verna
2014-12-18
Minor cleanups for Lisp objects and symbols
Paul Eggert
2014-11-01
nsselect.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-21
Get rid of backend-dependent selection-handling functions for kill/yank
Stefan Monnier
2014-10-01
Consolidate management/ownership of selections.
Stefan Monnier
2014-05-05
* nsselect.m (Fx_selection_exists_p): Just return Qnil if window system
Jan Djärv
2014-02-10
Avoid "." at end of error diagnostics.
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-10-16
* nsselect.m (ns_string_from_pasteboard): Remove Fquit, just return
Jan Djärv
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-06-02
Update the GNUStep port so it works OK. Redraw and sizing bugs remain.
Jan Djärv
2013-04-07
Get rid of some platform-specific functions examining window
Dmitry Antipov
2013-04-05
Consistently use platform-specific function to detect window system.
Dmitry Antipov
2013-02-08
* lisp.h (make_uninit_vector): New function.
Dmitry Antipov
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-10-07
Check for OSX >= 10.4 to match what the maunal says and what we actually supp...
Jan Djärv
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-07
Revert 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
[next]