# HG changeset patch # User Juanma Barranquero # Date 1205230989 0 # Node ID e0ebf9b24e2ef3fcf76fb99ca89c195291e8078c # Parent 9f968e893cca5236c914b941b49074076d438f33 *** empty log message *** diff -r 9f968e893cca -r e0ebf9b24e2e lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 11 10:21:41 2008 +0000 +++ b/lisp/ChangeLog Tue Mar 11 10:23:09 2008 +0000 @@ -1,3 +1,8 @@ +2008-03-11 Juanma Barranquero + + * net/net-utils.el (iwconfig-program-options): Doc fix. + (net-utils-run-program, run-network-program): Define as functions. + 2008-03-11 Dan Nicolaescu * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo. @@ -17,7 +22,8 @@ * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el. - * emacs-lisp/autoload.el (autoload-find-destination): Don't force raw-text. + * emacs-lisp/autoload.el (autoload-find-destination): + Don't force raw-text. * calendar/calendar.el ("cal-loaddefs"): Load, rather than require. * calendar/cal-loaddefs.el: Don't version control. @@ -64,8 +70,8 @@ 2008-03-10 Juanma Barranquero * iswitchb.el (iswitchb-use-faces): Doc fix. - (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in - docstrings. + (iswitchb-buffer-ignore, iswitchb-read-buffer): + Fix typos in docstrings. 2008-03-10 Dan Nicolaescu