comparison src/ChangeLog @ 90227:10fe5fadaf89

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 532-541) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 112-115) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 11 Sep 2005 22:21:01 +0000
parents a3716f7538f2 e4fa4fb219eb
children fa0da9b57058
comparison
equal deleted inserted replaced
90226:df78f2fb8f6a 90227:10fe5fadaf89
1 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
2
3 * w32term.c (x_bitmap_icon): Load small icons too.
4
5 2005-09-10 Romain Francoise <romain@orebokech.com>
6
7 * buffer.c (init_buffer): Grow buffer to add directory separator
8 and terminal zero. Fix typos.
9
10 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11
12 * buffer.c (init_buffer): Fix error message for failed call to
13 get_current_dir_name.
14 (get_current_dir_name): Remove prototype.
15
16 * xsmfns.c: (get_current_dir_name): Remove prototype.
17
18 * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add
19 prototype.
20
21 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
22 Don't #undef NULL after including blockinput.h.
23
24 * config.in: Regenerated.
25
26 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
27
28 Remove the MAXPATHLEN limitations:
29
30 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
31 New function.
32
33 * buffer.c (init_buffer): Use it.
34
35 * xsmfns.c (smc_save_yourself_CB): Ditto.
36
37 2005-09-09 Kim F. Storm <storm@cua.dk>
38
39 * doc.c (Fsubstitute_command_keys): Lookup key binding for
40 commands that are remapped from some other command.
41
42 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
43 flag in disabled rows below the window.
44
45 * frame.h (struct frame): New member updated_p.
46
47 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
48 member. Remove local `updated' array and associated variables.
49
50 2005-09-07 Kim F. Storm <storm@cua.dk>
51
52 * xdisp.c (handle_display_prop): Respect overlay window property.
53
54 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
55 Fixes crash reported by YAMAMOTO Mitsuharu.
56
57 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
58
59 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
60 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
61 (xlfdpat_block_match_1, xlfdpat_match): New functions.
62 (xlfdpat_block_match): New macro.
63 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
64 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
65 (add_font_name_table_entry): Increase font_name_table_size more
66 rapidly.
67 (mac_c_string_match): Remove function.
68 (mac_do_list_fonts): Use XLFD pattern match instead of regular
69 expression match.
70
71 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
72
1 2005-09-03 Richard M. Stallman <rms@gnu.org> 73 2005-09-03 Richard M. Stallman <rms@gnu.org>
2 74
3 * xdisp.c (redisplay_internal): Make UPDATED as long as needed. 75 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
4 (move_it_in_display_line_to): Stop after last char on line even 76 (move_it_in_display_line_to): Stop after last char on line even
5 on a windowing terminal, if that's the specified stop position. 77 on a windowing terminal, if that's the specified stop position.