diff options
| author | Karoly Lorentey | 2005-12-19 19:57:22 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-12-19 19:57:22 +0000 |
| commit | e93b29568add51c918892153759a1fcd440e85be (patch) | |
| tree | 4ca3494b355f5df3d0cdbe155eeaa3f630f293c1 /src/ChangeLog | |
| parent | 8d3cdf56502e89f00e86b02f24422acfa1b34beb (diff) | |
| parent | 3031d8b0bb97f21c79b3022ff3e7564173facd18 (diff) | |
| download | emacs-e93b29568add51c918892153759a1fcd440e85be.tar.gz emacs-e93b29568add51c918892153759a1fcd440e85be.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-671
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-672
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-673
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-674
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-675
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-169
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-170
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-171
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-172
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-173
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-454
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4994e7e8d6a..275477a765f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,92 @@ | |||
| 1 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (bootstrap-temacs): Warn that parts of commands | ||
| 4 | enclosed in $(ARGQUOTE)s should not be split between two lines, as | ||
| 5 | that will break with GNU Make >3.80, when sh.exe is used and | ||
| 6 | arg quoting is with '..'. | ||
| 7 | |||
| 8 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 9 | |||
| 10 | * print.c (print_preprocess): Just signal an error if print_depth | ||
| 11 | is exceeded. | ||
| 12 | |||
| 13 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 15 | * .gdbinit: Set a breakpoint on w32_abort. | ||
| 16 | |||
| 17 | 2005-12-16 Juri Linkov <juri@jurta.org> | ||
| 18 | |||
| 19 | * minibuf.c (Fminibuffer_completion_contents): New Lisp function | ||
| 20 | created from minibuffer_completion_contents. | ||
| 21 | (minibuffer_completion_contents): Remove. | ||
| 22 | (do_completion, Fminibuffer_complete_word) | ||
| 23 | (Fminibuffer_completion_help): Replace minibuffer_completion_contents | ||
| 24 | with Fminibuffer_completion_contents. | ||
| 25 | (syms_of_minibuf): Add Sminibuffer_completion_contents. | ||
| 26 | (Fdisplay_completion_list): Doc fix. | ||
| 27 | (display_completion_list_1): Use `nil' for second arg of | ||
| 28 | `Fdisplay_completion_list'. | ||
| 29 | |||
| 30 | 2005-12-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 31 | |||
| 32 | * xfns.c (compute_tip_xy): Handle negative dx and dy. | ||
| 33 | |||
| 34 | * w32fns.c (compute_tip_xy): Ditto | ||
| 35 | |||
| 36 | * macfns.c (compute_tip_xy): Ditto | ||
| 37 | |||
| 38 | 2005-12-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 39 | |||
| 40 | * print.c (print_preprocess): Go to a deeper print_depth to avoid | ||
| 41 | print_object loop. | ||
| 42 | |||
| 43 | 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change) | ||
| 44 | |||
| 45 | * coding.c (code_convert_region_unwind): GCPRO arg. | ||
| 46 | |||
| 47 | 2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 48 | |||
| 49 | * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x, | ||
| 50 | i.e. dy is offset from top of frame instead of bottom. | ||
| 51 | |||
| 52 | * macfns.c (compute_tip_xy): Ditto. | ||
| 53 | |||
| 54 | * w32fns.c (compute_tip_xy): Ditto. | ||
| 55 | |||
| 56 | * gtkutil.c (SSDATA): New macro to remove compiler warnings. | ||
| 57 | (xg_get_image_for_pixmap, xg_create_frame_widgets) | ||
| 58 | (xg_get_file_with_chooser): Use SSDATA instead of SDATA. | ||
| 59 | |||
| 60 | * xmenu.c (menubar_selection_callback): Do nothing if the callback | ||
| 61 | is for an unselected radio menu item. | ||
| 62 | |||
| 63 | 2005-12-11 Richard M. Stallman <rms@gnu.org> | ||
| 64 | |||
| 65 | * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix. | ||
| 66 | |||
| 67 | * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once. | ||
| 68 | |||
| 69 | * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE. | ||
| 70 | (Flookup_key): Doc fix. | ||
| 71 | (syms_of_keymap) <function-key-map>: Doc fix. | ||
| 72 | |||
| 73 | * fns.c (Frequire): Treat evaluating from a source file | ||
| 74 | like loading the file. | ||
| 75 | |||
| 76 | * floatfns.c (Flog): Doc fix. | ||
| 77 | |||
| 78 | * fileio.c (Finsert_file_contents): Set Vdeactivate_mark | ||
| 79 | when we change the buffer. | ||
| 80 | |||
| 81 | 2005-12-11 Juri Linkov <juri@jurta.org> | ||
| 82 | |||
| 83 | * minibuf.c (display_completion_list_1): | ||
| 84 | Call `minibuffer_completion_contents' instead of using `nil' as | ||
| 85 | second arg of `Fdisplay_completion_list'. | ||
| 86 | (keys_of_minibuf): Unbind SPC in | ||
| 87 | Vminibuffer_local_filename_completion_map (see also related | ||
| 88 | change on 2005-12-06). | ||
| 89 | |||
| 1 | 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 90 | 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 91 | ||
| 3 | * emacs.c (main) [MAC_OS8]: Undo previous change. | 92 | * emacs.c (main) [MAC_OS8]: Undo previous change. |