bpt/emacs.git
17 years ago* configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and
Jan Djärv [Wed, 31 Jan 2007 17:40:56 +0000 (17:40 +0000)]
* configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and

17 years ago(ido-set-common-completion): Use `let', not `let*'.
Juanma Barranquero [Wed, 31 Jan 2007 15:31:15 +0000 (15:31 +0000)]
(ido-set-common-completion): Use `let', not `let*'.

17 years ago** ZTHJWSQQAFHV@spammotel.com, Jan 12:
Chong Yidong [Wed, 31 Jan 2007 15:24:49 +0000 (15:24 +0000)]
** ZTHJWSQQAFHV@spammotel.com, Jan 12:
  Color-theme problems in Emacs 22+ (Ubuntu, Windows)
This was a bug in the user's init file.

17 years agoDelete extra copy of `comint-copy-old-input' added in previous change to
Romain Francoise [Wed, 31 Jan 2007 13:20:52 +0000 (13:20 +0000)]
Delete extra copy of `comint-copy-old-input' added in previous change to
this file.

17 years ago*** empty log message ***
Jason Rumney [Wed, 31 Jan 2007 12:45:31 +0000 (12:45 +0000)]
*** empty log message ***

17 years ago(magic-mode-alist): Use image-mode-maybe rather than
Jason Rumney [Wed, 31 Jan 2007 12:37:29 +0000 (12:37 +0000)]
(magic-mode-alist): Use image-mode-maybe rather than
image-mode.

17 years ago(image-mode-maybe): Prevent magic-mode-alist from
Jason Rumney [Wed, 31 Jan 2007 12:37:08 +0000 (12:37 +0000)]
(image-mode-maybe): Prevent magic-mode-alist from
interfering with attempt to set major mode from modified
auto-mode-alist.

17 years ago*** empty log message ***
Juanma Barranquero [Wed, 31 Jan 2007 12:34:01 +0000 (12:34 +0000)]
*** empty log message ***

17 years ago(color-values): Doc fix.
Juanma Barranquero [Wed, 31 Jan 2007 12:16:25 +0000 (12:16 +0000)]
(color-values): Doc fix.
(face-differs-from-default-p): Don't check :foreground twice.

17 years agoUpdate ../site-lisp/subdirs.el when needed.
Juanma Barranquero [Wed, 31 Jan 2007 10:04:15 +0000 (10:04 +0000)]
Update ../site-lisp/subdirs.el when needed.

17 years ago- Prevent non-keyword fontification by default.
J.D. Smith [Wed, 31 Jan 2007 05:53:30 +0000 (05:53 +0000)]
- Prevent non-keyword fontification by default.

17 years ago(quail-store-decode-map-key): Store a
Kenichi Handa [Wed, 31 Jan 2007 00:45:24 +0000 (00:45 +0000)]
(quail-store-decode-map-key): Store a
translated character too.
(quail-char-equal-p): New function.
(quail-find-key1): Check character equality by quail-char-equal-p.
(quail-decode-map-generated): New variable.
(quail-find-key): Check quail-decode-map-generated and re-generate
a decode map if necessary.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 Jan 2007 23:49:40 +0000 (23:49 +0000)]
*** empty log message ***

17 years ago(read_minibuf): Save and clear Vminibuffer_completing_file_name.
Richard M. Stallman [Tue, 30 Jan 2007 23:49:33 +0000 (23:49 +0000)]
(read_minibuf): Save and clear Vminibuffer_completing_file_name.
(read_minibuf_unwind): Restore it.
(Vminibuffer_completion_table, Qminibuffer_completion_table)
(Vminibuffer_completion_predicate, Qminibuffer_completion_predicate)
(Vminibuffer_completion_confirm, Qminibuffer_completion_confirm)
(Vminibuffer_completing_file_name): Definitions moved up.

17 years ago(tutorial--detailed-help): Make the list of changed keys look nicer.
Richard M. Stallman [Tue, 30 Jan 2007 23:47:57 +0000 (23:47 +0000)]
(tutorial--detailed-help): Make the list of changed keys look nicer.

17 years agoRemove RCS keywords
Miles Bader [Tue, 30 Jan 2007 23:15:06 +0000 (23:15 +0000)]
Remove RCS keywords

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-623

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 30 Jan 2007 22:18:03 +0000 (22:18 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 197-199)

   - Merge from emacs--devo--0
   - Update from CVS

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article
   regexp.

2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/uudecode.el (uudecode-string-to-multibyte): New function emulating
   string-to-multibyte.
   (uudecode-decode-region-internal): Use it.

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * man/gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
   <tassilo@member.fsf.org>.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-621

17 years ago(gdb-var-delete-1): New function.
Nick Roberts [Tue, 30 Jan 2007 22:07:12 +0000 (22:07 +0000)]
(gdb-var-delete-1): New function.
(gdb-var-delete): Use it.
(gdb-var-update-handler-1): Handle value "invalid" for MI field
`in_scope'.

17 years ago*** empty log message ***
Nick Roberts [Tue, 30 Jan 2007 22:06:26 +0000 (22:06 +0000)]
*** empty log message ***

17 years ago* files.el (get-free-disk-space): Return nil for remote
Michael Albinus [Tue, 30 Jan 2007 20:23:38 +0000 (20:23 +0000)]
* files.el (get-free-disk-space): Return nil for remote
directories.

* net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
instead of "dir".

17 years ago(type-break-catch-up-event): New function.
Chong Yidong [Tue, 30 Jan 2007 19:36:41 +0000 (19:36 +0000)]
(type-break-catch-up-event): New function.
(type-break-demo-hanoi, type-break-demo-life)
(type-break-demo-boring): Use it.

17 years ago* type-break.el (type-break-catch-up-event): New function.
Chong Yidong [Tue, 30 Jan 2007 19:36:32 +0000 (19:36 +0000)]
* type-break.el (type-break-catch-up-event): New function.
(type-break-demo-hanoi, type-break-demo-life)
(type-break-demo-boring): Use it.

17 years ago(compver): Install info and manpages.
Chong Yidong [Tue, 30 Jan 2007 17:10:16 +0000 (17:10 +0000)]
(compver): Install info and manpages.

17 years ago* make-package (compver): Install info and manpages.
Chong Yidong [Tue, 30 Jan 2007 17:10:07 +0000 (17:10 +0000)]
* make-package (compver): Install info and manpages.

17 years ago(image-toggle-display): Add `disabled' property.
Chong Yidong [Tue, 30 Jan 2007 16:57:36 +0000 (16:57 +0000)]
(image-toggle-display): Add `disabled' property.

17 years ago* image-mode.el (image-toggle-display): Add `disabled' property.
Chong Yidong [Tue, 30 Jan 2007 16:57:18 +0000 (16:57 +0000)]
* image-mode.el (image-toggle-display): Add `disabled' property.

17 years ago(image-mode): Don't automatically view as image.
Chong Yidong [Tue, 30 Jan 2007 16:52:48 +0000 (16:52 +0000)]
(image-mode): Don't automatically view as image.

17 years ago* image-mode.el (image-mode): Don't automatically view as image.
Chong Yidong [Tue, 30 Jan 2007 16:52:39 +0000 (16:52 +0000)]
* image-mode.el (image-mode): Don't automatically view as image.

17 years ago(else): Rephrase message of first if-then-else example so it is right
Robert J. Chassell [Tue, 30 Jan 2007 12:57:11 +0000 (12:57 +0000)]
(else):  Rephrase message of first if-then-else example so it is right
both in itself and in the "true" case of the expression, which asks
whether 4 is greater than 5.

17 years agoAdd "no-byte-compile: t" local variable.
Juanma Barranquero [Tue, 30 Jan 2007 10:09:53 +0000 (10:09 +0000)]
Add "no-byte-compile: t" local variable.

17 years ago*** empty log message ***
Glenn Morris [Tue, 30 Jan 2007 03:10:28 +0000 (03:10 +0000)]
*** empty log message ***

17 years agoRemoved for legal reasons.
Glenn Morris [Tue, 30 Jan 2007 03:08:04 +0000 (03:08 +0000)]
Removed for legal reasons.

17 years ago*** empty log message ***
Kenichi Handa [Tue, 30 Jan 2007 01:04:35 +0000 (01:04 +0000)]
*** empty log message ***

17 years agoAdd copyright and license notices.
Kenichi Handa [Tue, 30 Jan 2007 00:56:06 +0000 (00:56 +0000)]
Add copyright and license notices.

17 years ago(Top): Add "Standard Errors", "Standard Buffer-Local Variables", and
Eli Zaretskii [Mon, 29 Jan 2007 21:12:42 +0000 (21:12 +0000)]
(Top): Add "Standard Errors", "Standard Buffer-Local Variables", and
"Standard Keymaps" to the detailed menu.

17 years ago(Future Local Variables): Add index entry.
Eli Zaretskii [Mon, 29 Jan 2007 20:53:30 +0000 (20:53 +0000)]
(Future Local Variables): Add index entry.

17 years ago** Binding print-circle to nil in compilation for certain files.
Chong Yidong [Mon, 29 Jan 2007 18:34:04 +0000 (18:34 +0000)]
** Binding print-circle to nil in compilation for certain files.
Fixed by Kenichi Handa's 2007-01-29 checkin.

17 years ago(Secondary Selection): Window clicked does not matter when
Chong Yidong [Mon, 29 Jan 2007 18:31:24 +0000 (18:31 +0000)]
(Secondary Selection): Window clicked does not matter when
mouse-yank-at-point is non-nil.

17 years ago* frames.texi (Secondary Selection): Window clicked does not matter
Chong Yidong [Mon, 29 Jan 2007 18:31:07 +0000 (18:31 +0000)]
* frames.texi (Secondary Selection): Window clicked does not matter
when mouse-yank-at-point is non-nil.

17 years ago*** empty log message ***
Juanma Barranquero [Mon, 29 Jan 2007 17:12:38 +0000 (17:12 +0000)]
*** empty log message ***

17 years ago* m/hp800.h: Restore, removing HP-UX support.
Chong Yidong [Mon, 29 Jan 2007 17:06:15 +0000 (17:06 +0000)]
* m/hp800.h: Restore, removing HP-UX support.

17 years agoRestore, removing HP-UX support.
Chong Yidong [Mon, 29 Jan 2007 17:05:29 +0000 (17:05 +0000)]
Restore, removing HP-UX support.

17 years agoRegenerate.
Chong Yidong [Mon, 29 Jan 2007 17:04:28 +0000 (17:04 +0000)]
Regenerate.

17 years agoRestore support for hp800's not running HP-UX.
Chong Yidong [Mon, 29 Jan 2007 17:04:18 +0000 (17:04 +0000)]
Restore support for hp800's not running HP-UX.

17 years ago* configure.in: Restore support for hp800's not running HP-UX.
Chong Yidong [Mon, 29 Jan 2007 17:03:59 +0000 (17:03 +0000)]
* configure.in: Restore support for hp800's not running HP-UX.

* configure: Regenerate.

17 years ago(gnus-button-prefer-mid-or-mail): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 17:03:13 +0000 (17:03 +0000)]
(gnus-button-prefer-mid-or-mail): Fix typo in docstring.

17 years ago(url-get-authentication): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 17:01:33 +0000 (17:01 +0000)]
(url-get-authentication): Fix typo in docstring.

17 years ago(vhdl-components-package-name, vhdl-get-library-unit, vhdl-corresponding-begin,
Juanma Barranquero [Mon, 29 Jan 2007 16:56:46 +0000 (16:56 +0000)]
(vhdl-components-package-name, vhdl-get-library-unit, vhdl-corresponding-begin,
vhdl-skip-case-alternative, vhdl-backward-skip-label, vhdl-align-region-2,
vhdl-electric-dash, vhdl-case-word, vhdl-hooked-abbrev,
vhdl-hs-forward-sexp-func, vhdl-font-lock-match-item): Fix typos in docstrings.
(vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist, vhdl-set-offset,
vhdl-fix-case-region-1, vhdl-scan-directory-contents,
vhdl-speedbar-insert-project-hierarchy): Improve argument/docstring consistency.

17 years ago(flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:18:04 +0000 (16:18 +0000)]
(flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring.

17 years ago(c-offsets-alist): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:17:05 +0000 (16:17 +0000)]
(c-offsets-alist): Fix typo in docstring.

17 years ago(c-emacs-features): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:16:22 +0000 (16:16 +0000)]
(c-emacs-features): Fix typo in docstring.

17 years ago(sc-attrib-selection-list): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:15:08 +0000 (16:15 +0000)]
(sc-attrib-selection-list): Fix typo in docstring.

17 years ago(find-auto-coding): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:14:13 +0000 (16:14 +0000)]
(find-auto-coding): Fix typo in docstring.

17 years ago(eshell-rewrite-for-command): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:13:22 +0000 (16:13 +0000)]
(eshell-rewrite-for-command): Fix typo in docstring.

17 years ago(ps-build-face-reference): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:11:48 +0000 (16:11 +0000)]
(ps-build-face-reference): Fix typo in docstring.

17 years ago(isearchb-iswitchb): Fix typo in docstring.
Juanma Barranquero [Mon, 29 Jan 2007 16:10:37 +0000 (16:10 +0000)]
(isearchb-iswitchb): Fix typo in docstring.

17 years ago(list-load-path-shadows): Doc fix.
Juanma Barranquero [Mon, 29 Jan 2007 11:55:30 +0000 (11:55 +0000)]
(list-load-path-shadows): Doc fix.

17 years agoRestore arch tagline.
Juanma Barranquero [Mon, 29 Jan 2007 11:17:20 +0000 (11:17 +0000)]
Restore arch tagline.

17 years agoRegenerate (with byte-compile-disable-print-circle bound to t).
Juanma Barranquero [Mon, 29 Jan 2007 11:12:02 +0000 (11:12 +0000)]
Regenerate (with byte-compile-disable-print-circle bound to t).

17 years ago(py-converter): Fix previous change.
Kenichi Handa [Mon, 29 Jan 2007 11:08:19 +0000 (11:08 +0000)]
(py-converter): Fix previous change.

17 years agoMust define LIB_X!!_LIBS to empty
Jan Djärv [Mon, 29 Jan 2007 08:05:52 +0000 (08:05 +0000)]
Must define LIB_X!!_LIBS to empty

17 years agoFix bad quoute in previous checkin.
Jan Djärv [Mon, 29 Jan 2007 08:03:24 +0000 (08:03 +0000)]
Fix bad quoute in previous checkin.

17 years agoUse a variable, XFT_LIBS, instead #define LIB_X11_LIB.
Jan Djärv [Mon, 29 Jan 2007 07:59:50 +0000 (07:59 +0000)]
Use a variable, XFT_LIBS, instead #define LIB_X11_LIB.

17 years ago*** empty log message ***
Jan Djärv [Mon, 29 Jan 2007 07:59:22 +0000 (07:59 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Mon, 29 Jan 2007 07:29:54 +0000 (07:29 +0000)]
*** empty log message ***

17 years ago(skkdic-convert): Add
Kenichi Handa [Mon, 29 Jan 2007 03:59:59 +0000 (03:59 +0000)]
(skkdic-convert): Add
byte-compile-disable-print-circle:t at the head.

17 years ago(tit-process-header): Add
Kenichi Handa [Mon, 29 Jan 2007 03:58:40 +0000 (03:58 +0000)]
(tit-process-header): Add
byte-compile-disable-print-circle:t at the head.
(miscdic-convert): Likewise.
(py-converter): Skip the header comments.

17 years ago** jka-compr fails when default-directory is nonexistent.
Chong Yidong [Mon, 29 Jan 2007 02:52:01 +0000 (02:52 +0000)]
** jka-compr fails when default-directory is nonexistent.
Fixed.

17 years ago(jka-compr-partial-uncompress, jka-compr-call-process): Rebind
Chong Yidong [Mon, 29 Jan 2007 02:51:41 +0000 (02:51 +0000)]
(jka-compr-partial-uncompress, jka-compr-call-process): Rebind
default-directory if it is invalid.  Suggested by Chris Moore.

17 years ago* jka-compr.el (jka-compr-partial-uncompress)
Chong Yidong [Mon, 29 Jan 2007 02:51:28 +0000 (02:51 +0000)]
* jka-compr.el (jka-compr-partial-uncompress)
(jka-compr-call-process): Rebind default-directory if it is
invalid.  Suggested by Chris Moore.

17 years ago* comint.el (comint-insert-input): Handle situation where the
Chong Yidong [Mon, 29 Jan 2007 02:31:28 +0000 (02:31 +0000)]
* comint.el (comint-insert-input): Handle situation where the
selected buffer is not the clicked buffer.

17 years ago(comint-insert-input): Handle situation where the selected buffer is
Chong Yidong [Mon, 29 Jan 2007 02:31:22 +0000 (02:31 +0000)]
(comint-insert-input): Handle situation where the selected buffer is
not the clicked buffer.

17 years ago(byte-compile-disable-print-circle): New
Kenichi Handa [Mon, 29 Jan 2007 01:22:53 +0000 (01:22 +0000)]
(byte-compile-disable-print-circle): New
variable.
(byte-compile-output-file-form): Bing print-circle to nil if
byte-compile-output-file-form is not nil.
(byte-compile-output-docform): Likewise.

17 years ago(cua-global-keymap, cua--region-keymap):
Kim F. Storm [Sun, 28 Jan 2007 22:34:31 +0000 (22:34 +0000)]
(cua-global-keymap, cua--region-keymap):
Declare earlier to avoid byte compiler warnings.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 28 Jan 2007 22:34:06 +0000 (22:34 +0000)]
*** empty log message ***

17 years agoRevert previous change while we figure out if it was correct.
Glenn Morris [Sun, 28 Jan 2007 21:40:03 +0000 (21:40 +0000)]
Revert previous change while we figure out if it was correct.

17 years ago(speedbar-make-specialized-keymap): Doc fix.
Eli Zaretskii [Sun, 28 Jan 2007 20:46:53 +0000 (20:46 +0000)]
(speedbar-make-specialized-keymap): Doc fix.

17 years ago(gamegrid-kill-timer): Cancel timer directly.
Chong Yidong [Sun, 28 Jan 2007 19:40:31 +0000 (19:40 +0000)]
(gamegrid-kill-timer): Cancel timer directly.
(gamegrid-add-score-with-update-game-score-1): Allow local quits
when calling update-game-score program.  Remove unnecessary
save-excursion.

17 years ago(tetris-new-shape): Stop drawing if game is over.
Chong Yidong [Sun, 28 Jan 2007 19:39:58 +0000 (19:39 +0000)]
(tetris-new-shape): Stop drawing if game is over.

17 years ago* play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
Chong Yidong [Sun, 28 Jan 2007 19:39:44 +0000 (19:39 +0000)]
* play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
(gamegrid-add-score-with-update-game-score-1): Allow local quits
when calling update-game-score program.  Remove unnecessary
save-excursion.

* play/tetris.el (tetris-new-shape): Stop drawing if game is over.

17 years ago(gdb-breakpoint-regexp): Declare earlier to
Nick Roberts [Sun, 28 Jan 2007 09:42:23 +0000 (09:42 +0000)]
(gdb-breakpoint-regexp): Declare earlier to
avoid compiler warning.
(gdb-var-update-handler-1): Consider that the MI field `in_scope'
might have values other than "true" or "false".

17 years ago*** empty log message ***
Nick Roberts [Sun, 28 Jan 2007 09:41:48 +0000 (09:41 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 28 Jan 2007 07:20:47 +0000 (07:20 +0000)]
*** empty log message ***

17 years ago(Coding Conventions): Clarify the tip about macros
Richard M. Stallman [Sun, 28 Jan 2007 07:20:41 +0000 (07:20 +0000)]
(Coding Conventions): Clarify the tip about macros
that define a function or a variable.

17 years ago(File Attributes): UID and GID can be floats.
Richard M. Stallman [Sun, 28 Jan 2007 07:19:16 +0000 (07:19 +0000)]
(File Attributes): UID and GID can be floats.
(Magic File Names): Explain why deferring all operations to
the standard handler does not work.

17 years ago(Ftry_completion, Fall_completions, Fcompleting_read, Ftest_completion):
Richard M. Stallman [Sun, 28 Jan 2007 07:16:39 +0000 (07:16 +0000)]
(Ftry_completion, Fall_completions, Fcompleting_read, Ftest_completion):
Rename arg ALIST or TABLE to COLLECTION.

17 years ago(fill-paragraph-function): Doc fix.
Richard M. Stallman [Sun, 28 Jan 2007 07:13:10 +0000 (07:13 +0000)]
(fill-paragraph-function): Doc fix.
(fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.

17 years ago(pp-eval-last-sexp): Don't eval here.
Richard M. Stallman [Sun, 28 Jan 2007 07:11:24 +0000 (07:11 +0000)]
(pp-eval-last-sexp): Don't eval here.

17 years ago(image-type-header-regexps): Make GIF regex more specific.
Richard M. Stallman [Sun, 28 Jan 2007 07:09:44 +0000 (07:09 +0000)]
(image-type-header-regexps): Make GIF regex more specific.

17 years ago(tutorial--default-keys): Check M-DEL, not `M-backspace'.
Richard M. Stallman [Sun, 28 Jan 2007 07:08:51 +0000 (07:08 +0000)]
(tutorial--default-keys): Check M-DEL, not `M-backspace'.
Don't check `backspace'.
(tutorial--find-changed-keys): Look up bindings in a temp buffer
in Fundamental mode.

17 years ago(fancy-splash-text, normal-splash-screen): Mention C-g.
Richard M. Stallman [Sun, 28 Jan 2007 07:07:01 +0000 (07:07 +0000)]
(fancy-splash-text, normal-splash-screen): Mention C-g.

17 years ago(vc-arch-file-id): Move with-current-buffer inside the if.
Richard M. Stallman [Sun, 28 Jan 2007 07:05:42 +0000 (07:05 +0000)]
(vc-arch-file-id): Move with-current-buffer inside the if.

17 years ago(eval-expression): Don't use eval-last-sexp-print-value
Richard M. Stallman [Sun, 28 Jan 2007 07:05:17 +0000 (07:05 +0000)]
(eval-expression): Don't use eval-last-sexp-print-value
when inserting in buffer.

17 years ago*** empty log message ***
Glenn Morris [Sun, 28 Jan 2007 03:04:38 +0000 (03:04 +0000)]
*** empty log message ***

17 years agoMove some stuff to new file "copyright".
Glenn Morris [Sun, 28 Jan 2007 02:52:35 +0000 (02:52 +0000)]
Move some stuff to new file "copyright".

17 years agoInitial version.
Glenn Morris [Sun, 28 Jan 2007 02:51:26 +0000 (02:51 +0000)]
Initial version.

17 years agoGrammar fixes.
Glenn Morris [Sun, 28 Jan 2007 02:31:47 +0000 (02:31 +0000)]
Grammar fixes.

17 years agoGrammar fix.
Glenn Morris [Sun, 28 Jan 2007 02:19:00 +0000 (02:19 +0000)]
Grammar fix.

17 years agoRemove Zaretskii copyright, based on email discussion with
Glenn Morris [Sun, 28 Jan 2007 01:19:57 +0000 (01:19 +0000)]
Remove Zaretskii copyright, based on email discussion with
eliz@gnu.org, dj@delorie.com, rms@gnu.org (2007/1, "Copyright years").

17 years agoInitial version.
Glenn Morris [Sun, 28 Jan 2007 01:13:25 +0000 (01:13 +0000)]
Initial version.