aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 95140401eb2..72a11c177c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,61 @@
12012-08-17 Chong Yidong <cyd@gnu.org>
2
3 * xfaces.c (merge_face_vectors): If the target font specfies a
4 font spec, make the font's attributes take precedence over
5 directly-specified attributes.
6 (merge_face_ref): Recognize :font.
7
82012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
9
10 Do not use memcpy for copying intervals.
11 * intervals.c (reproduce_interval): New function.
12 (reproduce_tree, reproduce_tree_obj): Use it.
13 (reproduce_tree_obj): Remove prototype.
14
152012-08-17 Paul Eggert <eggert@cs.ucla.edu>
16
17 * lisp.h (duration_to_sec_usec): Remove unused decl.
18
192012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
20
21 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
22 to an allocated instance of NSString, not to the class itself.
23
242012-08-17 Juanma Barranquero <lekktu@gmail.com>
25
26 * makefile.w32-in (C_CTYPE_H): New macro.
27 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
28 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
29 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
30
312012-08-16 Paul Eggert <eggert@cs.ucla.edu>
32
33 Use ASCII tests for character types.
34 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
35 * xfns.c, xterm.c:
36 Don't include <ctype.h>; was not needed.
37 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
38 * sysdep.c, xfaces.c:
39 Include <c-ctype.h> instead of <ctype.h>.
40 * nsterm.m: Include <c-ctype.h>.
41 * charset.c (read_hex):
42 * doc.c (Fsnarf_documentation):
43 * fileio.c (IS_DRIVE) [WINDOWSNT]:
44 (DRIVE_LETTER) [DOS_NT]:
45 (Ffile_name_directory, Fexpand_file_name)
46 (Fsubstitute_in_file_name):
47 * font.c (font_parse_xlfd, font_parse_fcname):
48 * frame.c (x_set_font_backend):
49 * gtkutil.c (xg_get_font):
50 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
51 * nsimage.m (hexchar):
52 * nsterm.m (ns_xlfd_to_fontname):
53 * sysdep.c (system_process_attributes):
54 * xfaces.c (hash_string_case_insensitive):
55 Use C-locale tests instead of locale-specific tests for character
56 types, since we want the ASCII interpretation here, not the
57 interpretation suitable for whatever happens to be the current locale.
58
12012-08-16 Martin Rudalics <rudalics@gmx.at> 592012-08-16 Martin Rudalics <rudalics@gmx.at>
2 60
3 Consistently check windows for validity/liveness 61 Consistently check windows for validity/liveness
@@ -3411,6 +3469,7 @@
3411 has at least microseconds now. All uses removed. 3469 has at least microseconds now. All uses removed.
3412 (update_frame, update_single_window, update_window, update_frame_1) 3470 (update_frame, update_single_window, update_window, update_frame_1)
3413 (Fsleep_for, sit_for): Port to higher-resolution time stamps. 3471 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
3472 (duration_to_sec_usec): Remove; no longer needed.
3414 3473
3415 * editfns.c (time_overflow): Now extern. 3474 * editfns.c (time_overflow): Now extern.
3416 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument) 3475 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)