diff options
| author | Nicolas Petton | 2016-12-30 15:37:44 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2016-12-30 15:37:44 +0100 |
| commit | 665be694b641b040b67def026e03d6e965bccb03 (patch) | |
| tree | 7b74f816e5dd34cd3c58e06060d43584bcbec8dc | |
| parent | e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (diff) | |
| download | emacs-665be694b641b040b67def026e03d6e965bccb03.tar.gz emacs-665be694b641b040b67def026e03d6e965bccb03.zip | |
; Update ChangeLog.2 and AUTHORS files
| -rw-r--r-- | ChangeLog.2 | 305 | ||||
| -rw-r--r-- | etc/AUTHORS | 113 |
2 files changed, 363 insertions, 55 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 0b73dc2f841..a055862ae5e 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -1,3 +1,306 @@ | |||
| 1 | 2016-12-30 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292. | ||
| 4 | |||
| 5 | The ambiguity was whether INITVALUE is evaluated when it's not going to be | ||
| 6 | used to set SYMBOL's value. | ||
| 7 | |||
| 8 | * src/eval.c (defvar): Rewrite a paragraph of the doc string. | ||
| 9 | |||
| 10 | (cherry picked from commit 8295e97f18490a535d1188a3daf0b0fd1bf4fa0d) | ||
| 11 | |||
| 12 | 2016-12-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 13 | |||
| 14 | * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280) | ||
| 15 | |||
| 16 | (inline--dont-quote): Quote the function with #' when passing it to `apply'. | ||
| 17 | Cherry picked from commit e6161f648903d821865b9610b3b6aa0f82a5dcb7. | ||
| 18 | |||
| 19 | 2016-12-26 Eli Zaretskii <eliz@gnu.org> | ||
| 20 | |||
| 21 | Document 'default-toplevel-value' and 'set-default-toplevel-value' | ||
| 22 | |||
| 23 | * doc/lispref/variables.texi (Default Value): Document | ||
| 24 | 'default-toplevel-value' and 'set-default-toplevel-value'. | ||
| 25 | |||
| 26 | 2016-12-25 Leo Liu <sdl.web@gmail.com> | ||
| 27 | |||
| 28 | Don't modify minibuffer variables globally | ||
| 29 | |||
| 30 | * lisp/files.el (cd): Use setq-local instead. (Bug#25260) | ||
| 31 | |||
| 32 | 2016-12-24 Eli Zaretskii <eliz@gnu.org> | ||
| 33 | |||
| 34 | Revert to pre-25.1 behavior in ffap | ||
| 35 | |||
| 36 | * lisp/ffap.el (ffap-lax-url): Change the default to t, to produce | ||
| 37 | the same behavior as in Emacs 24.x. (Bug#25264) | ||
| 38 | Explain the trade-offs of customizing this in the doc string. | ||
| 39 | |||
| 40 | 2016-12-24 Noam Postavsky <npostavs@gmail.com> | ||
| 41 | |||
| 42 | * lisp/ffap.el: Fix obsolete comment referencing ffap-bug. | ||
| 43 | |||
| 44 | 2016-12-23 Eli Zaretskii <eliz@gnu.org> | ||
| 45 | |||
| 46 | Attempt to fix 64-bit AIX build | ||
| 47 | |||
| 48 | * src/unexaix.c (make_hdr, copy_text_and_data, write_segment): Fix | ||
| 49 | type-casts that assumed 32-bit pointers. (Bug#25141) | ||
| 50 | |||
| 51 | 2016-12-23 Philipp Stephani <phst@google.com> | ||
| 52 | |||
| 53 | Clarify usage of 'ediff-cleanup-hook' (Bug#24675) | ||
| 54 | |||
| 55 | * doc/misc/ediff.texi (Hooks): Clarify usage of 'ediff-cleanup-hook' | ||
| 56 | |||
| 57 | 2016-12-23 Philipp Stephani <phst@google.com> | ||
| 58 | |||
| 59 | Document that variable binding order is unspecified | ||
| 60 | |||
| 61 | * doc/lispref/variables.texi (Local Variables): | ||
| 62 | * doc/misc/cl.texi (Modify Macros): Document that binding order in 'let' and | ||
| 63 | 'cl-letf' is unspecified. | ||
| 64 | |||
| 65 | 2016-12-23 Eli Zaretskii <eliz@gnu.org> | ||
| 66 | |||
| 67 | * lisp/desktop.el (desktop-buffers-not-to-save): Doc fix. | ||
| 68 | |||
| 69 | 2016-12-23 Stefan Monnier <monnier@IRO.UMontreal.CA> | ||
| 70 | |||
| 71 | Fix M-x hints on Mac port | ||
| 72 | |||
| 73 | * lisp/simple.el (execute-extended-command--shorter): Call | ||
| 74 | input-pending-p to trigger input processing on some systems, such | ||
| 75 | as Mac port. (Bug#23002) | ||
| 76 | |||
| 77 | 2016-12-22 Martin Rudalics <rudalics@gmx.at> | ||
| 78 | |||
| 79 | Work around reporting a dpi change in apply_xft_settings | ||
| 80 | |||
| 81 | * src/xsettings.c (apply_xft_settings): Don't report a change | ||
| 82 | when dpi settings do not differ substantially. | ||
| 83 | |||
| 84 | 2016-12-20 Alan Mackenzie <acm@muc.de> | ||
| 85 | |||
| 86 | Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk. | ||
| 87 | |||
| 88 | lisp/progmodes/cc-defs.el: Amend the version number. | ||
| 89 | etc/NEWS: Add an item explaining the change. | ||
| 90 | |||
| 91 | 2016-12-20 Noam Postavsky <npostavs@gmail.com> | ||
| 92 | |||
| 93 | Improve skeleton docstrings | ||
| 94 | |||
| 95 | * lisp/skeleton.el (skeleton-end-newline): Remove mention of | ||
| 96 | `skeleton-end-hook', its default code was moved into `skeleton-insert'. | ||
| 97 | (skeleton-insert): Mention `skeleton-end-newline' and move reference to | ||
| 98 | `skeleton-end-hook' above the explanation of skeleton syntax. | ||
| 99 | |||
| 100 | 2016-12-19 Eli Zaretskii <eliz@gnu.org> | ||
| 101 | |||
| 102 | Improve documentation of 'w32-scroll-lock-modifier' | ||
| 103 | |||
| 104 | * doc/emacs/msdos.texi (Windows Keyboard): Document how to set up | ||
| 105 | w32-scroll-lock-modifier so that Scroll Lock toggles the LED. | ||
| 106 | |||
| 107 | * src/w32fns.c (syms_of_w32fns) <w32-scroll-lock-modifier>: Doc | ||
| 108 | fix. (Bug#25204) | ||
| 109 | |||
| 110 | 2016-12-19 Eli Zaretskii <eliz@gnu.org> | ||
| 111 | |||
| 112 | Document 'describe-fontset' | ||
| 113 | |||
| 114 | * doc/emacs/mule.texi (Fontsets): Document 'describe-fontset'. | ||
| 115 | (Bug#25216) | ||
| 116 | |||
| 117 | 2016-12-19 Eli Zaretskii <eliz@gnu.org> | ||
| 118 | |||
| 119 | Document 'describe-fontset' | ||
| 120 | |||
| 121 | * doc/emacs/mule.texi (Fontsets): Document 'describe-fontset'. | ||
| 122 | (Bug#25216) | ||
| 123 | |||
| 124 | 2016-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 125 | |||
| 126 | Repair desktop restoration on text terminals | ||
| 127 | |||
| 128 | * lisp/desktop.el (desktop-restoring-frameset-p): Test for the GUI | ||
| 129 | frame here, instead of in desktop-restoring-frameset. That's | ||
| 130 | because desktop-read wants to know whether frameset will actually | ||
| 131 | be restored, and has fallback procedures up its sleeve when it | ||
| 132 | won't be; these fallbacks need to be invoked when the frameset is | ||
| 133 | not going to be restored. (Bug#24298) | ||
| 134 | |||
| 135 | 2016-12-17 Dmitry Gutov <dgutov@yandex.ru> | ||
| 136 | |||
| 137 | Ignore forward-sexp-function in js-mode indentation code | ||
| 138 | |||
| 139 | * lisp/progmodes/js.el (js--multi-line-declaration-indentation) | ||
| 140 | (js--maybe-goto-declaration-keyword-end): | ||
| 141 | Bind forward-sexp-function to nil (bug#25215). | ||
| 142 | |||
| 143 | 2016-12-16 Eli Zaretskii <eliz@gnu.org> | ||
| 144 | |||
| 145 | Improve documentation of 'define-coding-system' | ||
| 146 | |||
| 147 | * lisp/international/mule.el (define-coding-system): Warn against | ||
| 148 | possible infinite recursion in pre-write-conversion and | ||
| 149 | post-read-conversion functions. (Bug#25203) | ||
| 150 | |||
| 151 | 2016-12-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 152 | |||
| 153 | Fix Bug#25162 | ||
| 154 | |||
| 155 | * doc/emacs/files.texi (Reverting): Document | ||
| 156 | auto-revert-remote-files and auto-revert-verbose. | ||
| 157 | |||
| 158 | * lisp/autorevert.el (auto-revert-verbose, auto-revert-mode) | ||
| 159 | (auto-revert-tail-mode, global-auto-revert-mode): Fix docstring. | ||
| 160 | |||
| 161 | 2016-12-11 Glenn Morris <rgm@gnu.org> | ||
| 162 | |||
| 163 | Fix a typo in define-abbrev-table | ||
| 164 | |||
| 165 | * lisp/abbrev.el (define-abbrev-table): Fix typo in docstring handling. | ||
| 166 | |||
| 167 | 2016-12-11 Glenn Morris <rgm@gnu.org> | ||
| 168 | |||
| 169 | Bump makeinfo requirement from 4.7 to 4.13 | ||
| 170 | |||
| 171 | * configure.ac: Bump makeinfo version requirement from 4.7 to 4.13. | ||
| 172 | We need at least 4.8, and that may be buggy, so go for the last | ||
| 173 | of the 4 series, which is 8 years old. (Bug#25108) | ||
| 174 | |||
| 175 | 2016-12-11 Glenn Morris <rgm@gnu.org> | ||
| 176 | |||
| 177 | Fixes related to select-enable-clipboard | ||
| 178 | |||
| 179 | * lisp/menu-bar.el (clipboard-yank, clipboard-kill-ring-save) | ||
| 180 | (clipboard-kill-region): | ||
| 181 | * lisp/eshell/esh-io.el (eshell-virtual-targets) | ||
| 182 | (eshell-clipboard-append): | ||
| 183 | Replace option gui-select-enable-clipboard with | ||
| 184 | select-enable-clipboard; renamed October 2014. (Bug#25145) | ||
| 185 | |||
| 186 | 2016-12-10 Noam Postavsky <npostavs@gmail.com> | ||
| 187 | |||
| 188 | Define struct predicate before acccesors | ||
| 189 | |||
| 190 | The accessor functions use the predicate function, which causes problems | ||
| 191 | when reloading after unload-feature: the compiler-macro property is | ||
| 192 | still present on the predicate symbol, and the compiler fails to find | ||
| 193 | the definition when trying to inline it into the accessor | ||
| 194 | function (Bug#25088). | ||
| 195 | |||
| 196 | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Move predicate definition | ||
| 197 | before field accessor definitions. | ||
| 198 | |||
| 199 | 2016-12-08 Glenn Morris <rgm@gnu.org> | ||
| 200 | |||
| 201 | Doc fix for vc-git | ||
| 202 | |||
| 203 | * lisp/vc/vc-git.el (vc-git-region-history): Add a doc string. | ||
| 204 | |||
| 205 | 2016-12-08 Glenn Morris <rgm@gnu.org> | ||
| 206 | |||
| 207 | Further improve make-dist checking | ||
| 208 | |||
| 209 | * make-dist: Print status messages when checking. | ||
| 210 | |||
| 211 | 2016-12-08 Glenn Morris <rgm@gnu.org> | ||
| 212 | |||
| 213 | Improve previous make-dist change | ||
| 214 | |||
| 215 | * make-dist: Let make check the info files more thoroughly. | ||
| 216 | |||
| 217 | 2016-12-08 Glenn Morris <rgm@gnu.org> | ||
| 218 | |||
| 219 | Make make-dist --snapshot do some sanity checks | ||
| 220 | |||
| 221 | * make-dist: Snapshot mode no longer disables checks. | ||
| 222 | Checks now includes checks for freshness. (Bug#25084) | ||
| 223 | Checks now exits with an error if problems were found. | ||
| 224 | |||
| 225 | 2016-12-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 226 | |||
| 227 | Fix minor quoting problems in doc strings | ||
| 228 | |||
| 229 | 2016-12-07 Philipp Stephani <p.stephani2@gmail.com> | ||
| 230 | |||
| 231 | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring | ||
| 232 | |||
| 233 | so that it matches the actual implementation. | ||
| 234 | See https://lists.gnu.org/archive/html/help-gnu-emacs/2016-04/msg00071.html | ||
| 235 | |||
| 236 | 2016-12-07 Noam Postavsky <npostavs@gmail.com> | ||
| 237 | |||
| 238 | Don't assume window-point and point are the same | ||
| 239 | |||
| 240 | The function `cursor-sensor--detect' calls `bobp' to decide whether to | ||
| 241 | check properties at (1- (window-point)). However, (window-point) may be | ||
| 242 | at beginning of buffer, even if (point) is not. In this case an | ||
| 243 | `args-out-of-range' error will be signaled (Bug#25104). | ||
| 244 | |||
| 245 | * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Check the | ||
| 246 | value of (window-point) against (point-min), rather than (bobp) to | ||
| 247 | decide if (1- (window-point)) is accessible. | ||
| 248 | |||
| 249 | 2016-12-02 Nicolas Petton <nicolas@petton.fr> | ||
| 250 | |||
| 251 | Fix bug#25087 | ||
| 252 | |||
| 253 | * etc/themes/manoj-dark-theme.el: Fix two typos. | ||
| 254 | |||
| 255 | (cherry picked from commit 66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e) | ||
| 256 | |||
| 257 | 2016-12-02 Eli Zaretskii <eliz@gnu.org> | ||
| 258 | |||
| 259 | * lisp/vc/ediff-util.el (ediff-janitor): Doc fix. (Bug#25046) | ||
| 260 | |||
| 261 | 2016-12-02 Eli Zaretskii <eliz@gnu.org> | ||
| 262 | |||
| 263 | Improve indexing of 'man' | ||
| 264 | |||
| 265 | * doc/emacs/programs.texi (Man Page): Index 'man', not | ||
| 266 | 'manual-entry', as the latter is an alias for the former. | ||
| 267 | Suggested by Hong Xu <hong@topbug.net>. (Bug#25033) | ||
| 268 | |||
| 269 | 2016-12-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 270 | |||
| 271 | Port to Sun C 5.14 | ||
| 272 | |||
| 273 | Backport from master. Sun C 5.14 supports C11 but not GCC | ||
| 274 | extensions, and so refuses to compile Emacs without this patch. | ||
| 275 | * src/alloc.c (lmalloc, lrealloc): Don't use INT_ADD_WRAPV on | ||
| 276 | size_t, as in general this macro is restricted to signed types. | ||
| 277 | |||
| 278 | 2016-12-02 Richard Stallman <rms@gnu.org> | ||
| 279 | |||
| 280 | Fix mail-combine-fields | ||
| 281 | |||
| 282 | * lisp/mail/sendmail.el (mail-combine-fields): Call `save-excursion' to | ||
| 283 | avoid losing our place in the search loop. | ||
| 284 | |||
| 285 | (cherry picked from commit 5fbba6cceaf843cfca449eb000a0a65243b61808) | ||
| 286 | |||
| 287 | 2016-12-01 Martin Rudalics <rudalics@gmx.at> | ||
| 288 | |||
| 289 | Fix documentation of `window-combination-resize' | ||
| 290 | |||
| 291 | * src/window.c (Vwindow_combination_resize): Fix doc-string. | ||
| 292 | * doc/lispref/windows.texi (Recombining Windows): Fix | ||
| 293 | documentation of `window-combination-resize'. | ||
| 294 | |||
| 295 | 2016-11-29 Bogdan Creanga <bogdan.creanga@gmail.com> (tiny change) | ||
| 296 | |||
| 297 | Typo fixes in elisp manual | ||
| 298 | |||
| 299 | * doc/lispref/sequences.texi: Add missing '4' in result (Bug#25047). | ||
| 300 | * doc/lispref/strings.texi (Text Comparison): Avoid duplicate | ||
| 301 | definitions of 'string-prefix-p' and 'string-suffix-p'. | ||
| 302 | * doc/lispref/symbols.texi (Definitions): Pluralize 'definitions'. | ||
| 303 | |||
| 1 | 2016-11-28 Eli Zaretskii <eliz@gnu.org> | 304 | 2016-11-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 305 | ||
| 3 | Fix 'expand-file-name' during startup on MS-Windows | 306 | Fix 'expand-file-name' during startup on MS-Windows |
| @@ -35010,7 +35313,7 @@ | |||
| 35010 | 35313 | ||
| 35011 | This file records repository revisions from | 35314 | This file records repository revisions from |
| 35012 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to | 35315 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to |
| 35013 | commit 5878abf87b6b3ead1367cbae5cc6b0743349f611 (inclusive). | 35316 | commit e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (inclusive). |
| 35014 | See ChangeLog.1 for earlier changes. | 35317 | See ChangeLog.1 for earlier changes. |
| 35015 | 35318 | ||
| 35016 | ;; Local Variables: | 35319 | ;; Local Variables: |
diff --git a/etc/AUTHORS b/etc/AUTHORS index ccf91349de3..e53577140e3 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -394,10 +394,10 @@ Barry O'Reilly: changed simple.el lisp.h undo-tests.el keyboard.c | |||
| 394 | Bastien Guerry: wrote gnus-bookmark.el | 394 | Bastien Guerry: wrote gnus-bookmark.el |
| 395 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el | 395 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el |
| 396 | and changed org.el org-agenda.el org.texi ox-html.el org-clock.el | 396 | and changed org.el org-agenda.el org.texi ox-html.el org-clock.el |
| 397 | org-capture.el org-table.el ox-latex.el ox.el ox-odt.el org-compat.el | 397 | org-capture.el org-table.el ox-latex.el org-exp.el ox-odt.el |
| 398 | ox-publish.el ob.el org-mobile.el org-colview.el org-macs.el | 398 | org-compat.el ob.el org-mobile.el org-colview.el org-publish.el ox.el |
| 399 | org-pcomplete.el org-timer.el org-faces.el ox-ascii.el org-archive.el | 399 | org-macs.el org-pcomplete.el org-timer.el org-faces.el ox-ascii.el |
| 400 | and 116 other files | 400 | and 119 other files |
| 401 | 401 | ||
| 402 | Ben A. Mesander: co-wrote erc-dcc.el | 402 | Ben A. Mesander: co-wrote erc-dcc.el |
| 403 | 403 | ||
| @@ -490,6 +490,8 @@ Bob Rogers: changed vc-dir.el vc-svn.el cperl-mode.el diff.el ewoc.el | |||
| 490 | Bob Weiner: changed info.el quail.el dframe.el etags.c rmail.el | 490 | Bob Weiner: changed info.el quail.el dframe.el etags.c rmail.el |
| 491 | rmailsum.el speedbar.el | 491 | rmailsum.el speedbar.el |
| 492 | 492 | ||
| 493 | Bogdan Creanga: changed sequences.texi strings.texi symbols.texi | ||
| 494 | |||
| 493 | Bojan Petrovic: changed pop3.el | 495 | Bojan Petrovic: changed pop3.el |
| 494 | 496 | ||
| 495 | Boris Goldowsky: wrote avoid.el descr-text.el enriched.el facemenu.el | 497 | Boris Goldowsky: wrote avoid.el descr-text.el enriched.el facemenu.el |
| @@ -586,11 +588,11 @@ Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el | |||
| 586 | and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el | 588 | and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el |
| 587 | org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el | 589 | org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el |
| 588 | org-src.el ox-beamer.el ox-html.el ox-icalendar.el | 590 | org-src.el ox-beamer.el ox-html.el ox-icalendar.el |
| 589 | and changed ox.el ox-latex.el org.texi org-remember.el orgcard.tex | 591 | and changed org-exp.el ox-latex.el org.texi org-publish.el |
| 590 | ox-publish.el org-docbook.el ox-ascii.el org-attach.el org-protocol.el | 592 | org-remember.el orgcard.tex org-export-latex.el org-docbook.el |
| 591 | org-mouse.el org-mac-message.el org-wl.el ox-jsinfo.el org-crypt.el | 593 | ox-ascii.el org-attach.el org-protocol.el org-mouse.el org-jsinfo.el |
| 592 | org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el | 594 | org-mac-message.el org-wl.el org-crypt.el org-freemind.el idlw-rinfo.el |
| 593 | org-plot.el and 35 other files | 595 | org-exp-blocks.el org-habit.el org-mhe.el and 35 other files |
| 594 | 596 | ||
| 595 | Caveh Jalali: changed configure.ac intel386.h sol2-4.h | 597 | Caveh Jalali: changed configure.ac intel386.h sol2-4.h |
| 596 | 598 | ||
| @@ -709,7 +711,7 @@ Christopher Allan Webber: changed gamegrid.el org-agenda.el tetris.el | |||
| 709 | 711 | ||
| 710 | Christopher Genovese: changed assoc.el help-fns.el | 712 | Christopher Genovese: changed assoc.el help-fns.el |
| 711 | 713 | ||
| 712 | Christophe Rhodes: changed ox-latex.el ox.el | 714 | Christophe Rhodes: changed org-exp.el ox-latex.el |
| 713 | 715 | ||
| 714 | Christopher J. Madsen: wrote decipher.el | 716 | Christopher J. Madsen: wrote decipher.el |
| 715 | and changed replace.el files.el ispell.el time.el | 717 | and changed replace.el files.el ispell.el time.el |
| @@ -809,10 +811,10 @@ Dan Christensen: changed gnus-sum.el nndoc.el nnfolder.el gnus-art.el | |||
| 809 | Dan Davison: wrote ob-matlab.el ob-octave.el | 811 | Dan Davison: wrote ob-matlab.el ob-octave.el |
| 810 | and co-wrote ob-R.el ob-core.el ob-exp.el ob-lob.el ob-perl.el | 812 | and co-wrote ob-R.el ob-core.el ob-exp.el ob-lob.el ob-perl.el |
| 811 | ob-python.el ob-ref.el org-src.el | 813 | ob-python.el ob-ref.el org-src.el |
| 812 | and changed ob.el ob-sh.el org.el ox.el ox-latex.el ob-tangle.el ob-C.el | 814 | and changed ob.el ob-sh.el org-exp.el org.el ox-latex.el ob-tangle.el |
| 813 | ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el ob-scheme.el | 815 | ob-C.el ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el |
| 814 | ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el ob-mscgen.el | 816 | ob-scheme.el ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el |
| 815 | ob-ocaml.el ob-org.el ob-plantuml.el and 14 other files | 817 | ob-mscgen.el ob-ocaml.el ob-org.el ob-plantuml.el and 14 other files |
| 816 | 818 | ||
| 817 | Daniel Bergey: changed indian.el | 819 | Daniel Bergey: changed indian.el |
| 818 | 820 | ||
| @@ -829,7 +831,7 @@ and changed w32fns.c alloc.c emacs.c cl-macs.el image.c keyboard.c lisp.h | |||
| 829 | unexw32.c w32.c and 155 other files | 831 | unexw32.c w32.c and 155 other files |
| 830 | 832 | ||
| 831 | Daniel Dehennin: changed mml2015.el gnus-mlspl.el gnus-msg.el | 833 | Daniel Dehennin: changed mml2015.el gnus-mlspl.el gnus-msg.el |
| 832 | mm-decode.el ox.el | 834 | mm-decode.el org-exp.el |
| 833 | 835 | ||
| 834 | Daniel E. Doherty: changed calc.texi | 836 | Daniel E. Doherty: changed calc.texi |
| 835 | 837 | ||
| @@ -1011,9 +1013,9 @@ David Lawrence: changed comint.el simple.el files.el c++-mode.el | |||
| 1011 | 1013 | ||
| 1012 | David Lord: changed timeclock.el | 1014 | David Lord: changed timeclock.el |
| 1013 | 1015 | ||
| 1014 | David Maus: changed org.el org-agenda.el ox.el org-feed.el org-wl.el | 1016 | David Maus: changed org.el org-agenda.el org-exp.el org-feed.el org-wl.el |
| 1015 | org-macs.el ox-html.el org-capture.el org.texi org-gnus.el org-bbdb.el | 1017 | org-macs.el ox-html.el org-capture.el org.texi org-gnus.el org-bbdb.el |
| 1016 | org-clock.el org-protocol.el ox-publish.el ob-haskell.el ob.el | 1018 | org-clock.el org-protocol.el org-publish.el ob-haskell.el ob.el |
| 1017 | org-bibtex.el org-compat.el org-footnote.el org-id.el org-list.el | 1019 | org-bibtex.el org-compat.el org-footnote.el org-id.el org-list.el |
| 1018 | and 20 other files | 1020 | and 20 other files |
| 1019 | 1021 | ||
| @@ -1250,7 +1252,7 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c] | |||
| 1250 | and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el | 1252 | and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el |
| 1251 | simple.el fileio.c w32proc.c w32term.c keyboard.c emacs.c dispnew.c | 1253 | simple.el fileio.c w32proc.c w32term.c keyboard.c emacs.c dispnew.c |
| 1252 | dispextern.h INSTALL config.bat sed1v2.inp src/Makefile.in term.c | 1254 | dispextern.h INSTALL config.bat sed1v2.inp src/Makefile.in term.c |
| 1253 | frames.texi window.c and 1017 other files | 1255 | frames.texi window.c and 1018 other files |
| 1254 | 1256 | ||
| 1255 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c | 1257 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c |
| 1256 | fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el | 1258 | fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el |
| @@ -1344,7 +1346,7 @@ Eric Schulte: wrote ob-C.el ob-asymptote.el ob-awk.el ob-calc.el | |||
| 1344 | and co-wrote ob-R.el ob-clojure.el ob-core.el ob-exp.el ob-fortran.el | 1346 | and co-wrote ob-R.el ob-clojure.el ob-core.el ob-exp.el ob-fortran.el |
| 1345 | ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el | 1347 | ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el |
| 1346 | ob-python.el ob-ref.el ob-scheme.el org-bibtex.el | 1348 | ob-python.el ob-ref.el ob-scheme.el org-bibtex.el |
| 1347 | and changed org.texi org.el org-exp-blocks.el ox.el ox-latex.el | 1349 | and changed org.texi org.el org-exp-blocks.el org-exp.el ox-latex.el |
| 1348 | org-src.el ob-plantuml.el ob-screen.el org-macs.el org-table.el | 1350 | org-src.el ob-plantuml.el ob-screen.el org-macs.el org-table.el |
| 1349 | org-agenda.el org-mouse.el orgcard.tex ob-lilypond.el ob-mscgen.el | 1351 | org-agenda.el org-mouse.el orgcard.tex ob-lilypond.el ob-mscgen.el |
| 1350 | ob-octave.el org-clock.el org-compat.el org-footnote.el ox-ascii.el | 1352 | ob-octave.el org-clock.el org-compat.el org-footnote.el ox-ascii.el |
| @@ -1433,7 +1435,8 @@ Felix S. T. Wu: co-wrote vi.el (public domain) | |||
| 1433 | 1435 | ||
| 1434 | Feng Li: changed calc-ext.el pascal.el which-func.el | 1436 | Feng Li: changed calc-ext.el pascal.el which-func.el |
| 1435 | 1437 | ||
| 1436 | Feng Shu: changed org.el org.texi ox.el ox-html.el ox-latex.el ox-odt.el | 1438 | Feng Shu: changed org.el org.texi org-exp.el ox-html.el ox-latex.el |
| 1439 | ox-odt.el ox.el | ||
| 1437 | 1440 | ||
| 1438 | Ferenc Wagner: changed nnweb.el | 1441 | Ferenc Wagner: changed nnweb.el |
| 1439 | 1442 | ||
| @@ -1612,7 +1615,7 @@ and changed configure.ac Makefile.in src/Makefile.in calendar.el | |||
| 1612 | diary-lib.el lisp/Makefile.in files.el rmail.el progmodes/f90.el | 1615 | diary-lib.el lisp/Makefile.in files.el rmail.el progmodes/f90.el |
| 1613 | make-dist simple.el bytecomp.el emacs.texi misc/Makefile.in authors.el | 1616 | make-dist simple.el bytecomp.el emacs.texi misc/Makefile.in authors.el |
| 1614 | ack.texi lib-src/Makefile.in startup.el admin.el cal-menu.el | 1617 | ack.texi lib-src/Makefile.in startup.el admin.el cal-menu.el |
| 1615 | display.texi and 1603 other files | 1618 | display.texi and 1602 other files |
| 1616 | 1619 | ||
| 1617 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 1620 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| 1618 | 1621 | ||
| @@ -1699,7 +1702,7 @@ Harald Maier: changed w32heap.c | |||
| 1699 | Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el | 1702 | Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el |
| 1700 | gnus-util.el gnus-win.el mail-source.el | 1703 | gnus-util.el gnus-win.el mail-source.el |
| 1701 | 1704 | ||
| 1702 | Harri Kiiskinen: changed org-protocol.el ox-publish.el | 1705 | Harri Kiiskinen: changed org-protocol.el org-publish.el |
| 1703 | 1706 | ||
| 1704 | H. Dieter Wilhelm: changed calc-help.el maintaining.texi | 1707 | H. Dieter Wilhelm: changed calc-help.el maintaining.texi |
| 1705 | 1708 | ||
| @@ -1869,7 +1872,7 @@ Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el | |||
| 1869 | 1872 | ||
| 1870 | Jambunathan K: wrote ox-odt.el | 1873 | Jambunathan K: wrote ox-odt.el |
| 1871 | and co-wrote ox-html.el | 1874 | and co-wrote ox-html.el |
| 1872 | and changed org-lparse.el org.el org.texi ox.el icomplete.el | 1875 | and changed org-lparse.el org.el org-exp.el org.texi icomplete.el |
| 1873 | OrgOdtContentTemplate.xml OrgOdtStyles.xml hi-lock.el replace.el | 1876 | OrgOdtContentTemplate.xml OrgOdtStyles.xml hi-lock.el replace.el |
| 1874 | minibuffer.el org-footnote.el org-inlinetask.el register.el doc-view.el | 1877 | minibuffer.el org-footnote.el org-inlinetask.el register.el doc-view.el |
| 1875 | etags.el htmlfontify.el ido.el indian.el iswitchb.el org-bbdb.el | 1878 | etags.el htmlfontify.el ido.el indian.el iswitchb.el org-bbdb.el |
| @@ -1931,7 +1934,7 @@ Jan Rychter: changed gnus-msg.el | |||
| 1931 | 1934 | ||
| 1932 | Jan Schormann: wrote solitaire.el | 1935 | Jan Schormann: wrote solitaire.el |
| 1933 | 1936 | ||
| 1934 | Jan Seeger: changed ox-publish.el parse-time.el | 1937 | Jan Seeger: changed org-publish.el parse-time.el |
| 1935 | 1938 | ||
| 1936 | Jan Tatarik: wrote gnus-icalendar.el | 1939 | Jan Tatarik: wrote gnus-icalendar.el |
| 1937 | and changed gnus-score.el gnus-logic.el | 1940 | and changed gnus-score.el gnus-logic.el |
| @@ -2237,7 +2240,7 @@ John Williams: changed etags.el | |||
| 2237 | 2240 | ||
| 2238 | John Yates: changed hideshow.el | 2241 | John Yates: changed hideshow.el |
| 2239 | 2242 | ||
| 2240 | Jon Anders Skorpen: changed ox-publish.el | 2243 | Jon Anders Skorpen: changed org-publish.el |
| 2241 | 2244 | ||
| 2242 | Jonas Bernoulli: changed eieio.el button.el ido.el lisp-mnt.el | 2245 | Jonas Bernoulli: changed eieio.el button.el ido.el lisp-mnt.el |
| 2243 | tabulated-list.el tips.texi | 2246 | tabulated-list.el tips.texi |
| @@ -2387,7 +2390,7 @@ and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el | |||
| 2387 | Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el | 2390 | Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el |
| 2388 | lisp/Makefile.in loadup.el | 2391 | lisp/Makefile.in loadup.el |
| 2389 | 2392 | ||
| 2390 | Kai Tetzlaff: changed ox-publish.el url-http.el | 2393 | Kai Tetzlaff: changed org-publish.el url-http.el |
| 2391 | 2394 | ||
| 2392 | Kalle Kankare: changed image.c | 2395 | Kalle Kankare: changed image.c |
| 2393 | 2396 | ||
| @@ -2685,10 +2688,11 @@ Lasse Rasinen: changed gnus-start.el | |||
| 2685 | Laurent Martelli: changed mm-decode.el | 2688 | Laurent Martelli: changed mm-decode.el |
| 2686 | 2689 | ||
| 2687 | Lawrence Mitchell: wrote erc-backend.el erc-log.el | 2690 | Lawrence Mitchell: wrote erc-backend.el erc-log.el |
| 2688 | and changed erc.el ox-latex.el org.el ox.el erc-match.el erc-nets.el | 2691 | and changed erc.el ox-latex.el org.el erc-match.el erc-nets.el |
| 2689 | erc-nickserv.el ox-html.el browse-url.el erc-button.el erc-compat.el | 2692 | erc-nickserv.el org-exp.el ox-html.el browse-url.el erc-button.el |
| 2690 | erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el Makefile | 2693 | erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el |
| 2691 | cl-macs.el erc-autoaway.el erc-autojoin.el and 25 other files | 2694 | ob.el Makefile cl-macs.el erc-autoaway.el erc-autojoin.el |
| 2695 | and 26 other files | ||
| 2692 | 2696 | ||
| 2693 | Lawrence R. Dodd: co-wrote dired-x.el | 2697 | Lawrence R. Dodd: co-wrote dired-x.el |
| 2694 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el | 2698 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el |
| @@ -2769,7 +2773,7 @@ Lukas Huonker: changed tetris.el | |||
| 2769 | Łukasz Demianiuk: changed erc.el | 2773 | Łukasz Demianiuk: changed erc.el |
| 2770 | 2774 | ||
| 2771 | Łukasz Stelmach: changed cookie1.el gtkutil.c message.el org-agenda.el | 2775 | Łukasz Stelmach: changed cookie1.el gtkutil.c message.el org-agenda.el |
| 2772 | org-bbdb.el org.el ox-html.el ox.el ps-print.el | 2776 | org-bbdb.el org-exp.el org.el ox-html.el ps-print.el |
| 2773 | 2777 | ||
| 2774 | Luke Lee: changed hideif.el | 2778 | Luke Lee: changed hideif.el |
| 2775 | 2779 | ||
| @@ -2797,7 +2801,7 @@ Malcolm Purvis: changed spam-stat.el | |||
| 2797 | 2801 | ||
| 2798 | Manoj Srivastava: wrote manoj-dark-theme.el | 2802 | Manoj Srivastava: wrote manoj-dark-theme.el |
| 2799 | 2803 | ||
| 2800 | Manuel Giraud: changed ox-html.el ox-publish.el org.texi | 2804 | Manuel Giraud: changed ox-html.el org-publish.el org.texi |
| 2801 | 2805 | ||
| 2802 | Manuel Gómez: changed speedbar.el | 2806 | Manuel Gómez: changed speedbar.el |
| 2803 | 2807 | ||
| @@ -2952,7 +2956,7 @@ Martin Pohlack: changed iimage.el pc-select.el | |||
| 2952 | Martin Rudalics: changed window.el window.c windows.texi frame.c w32fns.c | 2956 | Martin Rudalics: changed window.el window.c windows.texi frame.c w32fns.c |
| 2953 | xdisp.c w32term.c xterm.c frames.texi xfns.c frame.el help.el buffer.c | 2957 | xdisp.c w32term.c xterm.c frames.texi xfns.c frame.el help.el buffer.c |
| 2954 | display.texi cus-start.el dispnew.c mouse.el window.h dired.el nsfns.m | 2958 | display.texi cus-start.el dispnew.c mouse.el window.h dired.el nsfns.m |
| 2955 | frame.h and 177 other files | 2959 | frame.h and 178 other files |
| 2956 | 2960 | ||
| 2957 | Martin Stjernholm: wrote cc-bytecomp.el | 2961 | Martin Stjernholm: wrote cc-bytecomp.el |
| 2958 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | 2962 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el |
| @@ -3063,7 +3067,7 @@ Michael Albinus: wrote auto-revert-tests.el dbus-tests.el dbus.el | |||
| 3063 | tramp-tests.el url-tramp.el vc-tests.el xesam.el zeroconf.el | 3067 | tramp-tests.el url-tramp.el vc-tests.el xesam.el zeroconf.el |
| 3064 | and co-wrote tramp-cache.el tramp-sh.el tramp.el | 3068 | and co-wrote tramp-cache.el tramp-sh.el tramp.el |
| 3065 | and changed tramp.texi dbusbind.c trampver.el trampver.texi tramp-adb.el | 3069 | and changed tramp.texi dbusbind.c trampver.el trampver.texi tramp-adb.el |
| 3066 | ange-ftp.el dbus.texi files.el tramp-fish.el autorevert.el files.texi | 3070 | ange-ftp.el dbus.texi files.el autorevert.el tramp-fish.el files.texi |
| 3067 | tramp-imap.el notifications.el os.texi configure.ac lisp.h | 3071 | tramp-imap.el notifications.el os.texi configure.ac lisp.h |
| 3068 | gfilenotify.c tramp-vc.el keyboard.c lisp/Makefile.in simple.el | 3072 | gfilenotify.c tramp-vc.el keyboard.c lisp/Makefile.in simple.el |
| 3069 | and 125 other files | 3073 | and 125 other files |
| @@ -3321,7 +3325,7 @@ Nicholas Maniscalco: changed term.el | |||
| 3321 | 3325 | ||
| 3322 | Nick Alcock: changed gnus.el | 3326 | Nick Alcock: changed gnus.el |
| 3323 | 3327 | ||
| 3324 | Nick Dokos: changed org-table.el ox.el icalendar.el mh-search.el | 3328 | Nick Dokos: changed org-exp.el org-table.el icalendar.el mh-search.el |
| 3325 | org-mobile.el org.el ox-ascii.el url-cache.el | 3329 | org-mobile.el org.el ox-ascii.el url-cache.el |
| 3326 | 3330 | ||
| 3327 | Nick Roberts: wrote gdb-mi.el t-mouse.el | 3331 | Nick Roberts: wrote gdb-mi.el t-mouse.el |
| @@ -3340,10 +3344,10 @@ Nicolas Goaziou: wrote org-element.el org-macro.el ox-ascii.el | |||
| 3340 | ox-latex.el ox-md.el ox-org.el ox.el | 3344 | ox-latex.el ox-md.el ox-org.el ox.el |
| 3341 | and co-wrote ox-beamer.el ox-icalendar.el ox-man.el | 3345 | and co-wrote ox-beamer.el ox-icalendar.el ox-man.el |
| 3342 | and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el | 3346 | and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el |
| 3343 | org.texi ox-publish.el ox-odt.el org-inlinetask.el org-indent.el | 3347 | org-exp.el org.texi ox-publish.el ox-odt.el org-inlinetask.el |
| 3344 | org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el | 3348 | org-indent.el org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el |
| 3345 | org-capture.el ob-asymptote.el org-clock.el org-macs.el | 3349 | org-capture.el ob-asymptote.el org-clock.el org-macs.el |
| 3346 | org-pcomplete.el org-table.el and 22 other files | 3350 | org-pcomplete.el and 25 other files |
| 3347 | 3351 | ||
| 3348 | Nicolas Graner: changed message.el | 3352 | Nicolas Graner: changed message.el |
| 3349 | 3353 | ||
| @@ -3354,7 +3358,7 @@ and changed sequences.texi README configure.ac emacs.png sed2v2.inp | |||
| 3354 | authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg Emacs.icns | 3358 | authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg Emacs.icns |
| 3355 | Makefile.in README.W32 auth-source.el emacs.ico obarray-tests.el | 3359 | Makefile.in README.W32 auth-source.el emacs.ico obarray-tests.el |
| 3356 | obarray.el data.c emacs-document.svg emacs-document23.svg emacs.texi | 3360 | obarray.el data.c emacs-document.svg emacs-document23.svg emacs.texi |
| 3357 | and 7 other files | 3361 | and 8 other files |
| 3358 | 3362 | ||
| 3359 | Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el | 3363 | Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el |
| 3360 | and changed ffap.el package.el help.el keyboard.c landmark.el org.el | 3364 | and changed ffap.el package.el help.el keyboard.c landmark.el org.el |
| @@ -3389,11 +3393,11 @@ and changed rsz-mini.el emacs-buffer.gdb comint.el files.el Makefile | |||
| 3389 | 3393 | ||
| 3390 | Noah Lavine: changed tramp.el | 3394 | Noah Lavine: changed tramp.el |
| 3391 | 3395 | ||
| 3392 | Noam Postavsky: changed search.c cl-preloaded.el debugging.texi simple.el | 3396 | Noam Postavsky: changed search.c cl-macs.el cl-preloaded.el |
| 3393 | w32.c buffer-tests.el buffer.c buffers.texi category.c cl-macs.el | 3397 | debugging.texi simple.el w32.c buffer-tests.el buffer.c buffers.texi |
| 3394 | cmdproxy.c cus-edit.el dired.c elisp-mode.el em-term.el | 3398 | category.c cmdproxy.c cursor-sensor.el cus-edit.el dired.c |
| 3395 | emacs-lisp-intro.texi etags.el eval.c files.el find-func.el help-fns.el | 3399 | elisp-mode.el em-term.el emacs-lisp-intro.texi etags.el eval.c ffap.el |
| 3396 | and 24 other files | 3400 | files.el and 27 other files |
| 3397 | 3401 | ||
| 3398 | Nobuyoshi Nakada: co-wrote ruby-mode.el | 3402 | Nobuyoshi Nakada: co-wrote ruby-mode.el |
| 3399 | 3403 | ||
| @@ -3660,9 +3664,9 @@ Philipp Rumpf: changed electric.el | |||
| 3660 | 3664 | ||
| 3661 | Philipp Stephani: wrote xt-mouse-tests.el | 3665 | Philipp Stephani: wrote xt-mouse-tests.el |
| 3662 | and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c mod-test.c | 3666 | and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c mod-test.c |
| 3663 | xterm.el Makefile alloc.c callproc.c configure.ac dynlib.c dynlib.h | 3667 | xterm.el Makefile alloc.c callproc.c cl.texi configure.ac dynlib.c |
| 3664 | electric-tests.el emacs-module.h fileio.c fns.c modhelp.py mule.el | 3668 | dynlib.h easy-mmode.el ediff.texi electric-tests.el emacs-module.h |
| 3665 | src/Makefile.in term.el and 4 other files | 3669 | fileio.c fns.c modhelp.py and 8 other files |
| 3666 | 3670 | ||
| 3667 | Phillip Lord: changed undo.c simple.el viper-cmd.el keyboard.c cmds.c | 3671 | Phillip Lord: changed undo.c simple.el viper-cmd.el keyboard.c cmds.c |
| 3668 | fileio.c README.W32 autoload.el automated/Makefile.in cl-extra.el | 3672 | fileio.c README.W32 autoload.el automated/Makefile.in cl-extra.el |
| @@ -3703,8 +3707,8 @@ Primoz Peterlin: changed TUTORIAL.sl | |||
| 3703 | Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el | 3707 | Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el |
| 3704 | and changed cl-lib-tests.el obarray.el sgml-mode.el | 3708 | and changed cl-lib-tests.el obarray.el sgml-mode.el |
| 3705 | 3709 | ||
| 3706 | Puneeth Chaganti: changed org.texi ox.el org-agenda.el org-capture.el | 3710 | Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el |
| 3707 | ox-html.el | 3711 | org-capture.el ox-html.el |
| 3708 | 3712 | ||
| 3709 | Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi | 3713 | Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi |
| 3710 | 3714 | ||
| @@ -3895,7 +3899,7 @@ Roger Breitenstein: changed smtpmail.el | |||
| 3895 | Roland B. Roberts: changed buffer.h callproc.c dired.c files.el | 3899 | Roland B. Roberts: changed buffer.h callproc.c dired.c files.el |
| 3896 | gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h | 3900 | gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h |
| 3897 | 3901 | ||
| 3898 | Roland Kaufmann: changed ox.el | 3902 | Roland Kaufmann: changed org-exp.el |
| 3899 | 3903 | ||
| 3900 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el | 3904 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el |
| 3901 | and co-wrote find-dired.el progmodes/compile.el | 3905 | and co-wrote find-dired.el progmodes/compile.el |
| @@ -4052,7 +4056,7 @@ and co-wrote dired-x.el find-dired.el | |||
| 4052 | and changed add-log.el | 4056 | and changed add-log.el |
| 4053 | 4057 | ||
| 4054 | Sebastian Rose: co-wrote org-protocol.el | 4058 | Sebastian Rose: co-wrote org-protocol.el |
| 4055 | and changed ox-publish.el ftfont.c ox-jsinfo.el | 4059 | and changed org-publish.el ftfont.c org-jsinfo.el |
| 4056 | 4060 | ||
| 4057 | Sebastian Tennant: changed desktop.el | 4061 | Sebastian Tennant: changed desktop.el |
| 4058 | 4062 | ||
| @@ -4311,7 +4315,8 @@ and changed emacsclient.c server.el | |||
| 4311 | 4315 | ||
| 4312 | Sun Yijiang: changed TUTORIAL.cn | 4316 | Sun Yijiang: changed TUTORIAL.cn |
| 4313 | 4317 | ||
| 4314 | Suvayu Ali: changed org.texi org-inlinetask.el org-src.el org.el ox.el | 4318 | Suvayu Ali: changed org.texi org-exp.el org-inlinetask.el org-src.el |
| 4319 | org.el | ||
| 4315 | 4320 | ||
| 4316 | Svend Tollak Munkejord: changed deuglify.el | 4321 | Svend Tollak Munkejord: changed deuglify.el |
| 4317 | 4322 | ||
| @@ -4389,7 +4394,7 @@ Tetsuo Tsukamoto: changed nnrss.el | |||
| 4389 | Tetsurou Okazaki: changed Makefile.in byte-opt.el lib-src/Makefile.in | 4394 | Tetsurou Okazaki: changed Makefile.in byte-opt.el lib-src/Makefile.in |
| 4390 | log-edit.el lread.c xterm.c | 4395 | log-edit.el lread.c xterm.c |
| 4391 | 4396 | ||
| 4392 | T.F. Torrey: changed org-rmail.el ox.el | 4397 | T.F. Torrey: changed org-exp.el org-rmail.el |
| 4393 | 4398 | ||
| 4394 | Thamer Mahmoud: changed arabic.el | 4399 | Thamer Mahmoud: changed arabic.el |
| 4395 | 4400 | ||
| @@ -4810,7 +4815,7 @@ and changed macterm.c macfns.c mac-win.el mac.c macterm.h macmenu.c | |||
| 4810 | 4815 | ||
| 4811 | Yann Dirson: changed imenu.el | 4816 | Yann Dirson: changed imenu.el |
| 4812 | 4817 | ||
| 4813 | Yann Hodique: changed ox-publish.el package.el rcirc.el | 4818 | Yann Hodique: changed org-publish.el package.el rcirc.el |
| 4814 | 4819 | ||
| 4815 | Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el | 4820 | Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el |
| 4816 | 4821 | ||