Mercurial > emacs
comparison lisp/ChangeLog @ 91084:a4347a111894
If ps-lpr-switches is not a list, force it to be one.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Fri, 09 Nov 2007 14:52:32 +0000 |
parents | 74fda5245f7e |
children | 880960b70474 |
comparison
equal
deleted
inserted
replaced
91083:ff87badce376 | 91084:a4347a111894 |
---|---|
1 2007-10-31 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2 | |
3 * ps-print.el: Eliminate the check if ps-print was running on Lucid or | |
4 Epoch emacsen. | |
5 | |
6 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
7 | |
8 * ps-print.el: Now detect if text foreground and background colors are | |
9 equals and replace the foreground color by another color, so the text | |
10 becomes visible. Doc fix. | |
11 (ps-print-version): New version 7.3. | |
12 (ps-default-fg, ps-default-bg): Docstring fix. | |
13 (ps-fg-list, ps-fg-validate-p): New options. | |
14 (ps-foreground-list): New var. | |
15 (ps-generate-header-line): Replace fboundp by functionp. | |
16 (ps-setup, ps-begin-job, ps-plot-region): Fix code. | |
17 | |
18 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
19 | |
20 * printing.el: Pacify byte compiler, that is, no compiler warnings. | |
21 Move (again) some variable definitions before use, define some fun | |
22 aliases, no code change. | |
23 (pr-version): New version 6.9.2. | |
24 (pr-path-style, pr-auto-region, pr-menu-char-height) | |
25 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist) | |
26 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration | |
27 via (defvar VAR). | |
28 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages) | |
29 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title) | |
30 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p) | |
31 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string) | |
32 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases. | |
33 (pr-menu-print-item, pr-ps-printer-menu-modified) | |
34 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified) | |
35 (pr-even-or-odd-alist): Vars definition moved. | |
36 | |
37 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu> | 1 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu> |
38 | 2 |
39 * emulation/pc-select.el (next-line-mark, next-line-nomark) | 3 * emulation/pc-select.el (next-line-mark, next-line-nomark) |
40 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings | 4 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings |
41 around uses of previous-line and next-line. | 5 around uses of previous-line and next-line. |
1379 against filenames with no directory component. | 1343 against filenames with no directory component. |
1380 | 1344 |
1381 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1345 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca> |
1382 | 1346 |
1383 * international/characters.el: Undo unwanted and unexplained change. | 1347 * international/characters.el: Undo unwanted and unexplained change. |
1384 | |
1385 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
1386 | |
1387 * ps-print.el: Fix the usage of :foreground and :background face | |
1388 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>. | |
1389 (ps-print-version): New version 6.7.6. | |
1390 (ps-face-attributes, ps-face-attribute-list, ps-face-background): | |
1391 Fix code. | |
1392 (ps-face-foreground-color-p, ps-face-background-color-p) | |
1393 (ps-face-color-p): New inline funs. | |
1394 | 1348 |
1395 2007-10-10 Carsten Dominik <dominik@science.uva.nl> | 1349 2007-10-10 Carsten Dominik <dominik@science.uva.nl> |
1396 | 1350 |
1397 * textmodes/org.el (org-additional-option-like-keywords): New constant. | 1351 * textmodes/org.el (org-additional-option-like-keywords): New constant. |
1398 (org-complete): Use `org-additional-option-like-keywords'. | 1352 (org-complete): Use `org-additional-option-like-keywords'. |
3796 (turn-off-xterm-mouse-tracking-on-terminal) | 3750 (turn-off-xterm-mouse-tracking-on-terminal) |
3797 (xterm-mouse-handle-delete-frame): New functions. | 3751 (xterm-mouse-handle-delete-frame): New functions. |
3798 (delete-frame-functions, after-make-frame-functions) | 3752 (delete-frame-functions, after-make-frame-functions) |
3799 (suspend-tty-functions, resume-tty-functions): Install extra hooks | 3753 (suspend-tty-functions, resume-tty-functions): Install extra hooks |
3800 for multi-tty. | 3754 for multi-tty. |
3801 | |
3802 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
3803 | |
3804 * ps-print.el: Fix the usage of :foreground and :background face | |
3805 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>. | |
3806 (ps-print-version): New version 7.2.5. | |
3807 (ps-face-attributes, ps-face-attribute-list, ps-face-background): Fix | |
3808 code. | |
3809 (ps-face-foreground-color-p, ps-face-background-color-p) | |
3810 (ps-face-color-p): New inline funs. | |
3811 (ps-background, ps-begin-file, ps-build-reference-face-lists): Use | |
3812 `mapc' rather than `mapcar'. | |
3813 | |
3814 | 3755 |
3815 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca> | 3756 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca> |
3816 | 3757 |
3817 * simple.el (invisible-p): Remove: implemented in C now. | 3758 * simple.el (invisible-p): Remove: implemented in C now. |
3818 (line-move-invisible-p): Remove obsolete alias. | 3759 (line-move-invisible-p): Remove obsolete alias. |
4469 | 4410 |
4470 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com> | 4411 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com> |
4471 | 4412 |
4472 * calc/calc.el (calc-language-alist): Add texinfo-mode. | 4413 * calc/calc.el (calc-language-alist): Add texinfo-mode. |
4473 | 4414 |
4474 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
4475 | |
4476 * ps-print.el (ps-header-font-size, ps-header-title-font-size) | |
4477 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing) | |
4478 (ps-paragraph-spacing): Docstring fix. | |
4479 | |
4480 2007-08-16 Glenn Morris <rgm@gnu.org> | |
4481 | |
4482 * ps-print.el (ps-font-size): Doc fix. | |
4483 | |
4484 2007-08-16 Richard Stallman <rms@gnu.org> | 4415 2007-08-16 Richard Stallman <rms@gnu.org> |
4485 | 4416 |
4486 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group. | 4417 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group. |
4487 | 4418 |
4488 2007-08-15 Juri Linkov <juri@jurta.org> | 4419 2007-08-15 Juri Linkov <juri@jurta.org> |
4789 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to | 4720 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to |
4790 take tex-font-script-display into account. | 4721 take tex-font-script-display into account. |
4791 (tex-font-script-display, tex-font-lock-suscript): Change from a cons | 4722 (tex-font-script-display, tex-font-lock-suscript): Change from a cons |
4792 cell to a list of 2 elements to simplify the unfontify code. | 4723 cell to a list of 2 elements to simplify the unfontify code. |
4793 | 4724 |
4794 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
4795 | |
4796 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix. | |
4797 (ps-begin-job): Use ps-default-fg and ps-default-bg only when | |
4798 ps-print-color-p is neither nil nor black-white. Reported by Christian | |
4799 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. | |
4800 | |
4801 2007-08-08 Andreas Schwab <schwab@suse.de> | 4725 2007-08-08 Andreas Schwab <schwab@suse.de> |
4802 | 4726 |
4803 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for | 4727 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for |
4804 self-insert-command, not self-insert. | 4728 self-insert-command, not self-insert. |
4805 | 4729 |
4876 2007-08-06 Sam Steingold <sds@gnu.org> | 4800 2007-08-06 Sam Steingold <sds@gnu.org> |
4877 | 4801 |
4878 * mouse.el (mouse-buffer-menu): Pass mode-name through | 4802 * mouse.el (mouse-buffer-menu): Pass mode-name through |
4879 format-mode-line because it may be a list, | 4803 format-mode-line because it may be a list, |
4880 e.g., (sgml-xml-mode "XML" "SGML"), and not a string. | 4804 e.g., (sgml-xml-mode "XML" "SGML"), and not a string. |
4881 | |
4882 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br> | |
4883 | |
4884 * printing.el (pr-update-menus): Docstring fix. | |
4885 | 4805 |
4886 2007-08-06 Jason Rumney <jasonr@gnu.org> | 4806 2007-08-06 Jason Rumney <jasonr@gnu.org> |
4887 | 4807 |
4888 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend. | 4808 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend. |
4889 | 4809 |
4924 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com> | 4844 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com> |
4925 | 4845 |
4926 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables. | 4846 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables. |
4927 (math-nlfit-givens): Let bind free variables. | 4847 (math-nlfit-givens): Let bind free variables. |
4928 | 4848 |
4929 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br> | |
4930 | |
4931 * printing.el: Require lpr and ps-print when loading printing package. | |
4932 Reported by Glenn Morris <rgm@gnu.org>. | |
4933 | |
4934 2007-08-05 Michael Albinus <michael.albinus@gmx.de> | 4849 2007-08-05 Michael Albinus <michael.albinus@gmx.de> |
4935 | 4850 |
4936 * files.el (set-auto-mode): Handle also remote files wrt | 4851 * files.el (set-auto-mode): Handle also remote files wrt |
4937 `auto-mode-alist'. | 4852 `auto-mode-alist'. |
4938 | 4853 |
4957 | 4872 |
4958 * diff-mode.el (diff-font-lock-keywords): Fix up false positives. | 4873 * diff-mode.el (diff-font-lock-keywords): Fix up false positives. |
4959 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re | 4874 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re |
4960 may match up to 4 lines. | 4875 may match up to 4 lines. |
4961 (diff-beginning-of-file-and-junk): Rewrite. | 4876 (diff-beginning-of-file-and-junk): Rewrite. |
4962 | |
4963 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
4964 | |
4965 * printing.el: Evaluate require only during compilation. | |
4966 (pr-version): New version 6.9.1. | |
4967 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR). | |
4968 (pr-global-menubar): Fix code. | |
4969 | 4877 |
4970 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu> | 4878 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu> |
4971 | 4879 |
4972 * term.el (term-erase-in-display): Fix case when point is not at | 4880 * term.el (term-erase-in-display): Fix case when point is not at |
4973 the beginning of the line. | 4881 the beginning of the line. |
5255 2007-07-26 Alexandre Julliard <julliard@winehq.org> | 5163 2007-07-26 Alexandre Julliard <julliard@winehq.org> |
5256 | 5164 |
5257 * vc-git.el (vc-git-revision-table) | 5165 * vc-git.el (vc-git-revision-table) |
5258 (vc-git-revision-completion-table): New functions. | 5166 (vc-git-revision-completion-table): New functions. |
5259 | 5167 |
5260 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5261 | |
5262 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment): | |
5263 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment): | |
5264 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment): | |
5265 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment): | |
5266 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment): | |
5267 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version. | |
5268 New command actions for EPS header and EPS footer. | |
5269 | |
5270 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS | |
5271 footer. Fix some problems with one-or-more, zero-or-more and | |
5272 alternative constructions generation. Some log messages | |
5273 implementation. Doc fix. | |
5274 (ebnf-version): New version 4.4. | |
5275 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font) | |
5276 (ebnf-eps-footer, ebnf-log): New options. | |
5277 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header) | |
5278 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment) | |
5279 (ebnf-eps-header-footer-p, ebnf-eps-header-comment) | |
5280 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file) | |
5281 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs. | |
5282 (ebnf-style-custom-list, ebnf-style-database): Put new values. | |
5283 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer) | |
5284 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file) | |
5285 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory) | |
5286 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region) | |
5287 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer) | |
5288 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job) | |
5289 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension) | |
5290 (ebnf-non-terminal-dimension, ebnf-special-dimension) | |
5291 (ebnf-terminal-dimension1, ebnf-repeat-dimension) | |
5292 (ebnf-except-dimension, ebnf-alternative-dimension) | |
5293 (ebnf-optional-dimension, ebnf-one-or-more-dimension) | |
5294 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log | |
5295 message fun. | |
5296 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more) | |
5297 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write) | |
5298 (ebnf-insert-ebnf-prologue, ebnf-production-dimension) | |
5299 (ebnf-terminal-dimension1, ebnf-alternative-dimension) | |
5300 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension) | |
5301 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code. | |
5302 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep | |
5303 compatibility with Emacs 20 & 21. | |
5304 (ebnf-eps-header-comment, ebnf-eps-footer-comment) | |
5305 (ebnf-eps-file-alist, ebnf-basic-width-extra) | |
5306 (ebnf-basic-empty-height): New vars. | |
5307 (ebnf-prologue): Fix PostScript code. | |
5308 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1) | |
5309 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional) | |
5310 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence) | |
5311 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments. | |
5312 | |
5313 2007-07-25 Glenn Morris <rgm@gnu.org> | 5168 2007-07-25 Glenn Morris <rgm@gnu.org> |
5314 | 5169 |
5315 * Relicense all FSF files to GPLv3 or later. | 5170 * Relicense all FSF files to GPLv3 or later. |
5316 | 5171 |
5317 * COPYING: Switch to GPLv3. | 5172 * COPYING: Switch to GPLv3. |
5319 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca> | 5174 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca> |
5320 | 5175 |
5321 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change. | 5176 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change. |
5322 Replace it with another one which disables undo before calling | 5177 Replace it with another one which disables undo before calling |
5323 erase-buffer and then turns it back on if needed. | 5178 erase-buffer and then turns it back on if needed. |
5324 | |
5325 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5326 | |
5327 * ps-print.el: Problem with foreground and background color when | |
5328 printing a buffer with and without faces. Reported by Christian | |
5329 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. | |
5330 (ps-print-version): New version 6.7.5. | |
5331 (ps-default-fg): Change default value to nil, so black color is used | |
5332 when a face does not specify a foreground color. | |
5333 (ps-default-bg): Change default value to nil, so white color is used | |
5334 for background color. | |
5335 (ps-begin-job): Fix code. | |
5336 | 5179 |
5337 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu> | 5180 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu> |
5338 | 5181 |
5339 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out. | 5182 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out. |
5340 | 5183 |
5385 | 5228 |
5386 2007-07-25 Alexandre Julliard <julliard@winehq.org> | 5229 2007-07-25 Alexandre Julliard <julliard@winehq.org> |
5387 | 5230 |
5388 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface. | 5231 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface. |
5389 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions. | 5232 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions. |
5390 | |
5391 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5392 | |
5393 * ps-print.el (ps-multibyte-buffer): Docstring fix. | |
5394 | |
5395 * ps-mule.el: Doc fix. | |
5396 (ps-multibyte-buffer, ps-mule-font-info-database-default) | |
5397 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix. | |
5398 | 5233 |
5399 2007-07-25 Glenn Morris <rgm@gnu.org> | 5234 2007-07-25 Glenn Morris <rgm@gnu.org> |
5400 | 5235 |
5401 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays) | 5236 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays) |
5402 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start) | 5237 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start) |
5776 (recompile): Use compilation-directory even in the compilation buffer. | 5611 (recompile): Use compilation-directory even in the compilation buffer. |
5777 | 5612 |
5778 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu> | 5613 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu> |
5779 | 5614 |
5780 * vc-hg.el (vc-hg-diff): Use vc-hg-command. | 5615 * vc-hg.el (vc-hg-diff): Use vc-hg-command. |
5781 | |
5782 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
5783 | |
5784 * ps-print.el: Problem with foreground and background color when | |
5785 printing a buffer with and without faces. Reported by Christian | |
5786 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>. | |
5787 (ps-print-version): New version 6.7.5. | |
5788 (ps-default-fg): Change default value to nil, so black color is used | |
5789 when a face does not specify a foreground color. | |
5790 (ps-default-bg): Change default value to nil, so white color is used | |
5791 for background color. | |
5792 (ps-begin-job): Fix code. | |
5793 | 5616 |
5794 2007-07-20 Eli Zaretskii <eliz@gnu.org> | 5617 2007-07-20 Eli Zaretskii <eliz@gnu.org> |
5795 | 5618 |
5796 * makefile.w32-in (install-lisp-SH): Don't create subdirectories | 5619 * makefile.w32-in (install-lisp-SH): Don't create subdirectories |
5797 in $(INSTALL_DIR)/lisp/ if they already exist. | 5620 in $(INSTALL_DIR)/lisp/ if they already exist. |
8033 | 7856 |
8034 * textmodes/ispell.el (ispell-get-word): Return markers | 7857 * textmodes/ispell.el (ispell-get-word): Return markers |
8035 for start and end positions. | 7858 for start and end positions. |
8036 (ispell-word): Assume END is a marker. | 7859 (ispell-word): Assume END is a marker. |
8037 | 7860 |
8038 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
8039 | |
8040 * printing.el: Group together all XEmacs/Emacs definitions. | |
8041 (pr-version): New version 6.9. | |
8042 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs. | |
8043 (pr-menu-char-height, pr-menu-char-width): Fix initialization code. | |
8044 (pr-menu-bind): Fix code. | |
8045 (pr-e-frame-char-height, pr-e-frame-char-width) | |
8046 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function) | |
8047 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height) | |
8048 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event) | |
8049 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel) | |
8050 (pr-x-event-y-pixel): Aliases eliminated. | |
8051 (pr-xemacs-global-menubar): Macro moved. | |
8052 (current-menubar, current-mouse-event, zmacs-region-stays) | |
8053 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old) | |
8054 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu): | |
8055 Vars moved. | |
8056 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock) | |
8057 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist) | |
8058 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title) | |
8059 (pr-menu-set-utility-title, pr-even-or-odd-pages) | |
8060 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string) | |
8061 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs | |
8062 moved. | |
8063 | |
8064 2007-05-17 Christian Plate <cplate@web.de> (tiny change) | 7861 2007-05-17 Christian Plate <cplate@web.de> (tiny change) |
8065 | 7862 |
8066 * textmodes/sgml-mode.el (sgml-tag): | 7863 * textmodes/sgml-mode.el (sgml-tag): |
8067 Fix bug: Call sgml-transformation-function. | 7864 Fix bug: Call sgml-transformation-function. |
8068 | 7865 |
8121 2007-05-14 Juanma Barranquero <lekktu@gmail.com> | 7918 2007-05-14 Juanma Barranquero <lekktu@gmail.com> |
8122 | 7919 |
8123 * files.el (mode-require-final-newline, require-final-newline) | 7920 * files.el (mode-require-final-newline, require-final-newline) |
8124 (enable-local-variables, enable-local-eval): Doc fixes. | 7921 (enable-local-variables, enable-local-eval): Doc fixes. |
8125 | 7922 |
8126 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
8127 | |
8128 * ps-print.el: Use default color when foreground or background color | |
8129 are unspecified. Reported by Leo <sdl.web@gmail.com>. | |
8130 (ps-print-version): New version 6.7.4. | |
8131 (ps-rgb-color): New argument. Use default color when color is | |
8132 unspecified. | |
8133 (ps-begin-job): Fix code. | |
8134 | |
8135 2007-05-12 Chong Yidong <cyd@stupidchicken.com> | 7923 2007-05-12 Chong Yidong <cyd@stupidchicken.com> |
8136 | 7924 |
8137 * longlines.el (longlines-mode): Make longlines-auto-wrap | 7925 * longlines.el (longlines-mode): Make longlines-auto-wrap |
8138 buffer-local. Add hooks unconditionally. | 7926 buffer-local. Add hooks unconditionally. |
8139 (longlines-auto-wrap): Toggle wrapping. | 7927 (longlines-auto-wrap): Toggle wrapping. |