emacs/lisp/progmodes
Eli Zaretskii 6572dcc7f5 ; Documentation followup to last change
* lisp/progmodes/project.el (project-uniquify-dirname-transform):
* lisp/uniquify.el (uniquify-dirname-transform): Doc fixes.

* etc/NEWS: Announce the change.
2023-07-26 18:11:49 +03:00
..
antlr-mode.el Use delete-char instead of backward-delete-char 2023-02-22 12:55:45 +01:00
asm-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
autoconf.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bat-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bug-reference.el bug-reference: prevent match-data clobbering (bug#61395) 2023-02-10 19:22:56 +01:00
c-ts-common.el Only fill the current paragraph in c-ts-common--fill-block-comment 2023-03-21 22:50:03 -07:00
c-ts-mode.el Fix more shy group regexps 2023-06-17 16:36:27 +01:00
cc-align.el Correct handling of template markers on deletion/insertion 2023-06-21 15:43:41 +00:00
cc-awk.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cc-bytecomp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cc-cmds.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cc-defs.el CC Mode (some languages): handle string lines ending in \\ 2023-07-20 19:33:42 +00:00
cc-engine.el objc-mode: Fix exceptions in fontification. 2023-07-04 12:43:31 +00:00
cc-fonts.el Merge from origin/emacs-29 2023-07-08 05:46:10 -04:00
cc-guess.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cc-langs.el CC Mode (some languages): handle string lines ending in \\ 2023-07-20 19:33:42 +00:00
cc-menus.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cc-mode.el Correct handling of template markers on deletion/insertion 2023-06-21 15:43:41 +00:00
cc-styles.el Use delq return value (bug#61730) 2023-05-20 11:05:57 +02:00
cc-vars.el Fontify C, C++, Objective C identifiers containing $ 2023-06-28 18:29:39 +00:00
cfengine.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cl-font-lock.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cmacexp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cmake-ts-mode.el Fix bol/bos anchors in tree-sitter :match regexps 2023-06-13 14:35:14 +01:00
compile.el Introduce 'compilation-annotation' text property 2023-02-27 21:14:41 +02:00
cperl-mode.el cperl-mode.el: Bring cperl-short-docs up to Perl 5.38. 2023-07-26 09:55:34 +02:00
cpp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
csharp-mode.el Merge from origin/emacs-29 2023-05-18 07:49:49 -04:00
cwarn.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dcl-mode.el Fix interactive forms in some Lisp packages 2023-05-06 11:29:58 +03:00
dockerfile-ts-mode.el Merge from origin/emacs-29 2023-06-03 05:50:58 -04:00
ebnf-abn.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebnf-bnf.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebnf-dtd.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebnf-ebx.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebnf-iso.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebnf-otz.el ebnf2ps: eliminate double nreverse 2023-04-10 15:12:01 +02:00
ebnf-yac.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebnf2ps.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebrowse.el Fix interactive forms in some Lisp packages 2023-05-06 11:29:58 +03:00
eglot.el Eglot: simplify and hopefully fix last change (bug#64784) 2023-07-22 10:30:24 +01:00
elisp-mode.el Prefix syntax for ,@ in elisp-mode (bug#44418) 2023-06-21 18:00:26 +02:00
elixir-ts-mode.el Improve call indentation for elixir-ts-mode 2023-04-29 12:16:56 +03:00
erts-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
etags.el Fix the documentation of various aspects of adding Xref history 2023-03-17 10:14:41 +02:00
executable.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
f90.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
flymake-cc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
flymake-proc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
flymake.el Fix flymake mode line scrolling with pixel-scroll-precision-mode 2023-07-13 16:58:15 +03:00
fortran.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gdb-mi.el Merge from origin/emacs-29 2023-07-15 05:30:28 -04:00
glasses.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
go-ts-mode.el Merge from origin/emacs-29 2023-06-24 07:13:42 -04:00
grep.el Merge from origin/emacs-29 2023-07-08 05:46:10 -04:00
gud.el Fix interactive forms in some Lisp packages 2023-05-06 11:29:58 +03:00
heex-ts-mode.el Add heex-ts-mode (Bug#61996) 2023-03-12 17:40:06 +02:00
hideif.el Repair hideif regexp problems 2023-01-27 17:27:15 +01:00
hideshow.el Teach 'hs-minor-mode' about tree-sitter based modes 2023-02-02 19:41:09 +02:00
icon.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
idlw-complete-structtag.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
idlw-help.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
idlw-shell.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
idlw-toolbar.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
idlwave.el Fix apparently wrong delete and delq value discards (bug#61730) 2023-05-24 23:01:10 +02:00
inf-lisp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
java-ts-mode.el Fix some tree-sitter :match regexps 2023-06-17 20:47:50 +01:00
js.el Merge from origin/emacs-29 2023-07-01 06:29:43 -04:00
json-ts-mode.el Merge from origin/emacs-29 2023-02-28 06:30:13 +01:00
ld-script.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
m4-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
make-mode.el Fix defface's with no customization data 2023-07-20 19:25:43 +03:00
meta-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mixal-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
modula2.el
octave.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
opascal.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pascal.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
perl-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
prog-mode.el ; Fix byte-compilation warnings in --without-x build 2023-05-11 16:25:46 +03:00
project.el ; Documentation followup to last change 2023-07-26 18:11:49 +03:00
prolog.el Remove unused values in effect context 2023-04-09 16:45:40 +02:00
ps-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
python.el Custom var python-interpreter-args (bug#64397) 2023-07-20 19:00:46 +03:00
ruby-mode.el Merge from origin/emacs-29 2023-04-15 13:02:04 -04:00
ruby-ts-mode.el Fix some tree-sitter :match regexps 2023-06-17 20:47:50 +01:00
rust-ts-mode.el Fix some tree-sitter :match regexps 2023-06-17 20:47:50 +01:00
scheme.el Avoid using rx any for not-newline 2023-05-30 17:44:53 +02:00
sh-script.el sh-script: improve fontification of RPM spec files 2023-07-03 00:08:21 +02:00
simula.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sql.el ; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602). 2023-07-14 08:27:00 +03:00
subword.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tcl.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
typescript-ts-mode.el Fix some tree-sitter :match regexps 2023-06-17 20:47:50 +01:00
vera-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
verilog-mode.el Merge from verilog-mode upstream. 2023-06-06 21:46:19 -04:00
vhdl-mode.el Another fix for VHDL mode highlighting 2023-05-13 16:50:55 +03:00
which-func.el ; Fix last change (bug#64533) 2023-07-15 11:00:54 +03:00
xref.el Merge from origin/emacs-29 2023-04-21 07:29:14 -04:00
xscheme.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00