summaryrefslogtreecommitdiff
path: root/lisp/printing.el
Commit message (Collapse)AuthorAgeFilesLines
* (easy-menu-intern): Don't define.Stefan Monnier2005-11-161-8/+4
| | | | (pr-get-symbol): Use easy-menu-intern only if defined.
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Message format spec fixes (1)Deepak Goel2005-09-181-4/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-1/+1
|
* (printing): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | (pr-create-interface): "?\ " -> "?\s"
* printing v6.8.4Vinicius Jose Latorre2005-06-111-62/+302
|
* Don't call pr-update-menus; user must do that.Richard M. Stallman2005-06-061-1/+2
|
* (pr-interactive-n-up): Use string-to-number.Richard M. Stallman2005-05-301-1/+1
|
* pr-setup & lpr-setupVinicius Jose Latorre2004-11-211-11/+15
|
* interactive-p & eval-and-compileVinicius Jose Latorre2004-11-181-975/+1019
|
* Fix typos & pr-switches-stringVinicius Jose Latorre2004-11-151-18/+30
|
* adjust pr-menu-specVinicius Jose Latorre2004-11-141-42/+61
|
* interactive-p & file permission bitsVinicius Jose Latorre2004-11-141-520/+499
|
* fix to use new easymenuVinicius Jose Latorre2004-11-121-12/+12
|
* (pr-get-symbol): Don't downcase.Stefan Monnier2004-11-111-4/+1
|
* Check if file exists before deleting it.Vinicius Jose Latorre2004-09-271-12/+14
|
* Doc fix (gsprint).Vinicius Jose Latorre2004-09-221-2/+17
|
* (toplevel, pr-ps-fast-fire, pr-ps-set-utility)John Paul Wallington2004-08-011-7/+7
| | | | | (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist) (pr-switches): Remove period from end of error messages.
* Doc fix.Vinicius Jose Latorre2004-07-211-26/+25
|
* Doc fix. Change name of some funs.Vinicius Jose Latorre2004-07-131-25/+71
|
* It uses call-process instead shell-commandVinicius Jose Latorre2004-07-101-81/+137
|
* printing doc fix.Vinicius Jose Latorre2004-04-061-1/+8
|
* Var initialization fix.Vinicius Jose Latorre2004-04-011-5/+10
|
* New version 6.7.3.Vinicius Jose Latorre2004-03-291-8/+8
|
* Modify interactive declaration.Vinicius Jose Latorre2004-03-281-2/+2
|
* New tips in Tips section.Vinicius Jose Latorre2004-03-101-1/+12
|
* Doc fix.Vinicius Jose Latorre2004-03-101-3/+13
|
* Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".Vinicius Jose Latorre2004-03-011-15/+14
|
* Adjust buffer interface.Vinicius Jose Latorre2004-02-291-3/+4
|
* A lot of doc fix.Vinicius Jose Latorre2004-02-261-142/+148
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* vinicius: copyright date fix. Move pr-get-symbol into eval-and-compile.Vinicius Jose Latorre2003-03-031-10/+8
|
* (pr-get-symbol): Define during compile.Kim F. Storm2003-02-071-1/+2
|
* New file.Kim F. Storm2003-02-071-0/+6232
Assigned by Vinicius Jose Latorre <vinicius@cpqd.com.br>