From unknown Mon Sep 08 01:50:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71130: 30.0.50; Typo in NEWS Resent-From: Manuel Giraud Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 22 May 2024 19:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71130 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 71130@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17164077804642 (code B ref -1); Wed, 22 May 2024 19:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 May 2024 19:56:20 +0000 Received: from localhost ([127.0.0.1]:57933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9s4R-0001Co-JI for submit@debbugs.gnu.org; Wed, 22 May 2024 15:56:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:42776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9s4N-0001Ci-Q3 for submit@debbugs.gnu.org; Wed, 22 May 2024 15:56:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s9s4F-0001xM-K7 for bug-gnu-emacs@gnu.org; Wed, 22 May 2024 15:56:07 -0400 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s9s4C-0003ig-5b for bug-gnu-emacs@gnu.org; Wed, 22 May 2024 15:56:07 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=mZScgHll L+Iov/qowxErZtcSbTgt+ydqj/bsBLj4UEE=; h=date:subject:to:from; d=ledu-giraud.fr; b=q2kv/6wd422aeJX94cHvjvq7L0OAnM6KS4TO3wraHirNNLwmfR 351Ts25+eJF5yf1ILDAEfks0AH8BWa2OtKDQ== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=mZScgHllL+Iov/qo wxErZtcSbTgt+ydqj/bsBLj4UEE=; h=date:subject:to:from; d=ledu-giraud.fr; b=pCKI9lTVgk9fNe13Uu2NKYjDNgtzycF2Qpb+v+Yc0AEqFluLST DOg7nyFkVLvzvmwuIhW9Prp08FXg1u0HUna5TdsDfSYpgC+0xBNFi5YZkm4IikdebZVxfV BSy1jclQcbRyK/obYMc8yVP3EVgvW/n4ODcf+AR5IgjmwxgvlOgCSU03yq/BXGQXz7x9Xk CnZ0igj0XJljoTJDscxSUFqEI2mb+o4DsL5P3c0PxyEbZ+KSj+7RzEjzA9JS8Ar8pleo8Y Y/IP9Zz5bJbwY0lwIRuS/uYp+lHkWR9JFjOfMm8qkQeIP8RvbqOj3YJ8xkAGX0octAGSRg czwqzU2l35UQ== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 15362d21 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 22 May 2024 21:56:00 +0200 (CEST) From: Manuel Giraud Date: Wed, 22 May 2024 21:55:58 +0200 Message-ID: <87cypdboz5.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hi, Here is a simple typo in etc/NEWS. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Typo-in-NEWS.patch >From ff34fd9fa64ad66b471b17cbec5dbf78214df0bd Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Wed, 22 May 2024 21:53:47 +0200 Subject: [PATCH] ; Typo in NEWS --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index d72ef5b5bef..53119307f82 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -228,7 +228,7 @@ This is used for displaying the time and date components of --- ** New icon images for general use. Several symbolic icons are added to "etc/images/symbols", including -plus, minus, check-mark, start, etc. +plus, minus, check-mark, star, etc. +++ ** Tool bars can now be placed on the bottom on more systems. -- 2.45.1 --=-=-= Content-Type: text/plain In GNU Emacs 30.0.50 (build 2, x86_64-unknown-openbsd7.5) of 2024-05-22 built on computer Repository revision: 70effed88df2e99287cfdabb924854f69ed668e2 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101013 System Description: OpenBSD computer 7.5 GENERIC.MP#77 amd64 Configured using: 'configure CC=egcc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib MAKEINFO=gmakeinfo --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=no --without-cairo --without-gconf --without-compress-install' Configured features: DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XFT XIM XINPUT2 XPM ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: NEWS Minor modes in effect: windmove-mode: t display-time-mode: t display-battery-mode: t desktop-save-mode: t server-mode: t outline-minor-mode: t override-global-mode: t repeat-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t auto-fill-function: do-auto-fill indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t button-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-1.7.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/30.0.50/lisp/theme-loaddefs Features: (shadow emacsbug log-edit add-log vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view pcvs-util whitespace proced pcmpl-unix pcmpl-gnu ielm misearch multi-isearch cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays holiday-loaddefs cal-iso face-remap calc-misc calc-alg calc-menu mailalias smtpmail thai-util thai-word dabbrev find-dired gnus-search tabify flow-fill smerge-mode diff shr-color gnus-cite mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-async gnus-bcklg gnus-ml gnus-topic mm-archive url-cache qp utf-7 imap rfc2104 nndoc nndraft nnmh nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss network-stream dictionary external-completion dictionary-connection shortdoc comp-common hibtypes hib-doc-id hyrolo sort klink hmouse-tag hsys-xref hib-kbd hui-mini hib-debbugs hsys-www hib-social hypb-ert ert hactypes hsys-org man hargs hpath hsettings hui-em-but hbut hmouse-drv hui-window hycontrol windmove hui-select hbdata hgnus hsmail hypb locate hmail htz cal-julian hbmap hmoccur hversion hload-path hvar bookmark completion icomplete pulse cl-print help-fns radix-tree org-duration org-agenda org-indent imenu pascal sh-script smie treesit executable org-element org-persist org-id avl-tree oc-basic ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi gnus-icalendar org-capture org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-compat org-macs vc-dir ewoc vc texinfo texinfo-loaddefs edebug debug backtrace autorevert filenotify bug-reference mule-util jka-compr on-screen vc-hg paredit conf-mode idlwave idlwave-help idlw-help view reveal gnus-dired vc-git diff-mode track-changes vc-dispatcher emacs-news-mode time battery cus-load desktop frameset exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server ef-reverie-theme ef-themes modus-operandi-theme modus-themes zone speed-type url-http url-auth url-gw nsm compat ytdious mpdired transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base timezone icalendar gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit web-mode derived disp-table erlang-start skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx trampver tramp-integration files-x tramp-message tramp-compat xdg shell pcomplete parse-time iso8601 time-date format-spec tramp-loaddefs slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline pp comint ansi-osc ansi-color ring hyperspec thingatpt slime-autoloads edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs pcase dired-x dired-aux dired dired-loaddefs use-package-core repeat easy-mmode debbugs-autoloads ebdb-autoloads cl-extra help-mode ef-themes-autoloads exwm-autoloads hyperbole-autoloads kotl-autoloads hact set hhist magit-autoloads git-commit-autoloads magit-section-autoloads dash-autoloads on-screen-autoloads osm-autoloads paredit-autoloads rust-mode-autoloads speed-type-autoloads transmission-autoloads info with-editor-autoloads ytdious-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting xinput2 x multi-tty move-toolbar make-network-process emacs) Memory information: ((conses 16 2109363 707507) (symbols 48 62027 5) (strings 32 305981 15272) (string-bytes 1 15862169) (vectors 16 188064) (vector-slots 8 2596505 207067) (floats 8 1323 4396) (intervals 56 105406 7987) (buffers 992 112)) -- Manuel Giraud --=-=-=-- From unknown Mon Sep 08 01:50:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Manuel Giraud Subject: bug#71130: closed (Re: bug#71130: 30.0.50; Typo in NEWS) Message-ID: References: <86jzjl5chk.fsf@gnu.org> <87cypdboz5.fsf@ledu-giraud.fr> X-Gnu-PR-Message: they-closed 71130 X-Gnu-PR-Package: emacs Reply-To: 71130@debbugs.gnu.org Date: Thu, 23 May 2024 05:23:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1716441783-24927-1" This is a multi-part message in MIME format... ------------=_1716441783-24927-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71130: 30.0.50; Typo in NEWS which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 71130@debbugs.gnu.org. --=20 71130: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71130 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1716441783-24927-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 71130-done) by debbugs.gnu.org; 23 May 2024 05:22:30 +0000 Received: from localhost ([127.0.0.1]:58367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA0uM-0006Tb-1j for submit@debbugs.gnu.org; Thu, 23 May 2024 01:22:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA0uK-0006TV-Me for 71130-done@debbugs.gnu.org; Thu, 23 May 2024 01:22:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sA0u9-00028g-76; Thu, 23 May 2024 01:22:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=PFKzhfSmN2K2 L93yqsGdv+Z4FsL4EMGtmkcRreLMk8g0NDjYpqRF3hBAmzpQzZdPqVix667TP3f8wQv838txWTkr8 69O6h0TCm4pqbnCKINakR8Yz3K5lpGQ2SU7NdrE/qRNtIrkTU0c9Ce2sOeLiQq/xb08FRxfYfttB9 UCqEVJy+CIFLHRUq6X9d4blf7WgABsJamFFvl3GrwwnvbXzN8qBzDvI58GtH2VQY01qPzfnU1gIJZ N6nTMCvkL6z+B1k63cHE9LZ8FmZmiOd4PsNmwWiuhXh6V3hjIePfLAw0bMhE9Vj3YeRr9Fonf8MEZ UGXq6fTrnp/edalR+okV4w==; Date: Thu, 23 May 2024 08:22:15 +0300 Message-Id: <86jzjl5chk.fsf@gnu.org> From: Eli Zaretskii To: Manuel Giraud In-Reply-To: <87cypdboz5.fsf@ledu-giraud.fr> (bug-gnu-emacs@gnu.org) Subject: Re: bug#71130: 30.0.50; Typo in NEWS References: <87cypdboz5.fsf@ledu-giraud.fr> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71130-done Cc: 71130-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) ------------=_1716441783-24927-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 May 2024 19:56:20 +0000 Received: from localhost ([127.0.0.1]:57933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9s4R-0001Co-JI for submit@debbugs.gnu.org; Wed, 22 May 2024 15:56:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:42776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9s4N-0001Ci-Q3 for submit@debbugs.gnu.org; Wed, 22 May 2024 15:56:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s9s4F-0001xM-K7 for bug-gnu-emacs@gnu.org; Wed, 22 May 2024 15:56:07 -0400 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s9s4C-0003ig-5b for bug-gnu-emacs@gnu.org; Wed, 22 May 2024 15:56:07 -0400 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=mZScgHll L+Iov/qowxErZtcSbTgt+ydqj/bsBLj4UEE=; h=date:subject:to:from; d=ledu-giraud.fr; b=q2kv/6wd422aeJX94cHvjvq7L0OAnM6KS4TO3wraHirNNLwmfR 351Ts25+eJF5yf1ILDAEfks0AH8BWa2OtKDQ== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=mZScgHllL+Iov/qo wxErZtcSbTgt+ydqj/bsBLj4UEE=; h=date:subject:to:from; d=ledu-giraud.fr; b=pCKI9lTVgk9fNe13Uu2NKYjDNgtzycF2Qpb+v+Yc0AEqFluLST DOg7nyFkVLvzvmwuIhW9Prp08FXg1u0HUna5TdsDfSYpgC+0xBNFi5YZkm4IikdebZVxfV BSy1jclQcbRyK/obYMc8yVP3EVgvW/n4ODcf+AR5IgjmwxgvlOgCSU03yq/BXGQXz7x9Xk CnZ0igj0XJljoTJDscxSUFqEI2mb+o4DsL5P3c0PxyEbZ+KSj+7RzEjzA9JS8Ar8pleo8Y Y/IP9Zz5bJbwY0lwIRuS/uYp+lHkWR9JFjOfMm8qkQeIP8RvbqOj3YJ8xkAGX0octAGSRg czwqzU2l35UQ== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 15362d21 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Wed, 22 May 2024 21:56:00 +0200 (CEST) From: Manuel Giraud To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Typo in NEWS X-Debbugs-Cc: Date: Wed, 22 May 2024 21:55:58 +0200 Message-ID: <87cypdboz5.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hi, Here is a simple typo in etc/NEWS. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Typo-in-NEWS.patch >From ff34fd9fa64ad66b471b17cbec5dbf78214df0bd Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Wed, 22 May 2024 21:53:47 +0200 Subject: [PATCH] ; Typo in NEWS --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index d72ef5b5bef..53119307f82 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -228,7 +228,7 @@ This is used for displaying the time and date components of --- ** New icon images for general use. Several symbolic icons are added to "etc/images/symbols", including -plus, minus, check-mark, start, etc. +plus, minus, check-mark, star, etc. +++ ** Tool bars can now be placed on the bottom on more systems. -- 2.45.1 --=-=-= Content-Type: text/plain In GNU Emacs 30.0.50 (build 2, x86_64-unknown-openbsd7.5) of 2024-05-22 built on computer Repository revision: 70effed88df2e99287cfdabb924854f69ed668e2 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101013 System Description: OpenBSD computer 7.5 GENERIC.MP#77 amd64 Configured using: 'configure CC=egcc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib MAKEINFO=gmakeinfo --prefix=/home/manuel/emacs --bindir=/home/manuel/bin --with-x-toolkit=no --without-cairo --without-gconf --without-compress-install' Configured features: DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XFT XIM XINPUT2 XPM ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: NEWS Minor modes in effect: windmove-mode: t display-time-mode: t display-battery-mode: t desktop-save-mode: t server-mode: t outline-minor-mode: t override-global-mode: t repeat-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t auto-fill-function: do-auto-fill indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t button-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-1.7.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/30.0.50/lisp/theme-loaddefs Features: (shadow emacsbug log-edit add-log vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view pcvs-util whitespace proced pcmpl-unix pcmpl-gnu ielm misearch multi-isearch cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays holiday-loaddefs cal-iso face-remap calc-misc calc-alg calc-menu mailalias smtpmail thai-util thai-word dabbrev find-dired gnus-search tabify flow-fill smerge-mode diff shr-color gnus-cite mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-async gnus-bcklg gnus-ml gnus-topic mm-archive url-cache qp utf-7 imap rfc2104 nndoc nndraft nnmh nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss network-stream dictionary external-completion dictionary-connection shortdoc comp-common hibtypes hib-doc-id hyrolo sort klink hmouse-tag hsys-xref hib-kbd hui-mini hib-debbugs hsys-www hib-social hypb-ert ert hactypes hsys-org man hargs hpath hsettings hui-em-but hbut hmouse-drv hui-window hycontrol windmove hui-select hbdata hgnus hsmail hypb locate hmail htz cal-julian hbmap hmoccur hversion hload-path hvar bookmark completion icomplete pulse cl-print help-fns radix-tree org-duration org-agenda org-indent imenu pascal sh-script smie treesit executable org-element org-persist org-id avl-tree oc-basic ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi gnus-icalendar org-capture org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-compat org-macs vc-dir ewoc vc texinfo texinfo-loaddefs edebug debug backtrace autorevert filenotify bug-reference mule-util jka-compr on-screen vc-hg paredit conf-mode idlwave idlwave-help idlw-help view reveal gnus-dired vc-git diff-mode track-changes vc-dispatcher emacs-news-mode time battery cus-load desktop frameset exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server ef-reverie-theme ef-themes modus-operandi-theme modus-themes zone speed-type url-http url-auth url-gw nsm compat ytdious mpdired transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base timezone icalendar gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit web-mode derived disp-table erlang-start skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx trampver tramp-integration files-x tramp-message tramp-compat xdg shell pcomplete parse-time iso8601 time-date format-spec tramp-loaddefs slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline pp comint ansi-osc ansi-color ring hyperspec thingatpt slime-autoloads edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs pcase dired-x dired-aux dired dired-loaddefs use-package-core repeat easy-mmode debbugs-autoloads ebdb-autoloads cl-extra help-mode ef-themes-autoloads exwm-autoloads hyperbole-autoloads kotl-autoloads hact set hhist magit-autoloads git-commit-autoloads magit-section-autoloads dash-autoloads on-screen-autoloads osm-autoloads paredit-autoloads rust-mode-autoloads speed-type-autoloads transmission-autoloads info with-editor-autoloads ytdious-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind kqueue lcms2 dynamic-setting system-font-setting font-render-setting xinput2 x multi-tty move-toolbar make-network-process emacs) Memory information: ((conses 16 2109363 707507) (symbols 48 62027 5) (strings 32 305981 15272) (string-bytes 1 15862169) (vectors 16 188064) (vector-slots 8 2596505 207067) (floats 8 1323 4396) (intervals 56 105406 7987) (buffers 992 112)) -- Manuel Giraud --=-=-=-- ------------=_1716441783-24927-1-- From unknown Mon Sep 08 01:50:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#71130: 30.0.50; Typo in NEWS Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 23 May 2024 05:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71130 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Manuel Giraud Cc: 71130-done@debbugs.gnu.org Received: via spool by 71130-done@debbugs.gnu.org id=D71130.171644179924995 (code D ref 71130); Thu, 23 May 2024 05:24:02 +0000 Received: (at 71130-done) by debbugs.gnu.org; 23 May 2024 05:23:19 +0000 Received: from localhost ([127.0.0.1]:58376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA0v9-0006V5-DV for submit@debbugs.gnu.org; Thu, 23 May 2024 01:23:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA0v7-0006Uz-Tw for 71130-done@debbugs.gnu.org; Thu, 23 May 2024 01:23:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sA0uw-0002d1-ED; Thu, 23 May 2024 01:23:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Quk+np6qSAKDIBSW+ZFbBA9zo5IoCo0nkhNeh7sXpns=; b=RtDsINoKp0eg SmULW7qftgzCQwu9bht9MT6J+MTD9pI8+2I0iHvaPYxiVIlwtY7KrUjiPGxGEvI2mgwn4djaKWGhy TyusMvEX+/FRWrG1UMFZxxB0dSlTpZSujAc7KNj03UYzqqJQE7LYnAbGZyKLI8/b/S/HO9guBMsXr Y+hNdzEeqekV/ZL/A7+v+glFcmEuUbDhLNy0ya3qU5pwgxVFCHlRQfu6t+CISAlZ6SORTLzipPQWe 1BBcg2UbKiiR2TvK39ikUm8XL7u4MB5PCnNEqkwMTXXvNVuVlQcWy7W5SabMHCLGKOle2g8j2aYfL m0+D15ML+MdPQMmUinmS5w==; Date: Thu, 23 May 2024 08:23:04 +0300 Message-Id: <86ikz55cg7.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87cypdboz5.fsf@ledu-giraud.fr> (bug-gnu-emacs@gnu.org) References: <87cypdboz5.fsf@ledu-giraud.fr> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Wed, 22 May 2024 21:55:58 +0200 > From: Manuel Giraud via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > Here is a simple typo in etc/NEWS. Thanks, installed, and closing.