Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Mar 29 00:48:14 2005 +0000 +++ b/src/ChangeLog Thu Mar 31 09:58:14 2005 +0000 @@ -1,3 +1,54 @@ +2005-03-30 Kim F. Storm <storm@cua.dk> + + * xdisp.c (display_line): Allow multiple overlay arrows in window. + +2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca> + + * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP. + (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p. + (Ffile_name_absolute_p): Use it. + (search_embedded_absfilename): New fun, extracted from + Fsubstitute_in_file_name. Use file_name_absolute_p. + Free the pw data after use. + (Fsubstitute_in_file_name): Use it. + After cutting a prefix, re-check file-name-handler. + +2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se> + + * w32term.h (x_output): add focus_state. + + * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. + (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change. + +2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca> + + * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit): + Use Fexit_minibuffer. + (Fexit_minibuffer): Mark it as no-return, deactivate the mark. + +2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> + + * dired.c (Ffile_attributes): Add a missing gcpro. + + * alloc.c (make_number): The arg can be bigger than `int'. + * lisp.h (make_number): Make prototype more precise. + + * process.c, dired.c (Vfile_name_coding_system) + (Vdefault_file_name_coding_system): + * callproc.c (Vdoc_file_name, Vfile_name_coding_system) + (Vdefault_file_name_coding_system): Remove unused declarations. + +2005-03-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * xmenu.c (create_and_show_popup_menu): Just remove menu and return + if it failed to pop up (Gnome "show pointer on ctrl" option makes + menus fail to pop up). + +2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> + + * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9. + Just prepend a backslash without replacing the NBSP by an SPC. + 2005-03-22 Kim F. Storm <storm@cua.dk> * xfaces.c (lookup_derived_face): Add arg SIGNAL_P. @@ -17,7 +68,7 @@ 2005-03-22 David Kastrup <dak@gnu.org> * textprop.c (Fnext_char_property_change) - (Fprevious_char_property_change): allow marker as limit. + (Fprevious_char_property_change): Allow marker as limit. (Fnext_single_char_property_change) (Fprevious_single_char_property_change): Check that limit is a number in strings. @@ -51,8 +102,7 @@ 2005-03-17 Kenichi Handa <handa@m17n.org> - * coding.c (syms_of_coding): Docstring of coding-category-list - fixed. + * coding.c (syms_of_coding): Docstring of coding-category-list fixed. 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>