aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2014-11-01 12:41:50 +0100
committerJan Djärv2014-11-01 12:41:50 +0100
commit711066c8c14c8bd2b7ca88fda3d9847b6622b148 (patch)
treec8a677b22f06316722a1cb70e8be4314619de89a /src/ChangeLog
parent722afcab51adbc97b5cc5679c87ed2115259a9a7 (diff)
downloademacs-711066c8c14c8bd2b7ca88fda3d9847b6622b148.tar.gz
emacs-711066c8c14c8bd2b7ca88fda3d9847b6622b148.zip
nsselect.m cleanup, remove unused, declare vars static.
* nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME) (NXPrimaryPboard, NXSecondaryPboard): Declare static. (Qforeign_selection): Remove. (ns_get_local_selection): Identation fix. (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6580ce2d7ac..0ddc2659512 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,16 @@
12014-11-01 Jan Djärv <jan.h.d@swipnet.se> 12014-11-01 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME)
4 (NXPrimaryPboard, NXSecondaryPboard): Declare static.
5 (Qforeign_selection): Remove.
6 (ns_get_local_selection): Identation fix.
7 (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks
8
3 * nsselect.m (ns_get_local_selection): Remove calling of 9 * nsselect.m (ns_get_local_selection): Remove calling of
4 functions in Vselection_converter_alist (Bug#18911). 10 functions in Vselection_converter_alist (Bug#18911).
5 (syms_of_nsselect): Remove Vselection_converter_alist. 11 (syms_of_nsselect): Remove Vselection_converter_alist.
6 12
72014-10-31 Dmitry Antipov <dmantipov@yandex.ru> 13(2014-10-31 Dmitry Antipov <dmantipov@yandex.ru>
8 14
9 * font.c (copy_font_spec): Redesign to avoid Fcopy_alist 15 * font.c (copy_font_spec): Redesign to avoid Fcopy_alist
10 and unnecessary initialization. Adjust comments. 16 and unnecessary initialization. Adjust comments.