aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog56
1 files changed, 53 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 54b54b95f27..c3f13e624a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,54 @@
12005-03-30 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (display_line): Allow multiple overlay arrows in window.
4
52005-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
162005-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
232005-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
292005-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
412005-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
472005-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
12005-03-22 Kim F. Storm <storm@cua.dk> 522005-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.
@@ -17,7 +68,7 @@
172005-03-22 David Kastrup <dak@gnu.org> 682005-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.
@@ -51,8 +102,7 @@
51 102
522005-03-17 Kenichi Handa <handa@m17n.org> 1032005-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
572005-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 1072005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
58 108