comparison lisp/ChangeLog @ 68481:52b6d55ff868

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-27 Creator: Michael Olson <mwolson@gnu.org> Merge ERC-related Viper hacks into Viper.
author Miles Bader <miles@gnu.org>
date Mon, 30 Jan 2006 03:16:50 +0000
parents 776ef30b05c3
children fdd35a71542e
comparison
equal deleted inserted replaced
68480:a0bef9d6fe54 68481:52b6d55ff868
44 44
45 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el, 45 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
46 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el, 46 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
47 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el. 47 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
48 (mh-autoloads): Don't use comments on otherwise empty lines. 48 (mh-autoloads): Don't use comments on otherwise empty lines.
49
50 2006-01-29 Edward O'Connor <ted@oconnor.cx>
51
52 * emulation/viper.el (viper-major-mode-modifier-list): Add
53 insert-state and vi-state entries for erc-mode.
54 (viper-go-away, viper-set-hooks): Add and remove
55 viper-comint-mode-hook from erc-mode-hook as appropriate.
56
57 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
49 58
50 2006-01-29 Juanma Barranquero <lekktu@gmail.com> 59 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
51 60
52 * bs.el (bs--format-aux): Implement `middle' alignment as 61 * bs.el (bs--format-aux): Implement `middle' alignment as
53 described in the docstring for `bs-attributes-list'. 62 described in the docstring for `bs-attributes-list'.