unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Documenting NEWS features for 25.1
@ 2016-01-11 12:02 Shakthi Kannan
  2016-01-11 18:20 ` Eli Zaretskii
  0 siblings, 1 reply; 40+ messages in thread
From: Shakthi Kannan @ 2016-01-11 12:02 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

Hi,

Attached patch on "Documenting new js.el option 'js-indent-first-init'.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com

[-- Attachment #2: 0001-Document-new-js.el-option-js-indent-first-init.patch --]
[-- Type: text/x-patch, Size: 870 bytes --]

From b45642e5980596e91bbe26c0686e9a1d201c0e92 Mon Sep 17 00:00:00 2001
From: Shakthi Kannan <author@shakthimaan.com>
Date: Mon, 11 Jan 2016 17:26:00 +0530
Subject: [PATCH] Document new js.el option 'js-indent-first-init'

* progmodes/js.el (js-indent-first-init): Rename from
js-indent-first-initialiser, to avoid worrying about American vs British
spelling.
---
 etc/NEWS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 06cd38e..d1fbc4d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -724,7 +724,10 @@ If the output of ERT tests in batch mode execution can be saved to a
 log file, then it can be passed as an argument to the above function
 to produce a neat summary.
 
+---
 ** New js.el option `js-indent-first-init'.
+Renamed from js-indent-first-initialiser, to avoid worrying about
+American vs British spelling.
 
 ** Info
 
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 40+ messages in thread
* Re: Documenting NEWS features for 25.1
@ 2016-01-19 16:49 Shakthi Kannan
  2016-01-19 18:39 ` Eli Zaretskii
  0 siblings, 1 reply; 40+ messages in thread
From: Shakthi Kannan @ 2016-01-19 16:49 UTC (permalink / raw)
  To: emacs-devel; +Cc: eliz

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]

Hi,

I have attached a patch marking cl-generic.el and system-name  
indicating that they do not require any changes in the manual.

The documentation of pcase, following the long discussion in the  
mailing list, is the only one left unmarked.

Regards,

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com

[-- Attachment #2: 0001-etc-NEWS-No-change-for-cl-generic.el-and-system-name.patch --]
[-- Type: text/x-patch, Size: 1040 bytes --]

From eef29be74881ccdd90a81d6cf682ffda9bd603f0 Mon Sep 17 00:00:00 2001
From: Shakthi Kannan <author@shakthimaan.com>
Date: Tue, 19 Jan 2016 22:09:13 +0530
Subject: [PATCH] ; * etc/NEWS: No change for cl-generic.el and system-name

---
 etc/NEWS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index e9b539a..361f8dd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1156,6 +1156,7 @@ command is called from Emacs (i.e., INSIDE_EMACS environment variable
 is set).  This feature requires newer versions of GnuPG (2.1.5 or
 later) and Pinentry (0.9.5 or later).
 
+---
 ** cl-generic.el provides CLOS-style multiple-dispatch generic functions.
 
 ---
@@ -1520,6 +1521,7 @@ permissions set to temporary values (e.g., for creating private files).
 +++
 ** Function `sort' can deal with vectors.
 
+---
 ** Function `system-name' now returns an updated value if the current
 system's name has changed or if the Emacs process has changed systems,
 and to avoid long waits it no longer consults DNS to canonicalize the
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2016-01-19 18:39 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20151212115202.16784.72345@vcs.savannah.gnu.org>
     [not found] ` <E1a7iiY-0004NK-Ky@vcs.savannah.gnu.org>
2015-12-15  1:36   ` [Emacs-diffs] emacs-25 3e14bad: Document new features of Prettify Mode John Wiegley
2015-12-15  3:39     ` Eli Zaretskii
2015-12-15  6:10       ` John Wiegley
2015-12-15 17:51         ` Shakthi Kannan
2015-12-15 17:58           ` Documenting NEWS features for 25.1 (was: [Emacs-diffs] emacs-25 3e14bad: Document new features of Prettify Mode) John Wiegley
2015-12-15 18:34             ` Eli Zaretskii
2015-12-16  6:09               ` Shakthi Kannan
2015-12-16  6:44                 ` Documenting NEWS features for 25.1 John Wiegley
2015-12-16  7:59                   ` Shakthi Kannan
2015-12-16 10:20                     ` Eli Zaretskii
2015-12-16 10:36                       ` Shakthi Kannan
2015-12-16 11:11                         ` Eli Zaretskii
2015-12-16 12:29                           ` Shakthi Kannan
2015-12-21 17:09                             ` Shakthi Kannan
2015-12-21 17:28                               ` Eli Zaretskii
2015-12-24 16:49                                 ` Shakthi Kannan
2015-12-25 14:24                                   ` Eli Zaretskii
2015-12-28 17:25                                     ` Shakthi Kannan
2015-12-29 16:59                                       ` Eli Zaretskii
2015-12-29 17:05                                         ` Spaces after periods (was: Documenting NEWS features for 25.1) John Wiegley
2015-12-29 17:30                                           ` Spaces after periods David Kastrup
2015-12-29 17:32                                           ` Spaces after periods (was: Documenting NEWS features for 25.1) Nikolai Weibull
2015-12-29 17:58                                             ` Ingo Lohmar
2015-12-29 19:05                                             ` Marcin Borkowski
2015-12-29 21:05                                               ` Nikolai Weibull
2015-12-30  7:46                                             ` Spaces after periods Random832
2015-12-30  7:59                                               ` Nikolai Weibull
2015-12-29 18:15                                           ` Spaces after periods (was: Documenting NEWS features for 25.1) Eli Zaretskii
2015-12-29 19:56                                             ` Spaces after periods John Wiegley
2015-12-30  5:40                                         ` Documenting NEWS features for 25.1 Shakthi Kannan
2015-12-30 17:49                                           ` Eli Zaretskii
2015-12-31  5:33                                             ` Shakthi Kannan
2016-01-11 12:02 Shakthi Kannan
2016-01-11 18:20 ` Eli Zaretskii
2016-01-12  4:28   ` Shakthi Kannan
2016-01-12 15:45     ` Eli Zaretskii
2016-01-12 15:55       ` Shakthi Kannan
2016-01-12 16:08         ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2016-01-19 16:49 Shakthi Kannan
2016-01-19 18:39 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).