diff options
| author | Karoly Lorentey | 2006-02-12 00:15:44 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-02-12 00:15:44 +0000 |
| commit | 1913a2b35da45eeeb71ef851975be7d57c11de78 (patch) | |
| tree | 6cd59883fb931999da5b62c03b321ade6f77e66e /src/ChangeLog | |
| parent | a5805c9d0240fab504f2a3e32db6449392005fb6 (diff) | |
| parent | a528b71e55b2b244a5dd35318713ccb20398cbbf (diff) | |
| download | emacs-1913a2b35da45eeeb71ef851975be7d57c11de78.tar.gz emacs-1913a2b35da45eeeb71ef851975be7d57c11de78.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-49
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-50
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-51
Make constrain-to-field notice overlays
* emacs@sv.gnu.org/emacs--devo--0--patch-52
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-53
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-54
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-55
Merge from erc--emacs--0
* emacs@sv.gnu.org/emacs--devo--0--patch-56
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-57
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-58
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-59
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-60
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-61
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-62
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-63
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-64
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-65
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-66
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-67
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-68
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-69
rcirc: Add flexible response formatting; Add nick abbrevs
* emacs@sv.gnu.org/emacs--devo--0--patch-70
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-71
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-72
Update from CVS: man/dired.texi (Tumme): More tumme documentation.
* emacs@sv.gnu.org/gnus--rel--5.10--patch-18
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-19
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-20
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-21
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-22
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-23
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-24
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-25
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-26
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-27
Update from CVS: lisp/gnus.el: Remove bogus comment.
* emacs@sv.gnu.org/gnus--rel--5.10--patch-28
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-29
Add sendmail.el and smptmail.el from Emacs tree to contrib/
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-508
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 90 |
1 files changed, 89 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 166222ae33c..8c1fffe9911 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,90 @@ | |||
| 1 | 2006-02-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (Venable_disabled_menus_and_buttons): New variable. | ||
| 4 | (syms_of_keyboard): DEVFAR_LISP and initialize it. | ||
| 5 | (parse_tool_bar_item, parse_menu_item): If that variable is | ||
| 6 | non-nil, don't disable menu items and tool-bar buttons. | ||
| 7 | |||
| 8 | 2006-02-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 9 | |||
| 10 | * doc.c (Fsubstitute_command_keys): Doc fix. | ||
| 11 | |||
| 12 | 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 13 | |||
| 14 | * data.c (Findirect_function): Rewrite docstring. | ||
| 15 | Fix omission bug: Declare new arg NOERROR. | ||
| 16 | |||
| 17 | 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 18 | |||
| 19 | * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor | ||
| 20 | if window_desc is not set yet. | ||
| 21 | (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07 | ||
| 22 | and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame | ||
| 23 | parameter `visibility' is `icon'. | ||
| 24 | (Fx_create_frame, x_create_tip_frame): Use "fontset-standard" | ||
| 25 | instead of "fontset-mac". | ||
| 26 | (Fx_focus_frame): New defun. | ||
| 27 | (syms_of_macfns): Defsubr it. | ||
| 28 | |||
| 29 | * macterm.c (mac_define_frame_cursor): Don't change pointer shape | ||
| 30 | for unfocused frame. | ||
| 31 | (x_raise_frame): Call BringToFront instead of SelectWindow. | ||
| 32 | (x_lower_frame): Use NULL instead of nil. | ||
| 33 | (x_make_frame_visible): Don't call SelectWindow. | ||
| 34 | (XTread_socket): Increment handling_signal at the start, decrement | ||
| 35 | it at the end. | ||
| 36 | [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use | ||
| 37 | CFPreferencesGetAppIntegerValue instead of Fmac_get_preference. | ||
| 38 | |||
| 39 | 2006-02-10 Kim F. Storm <storm@cua.dk> | ||
| 40 | |||
| 41 | * data.c (Findirect_function): Add NOERROR arg. All callers changed | ||
| 42 | to pass Qnil for NOERROR. | ||
| 43 | |||
| 44 | * keymap.c (current_minor_maps_error): Remove. | ||
| 45 | (current_minor_maps): Pass Qt for NOERROR to Findirect_function | ||
| 46 | instead of using internal_condition_case_1+current_minor_maps_error. | ||
| 47 | |||
| 48 | 2006-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 49 | |||
| 50 | * xterm.c (handle_one_xevent): Must note mouse movement even for nil | ||
| 51 | frames for GTK, in that case it is the tool bar. This is so that | ||
| 52 | highlighted text get reset properly. | ||
| 53 | |||
| 54 | 2006-02-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 55 | |||
| 56 | * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes. | ||
| 57 | |||
| 58 | 2006-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 59 | |||
| 60 | * window.c (adjust_window_trailing_edge): Check that shrinking | ||
| 61 | does not set a window to size zero or less. | ||
| 62 | |||
| 63 | 2006-02-08 Miles Bader <miles@gnu.org> | ||
| 64 | |||
| 65 | * editfns.c (Fconstrain_to_field): Use Fget_char_property instead | ||
| 66 | of Fget_text_property (other field functions work with overlays as | ||
| 67 | well as text-properties). | ||
| 68 | |||
| 69 | 2006-02-07 Kenichi Handa <handa@m17n.org> | ||
| 70 | |||
| 71 | * dispextern.h (unibyte_display_via_language_environment): Extern it. | ||
| 72 | |||
| 73 | * xterm.h (unibyte_display_via_language_environment): | ||
| 74 | * w32term.h (unibyte_display_via_language_environment): | ||
| 75 | * macterm.h (unibyte_display_via_language_environment): Delete extern. | ||
| 76 | |||
| 77 | 2006-02-07 Kenichi Handa <handa@m17n.org> | ||
| 78 | |||
| 79 | * term.c (append_glyph): Refer to it->char_to_display instead of it->c. | ||
| 80 | (produce_glyphs): Set the character to print in | ||
| 81 | it->char_to_display. Handle unibyte-display-via-language-environment. | ||
| 82 | (produce_stretch_glyph): Set character to print in it->char_to_display. | ||
| 83 | |||
| 84 | 2006-02-06 Kenichi Handa <handa@m17n.org> | ||
| 85 | |||
| 86 | * lread.c (openp): Initialize encoded_fn before GCPRO it. | ||
| 87 | |||
| 1 | 2006-02-05 Ken Raeburn <raeburn@raeburn.org> | 88 | 2006-02-05 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 89 | ||
| 3 | * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup. | 90 | * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup. |
| @@ -22409,7 +22496,8 @@ See ChangeLog.9 for earlier changes. | |||
| 22409 | ;; coding: iso-2022-7bit | 22496 | ;; coding: iso-2022-7bit |
| 22410 | ;; End: | 22497 | ;; End: |
| 22411 | 22498 | ||
| 22412 | Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 22499 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 22500 | 2006 Free Software Foundation, Inc. | ||
| 22413 | Copying and distribution of this file, with or without modification, | 22501 | Copying and distribution of this file, with or without modification, |
| 22414 | are permitted provided the copyright notice and this notice are preserved. | 22502 | are permitted provided the copyright notice and this notice are preserved. |
| 22415 | 22503 | ||