Merge from emacs--devo--0
authorMiles Bader <miles@gnu.org>
Fri, 3 Aug 2007 05:20:51 +0000 (05:20 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 3 Aug 2007 05:20:51 +0000 (05:20 +0000)
Patches applied:

 * emacs--devo--0  (patch 832-838)

   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Update from CVS
   - Restore lisp/emacs-lisp/cl-loaddefs.el
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 75-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-239

1  2 
lisp/bindings.el
lisp/emacs-lisp/copyright.el
lisp/ps-print.el
src/ChangeLog
src/buffer.c
src/lread.c
src/w32term.c
src/w32term.h
src/xdisp.c
src/xterm.c
src/xterm.h

Simple merge
@@@ -43,10 -43,12 +43,10 @@@ A value of nil means to search whole bu
    :type '(choice (integer :tag "Limit")
                 (const :tag "No limit")))
  
 -;; The character classes have the Latin-1 version and the Latin-9
 -;; version, which is probably enough.
  (defcustom copyright-regexp
-  "\\(©\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
 - "\\([\81©\81©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
 -\\|[Cc]opyright\\s *:?\\s *[\81©\81©]\\)\
++ "\\(©\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
 +\\|[Cc]opyright\\s *:?\\s *©\\)\
- \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
+ \\s *\\([1-9]\\([-0-9, ';/*%#\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
    "What your copyright notice looks like.
  The second \\( \\) construct must match the years."
    :group 'copyright
@@@ -6526,9 -7137,15 +6526,9 @@@ Initialize global data for printing mul
  
  \(fn)" nil nil)
  
 -(autoload (quote ps-mule-encode-header-string) "ps-mule" "\
 -Generate PostScript code for ploting STRING by font FONTTAG.
 -FONTTAG should be a string \"/h0\" or \"/h1\".
 -
 -\(fn STRING FONTTAG)" nil nil)
 -
  (autoload (quote ps-mule-begin-job) "ps-mule" "\
  Start printing job for multi-byte chars between FROM and TO.
This checks if all multi-byte characters in the region are printable or not.
It checks if all multi-byte characters in the region are printable or not.
  
  \(fn FROM TO)" nil nil)
  
diff --cc src/ChangeLog
Simple merge
diff --cc src/buffer.c
Simple merge
diff --cc src/lread.c
Simple merge
diff --cc src/w32term.c
Simple merge
diff --cc src/w32term.h
Simple merge
diff --cc src/xdisp.c
Simple merge
diff --cc src/xterm.c
Simple merge
diff --cc src/xterm.h
Simple merge