<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/hard-narrow</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>Hard narrowing</title>
<updated>2016-03-29T21:29:54+00:00</updated>
<author>
<name>Vitalie Spinu</name>
</author>
<published>2016-03-21T04:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7068e4c811f7530e14d2684fea68499418642b33'/>
<id>7068e4c811f7530e14d2684fea68499418642b33</id>
<content type='text'>
Idem
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Idem
</pre>
</div>
</content>
</entry>
<entry>
<title>In M-%, avoid making buffer-local binding of text-property-default-nonsticky</title>
<updated>2016-03-29T09:53:12+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2016-03-29T09:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f99b51295b86770e4b16d4717c0e73049191c4c5'/>
<id>f99b51295b86770e4b16d4717c0e73049191c4c5</id>
<content type='text'>
This would happen when that variable already has a buffer local binding.  Such
a binding would not be seen by read-from-minibuffer.  This fixes bug #23127.

* lisp/replace.el (query-replace-read-from): Move the binding of
text-property-default-nonsticky to inside of a new with-current-buffer buffer
form with the minibuffer as argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would happen when that variable already has a buffer local binding.  Such
a binding would not be seen by read-from-minibuffer.  This fixes bug #23127.

* lisp/replace.el (query-replace-read-from): Move the binding of
text-property-default-nonsticky to inside of a new with-current-buffer buffer
form with the minibuffer as argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove prog-indentation-context</title>
<updated>2016-03-28T00:59:05+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2016-03-28T00:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=124c48619e2c68c497d9075e6e940142c174c77b'/>
<id>124c48619e2c68c497d9075e6e940142c174c77b</id>
<content type='text'>
* lisp/progmodes/prog-mode.el: (prog-indentation-context)
(prog-first-column, prog-widen): Remove, as discussed in
http://lists.gnu.org/archive/html/emacs-devel/2016-03/msg01425.html.

* doc/lispref/text.texi (Mode-Specific Indent): Remove references
to them.

* etc/NEWS: Ditto.

* lisp/progmodes/python.el: (prog-widen, prog-first-column):
Remove the compatibility aliases and all uses.

Do not merge to master.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/prog-mode.el: (prog-indentation-context)
(prog-first-column, prog-widen): Remove, as discussed in
http://lists.gnu.org/archive/html/emacs-devel/2016-03/msg01425.html.

* doc/lispref/text.texi (Mode-Specific Indent): Remove references
to them.

* etc/NEWS: Ditto.

* lisp/progmodes/python.el: (prog-widen, prog-first-column):
Remove the compatibility aliases and all uses.

Do not merge to master.
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/font.c (QCuser_spec): Add missing colon to :user-spec.</title>
<updated>2016-03-27T22:03:12+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-03-27T22:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e65c3079c65595d95749348366af9811fafff062'/>
<id>e65c3079c65595d95749348366af9811fafff062</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't start the 'midnight' timer twice</title>
<updated>2016-03-27T15:15:06+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2016-03-27T15:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c8b868b1e2532aa07dbf4959798dbdc52ea9b5d5'/>
<id>c8b868b1e2532aa07dbf4959798dbdc52ea9b5d5</id>
<content type='text'>
* lisp/midnight.el (midnight-mode): Avoid starting the midnight
timer twice when activating the mode the first time.  (Bug#23123)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/midnight.el (midnight-mode): Avoid starting the midnight
timer twice when activating the mode the first time.  (Bug#23123)
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/xwidget.c (Fxwidget_resize): Fix inappropriate use of XFASTINT.</title>
<updated>2016-03-27T09:00:08+00:00</updated>
<author>
<name>YAMAMOTO Mitsuharu</name>
</author>
<published>2016-03-27T09:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=278c8a7ef7baec2ffbfba211366ff3586a05f1e6'/>
<id>278c8a7ef7baec2ffbfba211366ff3586a05f1e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix todo-mode category movement</title>
<updated>2016-03-26T22:14:50+00:00</updated>
<author>
<name>Stephen Berman</name>
</author>
<published>2016-03-26T22:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e5c17f46785e2eca165ccd5aa890f212c6a61ca1'/>
<id>e5c17f46785e2eca165ccd5aa890f212c6a61ca1</id>
<content type='text'>
* lisp/calendar/todo-mode.el (todo-move-category): Use moved
category's existing categories sexp instead of invoking
todo-update-categories-sexp in file moved to, in order to take
archived items into account.  If the moved category has archived
items, handle the source archive buffer properly.  Remove
superfluous code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/calendar/todo-mode.el (todo-move-category): Use moved
category's existing categories sexp instead of invoking
todo-update-categories-sexp in file moved to, in order to take
archived items into account.  If the moved category has archived
items, handle the source archive buffer properly.  Remove
superfluous code.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/xt-mouse.el (xterm-mouse-utf-8): Add :version.</title>
<updated>2016-03-26T20:45:51+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2016-03-26T20:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bc70fda2c9f93a30351c7c79a2b5763bbbd7bbc6'/>
<id>bc70fda2c9f93a30351c7c79a2b5763bbbd7bbc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore non-nil. non-cons values of unread-command-events</title>
<updated>2016-03-26T08:52:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2016-03-26T08:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cf40f389cfbcb8dc4f2a880aa2a5aa38b394293c'/>
<id>cf40f389cfbcb8dc4f2a880aa2a5aa38b394293c</id>
<content type='text'>
* src/keyboard.c (requeued_events_pending_p, read_char)
(Finput_pending_p): Use CONSP instead of !NILP to see if there are
unread command events to be processed.  (Bug#22976)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/keyboard.c (requeued_events_pending_p, read_char)
(Finput_pending_p): Use CONSP instead of !NILP to see if there are
unread command events to be processed.  (Bug#22976)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentatuon of 'truncate-partial-width-windows'</title>
<updated>2016-03-26T07:17:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2016-03-26T07:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8ee4c52abc98e6522d812a29cfe57ffbdeb98144'/>
<id>8ee4c52abc98e6522d812a29cfe57ffbdeb98144</id>
<content type='text'>
* src/xdisp.c (syms_of_xdisp) &lt;truncate-partial-width-windows&gt;:
Clarify in the doc string how the width of partial-width windows
is computed for the purposes of truncation decision.  (Bug#4338)

* doc/emacs/windows.texi (Split Window): Clarify how the width of
windows is calculated for the purposes of truncation decision.
* doc/emacs/display.texi (Line Truncation): Remove a redundant
index entry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xdisp.c (syms_of_xdisp) &lt;truncate-partial-width-windows&gt;:
Clarify in the doc string how the width of partial-width windows
is computed for the purposes of truncation decision.  (Bug#4338)

* doc/emacs/windows.texi (Split Window): Clarify how the width of
windows is calculated for the purposes of truncation decision.
* doc/emacs/display.texi (Line Truncation): Remove a redundant
index entry.
</pre>
</div>
</content>
</entry>
</feed>
