diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /man/ChangeLog | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'man/ChangeLog')
| -rw-r--r-- | man/ChangeLog | 73 |
1 files changed, 1 insertions, 72 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 849c656fcb5..3b55fff5d12 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,72 +1,3 @@ | |||
| 1 | 2003-09-03 Peter Runestig <peter@runestig.com> | ||
| 2 | |||
| 3 | * makefile.w32-in: New file. | ||
| 4 | |||
| 5 | 2003-08-29 Richard M. Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * misc.texi (Saving Emacs Sessions): Correct previous change. | ||
| 8 | |||
| 9 | 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 10 | |||
| 11 | * widget.texi (User Interface): Explain the need of static text | ||
| 12 | around an editable field. | ||
| 13 | |||
| 14 | 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> | ||
| 15 | |||
| 16 | * widget.texi (Basic Types): The argument to `:help-echo' can now | ||
| 17 | be a form that evaluates to a string. | ||
| 18 | |||
| 19 | * emacs.texi (Top): Update menu to reflect new Keyboard Macros | ||
| 20 | chapter. | ||
| 21 | (Intro): Include kmacro.texi after fixit.texi instead of after | ||
| 22 | custom.texi. (As suggested by Kim Storm.) | ||
| 23 | |||
| 24 | 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu> | ||
| 25 | |||
| 26 | * fixit.texi (Fixit): Update `Next' pointer. | ||
| 27 | * files.texi (Files): Update `Previous' pointer. | ||
| 28 | * kmacro.texi (Keyboard Macros): Remove redundant node and | ||
| 29 | section. | ||
| 30 | * emacs.texi (Intro): Include kmacro.texi after custom.texi. | ||
| 31 | (Suggested by Kim Storm.) | ||
| 32 | * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim | ||
| 33 | Storm.) | ||
| 34 | |||
| 35 | 2003-08-18 Kim F. Storm <storm@cua.dk> | ||
| 36 | |||
| 37 | * kmacro.texi: New file describing enhanced keyboard macro | ||
| 38 | functionality. Replaces old description in custom.texi. | ||
| 39 | |||
| 40 | * custom.texi (Customization): Add xref to Keyboard Macros chapter. | ||
| 41 | (Keyboard Macros): Move to new kmacro.texi file. | ||
| 42 | |||
| 43 | * emacs.texi (Keyboard Macros): Reference new keyboard macro topics. | ||
| 44 | |||
| 45 | * calc.texi (Queries in Macros): Update xref to keyboard macro query. | ||
| 46 | |||
| 47 | 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu> | ||
| 48 | |||
| 49 | * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'. | ||
| 50 | |||
| 51 | 2003-08-17 Alex Schroeder <alex@gnu.org> | ||
| 52 | |||
| 53 | * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not | ||
| 54 | required. | ||
| 55 | |||
| 56 | 2003-08-16 Richard M. Stallman <rms@gnu.org> | ||
| 57 | |||
| 58 | * dired-x.texi (Shell Command Guessing): Explain *. | ||
| 59 | |||
| 60 | 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change) | ||
| 61 | |||
| 62 | * pcl-cvs.texi (Log Edit Mode): Fix key binding for | ||
| 63 | log-edit-insert-changelog. | ||
| 64 | |||
| 65 | 2003-08-05 Richard M. Stallman <rms@gnu.org> | ||
| 66 | |||
| 67 | * programs.texi (Lisp Indent): Don't describe | ||
| 68 | lisp-indent-function property here. Use xref to Lisp Manual. | ||
| 69 | |||
| 70 | 2003-08-03 Karl Berry <karl@gnu.org> | 1 | 2003-08-03 Karl Berry <karl@gnu.org> |
| 71 | 2 | ||
| 72 | * info.texi: need @contents. | 3 | * info.texi: need @contents. |
| @@ -902,12 +833,10 @@ | |||
| 902 | University of Washington. | 833 | University of Washington. |
| 903 | 834 | ||
| 904 | ;; Local Variables: | 835 | ;; Local Variables: |
| 905 | ;; coding: iso-2022-7bit | 836 | ;; coding: iso-2022-7bit-unix |
| 906 | ;; End: | 837 | ;; End: |
| 907 | 838 | ||
| 908 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | 839 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 |
| 909 | Free Software Foundation, Inc. | 840 | Free Software Foundation, Inc. |
| 910 | Copying and distribution of this file, with or without modification, | 841 | Copying and distribution of this file, with or without modification, |
| 911 | are permitted provided the copyright notice and this notice are preserved. | 842 | are permitted provided the copyright notice and this notice are preserved. |
| 912 | |||
| 913 | ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd | ||