aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * admin/admin.el: (set-version): Fix regexp for configure.ac.Eli Zaretskii2024-06-231-1/+1
|
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dc4e6b13296 ; Update copyright years in more files 64b37776318 ; Run set-copyright from admin.el 8e1c56ae467 ; Add 2024 to copyright years # Conflicts: # doc/misc/modus-themes.org # doc/misc/texinfo.tex # etc/NEWS # etc/refcards/ru-refcard.tex # etc/themes/modus-operandi-theme.el # etc/themes/modus-themes.el # etc/themes/modus-vivendi-theme.el # lib/alloca.in.h # lib/binary-io.h # lib/c-ctype.h # lib/c-strcasecmp.c # lib/c-strncasecmp.c # lib/careadlinkat.c # lib/cloexec.c # lib/close-stream.c # lib/diffseq.h # lib/dup2.c # lib/filemode.h # lib/fpending.c # lib/fpending.h # lib/fsusage.c # lib/getgroups.c # lib/getloadavg.c # lib/gettext.h # lib/gettime.c # lib/gettimeofday.c # lib/group-member.c # lib/malloc.c # lib/md5-stream.c # lib/md5.c # lib/md5.h # lib/memmem.c # lib/memrchr.c # lib/nanosleep.c # lib/save-cwd.h # lib/sha1.c # lib/sig2str.c # lib/stdlib.in.h # lib/strtoimax.c # lib/strtol.c # lib/strtoll.c # lib/time_r.c # lib/xalloc-oversized.h # lisp/auth-source-pass.el # lisp/emacs-lisp/lisp-mnt.el # lisp/emacs-lisp/timer.el # lisp/info-look.el # lisp/jit-lock.el # lisp/loadhist.el # lisp/mail/rmail.el # lisp/net/ntlm.el # lisp/net/webjump.el # lisp/progmodes/asm-mode.el # lisp/progmodes/project.el # lisp/progmodes/sh-script.el # lisp/textmodes/flyspell.el # lisp/textmodes/reftex-toc.el # lisp/textmodes/reftex.el # lisp/textmodes/tex-mode.el # lisp/url/url-gw.el # m4/alloca.m4 # m4/clock_time.m4 # m4/d-type.m4 # m4/dirent_h.m4 # m4/dup2.m4 # m4/euidaccess.m4 # m4/fchmodat.m4 # m4/filemode.m4 # m4/fsusage.m4 # m4/getgroups.m4 # m4/getloadavg.m4 # m4/getrandom.m4 # m4/gettime.m4 # m4/gettimeofday.m4 # m4/gnulib-common.m4 # m4/group-member.m4 # m4/inttypes.m4 # m4/malloc.m4 # m4/manywarnings.m4 # m4/mempcpy.m4 # m4/memrchr.m4 # m4/mkostemp.m4 # m4/mktime.m4 # m4/nproc.m4 # m4/nstrftime.m4 # m4/pathmax.m4 # m4/pipe2.m4 # m4/pselect.m4 # m4/pthread_sigmask.m4 # m4/readlink.m4 # m4/realloc.m4 # m4/sig2str.m4 # m4/ssize_t.m4 # m4/stat-time.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/stdio_h.m4 # m4/stdlib_h.m4 # m4/stpcpy.m4 # m4/strnlen.m4 # m4/strtoimax.m4 # m4/strtoll.m4 # m4/time_h.m4 # m4/timegm.m4 # m4/timer_time.m4 # m4/timespec.m4 # m4/unistd_h.m4 # m4/warnings.m4 # nt/configure.bat # nt/preprep.c # test/lisp/register-tests.el
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
| |
* | ; * admin/admin.el (cusver-scan): remove broken warningMattias Engdegård2023-05-301-2/+1
| | | | | | | | | | | | The call to `format-message` had no effect in itself, but it turns out that actually emitting the result just results in useless warnings so we remove it entirely.
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | cae528457c ; Add 2023 to copyright years. b394359261 Improve documentation of 'isearch-open-overlay-temporary' ab3210e709 Document 'use-package' in the 2 main manuals # Conflicts: # etc/refcards/ru-refcard.tex # lib/explicit_bzero.c # m4/explicit_bzero.m4
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
| |
| * Cut the emacs-29 release branchEli Zaretskii2022-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 29.0.60. * admin/admin.el (set-version): Fix regexp for configure.ac. * lisp/cus-edit.el (customize-changed-options-previous-release): Bump last version to 28.2.
* | ; Fix byte-compilation warnings in admin/*.elMattias Engdegård2022-12-291-0/+3
|/
* Merge from origin/emacs-28Stefan Kangas2022-09-181-1/+1
|\ | | | | | | 50bb9ec84c ; * admin/admin.el (make-news-html-file): Fix typo.
| * ; * admin/admin.el (make-news-html-file): Fix typo.Stefan Kangas2022-09-171-1/+1
| |
* | Merge from origin/emacs-28Stefan Kangas2022-09-171-34/+53
|\ \ | |/ | | | | | | | | | | | | | | | | | | 320f0cac80 ; * etc/NEWS: Fix typo. 5dbe4fa64a Simplify regexp in make-news-html-file 069ffbda09 * admin/admin.el (make-news-html-file): Set id on correct ... bcc84ac7fe Add version headlines to HTML NEWS export 5d227ae83e ; * etc/NEWS: Fix formatting. # Conflicts: # etc/NEWS
| * Simplify regexp in make-news-html-fileStefan Kangas2022-09-171-24/+11
| | | | | | | | | | * admin/admin.el (make-news-html-file): Simplify regexp. Suggested by Mattias Engdegård <mattiase@acm.org>.
| * * admin/admin.el (make-news-html-file): Set id on correct tag.Stefan Kangas2022-09-161-2/+5
| |
| * Add version headlines to HTML NEWS exportStefan Kangas2022-09-161-10/+39
| | | | | | | | | | | | | | This allows linking to, e.g. "NEWS.28.html#28.1" to go directly to those release notes. * admin/admin.el (admin--org-export-headers-format) (make-news-html-file): Add XX.Y version headlines with an HTML anchor.
* | Merge from origin/emacs-28Stefan Kangas2022-09-161-81/+130
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | f232d989fd Improve HTML export of NEWS file 397890ba77 Delete "etc/NEWS*.html" from .gitignore 70ca5f6524 ; * etc/NEWS: Fix typos. 19de241a7d Recommend NonGNU ELPA over MELPA f25f9dbf30 Minor doc fixes in picture.el 520b041b54 * lisp/textmodes/page-ext.el: Improve Commentary. # Conflicts: # etc/NEWS
| * Improve HTML export of NEWS fileStefan Kangas2022-09-161-81/+130
| | | | | | | | | | | | | | * admin/admin.el (admin--org-export-headers-format) (admin--org-html-postamble): New variables. (admin--require-external-package): New function. (make-news-html-file): Improve HTML export.
* | Merge from origin/emacs-28Stefan Kangas2022-09-151-0/+130
|\ \ | |/ | | | | | | 5543aea1b2 Automate exporting etc/NEWS to HTML 23a91163ed * Makefile.in (uninstall): Remove the *.eln files. (Bug#5...
| * Automate exporting etc/NEWS to HTMLStefan Kangas2022-09-141-0/+130
| | | | | | | | | | * admin/admin.el (make-news-html-file): New function. * .gitignore: Ignore generated "etc/NEWS*.html" file.
| * Don't bug out in manual-html-fix-index-2 on newer makeinfo versionsLars Ingebrigtsen2022-07-041-1/+1
| | | | | | | | | | | | | | | | | | Backport from master. * admin/admin.el (manual-html-fix-index-2): Don't bug out if the makeinfo version doesn't include <ul>. (cherry picked from commit e0e3f2b672bc42da52ac9c7596c7560a88684651)
| * Preserve <title> in the Emacs manualsLars Ingebrigtsen2022-07-041-3/+4
| | | | | | | | | | | | | | | | | | Backport from master. * admin/admin.el (manual-html-fix-headers): Preserve the <title> element (bug#48334). (cherry picked from commit b778e71af7ca8c59917334b4bb1b34cdb52faca9)
* | Delete variable window-system-version obsolete since 24.3Stefan Kangas2022-09-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/frame.el (window-system-version): Delete variable. * src/dispnew.c (syms_of_display) <Vwindow_system_version>: Delete DEFVAR, obsolete since 24.3. (init_display_interactive, syms_of_display_for_pdumper): * src/msdos.c (internal_terminal_init): * src/nsterm.m (ns_term_init): * src/pgtkfns.c (pgtk_display_info_for_name): * src/w32fns.c (w32_display_info_for_name, Fx_open_connection): * src/xfns.c (x_display_info_for_name, Fx_open_connection): Don't set above deleted variable. * admin/admin.el (set-version): Don't update above deleted variable in msdos.c. * lisp/textmodes/artist.el (artist-submit-bug-report): Don't use above deleted variable.
* | Preserve <title> in the Emacs manualsLars Ingebrigtsen2022-07-041-3/+4
| | | | | | | | | | * admin/admin.el (manual-html-fix-headers): Preserve the <title> element (bug#48334).
* | Don't bug out in manual-html-fix-index-2 on newer makeinfo versionsLars Ingebrigtsen2022-07-041-1/+1
| | | | | | | | | | * admin/admin.el (manual-html-fix-index-2): Don't bug out if the makeinfo version doesn't include <ul>.
* | Merge from origin/emacs-28Stefan Kangas2022-05-291-3/+11
|\ \ | |/ | | | | | | | | | | f9ee83bfb9 do_switch_frame: before leaving mini-window, check other (... 908e2e09d0 Fix commands used to produce on-line HTML docs fff770fb97 Fix a bad cross-reference in elisp.pdf ebea3415b0 Fix documentation of 'string-pad'
| * Fix commands used to produce on-line HTML docsEli Zaretskii2022-05-281-3/+11
| | | | | | | | | | | | | | | | | | | | | | * admin/admin.el (manual-meta-string): Only include the first line, and move the rest... (manual-links-string): ...to this new string. (manual-html-fix-headers): Don't remove the '<meta name=' elements produced by makeinfo, especially not the 'name="viewport"' one, which is essential for viewing the docs on mobile devices. Reported by "Facundo Lander via RT" <webmasters-comment@gnu.org>, see gnu.org ticket #1840138.
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-68/+73
|\ \ | |/ | | | | | | | | | | | | | | 84a2857722 Fix scrolling of the stack window in Calc 9dd44505b1 ; * src/window.c (Fset_window_start): Clarify the effect o... 24a6c7c8c0 Update and fix instructions and scripts for updating the W... 886339747b Extend tramp-archive-test45-auto-load ff997ad786 Ensure local `default-directory' in Tramp when needed 4f27588a16 Clarify "idleness" in the ELisp manual
| * Update and fix instructions and scripts for updating the Web pagesEli Zaretskii2022-04-081-68/+73
| | | | | | | | | | | | | | | | | | | | | | | | * admin/admin.el (manual-html-fix-index-2): Support Texinfo 6.8 and later by not converting TOC menus into tables. (Bug#49719) * admin/upload-manuals (New directory): Invoke "cvs add" in $webdir, to pick up the correct CVSROOT. * admin/make-tarball.txt: Update the section about the Emacs Web pages. * etc/refcards/Makefile (pl-refcard.dvi): If mex.fmt cannot be found, invoke 'mex' instead of 'tex'.
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 836be7a112 ; * etc/refcards/ru-refcard.tex: Update Copyright year. 86cbc6ee4a * lisp/net/tramp-sh.el: Adapt copyright year ebe8772f65 ; Minor fixes related to copyright years 23c1ee6989 ; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye... 8d3fc7ec89 * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t. 19dcb237b5 ; Add 2022 to copyright years. # Conflicts: # etc/NEWS # etc/refcards/ru-refcard.tex # lib/cdefs.h # lisp/erc/erc-dcc.el # lisp/erc/erc-imenu.el # lisp/erc/erc-replace.el # lisp/image-dired.el # lisp/progmodes/xref.el # m4/alloca.m4 # m4/byteswap.m4 # m4/errno_h.m4 # m4/getopt.m4 # m4/gnulib-common.m4 # m4/inttypes.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/sys_socket_h.m4
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| |
* | admin.el: Move etc/NEWS to etc/NEWS.NN in one commitStefan Kangas2021-12-271-1/+12
|/ | | | | | | This should preserve git history better for git blame, etc. * admin/admin.el (admin-git-command): New variable. (set-version): Move etc/NEWS to etc/NEWS.NN and prompt to commit it immediately. (Bug#52420)
* Merge from origin/emacs-27Glenn Morris2021-03-291-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | bcc4cc3362 Doc fixes for 'face-foreground' and 'face-background'. bf6442fafd ; * admin/make-tarball.txt: Minor addition to the Web page... 38b127d32e * admin/admin.el (set-version): Handle malformed NEWS markup. 0d7e2a993e admin.el fix for bug#47394 fdec444758 ; * etc/NEWS: Fix typo. 1e6ca2765f ; * admin/make-tarball.txt: Another minor addition. # Conflicts: # etc/NEWS
| * * admin/admin.el (set-version): Handle malformed NEWS markup.Glenn Morris2021-03-251-1/+1
| |
| * admin.el fix for bug#47394Glenn Morris2021-03-251-1/+1
| | | | | | | | * admin/admin.el (manual-html-fix-index-2): Handle Texinfo 6.7.
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* | * admin/admin.el (make-manuals-dist-output-variables): Update.Glenn Morris2021-03-061-4/+2
| |
* | Improve admin.el's Makefile in standalone manual tarfilesGlenn Morris2021-02-281-2/+4
| | | | | | | | | | | | * admin/admin.el (make-manuals-dist-output-variables): Fix abs_top_builddir. Add EMACS. (make-manuals-dist--1): Respect case when replacing output variables.
* | Update admins make-manuals for new output variableGlenn Morris2021-02-281-0/+1
| | | | | | | | | | * admin/admin.el (make-manuals-dist-output-variables): Add abs_top_builddir.
* | * admin/*.el: Use lexical-bindingStefan Monnier2021-01-311-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | * admin/admin.el: Use lexical-binding. (manual-misc-manuals): Pass a limit to `looking-back`. (reminder-for-release-blocking-bugs): Don't use `_` for a real variable. * admin/authors.el: Use lexical-binding. (authors-disambiguate-file-name): Remove unused var `parent`. * admin/cus-test.el: * admin/find-gc.el: * admin/gitmerge.el: Use lexical-binding.
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
|/ | | | Run "TZ=UTC0 admin/update-copyright".
* Some precisions to bug handlingMichael Albinus2020-08-301-1/+2
| | | | | | | * admin/admin.el (reminder-for-release-blocking-bugs): Add date to subject. * admin/notes/bug-triage: * admin/notes/bugtracker: Minor precisions.
* Adapt reminder-for-release-blocking-bugsMichael Albinus2020-08-271-5/+7
| | | | | | | | * admin/admin.el (reminder-for-release-blocking-bugs): Require `debbugs-gnu' also in `interactive' form. * admin/release-process: Rename RELEASE-CRITICAL to RELEASE-BLOCKING. Adapt Emacs version. Describe `reminder-for-release-blocking-bugs'.
* * admin/admin.el (reminder-for-release-blocking-bugs): New command.Michael Albinus2020-08-251-0/+45
|
* * admin/admin.el (set-version): Trap yet another NEWS error.Glenn Morris2020-08-191-1/+1
|
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Update some URLsPaul Eggert2019-09-231-1/+1
| | | | | | | | | | | | | | | | | This mostly changes http: to https: in URLs. It also updates some URLs that have moved, removes some URLs that no longer work, recommends against using procmail (procmail.org no longer works), and removes some mentions of the no-longer-existing Gmane, LPF and VTW. It doesn't update all URLs, just the ones I had time for. * GNUmakefile (help): * admin/admin.el (manual-doctype-string): * admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map): * admin/charsets/mapconv: * lisp/net/soap-client.el (soap-create-envelope): * lisp/org/org.el (org-doi-server-url): * lisp/textmodes/bibtex.el (bibtex-generate-url-list): Prefer https: to http: un URLs.
* * admin/admin.el (set-version): Check for empty NEWS sections.Glenn Morris2019-09-011-0/+4
|
* Merge from origin/emacs-26Glenn Morris2019-04-291-4/+4
|\ | | | | | | | | | | | | 0e8d452 ; * doc/lispref/nonascii.texi (Coding System Basics): Fix gra... 25a2ff7 ; Add missing space in custom.texi 9ec18fb * admin/admin.el (set-version): Check for increase in version... 93912ba Be more careful about indent-sexp going over eol (Bug#35286)
| * * admin/admin.el (set-version): Check for increase in version length,Glenn Morris2019-04-221-4/+4
| | | | | | | | rather than a .50 version.
* | Merge from origin/emacs-26Glenn Morris2019-04-211-1/+4
|\ \ | |/ | | | | aae8cc3 * admin/admin.el (set-version): Add NEWS headers for a .50 ve...
| * * admin/admin.el (set-version): Add NEWS headers for a .50 version.Glenn Morris2019-04-201-1/+4
| |