Commit graph

380 commits

Author SHA1 Message Date
Miles Bader
e468b87f91 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
2007-07-27 10:52:18 +00:00
Miles Bader
d804ada24e Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>

   * lisp/ps-print.el: Problem with foreground and background color when
   printing a buffer with and without faces.  Reported by Christian
   Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
   (ps-print-version): New version 6.7.5.
   (ps-default-fg): Change default value to nil, so black color is used
   when a face does not specify a foreground color.
   (ps-default-bg): Change default value to nil, so white color is used
   for background color.
   (ps-begin-job): Fix code.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:20:56 +00:00
Vinicius Jose Latorre
6fb87e513c Doc/docstring fix 2007-07-25 13:27:59 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Vinicius Jose Latorre
b104099294 Fix foreground/background color 2007-07-25 00:06:45 +00:00
Stefan Monnier
5da6890d3d Update autoloaded entries. 2007-07-24 21:07:26 +00:00
Miles Bader
d918f936d5 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 816-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235
2007-07-24 01:23:55 +00:00
Vinicius Jose Latorre
3f0257cb93 Fix foreground/background color 2007-07-20 17:24:39 +00:00
Vinicius Jose Latorre
f102435593 Fix foreground/background color 2007-07-20 17:23:27 +00:00
Miles Bader
4dacf5c598 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 814-815)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-232
2007-07-18 22:15:15 +00:00
Richard M. Stallman
98738cd927 (ps-default-bg): Change to White. 2007-07-15 15:26:33 +00:00
Miles Bader
1011c48763 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 803-805)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227
2007-07-09 08:00:55 +00:00
Stefan Monnier
10c702986f Autoload section comment update. 2007-07-07 05:30:20 +00:00
Stefan Monnier
231f3e6680 Update with auto-generated autoloads. 2007-06-27 15:56:38 +00:00
Vinicius Jose Latorre
adbdb661ad Use default color when foreground or background color are unspecified. 2007-05-18 02:39:28 +00:00
Vinicius Jose Latorre
c8296a633e Use default color when color is unspecified. 2007-05-13 21:33:57 +00:00
Vinicius Jose Latorre
c6f33bac6a Use default color when color is unspecified. 2007-05-13 21:29:33 +00:00
Vinicius Jose Latorre
374b767567 Initialize some vars. 2007-03-06 00:53:16 +00:00
Vinicius Jose Latorre
6db153642d Initialize some vars. 2007-03-05 23:44:56 +00:00
Vinicius Jose Latorre
2c873c4bd5 Replace (defvar VAR nil) by (defvar VAR). 2007-03-02 01:51:45 +00:00
Vinicius Jose Latorre
9e53076ea9 Some code fix. 2007-03-02 01:43:44 +00:00
Vinicius Jose Latorre
ba56482508 Replace (defvar VAR nil) by (defvar VAR). 2007-03-01 22:58:42 +00:00
Vinicius Jose Latorre
073238d68c Comment fix. 2007-03-01 20:02:32 +00:00
Vinicius Jose Latorre
d3241651a8 Minor fix. 2007-03-01 19:53:32 +00:00
Miles Bader
a73d7753f9 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 638-652)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
2007-02-26 23:03:45 +00:00
Stefan Monnier
cf04718a31 Use (defvar <foo>) where applicable.
(ps-print-emacs-type): Remove.
(ps-x-frame-property, ps-e-frame-parameter): Remove.
(ps-frame-parameter): Align its call-convention with frame-parameter.
(ps-begin-job): Adjust calls to it appropriately.
(ps-setup): Don't print ps-print-emacs-type.
(ps-e-find-composition, ps-mark-active-p, ps-color-device):
Define in such a way that it's obvious that it's defined.
(ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
(ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
(ps-jts-ps-setup): Use flavor-neutral syntax instead.
2007-02-16 16:11:05 +00:00
Vinicius Jose Latorre
e85cca87c7 Fix background color printing 2007-02-07 13:40:54 +00:00
Vinicius Jose Latorre
5167749c66 Fix background color printing 2007-02-07 13:40:10 +00:00
Miles Bader
bb5b9e9dbe Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 615-621)

   - Update from CVS
   - Merge from gnus--rel--5.10

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

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
2007-01-30 22:22:43 +00:00
Juanma Barranquero
1b1200a120 (ps-build-face-reference): Fix typo in docstring. 2007-01-29 16:11:48 +00:00
Vinicius Jose Latorre
d47570439f Fix background height 2007-01-27 00:10:33 +00:00
Vinicius Jose Latorre
949aadcc07 Fix background height 2007-01-26 23:47:52 +00:00
Miles Bader
c0466914ba Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
2007-01-26 06:16:11 +00:00
Vinicius Jose Latorre
c97a3f22ed Split XEmacs/Emacs definitions and sample setup code into separate files 2007-01-26 02:30:28 +00:00
Vinicius Jose Latorre
830f437ef1 Handle frame parameters changing dynamically 2007-01-21 13:07:12 +00:00
Vinicius Jose Latorre
c1a1c99425 Handle frame parameters changing dynamically 2007-01-21 12:51:29 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Vinicius Jose Latorre
c2b692e313 Remove Time-stamp comment mark. 2006-12-04 14:46:24 +00:00
Vinicius Jose Latorre
758e48a0d1 Remove Time-stamp comment mark. 2006-12-04 14:38:15 +00:00
Vinicius Jose Latorre
d6d3eaaba1 Fix doc. 2006-12-01 14:03:25 +00:00
Vinicius Jose Latorre
359c77272a New version. 2006-12-01 13:38:40 +00:00
Vinicius Jose Latorre
4abc74e836 Eliminate Emacs 20 & 21 compatibility. 2006-12-01 13:13:19 +00:00
Vinicius Jose Latorre
0723946185 Fix maintainer email. Emacs 20/21 compatibility. 2006-11-30 10:03:25 +00:00
Vinicius Jose Latorre
0e80c3731e New version 2006-11-28 21:00:22 +00:00
Miles Bader
f3bbbd1145 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 447-459)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 141-144)

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

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
2006-10-03 05:04:21 +00:00
Vinicius Jose Latorre
502ca00a6b Adjust X-URL 2006-09-20 20:00:03 +00:00
Miles Bader
380874900c Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0
2006-02-08 04:26:44 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Miles Bader
7b9dc9afcc Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 556-561)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 122-124)

   - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
   - Update from CVS
2005-09-25 22:07:01 +00:00
Romain Francoise
5b76833fd5 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* woman.el (woman-file-name):
	* wid-edit.el (widget-file-prompt-value)
	(widget-coding-system-prompt-value):
	* w32-fns.el (set-w32-system-coding-system):
	* vc.el (vc-version-diff, vc-annotate):
	* textmodes/reftex-auc.el (reftex-arg-cite)
	(reftex-arg-index-tag):
	* textmodes/refer.el (refer-get-bib-files):
	* textmodes/artist.el (artist-figlet-choose-font):
	* terminal.el (terminal-emulator):
	* replace.el (occur-read-primary-args):
	* rect.el (string-rectangle, string-insert-rectangle):
	* ps-print.el (ps-print-preprint):
	* progmodes/pascal.el (pascal-goto-defun):
	* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
	* progmodes/compile.el (compilation-find-file):
	* printing.el (pr-interactive-n-up):
	* play/animate.el (animate-birthday-present):
	* net/rcompile.el (remote-compile):
	* man.el (man, Man-goto-section, Man-follow-manual-reference):
	* mail/rmailsum.el (rmail-summary-search-backward)
	(rmail-summary-search):
	* mail/rmailout.el (rmail-output-read-rmail-file-name)
	(rmail-output-read-file-name):
	* mail/rmail.el (rmail-search, rmail-search-backwards):
	* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
	* locate.el (locate):
	* international/quail.el (quail-show-keyboard-layout):
	* international/mule.el (set-buffer-file-coding-system)
	(revert-buffer-with-coding-system, set-file-name-coding-system)
	(set-terminal-coding-system, set-keyboard-coding-system)
	(set-next-selection-coding-system):
	* international/mule-diag.el (describe-coding-system)
	(describe-font, describe-fontset):
	* international/mule-cmds.el (universal-coding-system-argument)
	(search-unencodable-char, describe-input-method)
	(set-language-environment, describe-language-environment):
	* international/codepage.el (codepage-setup):
	* international/code-pages.el (codepage-setup):
	* info.el (Info-search, Info-follow-reference)
	(Info-search-backward):
	* emacs-lisp/advice.el (ad-read-advised-function)
	(ad-read-advice-class, ad-clear-cache, ad-activate)
	(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
	(ad-enable-advice, ad-disable-advice, ad-remove-advice)
	(ad-read-regexp):
	* ediff-util.el (ediff-toggle-regexp-match):
	* ediff-ptch.el (ediff-prompt-for-patch-file):
	* dired-aux.el (dired-diff):
	* diff.el (diff):
	* cus-edit.el (custom-variable-prompt):
	* calendar/timeclock.el (timeclock-ask-for-project):
	* calc/calcalg3.el (calc-get-fit-variables):
	* calc/calc-store.el (calc-edit-variable)
	(calc-permanent-variable):
	* vc-mcvs.el (vc-mcvs-register):
	* shadowfile.el (shadow-define-literal-group):
	* woman.el (woman-file-name):
	* vc.el (vc-version-diff, vc-merge):
	* textmodes/reftex-index.el (reftex-index-complete-tag):
	* format.el (format-decode-buffer, format-decode-region):
	* emulation/viper-cmd.el (viper-read-string-with-history):
	* emacs-lisp/debug.el (cancel-debug-on-entry):
	* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
	* ediff.el (ediff-merge-revisions)
	(ediff-merge-revisions-with-ancestor, ediff-revision):
	* completion.el (interactive-completion-string-reader):
	* calc/calc-prog.el (calc-user-define-formula):
	Follow convention for reading with the minibuffer.
2005-09-24 13:44:02 +00:00