diff options
| author | Lute Kamstra | 2003-10-06 08:32:09 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2003-10-06 08:32:09 +0000 |
| commit | 19bb0fcdf1b5a183f3457a4f6febde310f38fdc6 (patch) | |
| tree | 30a37a6a44884c28c73cdbd9bd9b2846e5ebce67 | |
| parent | 492475213fc13fc7a01ba53a3e6056e614ca315f (diff) | |
| download | emacs-19bb0fcdf1b5a183f3457a4f6febde310f38fdc6.tar.gz emacs-19bb0fcdf1b5a183f3457a4f6febde310f38fdc6.zip | |
Update my email address.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 30 | ||||
| -rw-r--r-- | lwlib/ChangeLog | 2 | ||||
| -rw-r--r-- | man/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
5 files changed, 19 insertions, 19 deletions
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | * Makefile.in (install-arch-indep, uninstall): Add SES manual. | 11 | * Makefile.in (install-arch-indep, uninstall): Add SES manual. |
| 12 | 12 | ||
| 13 | 2003-08-18 Lute Kamstra <Lute.Kamstra@cwi.nl> | 13 | 2003-08-18 Lute Kamstra <lute@gnu.org> |
| 14 | 14 | ||
| 15 | * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not | 15 | * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not |
| 16 | required anymore. | 16 | required anymore. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c37cbc7c1b..e88b38dbe6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD) | 24 | * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD) |
| 25 | (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el | 25 | (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el |
| 26 | 26 | ||
| 27 | 2003-10-03 Lute Kamstra <Lute.Kamstra@cwi.nl> | 27 | 2003-10-03 Lute Kamstra <lute@gnu.org> |
| 28 | 28 | ||
| 29 | * info.el (Info-mode): Revert previous change. | 29 | * info.el (Info-mode): Revert previous change. |
| 30 | (Info-escape-percent): New function. | 30 | (Info-escape-percent): New function. |
| @@ -67,7 +67,7 @@ | |||
| 67 | * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow | 67 | * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow |
| 68 | bootstrap. | 68 | bootstrap. |
| 69 | 69 | ||
| 70 | 2003-10-01 Lute Kamstra <Lute.Kamstra@cwi.nl> | 70 | 2003-10-01 Lute Kamstra <lute@gnu.org> |
| 71 | 71 | ||
| 72 | * files.el: Fix typo. | 72 | * files.el: Fix typo. |
| 73 | * imenu.el (imenu--generic-function): Docstring fix. | 73 | * imenu.el (imenu--generic-function): Docstring fix. |
| @@ -183,7 +183,7 @@ | |||
| 183 | 183 | ||
| 184 | * pcvs.el (cvs-mode-unmark-up): Move to goal column when done. | 184 | * pcvs.el (cvs-mode-unmark-up): Move to goal column when done. |
| 185 | 185 | ||
| 186 | 2003-09-29 Lute Kamstra <Lute.Kamstra@cwi.nl> | 186 | 2003-09-29 Lute Kamstra <lute@gnu.org> |
| 187 | 187 | ||
| 188 | * bindings.el (mode-line-modes): Remove superfluous :propertize | 188 | * bindings.el (mode-line-modes): Remove superfluous :propertize |
| 189 | construct in initialization. | 189 | construct in initialization. |
| @@ -246,7 +246,7 @@ | |||
| 246 | * man.el (Man-default-man-entry): Remove the leading `*' from the | 246 | * man.el (Man-default-man-entry): Remove the leading `*' from the |
| 247 | word at point. | 247 | word at point. |
| 248 | 248 | ||
| 249 | 2003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl> | 249 | 2003-09-26 Lute Kamstra <lute@gnu.org> |
| 250 | 250 | ||
| 251 | * bindings.el (mode-line-position): Mention size indication in | 251 | * bindings.el (mode-line-position): Mention size indication in |
| 252 | docstring. | 252 | docstring. |
| @@ -506,7 +506,7 @@ | |||
| 506 | (battery-linux-proc-acpi): Fix a bug in %b which made "!" never | 506 | (battery-linux-proc-acpi): Fix a bug in %b which made "!" never |
| 507 | appear due to wrong ordering of the expressions in `or'. | 507 | appear due to wrong ordering of the expressions in `or'. |
| 508 | 508 | ||
| 509 | 2003-09-09 Lute Kamstra <Lute.Kamstra@cwi.nl> | 509 | 2003-09-09 Lute Kamstra <lute@gnu.org> |
| 510 | 510 | ||
| 511 | * misc.el (upcase-char): Fix docstring. | 511 | * misc.el (upcase-char): Fix docstring. |
| 512 | (zap-up-to-char): New command. | 512 | (zap-up-to-char): New command. |
| @@ -520,7 +520,7 @@ | |||
| 520 | (recentf-update-menu): Likewise. Use easy-menu-add-item instead | 520 | (recentf-update-menu): Likewise. Use easy-menu-add-item instead |
| 521 | of easy-menu-change. | 521 | of easy-menu-change. |
| 522 | 522 | ||
| 523 | 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl> | 523 | 2003-09-08 Lute Kamstra <lute@gnu.org> |
| 524 | 524 | ||
| 525 | * simple.el (size-indication-mode): New. | 525 | * simple.el (size-indication-mode): New. |
| 526 | * bindings.el (mode-line-position): Add buffer size indicator. | 526 | * bindings.el (mode-line-position): Add buffer size indicator. |
| @@ -3305,7 +3305,7 @@ | |||
| 3305 | looks for, and ignores, a literal copy of the value of | 3305 | looks for, and ignores, a literal copy of the value of |
| 3306 | shell-dirstack-query). | 3306 | shell-dirstack-query). |
| 3307 | 3307 | ||
| 3308 | 2003-06-06 Lute Kamstra <Lute.Kamstra@cwi.nl> | 3308 | 2003-06-06 Lute Kamstra <lute@gnu.org> |
| 3309 | 3309 | ||
| 3310 | * info.el (Info-complete-menu-item): Revert change of 2003-06-03. | 3310 | * info.el (Info-complete-menu-item): Revert change of 2003-06-03. |
| 3311 | 3311 | ||
| @@ -3366,7 +3366,7 @@ | |||
| 3366 | * info.el (Info-mode): Mention `c' and remove duplicate mention | 3366 | * info.el (Info-mode): Mention `c' and remove duplicate mention |
| 3367 | of `q' in documentation string. | 3367 | of `q' in documentation string. |
| 3368 | 3368 | ||
| 3369 | 2003-06-05 Lute Kamstra <Lute.Kamstra@cwi.nl> | 3369 | 2003-06-05 Lute Kamstra <lute@gnu.org> |
| 3370 | 3370 | ||
| 3371 | * shell.el (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on | 3371 | * shell.el (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on |
| 3372 | `comint-output-filter-functions' when bash is used as the inferior | 3372 | `comint-output-filter-functions' when bash is used as the inferior |
| @@ -3472,7 +3472,7 @@ | |||
| 3472 | Check the return value of `string-match'. | 3472 | Check the return value of `string-match'. |
| 3473 | (Info-speedbar-fetch-file-nodes): Factor out common code. | 3473 | (Info-speedbar-fetch-file-nodes): Factor out common code. |
| 3474 | 3474 | ||
| 3475 | 2003-06-03 Lute Kamstra <Lute.Kamstra@cwi.nl> | 3475 | 2003-06-03 Lute Kamstra <lute@gnu.org> |
| 3476 | 3476 | ||
| 3477 | * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer. | 3477 | * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer. |
| 3478 | 3478 | ||
| @@ -3632,7 +3632,7 @@ | |||
| 3632 | 3632 | ||
| 3633 | * sort.el (sort-subr): Add `predicate' arg. Remove `sortcar' code. | 3633 | * sort.el (sort-subr): Add `predicate' arg. Remove `sortcar' code. |
| 3634 | 3634 | ||
| 3635 | 2003-06-02 Lute Kamstra <Lute.Kamstra@cwi.nl> | 3635 | 2003-06-02 Lute Kamstra <lute@gnu.org> |
| 3636 | 3636 | ||
| 3637 | * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames | 3637 | * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames |
| 3638 | correctly. Show the synopsis to the user when appropriate. | 3638 | correctly. Show the synopsis to the user when appropriate. |
| @@ -4181,7 +4181,7 @@ | |||
| 4181 | 4181 | ||
| 4182 | * textmodes/paragraphs.el (repunctuate-sentences): New function. | 4182 | * textmodes/paragraphs.el (repunctuate-sentences): New function. |
| 4183 | 4183 | ||
| 4184 | 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl> | 4184 | 2003-05-23 Lute Kamstra <lute@gnu.org> |
| 4185 | 4185 | ||
| 4186 | * emacs-lisp/lisp-mnt.el: Make the description of the library more | 4186 | * emacs-lisp/lisp-mnt.el: Make the description of the library more |
| 4187 | accurate. | 4187 | accurate. |
| @@ -4559,7 +4559,7 @@ | |||
| 4559 | (imenu-update-menubar): Use the new arg to keep the old behavior. | 4559 | (imenu-update-menubar): Use the new arg to keep the old behavior. |
| 4560 | (imenu--mouse-menu): Don't use the arg, to recover the lost behavior. | 4560 | (imenu--mouse-menu): Don't use the arg, to recover the lost behavior. |
| 4561 | 4561 | ||
| 4562 | 2003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl> | 4562 | 2003-05-16 Lute Kamstra <lute@gnu.org> |
| 4563 | 4563 | ||
| 4564 | * hl-line.el (hl-line-highlight, global-hl-line-highlight): | 4564 | * hl-line.el (hl-line-highlight, global-hl-line-highlight): |
| 4565 | Use `line-beginning-position' to determine the beginning of the next | 4565 | Use `line-beginning-position' to determine the beginning of the next |
| @@ -4576,7 +4576,7 @@ | |||
| 4576 | * emacs-lisp/autoload.el (make-autoload): Add arglist for | 4576 | * emacs-lisp/autoload.el (make-autoload): Add arglist for |
| 4577 | define-derived-mode. | 4577 | define-derived-mode. |
| 4578 | 4578 | ||
| 4579 | 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl> | 4579 | 2003-05-15 Lute Kamstra <lute@gnu.org> |
| 4580 | 4580 | ||
| 4581 | * hl-line.el: Rewrite the local minor mode so that it can be | 4581 | * hl-line.el: Rewrite the local minor mode so that it can be |
| 4582 | sticky as well and made sticky the default. Reimplement the | 4582 | sticky as well and made sticky the default. Reimplement the |
| @@ -5032,7 +5032,7 @@ | |||
| 5032 | * help-fns.el (help-add-fundoc-usage): Use t for "no arglist". | 5032 | * help-fns.el (help-add-fundoc-usage): Use t for "no arglist". |
| 5033 | * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage. | 5033 | * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage. |
| 5034 | 5034 | ||
| 5035 | 2003-05-06 Lute Kamstra <Lute.Kamstra@cwi.nl> | 5035 | 2003-05-06 Lute Kamstra <lute@gnu.org> |
| 5036 | 5036 | ||
| 5037 | * hl-line.el: Removed an erroneous comment. | 5037 | * hl-line.el: Removed an erroneous comment. |
| 5038 | (hl-line-mode): Use buffer local hooks. | 5038 | (hl-line-mode): Use buffer local hooks. |
| @@ -6330,7 +6330,7 @@ | |||
| 6330 | * term/mac-win.el (iconify-or-deiconify-frame): Define for | 6330 | * term/mac-win.el (iconify-or-deiconify-frame): Define for |
| 6331 | compatibility with packages that use it. | 6331 | compatibility with packages that use it. |
| 6332 | 6332 | ||
| 6333 | 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl> | 6333 | 2003-03-28 Lute Kamstra <lute@gnu.org> |
| 6334 | 6334 | ||
| 6335 | * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer): | 6335 | * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer): |
| 6336 | Fix docstring. | 6336 | Fix docstring. |
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index d774f842e80..f41b323c04c 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | (xlw_update_one_widget, xlw_pop_instance) [PROTOTYPES]: Provide | 8 | (xlw_update_one_widget, xlw_pop_instance) [PROTOTYPES]: Provide |
| 9 | ISO C arglists. | 9 | ISO C arglists. |
| 10 | 10 | ||
| 11 | 2003-04-30 Lute Kamstra <Lute.Kamstra@cwi.nl> | 11 | 2003-04-30 Lute Kamstra <lute@gnu.org> |
| 12 | 12 | ||
| 13 | * Makefile.in: Make things function properly in case both LessTif | 13 | * Makefile.in: Make things function properly in case both LessTif |
| 14 | and Open Motif are installed. | 14 | and Open Motif are installed. |
diff --git a/man/ChangeLog b/man/ChangeLog index b7a068685ae..dde74201ab6 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | 48 | ||
| 49 | * info.texi (] and [ commands): no period at end of section title. | 49 | * info.texi (] and [ commands): no period at end of section title. |
| 50 | 50 | ||
| 51 | 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl> | 51 | 2003-09-08 Lute Kamstra <lute@gnu.org> |
| 52 | 52 | ||
| 53 | * screen.texi (Mode Line): Say that POS comes before LINE. | 53 | * screen.texi (Mode Line): Say that POS comes before LINE. |
| 54 | Mention `size-indication-mode'. | 54 | Mention `size-indication-mode'. |
diff --git a/src/ChangeLog b/src/ChangeLog index f65c3c93b51..520a725a67f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -248,7 +248,7 @@ | |||
| 248 | 248 | ||
| 249 | * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit. | 249 | * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit. |
| 250 | 250 | ||
| 251 | 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl> | 251 | 2003-09-08 Lute Kamstra <lute@gnu.org> |
| 252 | 252 | ||
| 253 | * xdisp.c (pint2hrstr): New function. | 253 | * xdisp.c (pint2hrstr): New function. |
| 254 | (decode_mode_spec): Add `%i' and `%I' specs. | 254 | (decode_mode_spec): Add `%i' and `%I' specs. |