comparison src/ChangeLog @ 5468:a9094f28f9a9

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Wed, 19 Jan 2011 22:35:23 +0100
parents 7ebbe334061e fde0802ee3e0
children 0af042a0c116
comparison
equal deleted inserted replaced
5457:4ed2dedf36a1 5468:a9094f28f9a9
1 2011-01-18 Mike Sperber <mike@xemacs.org>
2
3 * s/freebsd.h: Zap. Not really needed anymore, and it has unclear
4 license status.
5
6 2011-01-15 Aidan Kehoe <kehoea@parhasard.net>
7
8 * s/usg5-4.h (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
9 That didn't work; attempt with qxestrcpy_ascii(),
10 qxestrncpy_ascii().
11
12 2011-01-14 Aidan Kehoe <kehoea@parhasard.net>
13
14 * s/hpux11.h (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF):
15 * s/usg5-4.h (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF):
16 Replace sprintf() with qxesprintf(), strcpy with qxestrpy(),
17 hopefully fixing some platform-specific C++ builds.
18
19 2011-01-14 Aidan Kehoe <kehoea@parhasard.net>
20
21 * fns.c (Ffind): Use the correct subr information here, pass in
22 the DEFAULT keyword argument value correctly.
23
24 2011-01-11 Aidan Kehoe <kehoea@parhasard.net>
25
26 * device-msw.c (Fmswindows_printer_list): Remove a Fdelete ()
27 call here, remove the necessity for it.
28 * fns.c (Fdelete, Fdelq):
29 * lisp.h:
30 Move #'delete, #'delq to Lisp, implemented in terms of #'delete*
31 * select.c (Fown_selection_internal):
32 * select.c (handle_selection_clear):
33 Use delq_no_quit() in these functions, don't reimplement it or use
34 Fdelq(), which is now gone.
35
1 2011-01-10 Aidan Kehoe <kehoea@parhasard.net> 36 2011-01-10 Aidan Kehoe <kehoea@parhasard.net>
2 37
3 * mc-alloc.c (get_used_list_index): 38 * mc-alloc.c (get_used_list_index):
4 Replace some C++ comments with C-style /* comments. 39 Replace some C++ comments with C-style /* comments.
5 40