comparison src/ChangeLog @ 90133:4da4a09e8b1b

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 206-222) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 45-52) - Update from CVS - Update from CVS: texi Makefile.in CVS keyw cruft - Update from CVS: ChangeLog tweaks
author Miles Bader <miles@gnu.org>
date Thu, 31 Mar 2005 09:58:14 +0000
parents 13796b0653c7 cc183cb978d4
children 7a3341d65a12
comparison
equal deleted inserted replaced
90132:4080fe8b4f0f 90133:4da4a09e8b1b
1 2005-03-30 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (display_line): Allow multiple overlay arrows in window.
4
5 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
8 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
9 (Ffile_name_absolute_p): Use it.
10 (search_embedded_absfilename): New fun, extracted from
11 Fsubstitute_in_file_name. Use file_name_absolute_p.
12 Free the pw data after use.
13 (Fsubstitute_in_file_name): Use it.
14 After cutting a prefix, re-check file-name-handler.
15
16 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
17
18 * w32term.h (x_output): add focus_state.
19
20 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
21 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
22
23 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
26 Use Fexit_minibuffer.
27 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
28
29 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * dired.c (Ffile_attributes): Add a missing gcpro.
32
33 * alloc.c (make_number): The arg can be bigger than `int'.
34 * lisp.h (make_number): Make prototype more precise.
35
36 * process.c, dired.c (Vfile_name_coding_system)
37 (Vdefault_file_name_coding_system):
38 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
39 (Vdefault_file_name_coding_system): Remove unused declarations.
40
41 2005-03-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
42
43 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
44 if it failed to pop up (Gnome "show pointer on ctrl" option makes
45 menus fail to pop up).
46
47 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
50 Just prepend a backslash without replacing the NBSP by an SPC.
51
1 2005-03-22 Kim F. Storm <storm@cua.dk> 52 2005-03-22 Kim F. Storm <storm@cua.dk>
2 53
3 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P. 54 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
4 * dispextern.h (lookup_derived_face): Fix prototype. 55 * dispextern.h (lookup_derived_face): Fix prototype.
5 * msdos.c (XMenuActivate): Fix call to lookup_derived_face. 56 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
15 * xrdb.c (x_load_resources): Undo previous change (2005-03-18). 66 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
16 67
17 2005-03-22 David Kastrup <dak@gnu.org> 68 2005-03-22 David Kastrup <dak@gnu.org>
18 69
19 * textprop.c (Fnext_char_property_change) 70 * textprop.c (Fnext_char_property_change)
20 (Fprevious_char_property_change): allow marker as limit. 71 (Fprevious_char_property_change): Allow marker as limit.
21 (Fnext_single_char_property_change) 72 (Fnext_single_char_property_change)
22 (Fprevious_single_char_property_change): Check that limit is a 73 (Fprevious_single_char_property_change): Check that limit is a
23 number in strings. 74 number in strings.
24 (Fnext_single_char_property_change): Coerce position to integer. 75 (Fnext_single_char_property_change): Coerce position to integer.
25 (Fprevious_single_char_property_change): Same here. 76 (Fprevious_single_char_property_change): Same here.
49 * xrdb.c (x_load_resources): Use different char *helv when I18N 100 * xrdb.c (x_load_resources): Use different char *helv when I18N
50 is present. 101 is present.
51 102
52 2005-03-17 Kenichi Handa <handa@m17n.org> 103 2005-03-17 Kenichi Handa <handa@m17n.org>
53 104
54 * coding.c (syms_of_coding): Docstring of coding-category-list 105 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
55 fixed.
56 106
57 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 107 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
58 108
59 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]: 109 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
60 Use xic_create_fontsetname even for non-Motif menus. 110 Use xic_create_fontsetname even for non-Motif menus.