aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
|
* December 2025 spelling fixesPaul Eggert2025-12-261-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the fixes are to continue to use American rather than British spelling. * doc/misc/modus-themes.org (my-modus-themes-engraved-faces): Fix misspelled ‘:foreground’s. * etc/themes/modus-themes.el (modus-themes-faces): Fix misspelled ‘modus-themes-bold’. * lisp/emacs-lisp/rx.el (rx--normalize-char-pattern): Rename from rx--normalise-char-pattern. (rx--optimize-or-args): Rename from rx--optimise-or-args. * lisp/frame.el (frame--special-parameters): Fix misspelled "right-divider-width". * lisp/net/tramp.el (tramp-fingerprint-prompt-regexp): Use American spelling “centered”, to match current libfprintf. * lisp/org/org-fold-core.el (org-fold-core--optimize-for-huge-buffers): Rename from org-fold-core--optimise-for-huge-buffers. (org-fold-core-update-optimization): Rename from org-fold-core-update-optimisation, leaving an alias behind. (org-fold-core-remove-optimization): Rename from org-fold-core-remove-optimisation, leaving an alias behind. * lisp/org/org.el (org-advertized-archive-subtree): This alias is now obsolete. * lisp/play/zone.el (zone-ignored-buffers): Fix misspelling of ‘zone--buffer-encrypted-p’. * lisp/progmodes/csharp-mode.el (csharp-ts-mode-faces): Fix misspelling of ‘csharp’ group. * lisp/vc/vc.el (vc-clonable-backends-custom-type): Rename from vc-cloneable-backends-custom-type, leaving an alias behind. * test/lisp/emacs-lisp/bytecomp-tests.el: (bytecomp-tests--warn-arity-non-compiled-callee): Rename from bytecomp-tests--warn-arity-noncompiled-callee. (bytecomp-test-defface-spec): Reword a deliberate misspelling of “default” that is so common I don’t want it to pollute the spelling dictionary. * test/lisp/emacs-lisp/package-vc-tests.el: (package-vc-tests-preserve-artifacts): Rename from package-vc-tests-preserve-artifacts. * test/lisp/eshell/em-prompt-tests.el: (em-prompt-test/forward-backward-paragraph-1): Reword a deliberate misspelling of “goodbye” that is so common I don’t want it to pollute the spelling dictionary.
* ; * ChangeLog.4: Update.Stefan Kangas2025-02-231-1/+42
|
* ; Delete troff markers from ChangeLog filesemacs-30.1-rc1Stefan Kangas2025-02-201-1/+1
|
* Update files for Emacs 30.1Stefan Kangas2025-02-201-1/+50
| | | | | * ChangeLog.4: * etc/AUTHORS: Update for Emacs 30.1.
* ; Fix typo introduced in "* ChangeLog.4: Reformat down to 28 March 2024."Stefan Kangas2025-02-201-1/+1
|
* ; * ChangeLog.4: Reformat down to 28 March 2024.Po Lu2025-02-191-1714/+1823
|
* ; * ChangeLog.4: Check in ommitted change.Po Lu2025-02-181-1/+1
|
* ; * ChangeLog.4: Fix log entries down to the 1 May 2024.Po Lu2025-02-181-2469/+2706
|
* ; Fix typosStefan Kangas2025-02-181-8/+8
|
* ; * ChangeLog.4: Update.Stefan Kangas2025-02-181-1/+694
|
* ; Fix typosStefan Kangas2025-01-231-6/+6
|
* Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* ; * ChangeLog.4: Update.Andrea Corallo2024-12-191-1/+853
|
* ; Fix typosStefan Kangas2024-10-271-3/+3
|
* ; * ChangeLog.4: Update.Andrea Corallo2024-10-261-1/+932
|
* ; * ChangeLog.4: Fix attribution of one change.Sean Whitton2024-10-031-1/+1
|
* ; Fix my email addressStefan Kangas2024-09-211-881/+881
|
* ; * ChangeLog.4: Update.Andrea Corallo2024-09-111-1/+548
|
* ; * etc/AUTHORS: Update.Eli Zaretskii2024-08-291-1/+0
|
* ; Fix typosStefan Kangas2024-08-291-190/+188
|
* Update ChangelogsAndrea Corallo2024-08-201-1/+78180
| | | | | * ChangeLog.4: Re-generate. * ChangeLog.3: Fix some type and style.
* ; Fix typosStefan Kangas2024-07-181-3/+3
|
* ; Fix typosRobert Pluim2024-06-241-8/+8
| | | | | * ChangeLog.3: It's "its", not "it's", for the possessive. * ChangeLog.4: And here.
* ; Fix typosStefan Kangas2024-06-231-1/+1
|
* Merge from origin/emacs-29Stefan Kangas2024-06-221-2/+21
|\ | | | | | | | | | | fd15d89ec51 Merge remote-tracking branch 'origin/emacs-29' into emacs-29 6a299b3cace Release Emacs 29.4 7f7b28a2500 ; Wayland SECONDARY selection problem
| * Release Emacs 29.4showemacs-29.4Stefan Kangas2024-06-221-2/+21
| | | | | | | | | | * ChangeLog.4: * etc/HISTORY: Update files for Emacs 29.4.
* | Merge from origin/emacs-29Stefan Kangas2024-06-221-3/+464
|\ \ | |/ | | | | | | | | | | 9a02fce714c Update files for Emacs 29.4 d96c54d3883 * admin/authors.el: Update for Emacs 29.4 fd207432e50 * etc/NEWS: Update for Emacs 29.4 c645e1d8205 org-link-expand-abbrev: Do not evaluate arbitrary unsafe ...
| * Update files for Emacs 29.4Stefan Kangas2024-06-221-3/+464
| | | | | | | | | | * ChangeLog.4: * etc/AUTHORS: Update for Emacs 29.4.
* | ; Fix typosStefan Kangas2024-06-161-5/+5
| |
* | ; Fix typosStefan Kangas2024-06-071-1/+1
| |
* | Spelling fixesPaul Eggert2024-06-041-1/+1
| |
* | Merge from origin/emacs-29Eli Zaretskii2024-06-011-20/+20
|\ \ | |/ | | | | | | bf50aa38f9d Improve documentation of case-conversion commands 225b426f256 ; Fix typos
| * ; Fix typosStefan Kangas2024-05-271-20/+20
| |
* | Merge from origin/emacs-29Eli Zaretskii2024-03-301-1/+593
|\ \ | |/ | | | | ae8f815613c Update files for Emacs 29.3
| * Update files for Emacs 29.3emacs-29.3Eli Zaretskii2024-03-241-1/+593
| | | | | | | | | | | | * ChangeLog.4: * etc/AUTHORS: * etc/HISTORY: Update for Emacs 29.3.
* | Merge from origin/emacs-29Eli Zaretskii2024-01-271-1/+1554
|\ \ | |/ | | | | | | b4baf0f8216 ; Update ChangeLog.4 with latest changes. c633c90993f * Update etc/HISTORY and ChangeLog.4 for 29.2 release.
| * ; Update ChangeLog.4 with latest changes.Eli Zaretskii2024-01-181-0/+7
| |
| * * Update etc/HISTORY and ChangeLog.4 for 29.2 release.Eli Zaretskii2024-01-181-1/+1547
| |
* | 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
| |
* | Merge from origin/emacs-29Eli Zaretskii2023-12-101-336/+336
|\ \ | |/ | | | | | | | | | | | | | | | | | | 2773cf9e013 ; Fix typos 020aff95fa3 ; Fix typos in ChangeLog files 5e03a621efc ; * lisp/progmodes/c-ts-mode.el (c-ts-mode--else-heuristi... f0734e1c0d1 Fix c-ts-mode indent heuristic (bug#67417) 08fc6bace20 Fix c-ts-mode indentation (bug#67357) 71bc2815ccd Add font-locking for hash-bang lines in typescript-ts-mode. db8347c8c87 Add font-locking for hash-bang lines in js-ts-mode 91f2ade57bb ruby-mode: Better detect regexp vs division (bug#67569)
| * ; Fix typos in ChangeLog filesStefan Kangas2023-12-101-336/+336
| |
* | ; Fix spelling of my name in all ChangeLog filesUlrich Müller2023-10-251-1/+1
| |
* | Merge from origin/emacs-29Eli Zaretskii2023-10-211-1/+1982
|\ \ | |/ | | | | | | | | ab9d6482e3b ; Update ChangeLog.4 and etc/AUTHORS. d9e1605122b Correctly register focus events concomitant with alpha ch... 194e219825c * doc/man/emacsclient.1: Add missing options.
| * ; Update ChangeLog.4 and etc/AUTHORS.Eli Zaretskii2023-10-191-1/+1982
| |
* | Merge from origin/emacs-29Eli Zaretskii2023-10-071-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e9b88f61ccc Fix a defcustom :type 3216cd96952 Fix pulse-flag :type 2065ab5562e Fix defcustoms in timeclock.el bdd30132496 ; * lisp/image-mode.el (image-mode-to-text, image-mode-as... 5c2d9ae48ed ; * lisp/image-mode.el: Fix typos in doc strings (bug#663... fa0d3f45aeb ; Improve wording of last change 3ef259e28a8 Improve documentation of `ns-use-proxy-icon` 712505a82b9 Document assigning libraries to packages in make-tarball.txt 6bdc5cfe384 Doc fix; more consistently refer to "text terminals" d210d761b19 ; Fix doc strings of overlay-arrow variables 4fd00ff1f7e Fix defcustoms in type-break.el (Bug#66210) 47770b0eca4 Fix term-scroll-to-bottom-on-output :type f8bdc8dff0b ; Normalize GNU ELPA :core package statements 63ec6d998d4 ; * doc/emacs/custom.texi (Early Init File): Improve inde... a4185f87bd0 ; Silence macOS 14 warning d9d6e14a698 ; * lisp/vc/vc.el (vc-next-action): Improve commentary. d558f38fe5c ; * lisp/emacs-lisp/let-alist.el (let-alist): Fix quoting... 71feee79309 Doc fix in let-alist for keys with nil value 72cc9cf2cde ; Fix typos
| * ; Fix typosStefan Kangas2023-09-291-1/+1
| |
* | ; Prefer HTTPS to HTTP in more linksStefan Kangas2023-08-021-2/+2
|/
* ; Last-minute changes befor releasing 29.1emacs-29.1Eli Zaretskii2023-07-301-2/+44
| | | | | * ChangeLog.4: * etc/HISTORY: Update.