Eli Zaretskii [Mon, 16 Jul 2007 22:36:01 +0000 (22:36 +0000)]
(extraclean): Don't delete *~.
Eli Zaretskii [Mon, 16 Jul 2007 22:34:38 +0000 (22:34 +0000)]
(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
(cleanall): Don't delete *~.
Stefan Monnier [Mon, 16 Jul 2007 18:38:05 +0000 (18:38 +0000)]
(tex-verbatim-environments): Add safe-local-variable property.
(tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
when starting font-lock rather than when loading tex-mode.el.
Thien-Thi Nguyen [Mon, 16 Jul 2007 16:59:58 +0000 (16:59 +0000)]
(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
Instead, if not sorting, simply return it.
(bookmark-bmenu-list): Call bookmark-maybe-sort-alist
for its return value, not for its side effect.
Stefan Monnier [Mon, 16 Jul 2007 16:01:04 +0000 (16:01 +0000)]
(sh-font-lock-quoted-subshell): Skip over the
whole $( rather than just the $. Rename from sh-quoted-subshell.
(sh-font-lock-syntactic-keywords): Adjust call accordingly.
Thien-Thi Nguyen [Mon, 16 Jul 2007 14:59:10 +0000 (14:59 +0000)]
(calculate-lisp-indent): In the case of alignment under a constant symbol,
find and consider the sexp actually at indentation to be the "last sexp".
Andreas Schwab [Mon, 16 Jul 2007 13:22:13 +0000 (13:22 +0000)]
(Fdisplay_buffer): Use NILP.
(Fset_window_scroll_bars): Likewise.
Richard M. Stallman [Mon, 16 Jul 2007 04:42:24 +0000 (04:42 +0000)]
(mouse-yank-secondary): Better error message if no secondary selection.
Dan Nicolaescu [Mon, 16 Jul 2007 04:25:51 +0000 (04:25 +0000)]
(vc-handled-backends): Move BZR later in the list.
Dan Nicolaescu [Mon, 16 Jul 2007 04:05:08 +0000 (04:05 +0000)]
(xterm-turn-on-modify-other-keys)
(xterm-turn-off-modify-other-keys): New functions.
(terminal-init-xterm): Enable the modifyOtherKeys feature if the
terminal supports it.
Thien-Thi Nguyen [Mon, 16 Jul 2007 02:17:28 +0000 (02:17 +0000)]
(bookmark-show-all-annotations):
Make sure each inserted annotation ends with newline.
Jason Rumney [Sun, 15 Jul 2007 22:15:38 +0000 (22:15 +0000)]
*** empty log message ***
Michael Albinus [Sun, 15 Jul 2007 20:05:28 +0000 (20:05 +0000)]
*** empty log message ***
Juri Linkov [Sun, 15 Jul 2007 19:58:18 +0000 (19:58 +0000)]
(cua-paste): Before a yank command,
check also whether last-command is one of mouse-save-then-kill,
mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
Juri Linkov [Sun, 15 Jul 2007 19:55:32 +0000 (19:55 +0000)]
(delete-selection-pre-hook): Before a yank command,
check also whether last-command is one of mouse-save-then-kill,
mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
Michael Albinus [Sun, 15 Jul 2007 19:55:14 +0000 (19:55 +0000)]
* recentf.el (recentf-keep-default-predicate): New defun.
(recentf-keep): Use it as initial value.
Glenn Morris [Sun, 15 Jul 2007 19:15:13 +0000 (19:15 +0000)]
Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Autoload it.
Glenn Morris [Sun, 15 Jul 2007 19:12:45 +0000 (19:12 +0000)]
Move autoload from previous change to calendar.el.
Karl Berry [Sun, 15 Jul 2007 13:19:28 +0000 (13:19 +0000)]
move Quitting Info node; update Back-Cover Text
Jason Rumney [Sun, 15 Jul 2007 12:14:52 +0000 (12:14 +0000)]
(uint16_t): Define if C99 does not appear to be fully supported.
Martin Rudalics [Sun, 15 Jul 2007 08:23:02 +0000 (08:23 +0000)]
(window_min_size_2): New function.
(window_min_size_1, size_window, Fdisplay_buffer)
(Fsplit_window, adjust_window_trailing_edge): Use it to avoid
windows without mode- or header-lines when window-min-height is
too small.
(size_window): Reset nodelete_p after testing it, following an
earlier note by Kim F. Storm.
(display_buffer): Do not set split_height_threshold to twice the
value of window_min_height to avoid changing the value of a
customizable variable. Rather explicitly check whether the
height of the window that shall be splitted is at least as large
as split_height_threshold.
Miles Bader [Sun, 15 Jul 2007 01:50:59 +0000 (01:50 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 55-58)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 235-236)
- Update from CVS
2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
* lisp/replace.el (match): Use yellow1 instead of yellow.
* lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.
* lisp/pcvs-info.el (cvs-unknown): Likewise.
2007-07-10 Richard M. Stallman <rms@gnu.org>
* lisp/emacs-lisp/lisp-mode.el (eval-defun):
Explain special handling of `
defface'.
2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
(gnus-server-closed-face, gnus-server-denied-face)
(gnus-server-offline-face): Remove variable.
(gnus-server-font-lock-keywords): Use faces that are not aliases.
* lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
(mm-decode-coding-region, mm-encode-coding-region): Don't modify string
if the coding-system argument is nil for XEmacs.
* lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
mm-charset-override-alist.
* lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
rfc2045-encode-string.
(rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
to quote the parameter value.
2007-07-10 Richard M. Stallman <rms@gnu.org>
* lispref/display.texi (Defining Faces): Explain C-M-x feature for
defface.
2007-07-11 Jason Rumney <jasonr@gnu.org>
* nt/gmake.defs (OLE32): New library to link.
* nt/nmake.defs (OLE32): Likewise.
2007-07-11 Jason Rumney <jasonr@gnu.org>
* src/makefile.w32-in (LIBS): Include OLE32.
* src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
(w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
Miles Bader [Sun, 15 Jul 2007 04:45:41 +0000 (04:45 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 235-236)
- Update from CVS
2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
(gnus-server-closed-face, gnus-server-denied-face)
(gnus-server-offline-face): Remove variable.
(gnus-server-font-lock-keywords): Use faces that are not aliases.
* lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
(mm-decode-coding-region, mm-encode-coding-region): Don't modify string
if the coding-system argument is nil for XEmacs.
* lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
mm-charset-override-alist.
* lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
rfc2045-encode-string.
(rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
to quote the parameter value.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-58
Karl Fogel [Sun, 15 Jul 2007 01:34:15 +0000 (01:34 +0000)]
Revert recent bookmark keybinding changes, thus returning to using
three slots under C-x r. See this message and its thread for details:
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
* lisp/bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com.
* etc/NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
documented bookmark keybinding changes that were later reverted.
* man/ChangeLog: Remove ChangeLog entry for accidentally uncommitted
changes to regs.texi that would have documented the keybinding
change reverted above.
Glenn Morris [Sun, 15 Jul 2007 01:23:15 +0000 (01:23 +0000)]
Sync from trunk:
Werner Lemberg <wl at gnu.org>
* emacs.1: Completely revised. Fix many typographical glitches.
Updated to handle current state of options and resources.
Glenn Morris [Sun, 15 Jul 2007 01:15:36 +0000 (01:15 +0000)]
Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Add autoload cookie.
Glenn Morris [Sun, 15 Jul 2007 01:14:34 +0000 (01:14 +0000)]
Jeff Miller <jmiller at cablespeed.com> (tiny change)
(calendar-goto-bahai-date): Add autoload cookie.
Jason Rumney [Sun, 15 Jul 2007 01:00:55 +0000 (01:00 +0000)]
(comint-simple-send): Concat newline before sending.
(comint-password-prompt-regexp): Recognize plink's passphrase prompt.
Jason Rumney [Sun, 15 Jul 2007 00:59:43 +0000 (00:59 +0000)]
(set-default-process-coding-system): Use dos line ends
for input to cmdproxy on all versions of Windows.
Use dos line ends for input to plink.
Jason Rumney [Sat, 14 Jul 2007 23:15:49 +0000 (23:15 +0000)]
IPv6 support on MS-Windows
Jason Rumney [Sat, 14 Jul 2007 23:04:56 +0000 (23:04 +0000)]
Don't undefine AF_INET6.
Jason Rumney [Sat, 14 Jul 2007 23:03:37 +0000 (23:03 +0000)]
Include winsock2.h and ws2tcpip.h instead of winsock.h.
Stefan Monnier [Sat, 14 Jul 2007 19:03:22 +0000 (19:03 +0000)]
(generated-autoload-file): Autoload the safe-local-variable setting.
Richard M. Stallman [Sat, 14 Jul 2007 18:43:58 +0000 (18:43 +0000)]
(maybe_call_debugger): New function.
(find_handler_clause): Use maybe_call_debugger.
Call it when the handler says `debug'.
Eliminate DEBUGGER_VALUE_PTR.
(Fsignal): Eliminate debugger_value.
(Qdebug): New variable.
(syms_of_eval): Initialize it.
Richard M. Stallman [Sat, 14 Jul 2007 18:34:22 +0000 (18:34 +0000)]
(Handling Errors): Document `debug' in handler list.
Richard M. Stallman [Sat, 14 Jul 2007 18:31:40 +0000 (18:31 +0000)]
*** empty log message ***
Karl Fogel [Sat, 14 Jul 2007 18:10:17 +0000 (18:10 +0000)]
* lisp/ChangeLog: Put main author of change in the ChangeLog entry
header; rewrite entry accordingly.
Karl Fogel [Sat, 14 Jul 2007 18:06:09 +0000 (18:06 +0000)]
* regs.texi (Bookmarks): Adjust for recent keybinding changes in
bookmark.el, namely 2007-07-13T18:16:17Z!kfogel@red-bean.com and
2007-07-13T18:20:55Z!kfogel@red-bean.com.
David Kastrup [Sat, 14 Jul 2007 16:14:58 +0000 (16:14 +0000)]
(defadvice): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 11:11:43 +0000 (11:11 +0000)]
(when, unless): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 11:04:31 +0000 (11:04 +0000)]
*** empty log message ***
Juanma Barranquero [Sat, 14 Jul 2007 10:57:49 +0000 (10:57 +0000)]
(Fsave_window_excursion): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 10:56:33 +0000 (10:56 +0000)]
(Fwith_output_to_temp_buffer): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 10:55:50 +0000 (10:55 +0000)]
(Ftrack_mouse): Doc fix.
Juanma Barranquero [Sat, 14 Jul 2007 10:54:09 +0000 (10:54 +0000)]
(Fprogn): Doc fix.
David Kastrup [Sat, 14 Jul 2007 09:12:16 +0000 (09:12 +0000)]
(gnus-mime-delete-part): Don't go through article-edit
finishing actions if we did not edit the article.
Jan Djärv [Sat, 14 Jul 2007 09:02:35 +0000 (09:02 +0000)]
(bugzilla): Mention gtk-engines-qt bug.
Jan Djärv [Sat, 14 Jul 2007 09:02:06 +0000 (09:02 +0000)]
Mention gtk-engines-qt problem.
Richard M. Stallman [Fri, 13 Jul 2007 23:38:31 +0000 (23:38 +0000)]
Whitespace change.
Karl Fogel [Fri, 13 Jul 2007 23:20:21 +0000 (23:20 +0000)]
* NEWS: Update for recent bookmark keybinding changes.
Eli Zaretskii [Fri, 13 Jul 2007 20:42:01 +0000 (20:42 +0000)]
(install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.
Eli Zaretskii [Fri, 13 Jul 2007 20:37:05 +0000 (20:37 +0000)]
Add @documentencoding directive.
Eli Zaretskii [Fri, 13 Jul 2007 20:36:29 +0000 (20:36 +0000)]
($(infodir)/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 20:35:27 +0000 (20:35 +0000)]
(../info/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 20:23:12 +0000 (20:23 +0000)]
(install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.
Eli Zaretskii [Fri, 13 Jul 2007 19:47:02 +0000 (19:47 +0000)]
($(infodir)/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 19:45:55 +0000 (19:45 +0000)]
(../info/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 19:44:45 +0000 (19:44 +0000)]
Add @documentencoding directive.
Karl Fogel [Fri, 13 Jul 2007 18:20:55 +0000 (18:20 +0000)]
* bookmark.el (bookmark-jump-other-window): New function.
(bookmark-map): Bind it to "o".
Patch by Drew Adams <drew.adams{_AT_}oracle.com>. See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
Karl Fogel [Fri, 13 Jul 2007 18:18:04 +0000 (18:18 +0000)]
* bookmark.el: Shorten some comments to fit within 80 lines.
Karl Fogel [Fri, 13 Jul 2007 18:16:17 +0000 (18:16 +0000)]
* bookmark.el: Don't define bookmark keys under the "C-xr" map;
instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
Adams <drew.adams{_AT_}oracle.com>, mildly tweaked by me. See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
Carsten Dominik [Fri, 13 Jul 2007 16:08:46 +0000 (16:08 +0000)]
Move to end of line if in headline without
tags.
Carsten Dominik [Fri, 13 Jul 2007 16:08:21 +0000 (16:08 +0000)]
*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 13:15:05 +0000 (13:15 +0000)]
*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 13:14:11 +0000 (13:14 +0000)]
Bug fixes.
Carsten Dominik [Fri, 13 Jul 2007 13:13:55 +0000 (13:13 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 13 Jul 2007 04:49:30 +0000 (04:49 +0000)]
Remove spurious * in docstrings.
(vc-handled-backends): Add BZR.
Stefan Monnier [Fri, 13 Jul 2007 04:46:37 +0000 (04:46 +0000)]
(vc-find-file-hook): Use with-demoted-errors.
Dan Nicolaescu [Fri, 13 Jul 2007 02:50:19 +0000 (02:50 +0000)]
* replace.el (match): Use yellow1 instead of yellow.
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.
* pcvs-info.el (cvs-unknown): Likewise.
Stefan Monnier [Fri, 13 Jul 2007 01:06:36 +0000 (01:06 +0000)]
(init_eval_once): Bump max_lisp_eval_depth to 400.
Nick Roberts [Thu, 12 Jul 2007 23:56:37 +0000 (23:56 +0000)]
(Starting GUD): Add xref to this anchor.
Nick Roberts [Thu, 12 Jul 2007 23:55:04 +0000 (23:55 +0000)]
(Remote processes): Add an anchor to the subsection
"Running a debugger on a remote host".
Nick Roberts [Thu, 12 Jul 2007 23:53:28 +0000 (23:53 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 12 Jul 2007 22:47:51 +0000 (22:47 +0000)]
(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.
Juanma Barranquero [Thu, 12 Jul 2007 22:40:00 +0000 (22:40 +0000)]
(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.
Michael Albinus [Thu, 12 Jul 2007 21:13:06 +0000 (21:13 +0000)]
* tramp.texi (Remote processes): Don't call it "experimental" any
longer. Add subsection about running a debugger on a remote host.
Jason Rumney [Thu, 12 Jul 2007 10:43:46 +0000 (10:43 +0000)]
Remove dashes from front of first line.
Stefan Monnier [Thu, 12 Jul 2007 06:36:57 +0000 (06:36 +0000)]
(struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
tick, update_tick, decoding_carryover, inherit_coding_system_flag,
filter_multibyte, adaptive_read_buffering, read_output_delay, and
read_output_skip from Lisp_Objects to ints. Remove unused
encoding_carryover.
Stefan Monnier [Thu, 12 Jul 2007 04:37:06 +0000 (04:37 +0000)]
(which-func-modes): Add `python-mode'.
Stefan Monnier [Thu, 12 Jul 2007 04:36:48 +0000 (04:36 +0000)]
(python-which-func-length-limit): New var.
(python-which-func): New function.
(python-current-defun): Add optional `length-limit' and try to fit
computed function name to that length.
(python-mode): Hook `python-which-func' up.
Stefan Monnier [Thu, 12 Jul 2007 04:15:55 +0000 (04:15 +0000)]
(pcomplete-entries): Obey pcomplete-ignore-case.
Stefan Monnier [Thu, 12 Jul 2007 04:14:48 +0000 (04:14 +0000)]
(comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
Use read-file-name-completion-ignore-case.
Stefan Monnier [Thu, 12 Jul 2007 03:13:37 +0000 (03:13 +0000)]
Require CL.
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.
Stefan Monnier [Thu, 12 Jul 2007 03:10:45 +0000 (03:10 +0000)]
(vc-functions): Clear up the cache when reloading the file.
(vc-cvs-annotate-first-line-re): New const.
(vc-cvs-annotate-process-filter): New fun.
(vc-cvs-annotate-command): Use them and run the command asynchronously.
Stefan Monnier [Thu, 12 Jul 2007 01:51:52 +0000 (01:51 +0000)]
(eldoc-last-data): Revise documentation.
(eldoc-print-current-symbol-info): Adjust for changed helper
function signatures.
(eldoc-get-fnsym-args-string): Add `args' argument. Use new
`eldoc-highlight-function-argument'.
(eldoc-highlight-function-argument): New function.
(eldoc-get-var-docstring): Format documentation with
`font-lock-variable-name-face'.
(eldoc-docstring-format-sym-doc): Add `face' argument and apply it
where suited.
(eldoc-fnsym-in-current-sexp): Return a list with argument index.
(eldoc-beginning-of-sexp): Return number of skipped sexps.
Richard M. Stallman [Thu, 12 Jul 2007 01:41:38 +0000 (01:41 +0000)]
Include unistd.h only if HAVE_UNISTD_H.
Michael Albinus [Wed, 11 Jul 2007 19:38:21 +0000 (19:38 +0000)]
* progmodes/compile.el (compilation-start): `start-process' must
still be redefined when calling `start-process-shell-command'.
* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
Dan Nicolaescu [Wed, 11 Jul 2007 18:37:38 +0000 (18:37 +0000)]
* vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
mouse binding and a tooltip.
* menu-bar.el (vc-menu-map): New defalias.
Stefan Monnier [Wed, 11 Jul 2007 15:26:31 +0000 (15:26 +0000)]
* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
from a Lisp_Object into a bare pointer.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Adjust the code correspondingly.
Stefan Monnier [Wed, 11 Jul 2007 15:23:37 +0000 (15:23 +0000)]
(emacs_blocked_free): Remove unused var `bytes_used_now'.
Stefan Monnier [Wed, 11 Jul 2007 15:22:11 +0000 (15:22 +0000)]
Include unistd.h for ttyname, used in handle_one_term_event.
(term_show_mouse_face): Remove unused var `j'.
(handle_one_term_event): Remove unused vars `i' and `j'.
Don't cast return value of ttyname since it's not necessary.
Jason Rumney [Wed, 11 Jul 2007 14:43:07 +0000 (14:43 +0000)]
(w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
(w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
Jason Rumney [Wed, 11 Jul 2007 14:41:44 +0000 (14:41 +0000)]
(LIBS): Include OLE32.
Jason Rumney [Wed, 11 Jul 2007 14:41:22 +0000 (14:41 +0000)]
(OLE32): New library to link.
Bill Wohler [Wed, 11 Jul 2007 05:58:45 +0000 (05:58 +0000)]
(mh-display-color-cells): Fix on XEmacs 21.5b28. Thanks to Henrique
Martins for the help (closes SF #
1749774).
Nick Roberts [Wed, 11 Jul 2007 01:54:24 +0000 (01:54 +0000)]
(auto-insert-alist): s/2/3/ in the generated comment.
Nick Roberts [Wed, 11 Jul 2007 01:52:25 +0000 (01:52 +0000)]
(copyright-current-gpl-version): Set to 3.
Nick Roberts [Wed, 11 Jul 2007 01:48:50 +0000 (01:48 +0000)]
*** empty log message ***
Nick Roberts [Tue, 10 Jul 2007 23:30:18 +0000 (23:30 +0000)]
(copyright-current-gpl-version): Set to 3.
Nick Roberts [Tue, 10 Jul 2007 23:28:04 +0000 (23:28 +0000)]
*** empty log message ***