diff options
| author | Nicolas Petton | 2017-02-21 17:37:43 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2017-02-21 17:37:43 +0100 |
| commit | 42102109936dfdbaabcd5a0c8eddaca633d595e1 (patch) | |
| tree | 7d67040b12f3b7c86ee17834ef24dbb37ea0fd0f | |
| parent | ec4226d81074751c105264a3a3383c48d0a05e41 (diff) | |
| download | emacs-42102109936dfdbaabcd5a0c8eddaca633d595e1.tar.gz emacs-42102109936dfdbaabcd5a0c8eddaca633d595e1.zip | |
; Update ChangeLog.2 and AUTHORS files
| -rw-r--r-- | ChangeLog.2 | 74 | ||||
| -rw-r--r-- | etc/AUTHORS | 12 |
2 files changed, 79 insertions, 7 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index e6774826a35..a9e1dd2a117 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -1,3 +1,75 @@ | |||
| 1 | 2017-02-18 Noam Postavsky <npostavs@gmail.com> | ||
| 2 | |||
| 3 | * lisp/woman.el (woman): Fix docstring prefix arg description. | ||
| 4 | |||
| 5 | 2017-02-18 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | Mention "editor" in Emacs man page header | ||
| 8 | |||
| 9 | * doc/man/emacs.1.in: Mention "editor" in the header line. | ||
| 10 | (Bug#25771, Bug#25779) | ||
| 11 | |||
| 12 | 2017-02-18 Eli Zaretskii <eliz@gnu.org> | ||
| 13 | |||
| 14 | Document problems with nerd-fonts | ||
| 15 | |||
| 16 | * etc/PROBLEMS (fonts): Describe the potential problems with | ||
| 17 | nerd-fonts that cause slow display. (Bug#25697) | ||
| 18 | |||
| 19 | 2017-02-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 20 | |||
| 21 | * doc/lispref/modes.texi (Derived Modes): Make example more idiomatic | ||
| 22 | |||
| 23 | 2017-02-12 Eli Zaretskii <eliz@gnu.org> | ||
| 24 | |||
| 25 | Clarify what is the "cursor" | ||
| 26 | |||
| 27 | * doc/lispref/windows.texi (Window Point): Clarify the notion of | ||
| 28 | "cursor". | ||
| 29 | |||
| 30 | 2017-02-10 Eli Zaretskii <eliz@gnu.org> | ||
| 31 | |||
| 32 | Improve commentary in lisp.h | ||
| 33 | |||
| 34 | * src/lisp.h: Explain in the comment why enlarging a Lisp_Misc | ||
| 35 | object is discouraged. | ||
| 36 | |||
| 37 | 2017-02-08 Noam Postavsky <npostavs@gmail.com> | ||
| 38 | |||
| 39 | Disable native completion for ipython (Bug#25067) | ||
| 40 | |||
| 41 | * lisp/progmodes/python.el: | ||
| 42 | (python-shell-completion-native-disabled-interpreters): Add "ipython". | ||
| 43 | |||
| 44 | 2017-02-07 Eli Zaretskii <eliz@gnu.org> | ||
| 45 | |||
| 46 | Fix a typo in ada-mode manual | ||
| 47 | |||
| 48 | * doc/misc/ada-mode.texi (Project file variables): Add a missing | ||
| 49 | right bracket. Reported by Jean-Christophe Helary | ||
| 50 | <jean.christophe.helary@gmail.com>. | ||
| 51 | |||
| 52 | 2017-02-05 Eli Zaretskii <eliz@gnu.org> | ||
| 53 | |||
| 54 | Clarify documentation of 'bufferpos-to-filepos' and 'filepos-to-bufferpos' | ||
| 55 | |||
| 56 | * doc/lispref/nonascii.texi (Text Representations): Clarify that | ||
| 57 | 'exact' value of QUALITY argument to 'bufferpos-to-filepos' and | ||
| 58 | 'filepos-to-bufferpos' can lead to expensive and slow processing. | ||
| 59 | |||
| 60 | * lisp/international/mule-util.el (filepos-to-bufferpos) | ||
| 61 | (bufferpos-to-filepos): Doc fix. (Bug#25626) | ||
| 62 | |||
| 63 | 2017-02-03 Nicolas Petton <nicolas@petton.fr> | ||
| 64 | |||
| 65 | Bump Emacs version to 25.2 RC1 | ||
| 66 | |||
| 67 | * README: | ||
| 68 | * configure.ac: | ||
| 69 | * msdos/sed2v2.inp: | ||
| 70 | * nt/README.W32: Bump Emacs version. | ||
| 71 | * lisp/ldefs-boot.el: Update. | ||
| 72 | |||
| 1 | 2017-02-03 Nicolas Petton <nicolas@petton.fr> | 73 | 2017-02-03 Nicolas Petton <nicolas@petton.fr> |
| 2 | 74 | ||
| 3 | * admin/make-tarball.txt: Add documentation regarding the release banner. | 75 | * admin/make-tarball.txt: Add documentation regarding the release banner. |
| @@ -35569,7 +35641,7 @@ | |||
| 35569 | 35641 | ||
| 35570 | This file records repository revisions from | 35642 | This file records repository revisions from |
| 35571 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to | 35643 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to |
| 35572 | commit 02d9ad8440508b64233a4a38dae67c523139f7df (inclusive). | 35644 | commit ec4226d81074751c105264a3a3383c48d0a05e41 (inclusive). |
| 35573 | See ChangeLog.1 for earlier changes. | 35645 | See ChangeLog.1 for earlier changes. |
| 35574 | 35646 | ||
| 35575 | ;; Local Variables: | 35647 | ;; Local Variables: |
diff --git a/etc/AUTHORS b/etc/AUTHORS index f993fde5dc7..85439ac8615 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -1252,7 +1252,7 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c] | |||
| 1252 | 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 |
| 1253 | 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 |
| 1254 | 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 |
| 1255 | frames.texi window.c and 1020 other files | 1255 | frames.texi window.c and 1021 other files |
| 1256 | 1256 | ||
| 1257 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c | 1257 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c |
| 1258 | 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 |
| @@ -3356,7 +3356,7 @@ Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el | |||
| 3356 | thunk-tests.el thunk.el | 3356 | thunk-tests.el thunk.el |
| 3357 | and co-wrote auth-source-tests.el subr-tests.el | 3357 | and co-wrote auth-source-tests.el subr-tests.el |
| 3358 | and changed sequences.texi README configure.ac sed2v2.inp emacs.png | 3358 | and changed sequences.texi README configure.ac sed2v2.inp emacs.png |
| 3359 | authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg README.W32 | 3359 | authors.el emacs23.png README.W32 arc-mode.el cl-extra.el emacs.svg |
| 3360 | Emacs.icns Makefile.in auth-source.el emacs.ico obarray.el data.c | 3360 | Emacs.icns Makefile.in auth-source.el emacs.ico obarray.el data.c |
| 3361 | emacs-document.svg emacs-document23.svg emacs.texi emacs23.svg | 3361 | emacs-document.svg emacs-document23.svg emacs.texi emacs23.svg |
| 3362 | and 9 other files | 3362 | and 9 other files |
| @@ -3395,10 +3395,10 @@ and changed rsz-mini.el emacs-buffer.gdb comint.el files.el Makefile | |||
| 3395 | Noah Lavine: changed tramp.el | 3395 | Noah Lavine: changed tramp.el |
| 3396 | 3396 | ||
| 3397 | Noam Postavsky: changed search.c cl-preloaded.el debugging.texi | 3397 | Noam Postavsky: changed search.c cl-preloaded.el debugging.texi |
| 3398 | modes.texi simple.el w32.c cl-macs.el buffer.c buffers.texi category.c | 3398 | modes.texi simple.el w32.c cl-macs.el progmodes/python.el buffer.c |
| 3399 | cmdproxy.c cus-edit.el dired.c elisp-mode.el em-term.el | 3399 | buffers.texi category.c cmdproxy.c cus-edit.el dired.c elisp-mode.el |
| 3400 | emacs-lisp-intro.texi etags.el eval.c files.el find-func.el help-fns.el | 3400 | em-term.el emacs-lisp-intro.texi etags.el eval.c files.el find-func.el |
| 3401 | and 30 other files | 3401 | and 31 other files |
| 3402 | 3402 | ||
| 3403 | Nobuyoshi Nakada: co-wrote ruby-mode.el | 3403 | Nobuyoshi Nakada: co-wrote ruby-mode.el |
| 3404 | 3404 | ||