summaryrefslogtreecommitdiff
path: root/lisp/ps-print.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-15Recommend using 'keymap-global-set' in CommentariesStefan Kangas
2025-02-17Prefer '(oddp A)' to '(= 1 (logand A 1))'Stefan Kangas
2025-02-17Prefer '(evenp A)' to '(= 0 (logand A 1))'Stefan Kangas
2025-02-17Prefer '(oddp A)' to '(= 1 (% A 2))'Stefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Delete remaining calls to purecopyStefan Kangas
2024-06-20Remove more references to Windows 95Stefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas
2023-09-03Replace ps-remove-duplicates with seq-uniqStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-13Merge from origin/emacs-28Stefan Kangas
2022-08-12Delete references to deleted library hilit19.elStefan Kangas
2022-08-11Make ps-print-version variable obsoleteStefan Kangas
2022-08-09Remove some compat code from ps-print.elStefan Kangas
2022-07-31Make ps-def.el obsolete (part 2/2)Stefan Kangas
2022-07-31Move some definitions from ps-def.el to ps-print.elStefan Kangas
2022-07-31Remove some leftover compat code from ps-printStefan Kangas
2022-07-14Make ps-print-ensure-fontified obsoleteStefan Kangas
2022-07-02; Fix typos.Mattias EngdegÄrd
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-21Remove redundant #' before lambdaStefan Kangas
2021-10-05; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-24Use command substitution instead of raw keys in more placesStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Normalize some header commentsStefan Kangas
2021-07-04Adjust eshell and ps-print to not use emacs-kill-hookLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-28* lisp/ps-print.el (ps-message-log-max): Remove XEmacs compat code.Stefan Kangas
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-10-01; Prefer https to http in many URLsStefan Kangas
2020-08-26Use format-prompt a couple of placesLars Ingebrigtsen
2020-08-18Remove some compat code from ps-print.elLars Ingebrigtsen
2020-08-18Remove some compat code from ps filesLars Ingebrigtsen
2020-08-12Minor cleanup in ps-def.elStefan Kangas
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-09; * lisp/ps-print.el: Doc fix.Stefan Kangas
2019-06-19Remove XEmacs compat code from ps-printLars Ingebrigtsen
2019-06-04Remove retired maintainers from commentsPaul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-05-17Use cl-assert instead of assert in ps-print.elLars Ingebrigtsen
2019-05-17(ps-begin-job): Remove two unneeded string-as-unibyte callsLars Ingebrigtsen
2019-05-17Avoind string-as-multibyte in ps-output-string-primLars Ingebrigtsen
2018-12-31Merge from origin/emacs-26Paul Eggert