summaryrefslogtreecommitdiff
path: root/lisp/progmodes/pascal.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez
2025-02-18Prefer defvar-keymap in pascal.elStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-07Checkdoc fixes in progmodesStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-07-08Remove many items obsolete since 24.1Stefan Kangas
2022-05-13Remove some XEmacs compat code from pascal.elStefan Kangas
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-05Use format-prompt for many more promptsStefan Kangas
2021-02-13Remove redundant :group args in progmodes/*.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-06-22Fix spurious error in beginning-of-defun in pascal-mode (bug#41740)Mattias Engdegård
2020-06-22Preserve point in pascal-mode completion (bug#41740)Mattias Engdegård
2020-02-29Fix XEmacs-specific clause in definition of pascal-outline-map.Noah Friedman
2020-02-20Add and remove backslashes in regexpsMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-06-20Remove XEmacs compat code from pascal.elLars Ingebrigtsen
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-03-10Remove many items obsolete since Emacs 22.1Glenn Morris
2018-03-06Replace some obsolete aliases in documentationGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-28Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel
2016-12-31Update copyright year to 2017Paul Eggert
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-08-20Don't quote symbols 'like-this' in docstrings etc.Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-28Doc and comment fixes re "online" helpGlenn Morris
2014-04-10* lisp/progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect formatFeng Li
2014-03-14lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos.Juanma Barranquero
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-05-04* lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.Stefan Monnier
2013-01-30* lisp/progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments.Stefan Monnier
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-06-12Various minor variable/hook cleanups.Chong Yidong
2012-04-27Fix missing prefix warning in pascal.el.Chong Yidong
2012-04-26Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-02-07Minor-mode doc fixes for ARG behaviorGlenn Morris