Mercurial > emacs
comparison src/ChangeLog @ 90599:c358d0861b16
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 414-422)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 128-130)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 05 Sep 2006 02:54:22 +0000 |
parents | 6823a91487f2 dccec68de80c |
children | 84dd84b43e1b |
comparison
equal
deleted
inserted
replaced
90598:4a8681a3d827 | 90599:c358d0861b16 |
---|---|
1 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * macterm.c (install_window_handler, mac_handle_window_event) | |
4 [USE_CARBON_EVENTS]: Handle kEventWindowClose. | |
5 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for | |
6 ASCII keystroke event. | |
7 | |
8 2006-09-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
9 | |
10 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in | |
11 the file chooser message. Only call gtk_file_chooser_set_current_name | |
12 when action is SAVE. | |
13 | |
14 2006-09-04 Andreas Schwab <schwab@suse.de> | |
15 | |
16 * Makefile.in: Double all single and back quotes in C-style | |
17 comments to help fontifier. | |
18 | |
19 2006-09-03 Jason Rumney <jasonr@gnu.org> | |
20 | |
21 * w32.c (shutdown_handler): New function to exit cleanly on shutdown. | |
22 (globals_of_w32): Register it as a signal handler. | |
23 | |
24 2006-09-02 Juri Linkov <juri@jurta.org> | |
25 | |
26 * marker.c (Fmarker_position): Doc fix. | |
27 | |
28 2006-09-03 Eli Zaretskii <eliz@gnu.org> | |
29 | |
30 * window.c (syms_of_window) <split-height-threshold>: | |
31 <window-min-height, window-min-width>: Doc fix. | |
32 | |
33 2006-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
34 | |
35 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message | |
36 for writing files. Call gtk_file_chooser_set_current_name to keep | |
37 default filename. | |
38 | |
39 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls | |
40 | |
41 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change) | |
42 | |
43 * fns.c (concat) [__GNUC__]: Declare with | |
44 `__attribute__((noinline))'. | |
45 | |
46 * eval.c (apply1, call2) [__GNUC__]: Declare with | |
47 `__attribute__((noinline))'. | |
48 | |
49 2006-09-02 Stuart D. Herring <herring@lanl.gov> | |
50 | |
51 * minibuf.c (Finternal_complete_buffer): New function. | |
52 (syms_of_minibuf): Defsubr it. | |
53 (Fread_buffer): Use it, instead of Vbuffer_alist. | |
54 | |
55 2006-09-01 Martin Rudalics <rudalics@gmx.at> | |
56 | |
57 * buffer.h (struct buffer_text): New field chars_modiff. | |
58 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros. | |
59 * buffer.c (Fbuffer_chars_modified_tick): New function returning | |
60 value of BUF_CHARS_MODIFF. | |
61 (syms_of_buffer): Defsubr it. | |
62 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF. | |
63 * insdel.c (modify_region): New argument preserve_chars_modiff. | |
64 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero. | |
65 (insert_1_both, insert_from_string_1, insert_from_buffer_1) | |
66 (adjust_after_replace, adjust_after_replace_noundo) | |
67 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF. | |
68 * lisp.h (modify_region): Add fourth argument in extern. | |
69 * casefiddle.c (casify_region): Call modify_region with fourth | |
70 argument zero to assert that CHARS_MODIFF is updated. | |
71 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal) | |
72 (Ftranspose_regions): Likewise. | |
73 * textprop.c (Fadd_text_properties, Fset_text_properties) | |
74 (Fremove_text_properties, Fremove_list_of_text_properties): | |
75 Call modify_region with fourth argument 1 to avoid that | |
76 CHARS_MODIFF is updated. | |
77 | |
78 2006-08-31 Richard Stallman <rms@gnu.org> | |
79 | |
80 * editfns.c (Fformat): Don't sign-extend for %o or %x. | |
81 | |
82 2006-08-29 Chong Yidong <cyd@stupidchicken.com> | |
83 | |
84 * indent.c (Fvertical_motion): Don't move back if we were | |
85 displaying a Lisp string, either. | |
86 | |
87 2006-08-28 Kim F. Storm <storm@cua.dk> | |
88 | |
89 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]: | |
90 Don't attempt to replace cursor on image glyphs. | |
91 | |
92 2006-08-28 Kenichi Handa <handa@m17n.org> | |
93 | |
94 * coding.c (Fdetect_coding_region, Fdetect_coding_string): Fix | |
95 docstring about ISO-2022 control characters. | |
96 | |
1 2006-08-28 Kim F. Storm <storm@cua.dk> | 97 2006-08-28 Kim F. Storm <storm@cua.dk> |
2 | 98 |
3 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images | 99 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images |
4 with a hollow box cursor if image is larger than 32x32 (or the default | 100 with a hollow box cursor if image is larger than 32x32 (or the default |
5 frame font if that is bigger). Replace any other cursor on images | 101 frame font if that is bigger). Replace any other cursor on images |
65 | 161 |
66 * fileio.c (Fmake_directory_internal, Fdelete_directory) | 162 * fileio.c (Fmake_directory_internal, Fdelete_directory) |
67 (Fdelete_file): Simplify; use list1. | 163 (Fdelete_file): Simplify; use list1. |
68 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): | 164 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): |
69 Simplify; remove NO_ARG_ARRAY stuff, use list2. | 165 Simplify; remove NO_ARG_ARRAY stuff, use list2. |
166 | |
167 2006-08-25 Richard Stallman <rms@gnu.org> | |
168 | |
169 * buffer.c (Fswitch_to_buffer): Fix previous change. | |
70 | 170 |
71 2006-08-25 Kim F. Storm <storm@cua.dk> | 171 2006-08-25 Kim F. Storm <storm@cua.dk> |
72 | 172 |
73 * keyboard.c (Fcurrent_idle_time): Simplify. | 173 * keyboard.c (Fcurrent_idle_time): Simplify. |
74 | 174 |