<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin, branch scratch/cedet-object-name</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>; * admin/notes/java: Document substitutes for `goto' in Java.</title>
<updated>2025-03-29T14:44:59+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2025-03-29T14:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=04bd6497300789cd90b365299885517d92292648'/>
<id>04bd6497300789cd90b365299885517d92292648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2025-03-24T02:41:45+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-03-24T02:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0cfe700e336da3cc5a2a766840d375921dcd5ee9'/>
<id>0cfe700e336da3cc5a2a766840d375921dcd5ee9</id>
<content type='text'>
0c32f7521b1 ; * admin/notes/spelling: More precisely qualify saying j...
bc51fabc108 Add a choice to 'dired-movement-style' to restore the pre...
10d534023a9 ; Fix some markup in doc/lispref/commands.texi.
c2c287b3252 Improve docstring of should-error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0c32f7521b1 ; * admin/notes/spelling: More precisely qualify saying j...
bc51fabc108 Add a choice to 'dired-movement-style' to restore the pre...
10d534023a9 ; Fix some markup in doc/lispref/commands.texi.
c2c287b3252 Improve docstring of should-error
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/notes/spelling: More precisely qualify saying just "Lisp"</title>
<updated>2025-03-24T02:40:22+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-03-24T02:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0c32f7521b12c13ac0c7fff09981054e106989c6'/>
<id>0c32f7521b12c13ac0c7fff09981054e106989c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ctags program</title>
<updated>2025-03-22T18:57:29+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2025-03-22T18:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=25d757535884da71ace29fd80b8b24dd3a8f9017'/>
<id>25d757535884da71ace29fd80b8b24dd3a8f9017</id>
<content type='text'>
Remove our old ctags and suggest Universal Ctags instead.
This fixes a FIXME in lib-src/Makefile.in and speeds up compilation
quite a bit on my older CPU when I compile with	--enable-gcc-warnings.
It also lessens installation and runtime footprint. (Bug#76322)
* .gitignore: Remove lib-src/ctags.
* admin/authors.el (authors-renamed-files-alist): Remove ctags.1.
* admin/check-man-pages: ctags.1 is no longer a special case.
* admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove ctags.
* cross/Makefile.in (LIBSRC_BINARIES): Remove lib-src/ctags.
* doc/man/ctags.1, lib-src/ctags.c: Remove.
* java/Makefile.in (CROSS_LIBSRC_BINS): Remove ctags.
* lib-src/Makefile.in (INSTALLABLES): Remove ctags${EXEEXT}.
(ctags${EXEEXT}): Remove.
* lib-src/etags.c (CTAGS): Remove.  All uses replaced by ...
(ctags): ... this new static var.
(STDIN): Remove macro.  All uses replaced by new STDIN_OPTION constant.
(CTAGS_OPTION, STDIN_OPTION): New contants.
(longopts): New --ctags option.
(ctags_default_C_help): New constant,
to override default_C_help at runtime.
(default_C_help): Now always the etags version.
(C_LANG_NAMES_INDEX): New macro.
(print_language_names): Do not assume etags.
(PROGRAM_NAME): Remove.  All uses removed.
(print_help): Document --ctags if PRINT_UNDOCUMENTED_OPTIONS_HELP.
(main): Support new --ctags option, and support all [ce]tags options.
* test/manual/etags/Makefile (CTAGS_PROG):
Now etags --ctags, since there is no longer a ctags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove our old ctags and suggest Universal Ctags instead.
This fixes a FIXME in lib-src/Makefile.in and speeds up compilation
quite a bit on my older CPU when I compile with	--enable-gcc-warnings.
It also lessens installation and runtime footprint. (Bug#76322)
* .gitignore: Remove lib-src/ctags.
* admin/authors.el (authors-renamed-files-alist): Remove ctags.1.
* admin/check-man-pages: ctags.1 is no longer a special case.
* admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove ctags.
* cross/Makefile.in (LIBSRC_BINARIES): Remove lib-src/ctags.
* doc/man/ctags.1, lib-src/ctags.c: Remove.
* java/Makefile.in (CROSS_LIBSRC_BINS): Remove ctags.
* lib-src/Makefile.in (INSTALLABLES): Remove ctags${EXEEXT}.
(ctags${EXEEXT}): Remove.
* lib-src/etags.c (CTAGS): Remove.  All uses replaced by ...
(ctags): ... this new static var.
(STDIN): Remove macro.  All uses replaced by new STDIN_OPTION constant.
(CTAGS_OPTION, STDIN_OPTION): New contants.
(longopts): New --ctags option.
(ctags_default_C_help): New constant,
to override default_C_help at runtime.
(default_C_help): Now always the etags version.
(C_LANG_NAMES_INDEX): New macro.
(print_language_names): Do not assume etags.
(PROGRAM_NAME): Remove.  All uses removed.
(print_help): Document --ctags if PRINT_UNDOCUMENTED_OPTIONS_HELP.
(main): Support new --ctags option, and support all [ce]tags options.
* test/manual/etags/Makefile (CTAGS_PROG):
Now etags --ctags, since there is no longer a ctags.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2025-03-22T13:09:37+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-03-22T13:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=764f23ef4365e91fcaa1d343866e10c3e1acb53c'/>
<id>764f23ef4365e91fcaa1d343866e10c3e1acb53c</id>
<content type='text'>
1364bbc6a5c ; * admin/notes/spelling: Grammar fix
dc80a8f0509 ; Add index entry "code completion" to user manual
0d9b14ed057 ; * doc/emacs/programs.texi (Program Modes): Add info abo...
f224475f578 ; admin/notes/spelling: Notes on abbreviation of "Emacs L...
86c354dd0d8 Fix OSX build without pdumper
2d12754ee20 ; Add indexing for Eglot in user manual
a30b9b640b4 ; Change some instances of cl to cl-lib in docs
b681d62436f ; Improve introduction to use-package manual
f1acefd86f8 ; Add cross-references to push and pop docstrings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1364bbc6a5c ; * admin/notes/spelling: Grammar fix
dc80a8f0509 ; Add index entry "code completion" to user manual
0d9b14ed057 ; * doc/emacs/programs.texi (Program Modes): Add info abo...
f224475f578 ; admin/notes/spelling: Notes on abbreviation of "Emacs L...
86c354dd0d8 Fix OSX build without pdumper
2d12754ee20 ; Add indexing for Eglot in user manual
a30b9b640b4 ; Change some instances of cl to cl-lib in docs
b681d62436f ; Improve introduction to use-package manual
f1acefd86f8 ; Add cross-references to push and pop docstrings
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/notes/spelling: Grammar fix</title>
<updated>2025-03-22T13:07:28+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-03-22T13:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1364bbc6a5cb8fd7816674c685bba8db7de8ada7'/>
<id>1364bbc6a5cb8fd7816674c685bba8db7de8ada7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; admin/notes/spelling: Notes on abbreviation of "Emacs Lisp"</title>
<updated>2025-03-22T05:27:45+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-03-14T07:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f224475f5784fe40521f066214913212c79dc429'/>
<id>f224475f5784fe40521f066214913212c79dc429</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/notes/jargon: Add AFK and OOO.</title>
<updated>2025-03-09T11:41:40+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-03-09T11:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ee789d3d27824eaca42fed02659e7b712a6f8c66'/>
<id>ee789d3d27824eaca42fed02659e7b712a6f8c66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand word list in admin/notes/jargon</title>
<updated>2025-03-08T02:06:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2025-03-08T01:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1efcd32cda6450f1db435c33ce73bb28c9dcf2ac'/>
<id>1efcd32cda6450f1db435c33ce73bb28c9dcf2ac</id>
<content type='text'>
* admin/notes/jargon: Add some more acronyms, remove some rare ones,
add section headers "Acronyms" and "Glossary", add entries under
"Glossary", sort, fix formatting, realign.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/jargon: Add some more acronyms, remove some rare ones,
add section headers "Acronyms" and "Glossary", add entries under
"Glossary", sort, fix formatting, realign.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add admin/notes/jargon used in emacs-devel</title>
<updated>2025-03-07T22:00:39+00:00</updated>
<author>
<name>dimagid</name>
</author>
<published>2025-03-02T14:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a48659e57c8f89c3182274c9faac87ff17e0ab64'/>
<id>a48659e57c8f89c3182274c9faac87ff17e0ab64</id>
<content type='text'>
* admin/notes/jargon: New file.
Ref: https://lists.gnu.org/r/emacs-devel/2025-02/msg00950.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/notes/jargon: New file.
Ref: https://lists.gnu.org/r/emacs-devel/2025-02/msg00950.html
</pre>
</div>
</content>
</entry>
</feed>
