# HG changeset patch # User Stefan Monnier # Date 1120333108 0 # Node ID b06138a7a4272167a8bfa4f9a90c161dc5281c3b # Parent 1cafd9845c426cb6c7fff7ce819b5b751b72ffc3 *** empty log message *** diff -r 1cafd9845c42 -r b06138a7a427 etc/ChangeLog --- a/etc/ChangeLog Sat Jul 02 19:36:38 2005 +0000 +++ b/etc/ChangeLog Sat Jul 02 19:38:28 2005 +0000 @@ -67,7 +67,7 @@ 2005-05-05 Slawomir Nowaczyk (tiny change) - * TUTORIAL.pl: Updated header. + * TUTORIAL.pl: Updated header. 2005-05-02 Richard M. Stallman @@ -110,8 +110,8 @@ 2005-04-10 Masatake YAMATO - * compilation.txt (symbol): Added gcov-file - gcov-bb-file gcov-never-called-line gcov-called-line . + * compilation.txt (symbol): Add gcov-file + gcov-bb-file gcov-never-called-line gcov-called-line. 2005-04-08 Kenichi Handa @@ -128,7 +128,7 @@ 2005-04-05 Marcelo Toledo - * TUTORIAL.translators: Added the field Maintainer. + * TUTORIAL.translators: Added the field Maintainer. 2005-04-04 Thien-Thi Nguyen @@ -149,22 +149,21 @@ 2005-04-01 Marcelo Toledo - * TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, - * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, - * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, - * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title - line. + * TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, + * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, + * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, + * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. 2005-04-01 Ognyan Kulev - * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in - revision 1.59, "Emacs" is not transliterated to cyrillic anymore; - Minor fixes. + * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in + revision 1.59, "Emacs" is not transliterated to cyrillic anymore; + Minor fixes. 2005-04-01 Mats Lidell - * TUTORIAL.sv: Sync some other changes with the TUTORIAL version - 1.61 in CVS. + * TUTORIAL.sv: Sync some other changes with the TUTORIAL version + 1.61 in CVS. 2005-04-01 Lute Kamstra @@ -298,7 +297,7 @@ * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc. Reformat. - * e/eterm: Regenerate. + * e/eterm: Regenerate. 2004-09-25 Jan Dj,Ad(Brv @@ -307,7 +306,7 @@ 2004-09-16 Dan Nicolaescu * e/eterm.ti: Change the strings for smso and rmso. - e/eterm: Regenerate. + e/eterm: Regenerate. 2004-09-09 Thien-Thi Nguyen @@ -316,7 +315,7 @@ 2004-09-07 Dan Nicolaescu * e/eterm.ti: Add `op' entry to enable colors in term. - * e/eterm: Regenerate. + * e/eterm: Regenerate. 2004-09-04 Eric S. Raymond @@ -388,7 +387,7 @@ 2004-07-08 David Kastrup - * NEWS (Lisp changes in 21.4): document (match-data t) change. + * NEWS (Lisp changes in 21.4): Document (match-data t) change. 2002-06-26 Eli Zaretskii @@ -398,8 +397,8 @@ * NEWS: Move description from new paragraph-start and indent-line-function defaults to general news instead of new - packages. Same for query-replace-skip-read-only. Add - description of new `\,' and `\?' replacement string features. + packages. Same for query-replace-skip-read-only. + Add description of new `\,' and `\?' replacement string features. 2004-06-23 Luc Teirlinck @@ -426,8 +425,7 @@ 2004-05-14 David Ponce - * tree-widget: New directory containing tree-widget themes and - images. + * tree-widget: New directory containing tree-widget themes and images. 2004-04-13 Marcelo Toledo diff -r 1cafd9845c42 -r b06138a7a427 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 02 19:36:38 2005 +0000 +++ b/lisp/ChangeLog Sat Jul 02 19:38:28 2005 +0000 @@ -1,3 +1,10 @@ +2005-07-02 Stefan Monnier + + * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body + into flymake-mode and delegate to flymake-mode. + + * find-file.el (ff-which-function-are-we-in): Clean up. + 2005-07-02 Juanma Barranquero * replace.el (occur-rename-buffer): Fix docstring. @@ -72,8 +79,8 @@ * facemenu.el (facemenu-unlisted-faces): Delete foreground and background color faces. - (facemenu-set-foreground, facemenu-set-background): Use - facemenu-set-face-from-menu. + (facemenu-set-foreground, facemenu-set-background): + Use facemenu-set-face-from-menu. (facemenu-set-face-from-menu): Treat face names that start with "fg:" or "bg:" as special. (facemenu-add-new-color): Don't create faces. Simplify. @@ -85,8 +92,7 @@ 2005-06-30 Johan Bockg,Ae(Brd - * help-fns.el (help-do-arg-highlight): Regexp-quote argument - names. + * help-fns.el (help-do-arg-highlight): Regexp-quote argument names. 2005-06-30 Stefan Monnier @@ -101,7 +107,8 @@ (archive-zip-summarize): Remove unused var `method'. (archive-lzh-summarize): Remove unused var `creator'. - * emacs-lisp/debug.el (debug): Quieten Drew Adams. + * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the + dedicated frame upon exit. * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only. (archive-zip-extract, archive-zip-expunge) diff -r 1cafd9845c42 -r b06138a7a427 man/ChangeLog --- a/man/ChangeLog Sat Jul 02 19:36:38 2005 +0000 +++ b/man/ChangeLog Sat Jul 02 19:38:28 2005 +0000 @@ -430,8 +430,7 @@ 2005-04-12 Luc Teirlinck - * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by - default. + * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default. 2005-04-12 Jan Dj,Ad(Brv @@ -459,8 +458,7 @@ 2005-04-10 Luc Teirlinck * rmail.texi (Rmail Basics): Clarify description of `q' and `b'. - (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric - argument. + (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg. (Rmail Inbox): Give full name of `rmail-primary-inbox-list'. (Rmail Output): Clarify which statements apply to `o', `C-o' and `w', respectively. @@ -470,7 +468,7 @@ 2005-04-10 Jan Dj,Ad(Brv - * xresources.texi (Lucid Resources): Added fonSet resource. + * xresources.texi (Lucid Resources): Add fonSet resource. 2005-04-06 Katsumi Yamaoka @@ -578,8 +576,7 @@ * programs.texi (ForIndent Vars): `fortran-if-indent' does other constructs as well. - (Fortran Motion): Add fortran-end-of-block, - fortran-beginning-of-block. + (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block. 2005-03-29 Kenichi Handa @@ -644,8 +641,8 @@ (Special Diary Entries, Importing Diary): Change some xrefs to point to emacs-xtra rather than elisp. - * emacs-xtra.texi (Calendar Customizing): Move - view-diary-entries-initially, view-calendar-holidays-initially, + * emacs-xtra.texi (Calendar Customizing): + Move view-diary-entries-initially, view-calendar-holidays-initially, mark-diary-entries-in-calendar, mark-holidays-in-calendar to main Emacs Manual. (Appt Customizing): Merge entire section into main Emacs Manual. @@ -691,8 +688,8 @@ 2005-03-26 Jay Belanger - * calc.texi (Simplifying Formulas, Rewrite Rules): Change - description of top and bottom of fraction. + * calc.texi (Simplifying Formulas, Rewrite Rules): + Change description of top and bottom of fraction. (Modulo Forms): Move description of how to create modulo forms to earlier in the section. (Fraction Mode): Suggest using : to get a fraction by dividing. @@ -738,8 +735,8 @@ 2005-03-25 Werner Lemberg - * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: Replace - `legal' with `valid'. + * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi: + Replace `legal' with `valid'. 2005-03-25 Werner Lemberg @@ -748,7 +745,7 @@ 2005-03-24 Jay Belanger * calc.texi (General Mode Commands) - (Mode Settings in Embedded Mode): Added some explanation of + (Mode Settings in Embedded Mode): Add some explanation of recording mode settings. 2005-03-24 Richard M. Stallman