aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog100
1 files changed, 100 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index be774a8b75c..64b3b884bfa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,99 @@
12006-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
82006-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
142006-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
192006-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
242006-09-02 Juri Linkov <juri@jurta.org>
25
26 * marker.c (Fmarker_position): Doc fix.
27
282006-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
332006-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
412006-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
492006-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
552006-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
782006-08-31 Richard Stallman <rms@gnu.org>
79
80 * editfns.c (Fformat): Don't sign-extend for %o or %x.
81
822006-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
872006-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
922006-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
12006-08-28 Kim F. Storm <storm@cua.dk> 972006-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
@@ -68,6 +164,10 @@
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.
70 166
1672006-08-25 Richard Stallman <rms@gnu.org>
168
169 * buffer.c (Fswitch_to_buffer): Fix previous change.
170
712006-08-25 Kim F. Storm <storm@cua.dk> 1712006-08-25 Kim F. Storm <storm@cua.dk>
72 172
73 * keyboard.c (Fcurrent_idle_time): Simplify. 173 * keyboard.c (Fcurrent_idle_time): Simplify.