138 lines
17 KiB
HTML
138 lines
17 KiB
HTML
<!DOCTYPE html>
|
|
<html><head><title>EmacsWiki: Recent Changes</title><link rel="alternate" type="application/wiki" title="Edit this page" href="https://www.emacswiki.org/emacs?action=edit;id=RecentChanges" /><link type="text/css" rel="stylesheet" href="https://www.emacswiki.org/light.css" /><meta name="robots" content="INDEX,FOLLOW" /><link rel="alternate" type="application/rss+xml" title="EmacsWiki" href="https://www.emacswiki.org/emacs?action=rss" /><link rel="alternate" type="application/rss+xml" title="EmacsWiki: RecentChanges" href="https://www.emacswiki.org/emacs?action=rss;rcidonly=RecentChanges" />
|
|
<link rel="alternate" type="application/rss+xml"
|
|
title="Emacs Wiki with page content"
|
|
href="https://www.emacswiki.org/full.rss" />
|
|
<link rel="alternate" type="application/rss+xml"
|
|
title="Emacs Wiki with page content and diff"
|
|
href="https://www.emacswiki.org/full-diff.rss" />
|
|
<link rel="alternate" type="application/rss+xml"
|
|
title="Emacs Wiki including minor differences"
|
|
href="https://www.emacswiki.org/minor-edits.rss" />
|
|
<link rel="alternate" type="application/rss+xml"
|
|
title="Changes for RecentChanges only"
|
|
href="https://www.emacswiki.org/emacs?action=rss;rcidonly=RecentChanges" /><meta content="width=device-width" name="viewport" />
|
|
<script type="text/javascript" src="/outliner-toc.js"></script>
|
|
<script type="text/javascript">
|
|
|
|
function addOnloadEvent(fnc) {
|
|
if ( typeof window.addEventListener != "undefined" )
|
|
window.addEventListener( "load", fnc, false );
|
|
else if ( typeof window.attachEvent != "undefined" ) {
|
|
window.attachEvent( "onload", fnc );
|
|
}
|
|
else {
|
|
if ( window.onload != null ) {
|
|
var oldOnload = window.onload;
|
|
window.onload = function ( e ) {
|
|
oldOnload( e );
|
|
window[fnc]();
|
|
};
|
|
}
|
|
else
|
|
window.onload = fnc;
|
|
}
|
|
}
|
|
|
|
// https://stackoverflow.com/questions/280634/endswith-in-javascript
|
|
if (typeof String.prototype.endsWith !== 'function') {
|
|
String.prototype.endsWith = function(suffix) {
|
|
return this.indexOf(suffix, this.length - suffix.length) !== -1;
|
|
};
|
|
}
|
|
|
|
var initToc=function() {
|
|
|
|
var outline = HTML5Outline(document.body);
|
|
if (outline.sections.length == 1) {
|
|
outline.sections = outline.sections[0].sections;
|
|
}
|
|
|
|
if (outline.sections.length > 1
|
|
|| outline.sections.length == 1
|
|
&& outline.sections[0].sections.length > 0) {
|
|
|
|
var toc = document.getElementById('toc');
|
|
|
|
if (!toc) {
|
|
var divs = document.getElementsByTagName('div');
|
|
for (var i = 0; i < divs.length; i++) {
|
|
if (divs[i].getAttribute('class') == 'toc') {
|
|
toc = divs[i];
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
if (!toc) {
|
|
var h2 = document.getElementsByTagName('h2')[0];
|
|
if (h2) {
|
|
toc = document.createElement('div');
|
|
toc.setAttribute('class', 'toc');
|
|
h2.parentNode.insertBefore(toc, h2);
|
|
}
|
|
}
|
|
|
|
if (toc) {
|
|
var html = outline.asHTML(true);
|
|
toc.innerHTML = html;
|
|
|
|
items = toc.getElementsByTagName('a');
|
|
for (var i = 0; i < items.length; i++) {
|
|
while (items[i].textContent.endsWith('✎')) {
|
|
var text = items[i].childNodes[0].nodeValue;
|
|
items[i].childNodes[0].nodeValue = text.substring(0, text.length - 1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
addOnloadEvent(initToc);
|
|
</script>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body class="default" lang="en"><header><a class="logo" href="https://www.emacswiki.org/emacs/SiteMap"><img alt="[Home]" class="logo" src="https://www.emacswiki.org/images/logo218x38.png" /></a><nav><span class="gotobar bar"><a class="local" href="https://www.emacswiki.org/emacs/SiteMap">SiteMap</a> <a class="local" href="https://www.emacswiki.org/emacs/Search">Search</a> <a class="local" href="https://www.emacswiki.org/emacs/ElispArea">ElispArea</a> <a class="local" href="https://www.emacswiki.org/emacs/HowTo">HowTo</a> <a class="local" href="https://www.emacswiki.org/emacs/Glossary">Glossary</a> <a class="local" href="https://www.emacswiki.org/emacs/RecentChanges">RecentChanges</a> <a class="local" href="https://www.emacswiki.org/emacs/News">News</a> <a class="local" href="https://www.emacswiki.org/emacs/Problems">Problems</a> <a class="local" href="https://www.emacswiki.org/emacs/Suggestions">Suggestions</a> <a href="https://www.emacswiki.org/emacs?action=random" rel="nofollow">Random</a></span><form method="get" action="https://www.emacswiki.org/emacs" enctype="multipart/form-data" accept-charset="utf-8" class="search"><p><label for="search">Search:</label> <input type="text" name="search" size="15" accesskey="f" id="search" /> <label for="searchlang">Language:</label> <input type="text" name="lang" size="5" id="searchlang" /> <input type="submit" name="dosearch" value="Go!" /></p></form></nav><h1><a href="https://www.emacswiki.org/emacs?search=%22RecentChanges%22" rel="nofollow" title="Click to search for references to this page"><span style="padding-right: 0.5ex;">Recent</span><span style="padding-right: 0.5ex;">Changes</span></a></h1></header><div class="wrapper"><div class="content browse" lang="en"><p> Recent changes are added automatically below. By default, only the most recent change is listed for each page. Click <strong>List all changes</strong> to view all the recent changes to a page.</p><p>By following the <strong>(diff)</strong> link you can see a page where the difference (removals, additions, changes) between the previously edited revision and the current revision is displayed above the latest formatted version of the page.</p><p>By following the <strong>(history)</strong> link you can see a list of all the revisions for a page. Not all revisions are kept, see <a class="inter Oddmuse" href="http://www.oddmuse.org/cgi-bin/oddmuse/Kept%20Pages"><span class="site">Oddmuse</span><span class="separator">:</span><span class="interpage">Kept Pages</span></a>.</p><p>See <strong><a class="local" href="https://www.emacswiki.org/emacs/OtherRecentChanges">OtherRecentChanges</a></strong> for alternatives such as recent changes filtered by language, and recent visitors.</p><ul><li><a class="inter English outside" href="/emacs/action=rc&rclang=en?interface=en">Pages in English only</a></li><li><a class="inter EmacsWiki outside" href="/emacs?action=rss">RSS feed</a>, <a class="inter EmacsWiki outside" href="/emacs?action=rc;raw=1">TXT feed</a></li></ul><p>See <a class="local" href="https://www.emacswiki.org/emacs/UserName">UserName</a> for more information about the user names used in the list below.</p></div><div class="rc"><hr /><h2>Updates in the last 14 days</h2><p><a href="https://www.emacswiki.org/emacs?action=rc;days=1;all=0;showedit=0" rel="nofollow">1</a> | <a href="https://www.emacswiki.org/emacs?action=rc;days=3;all=0;showedit=0" rel="nofollow">3</a> | <a href="https://www.emacswiki.org/emacs?action=rc;days=7;all=0;showedit=0" rel="nofollow">7</a> | <a href="https://www.emacswiki.org/emacs?action=rc;days=14;all=0;showedit=0" rel="nofollow">14</a> | <a href="https://www.emacswiki.org/emacs?action=rc;days=21;all=0;showedit=0" rel="nofollow">21</a> | <a href="https://www.emacswiki.org/emacs?action=rc;days=28;all=0;showedit=0" rel="nofollow">28</a> days <br /> <a href="https://www.emacswiki.org/emacs?action=rc;days=14;all=1;showedit=0" rel="nofollow">List all changes</a> <a href="https://www.emacswiki.org/emacs?action=rc;days=14;all=0;rollback=1;showedit=0" rel="nofollow">Include rollbacks</a> <a href="https://www.emacswiki.org/emacs?action=rc;days=14;all=0;showedit=1" rel="nofollow">Include minor changes</a> <br /> <a href="https://www.emacswiki.org/emacs?action=rc;from=1665041237;all=0;showedit=0" rel="nofollow">List later changes</a> <a class="rss nopages nodiff" href="https://www.emacswiki.org/emacs?action=rss;days=14;all=0;showedit=0" rel="nofollow">RSS</a> <a class="rss pages nodiff" href="https://www.emacswiki.org/emacs?action=rss;days=14;all=0;showedit=0;full=1" rel="nofollow">RSS with pages</a> <a class="rss pages diff" href="https://www.emacswiki.org/emacs?action=rss;days=14;all=0;showedit=0;full=1;diff=1" rel="nofollow">RSS with pages and diff</a></p><form method="get" action="https://www.emacswiki.org/emacs" enctype="multipart/form-data" accept-charset="utf-8" class="rc"><p><strong>2022-10-06</strong></p><ul><li><span class="time">07:27 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=FacesPerFrame" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=FacesPerFrame" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/FacesPerFrame">FacesPerFrame</a> . . . . <span class="ip-code" title="Anonymous"><span class="white">7</span><span class="red">0</span><span class="green">3</span><span class="orange">1</span></span> <span class="dash"> – </span><strong>Change ColorTheme to point to ColorThemes page.</strong> </li></ul><p><strong>2022-10-04</strong></p><ul><li><span class="time">20:04 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=CategoryHistory" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=CategoryHistory" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/CategoryHistory">CategoryHistory</a> . . . . <a class="author" href="https://www.emacswiki.org/emacs/Anonymous">Anonymous</a> <span class="dash"> – </span><strong>Add entry for the EmacsImplementations page</strong> <span class="lang">[en]</span> </li></ul><p><strong>2022-10-03</strong></p><ul><li><span class="time">22:30 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=ExtensionLanguageAdvocacy" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=ExtensionLanguageAdvocacy" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/ExtensionLanguageAdvocacy">ExtensionLanguageAdvocacy</a> . . . . <a class="author" href="https://www.emacswiki.org/emacs/mangledmind">mangledmind</a> <span class="dash"> – </span><strong>added a note regarding the misconception stated by an unknown author.</strong> <span class="lang">[en]</span> </li><li><span class="time">03:45 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=SandBox" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=SandBox" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/SandBox">SandBox</a> . . . . <span class="ip-code" title="Anonymous"><span class="violet">6</span><span class="white">7</span><span class="green">3</span><span class="red">0</span></span> <span class="lang">[en]</span> </li></ul><p><strong>2022-09-30</strong></p><ul><li><span class="time">09:28 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=PostgreSQL" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=PostgreSQL" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/PostgreSQL">PostgreSQL</a> . . . . <a class="author" href="https://www.emacswiki.org/emacs/emarsden">emarsden</a> <span class="dash"> – </span><strong>New location for pg.el. </strong> <span class="lang">[en]</span> </li></ul><p><strong>2022-09-28</strong></p><ul><li><span class="time">21:19 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=SetupEl" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=SetupEl" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/SetupEl">SetupEl</a> . . . . <a class="author" href="https://www.emacswiki.org/emacs/PhilipKaludercic">PhilipKaludercic</a> <span class="dash"> – </span><strong>Add a comment on :init to the UsePackage section.</strong> <span class="lang">[en]</span> </li></ul><p><strong>2022-09-27</strong></p><ul><li><span class="time">10:23 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=Comments_on_EMMS" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=Comments_on_EMMS" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/Comments_on_EMMS">Comments on EMMS</a> . . . . <a class="author" href="https://www.emacswiki.org/emacs/Alex_Schroeder">Alex Schroeder</a> <span class="dash"> – </span><strong>List</strong> <span class="lang">[en]</span> </li></ul><p><strong>2022-09-26</strong></p><ul><li><span class="time">13:33 UTC</span> (<a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=1;id=Usergroups" rel="nofollow">diff</a>) (<a class="history" href="https://www.emacswiki.org/emacs?action=history;id=Usergroups" rel="nofollow">history</a>) <a class="local" href="https://www.emacswiki.org/emacs/Usergroups">Usergroups</a> . . . . <a class="author" href="https://www.emacswiki.org/emacs/Sacha_Chua">Sacha Chua</a> <span class="dash"> – </span><strong>Update</strong> <span class="lang">[en]</span> </li></ul><p class="more"><a class="more" href="https://www.emacswiki.org/emacs?action=rc;from=1662731006;upto=1663940606" rel="nofollow">More...</a></p></form><form method="get" action="https://www.emacswiki.org/emacs" enctype="multipart/form-data" accept-charset="utf-8" class="filter"><p><strong>Filters</strong><input name="action" type="hidden" value="rc" /></p><table><tr><td><label for="match">Title:</label></td> <td><input type="text" name="match" size="20" id="match" /></td></tr><tr><td><label for="rcfilteronly">Title and Body:</label></td> <td><input type="text" name="rcfilteronly" size="20" id="rcfilteronly" /></td></tr><tr><td><label for="rcuseronly">Username:</label></td> <td><input type="text" name="rcuseronly" size="20" id="rcuseronly" /></td></tr><tr><td><label for="rchostonly">Host:</label></td> <td><input type="text" name="rchostonly" size="20" id="rchostonly" /></td></tr><tr><td><label for="followup">Follow up to:</label></td> <td><input type="text" name="followup" size="20" id="followup" /></td></tr><tr><td><label for="rclang">Language:</label></td><td><input type="text" name="lang" size="10" id="rclang" /></td></tr></table><p><input type="submit" name="dofilter" value="Go!" /></p></form></div><div class="wrapper close"></div></div><footer><hr /><span class="translation bar"><br /> <a class="translation de" href="https://www.emacswiki.org/emacs/Letzte_Änderungen">Deutsch</a> <a class="translation new" href="https://www.emacswiki.org/emacs?action=translate;id=RecentChanges;missing=en_es_fr_it_ja_ko_pt_ru_se_uk_zh" rel="nofollow">Add Translation</a></span><div class="edit bar"><a accesskey="c" class="comment local" href="https://www.emacswiki.org/emacs/Comments_on_RecentChanges">Talk</a> <a accesskey="e" class="edit" href="https://www.emacswiki.org/emacs?action=edit;id=RecentChanges" rel="nofollow" title="Click to edit this page">Edit this page</a> <a class="history" href="https://www.emacswiki.org/emacs?action=history;id=RecentChanges" rel="nofollow">View other revisions</a> <a class="admin" href="https://www.emacswiki.org/emacs?action=admin;id=RecentChanges" rel="nofollow">Administration</a></div><div class="time">Last edited 2018-12-16 18:00 UTC by <a class="author" href="https://www.emacswiki.org/emacs/DrewAdams">DrewAdams</a> <a class="diff" href="https://www.emacswiki.org/emacs?action=browse;diff=2;id=RecentChanges" rel="nofollow">(diff)</a></div><div style="float:right; margin-left:1ex;">
|
|
<!-- Creative Commons License -->
|
|
<a class="licence" href="https://creativecommons.org/licenses/GPL/2.0/"><img alt="CC-GNU GPL" style="border:none" src="/pics/cc-GPL-a.png" /></a>
|
|
<!-- /Creative Commons License -->
|
|
</div>
|
|
|
|
<!--
|
|
<rdf:RDF xmlns="http://web.resource.org/cc/"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
<Work rdf:about="">
|
|
<license rdf:resource="https://creativecommons.org/licenses/GPL/2.0/" />
|
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Software" />
|
|
</Work>
|
|
|
|
<License rdf:about="https://creativecommons.org/licenses/GPL/2.0/">
|
|
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
|
|
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
|
|
<requires rdf:resource="http://web.resource.org/cc/Notice" />
|
|
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
|
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
|
<requires rdf:resource="http://web.resource.org/cc/SourceCode" />
|
|
</License>
|
|
</rdf:RDF>
|
|
-->
|
|
|
|
<p class="legal">
|
|
This work is licensed to you under version 2 of the
|
|
<a href="https://www.gnu.org/">GNU</a> <a href="/GPL">General Public License</a>.
|
|
Alternatively, you may choose to receive this work under any other
|
|
license that grants the right to use, copy, modify, and/or distribute
|
|
the work, as long as that license imposes the restriction that
|
|
derivative works have to grant the same rights and impose the same
|
|
restriction. For example, you may choose to receive this work under
|
|
the
|
|
<a href="https://www.gnu.org/">GNU</a>
|
|
<a href="/FDL">Free Documentation License</a>, the
|
|
<a href="https://creativecommons.org/">CreativeCommons</a>
|
|
<a href="https://creativecommons.org/licenses/sa/1.0/">ShareAlike</a>
|
|
License, the XEmacs manual license, or
|
|
<a href="/OLD">similar licenses</a>.
|
|
</p>
|
|
<p class="legal" style="padding-top: 0.5em">Please note our <a href="/emacs/Privacy">Privacy Statement</a>.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|