comparison src/ChangeLog @ 90296:d57ee9eab157

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 66-84) - Update from CVS - rcirc: Add flexible response formatting; Add nick abbrevs - Merge from gnus--rel--5.10 - Update from CVS: man/dired.texi (Tumme): More tumme documentation. - Merge from erc--emacs--0 - Make ERC comply with the new copyright year guidelines. - (rcirc-format-response-string): Fix small bugs - Fix compiler error in erc-dcc.el. * gnus--rel--5.10 (patch 29) - Add sendmail.el and smptmail.el from Emacs tree to contrib/
author Miles Bader <miles@gnu.org>
date Tue, 14 Feb 2006 05:54:12 +0000
parents 4b3d39451150 75362867e699
children 9e490faa9f6b
comparison
equal deleted inserted replaced
90295:4b3d39451150 90296:d57ee9eab157
1 2006-02-13 Richard M. Stallman <rms@gnu.org>
2
3 * .gdbinit (xwindow): Update the code to show the window box.
4
5 2006-02-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
6
7 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
8
9 2006-02-12 Richard M. Stallman <rms@gnu.org>
10
11 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
12
13 2006-02-11 Eli Zaretskii <eliz@gnu.org>
14
15 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
16 (syms_of_keyboard): DEVFAR_LISP and initialize it.
17 (parse_tool_bar_item, parse_menu_item): If that variable is
18 non-nil, don't disable menu items and tool-bar buttons.
19
20 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
21
22 * doc.c (Fsubstitute_command_keys): Doc fix.
23
1 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org> 24 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
2 25
3 * data.c (Findirect_function): Rewrite docstring. 26 * data.c (Findirect_function): Rewrite docstring.
4 Fix omission bug: Declare new arg NOERROR. 27 Fix omission bug: Declare new arg NOERROR.
5 28