aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog75
1 files changed, 74 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61b658b6b88..213e7762485 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,76 @@
12005-10-21 Richard M. Stallman <rms@gnu.org>
2
3 * lread.c (Fload): Simplify gcpro structure.
4 Gcpro FOUND as well as FILE, but not EFOUND.
5 Unless preloading, record FOUND instead of FILE in Vload_history.
6 Rename repeat local FILE to MSG_FILE.
7 (syms_of_lread) <load-history>: Doc fix.
8
92005-10-21 Kenichi Handa <handa@m17n.org>
10
11 * search.c (boyer_moore): Surround the '||' part of expression in
12 `if' condition by parentheses explicitly.
13
142005-10-20 Kim F. Storm <storm@cua.dk>
15
16 * buffer.c (clone_per_buffer_values): Remove unused var tem.
17 (init_buffer): Remove unused vars dotstat, pwdstat.
18
19 * ccl.c (check_ccl_update): Remove unused var vp.
20
21 * fileio.c (auto_save_error): Call SAFE_FREE.
22
23 * fns.c (Fchar_table_range): Remove unused var i.
24
25 * minibuf.c (display_completion_list_1): New wrapper function
26 for Fdisplay_completion_list.
27 (Fminibuffer_completion_help): Use it.
28
29 * term.c (encode_terminal_code): Remove unused var src_start.
30
31 * window.c (Fwindow_tree): Remove unused var alist.
32
33 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
34
352005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
36
37 * unexelf.c (unexec): Fix calls to `fatal' with less than 3
38 arguments.
39
402005-10-20 Olli Savia <ops@iki.fi> (tiny change)
41
42 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
43
442005-10-20 Andreas Schwab <schwab@suse.de>
45
46 * minibuf.c (Fdisplay_completion_list): Doc fix.
47
482005-10-19 Kim F. Storm <storm@cua.dk>
49
50 * image.c (check_image_size): Handle integer Vmax_image_size value
51 directly as max pixel value. Use default frame size for null frame.
52 (syms_of_image) <max-image-size>: Describe integer value.
53
542005-10-19 Romain Francoise <romain@orebokech.com>
55
56 * emacs.c (main): Update copyright year.
57
582005-10-18 Chong Yidong <cyd@stupidchicken.com>
59
60 * image.c (Vmax_image_size): New variable.
61 (check_image_size): New function.
62 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
63 (gif_load, gs_load): Use it.
64 (lookup_image): Try loading again if previous load failed.
65 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
66 to display in, NULL if none.
67 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
68 argument.
69
702005-10-18 Richard M. Stallman <rms@gnu.org>
71
72 * search.c (Fstring_match): Doc fix.
73
12005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 742005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 75
3 * macterm.c (note_mouse_movement): Use PtInRect. 76 * macterm.c (note_mouse_movement): Use PtInRect.
@@ -8,7 +81,7 @@
82005-10-16 Masatake YAMATO <jet@gyve.org> 812005-10-16 Masatake YAMATO <jet@gyve.org>
9 82
10 * minibuf.c (Fdisplay_completion_list): Add new optional 83 * minibuf.c (Fdisplay_completion_list): Add new optional
11 argument COMMON_SUBSTRING. Bind `completion-common-substring' 84 argument COMMON_SUBSTRING. Bind `completion-common-substring'
12 to the optional argument during running `completion-setup-hook'. 85 to the optional argument during running `completion-setup-hook'.
13 86
142005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 872005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>