comparison lisp/ChangeLog.9 @ 47499:587c549890cf

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Sep 2002 06:34:04 +0000
parents 2265148ac4b2
children 1aba10ab73b4
comparison
equal deleted inserted replaced
47498:26afa4825cc1 47499:587c549890cf
3902 2001-04-19 Karl Fogel <kfogel@collab.net> 3902 2001-04-19 Karl Fogel <kfogel@collab.net>
3903 3903
3904 * saveplace.el (save-place-alist-to-file): Removed no-effect code 3904 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3905 that inserted file content only to delete it immediately. 3905 that inserted file content only to delete it immediately.
3906 Probably a cut-and-paste bug. Thanks to Juanma Barranquero 3906 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3907 <lektu@uol.com.br> for the patch. 3907 <lektu@terra.es> for the patch.
3908 3908
3909 2001-04-19 Stefan Monnier <monnier@cs.yale.edu> 3909 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3910 3910
3911 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'. 3911 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3912 3912
4449 4449
4450 2001-03-21 Gerd Moellmann <gerd@gnu.org> 4450 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4451 4451
4452 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of 4452 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4453 bs-cycle-configuration-name. From Juanma Barranquero 4453 bs-cycle-configuration-name. From Juanma Barranquero
4454 <lektu@uol.com.br>. 4454 <lektu@terra.es>.
4455 4455
4456 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el 4456 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4457 and cc-vars.el. 4457 and cc-vars.el.
4458 4458
4459 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-* 4459 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
5613 2001-02-09 Dave Love <fx@gnu.org> 5613 2001-02-09 Dave Love <fx@gnu.org>
5614 5614
5615 * imenu.el (imenu-generic-expression): Doc fix. 5615 * imenu.el (imenu-generic-expression): Doc fix.
5616 5616
5617 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. 5617 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5618 From Juanma Barranquero. 5618 From Juanma Barranquero <lektu@terra.es>.
5619 5619
5620 * emacs-lisp/authors.el (authors): Expand `root' before running find. 5620 * emacs-lisp/authors.el (authors): Expand `root' before running find.
5621 5621
5622 2001-02-09 Kenichi Handa <handa@etl.go.jp> 5622 2001-02-09 Kenichi Handa <handa@etl.go.jp>
5623 5623
5625 value specified for :line-width. 5625 value specified for :line-width.
5626 5626
5627 2001-02-08 Stefan Monnier <monnier@cs.yale.edu> 5627 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5628 5628
5629 * which-func.el (which-func-mode): Invert which-func-mode-global. 5629 * which-func.el (which-func-mode): Invert which-func-mode-global.
5630 From Juanma Barranquero <lektu@uol.com.br>. 5630 From Juanma Barranquero <lektu@terra.es>.
5631 5631
5632 2001-02-08 Dave Love <fx@gnu.org> 5632 2001-02-08 Dave Love <fx@gnu.org>
5633 5633
5634 * wid-edit.el (widget-plist-convert-widget): Replace binding of 5634 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5635 widget-plist-value-type. 5635 widget-plist-value-type.
5860 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il> 5860 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5861 5861
5862 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix. 5862 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5863 5863
5864 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use 5864 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5865 concat for integers. From Juanma Barranquero <lektu@uol.com.br>. 5865 concat for integers. From Juanma Barranquero <lektu@terra.es>.
5866 5866
5867 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate 5867 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5868 display problems. 5868 display problems.
5869 5869
5870 2001-01-31 Kenichi Handa <handa@etl.go.jp> 5870 2001-01-31 Kenichi Handa <handa@etl.go.jp>