diff options
| author | Karoly Lorentey | 2005-10-23 22:47:29 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-10-23 22:47:29 +0000 |
| commit | 6dc59f76f49a35140b3bbdeb9c495609f8e55f3a (patch) | |
| tree | 3694df29f4ce4ab94220bd377cd0d32b64f98b0a /src/ChangeLog | |
| parent | a095475c5f316eed7b27f6e0e6df52dae53dc2a5 (diff) | |
| parent | c286104c51b4510ead8e92d265a84aa661ddbf97 (diff) | |
| download | emacs-6dc59f76f49a35140b3bbdeb9c495609f8e55f3a.tar.gz emacs-6dc59f76f49a35140b3bbdeb9c495609f8e55f3a.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 610-614)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-610
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-611
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-612
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-613
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-614
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-429
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 75 |
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 @@ | |||
| 1 | 2005-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 | |||
| 9 | 2005-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 | |||
| 14 | 2005-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 | |||
| 35 | 2005-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 | |||
| 40 | 2005-10-20 Olli Savia <ops@iki.fi> (tiny change) | ||
| 41 | |||
| 42 | * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO. | ||
| 43 | |||
| 44 | 2005-10-20 Andreas Schwab <schwab@suse.de> | ||
| 45 | |||
| 46 | * minibuf.c (Fdisplay_completion_list): Doc fix. | ||
| 47 | |||
| 48 | 2005-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 | |||
| 54 | 2005-10-19 Romain Francoise <romain@orebokech.com> | ||
| 55 | |||
| 56 | * emacs.c (main): Update copyright year. | ||
| 57 | |||
| 58 | 2005-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 | |||
| 70 | 2005-10-18 Richard M. Stallman <rms@gnu.org> | ||
| 71 | |||
| 72 | * search.c (Fstring_match): Doc fix. | ||
| 73 | |||
| 1 | 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 74 | 2005-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 @@ | |||
| 8 | 2005-10-16 Masatake YAMATO <jet@gyve.org> | 81 | 2005-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 | ||
| 14 | 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 87 | 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |