summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ; * ChangeLog.3: Update.emacs-26.1-rc1Nicolas Petton2018-04-09
|
* * etc/AUTHORS: Regenerate.Nicolas Petton2018-04-09
|
* * lisp/files.el (kept-new-versions): Improve documentation string.Charles A. Roelli2018-04-09
|
* Fix a minor mistake in the ELisp manualEli Zaretskii2018-04-09
| | | | | * doc/lispref/files.texi (Reading from Files): Fix copy/paste mistake. (Bug#31107)
* ; * src/dispextern.h (struct it): Fix a typo in a comment.Eli Zaretskii2018-04-07
|
* * lisp/files.el (find-file-literally): Doc fix.Eli Zaretskii2018-04-06
|
* Fix typos in doc stringsEli Zaretskii2018-04-05
| | | | | * lisp/simple.el (undo-auto--boundary-timer) (undo-auto--boundary-ensure-timer): Fix typos in doc strings.
* Bump Emacs version to 26.1Nicolas Petton2018-04-05
| | | | | | | * README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 26.1.
* ; * ChangeLog.3: Update.Nicolas Petton2018-04-05
|
* * lisp/emacs-lisp/inline.el: Clarify apparent typosStefan Monnier2018-04-04
|
* ; * lisp/auth-source.el (auth-sources): Update the :version tag.Eli Zaretskii2018-04-04
|
* Allow sexp customization type in auth-sourcesTed Zlatanov2018-04-04
| | | | | | | * lisp/auth-source.el (auth-sources): Allow sexp customization type. Update the :version tag. (cherry picked from commit 447da5b0d49b7aa14fa5d6969015770fdf9b9f92)
* ; * lisp/ldefs-boot.el: Update.Nicolas Petton2018-04-03
|
* * etc/NEWS: Remove temporary markup.Nicolas Petton2018-04-03
|
* * Update etc/AUTHORSNicolas Petton2018-04-03
|
* * ChangeLog.3: UpdateNicolas Petton2018-04-03
|
* Fix Bug#31022Michael Albinus2018-04-03
| | | | | * lisp/cus-start.el (temporary-file-directory): Suppress file name handlers when calling `shell-command-to-string'. (Bug#31022)
* Update "Calendrical Calculations" citesPaul Eggert2018-04-02
| | | | | * lisp/calendar/calendar.el: Update citations to the book "Calendrical Calculations" and its predecessors.
* ; * doc/lispref/compile.texi (Compilation Functions): Fix wording.Eli Zaretskii2018-04-02
|
* ; * doc/lispref/compile.texi (Compilation Functions): Fix typoTino Calancha2018-04-03
|
* Fix term.el rendering following a window resize (Bug#30544)Noam Postavsky2018-04-02
| | | | | * lisp/term.el (term-reset-size): Reset cached row and column values before changing point.
* * files.el (auto-save-visited-mode): Don't prompt for filenames.Philipp Stephani2018-04-02
|
* ; * etc/NEWS: Improve the entry about pinentry.el removal.Eli Zaretskii2018-04-02
|
* Quote a few backticks in docstrings.Philipp Stephani2018-04-01
| | | | | * lisp/emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*) (macroexp-if): Quote backtick in docstrings.
* ; Auto-commit of loaddefs files.Glenn Morris2018-04-01
|
* Minor copyedits of completion-at-point-functions documentationEli Zaretskii2018-04-01
| | | | | | | | * lisp/minibuffer.el (completion-at-point-functions): * doc/lispref/minibuf.texi (Completion in Buffers): Fix wording and filling. (cherry picked from commit a8ddd05d7d32946b892b9faaba6c9736ed2ad847)
* (completion-at-point-functions): Improve docStefan Monnier2018-04-01
| | | | (cherry picked from commit b56c56f203f8b066dd71e6ae6a254121b3ac3f08)
* * lisp/net/shr.el (shr-browse-url): Doc fix. (Bug#30957)Eli Zaretskii2018-04-01
|
* ; * doc/emacs/msdos.texi: Fix wording of last change.Eli Zaretskii2018-03-31
|
* Mention `key-description' as inverse of `kbd' (Bug#30942)Hong Xu2018-03-31
| | | | | * lisp/subr.el (kbd): Add `key-description' as inverse of `kbd' in the doc.
* Document return value of pcase (Bug#30425)Noam Postavsky2018-03-31
| | | | | | | | * doc/lispref/control.texi (Pattern matching case statement): * lisp/emacs-lisp/pcase.el (pcase): State that pcase returns nil if no patterns match. (pcase-exhaustive): State that an error is signaled if no patterns match.
* * doc/emacs/macos.texi: Tweak grammar and capitalization.Paul Eggert2018-03-30
|
* Distinguish free from non-free OSesRichard Stallman2018-03-30
|
* * doc/emacs/misc.texi (Amusements): Avoid non-printing character.Glenn Morris2018-03-28
| | | | ; Hey fellow kids, remember that gag from 2008? Emacs does.
* Fix xrefs in pdf Emacs manualGlenn Morris2018-03-28
| | | | | | | * doc/emacs/fortran-xtra.texi (ForIndent Cont, ForIndent Num) (Fortran Columns): * doc/emacs/picture-xtra.texi (Rectangles in Picture): Fix recent changes that neglected the splitting of the pdf manuals.
* * doc/misc/org.texi (Installation): Fix clone commands.Michael Albinus2018-03-28
|
* Update Org to v9.1.9Rasmus2018-03-27
| | | | Please note this is a bugfix release. See etc/ORG-NEWS for details.
* ; Fix some tiny doc typosGlenn Morris2018-03-27
|
* De-obsolete `if-let' and `when-let'Michael Heerdegen2018-03-27
| | | | | | | | | | For the following release it is planned to make `if-let*' and `when-let*' aliases for `if-let' and `when-let'. For now we revert declaring `if-let' and `when-let' obsolete and tweak the docstrings. * lisp/emacs-lisp/subr-x.el (if-let*, when-let*): Make docstrings refer to those of `if-let' and `when-let'. (if-let, when-let): De-obsolete. Rewrite documentation.
* * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.Glenn Morris2018-03-26
|
* * doc/lispref/functions.texi (Defining Functions): Improve indexing.Eli Zaretskii2018-03-26
|
* Fix crash after frame is freed on macOS (bug#30800)Aaron Jensen2018-03-25
| | | | | * src/nsterm.m (x_free_frame_resources): Clear represented_frame. (bug#30800)
* More manual editingMichael Albinus2018-03-25
| | | | | | | | | | | | | | * doc/emacs/basic.texi: * doc/emacs/calendar.texi: * doc/emacs/display.texi: * doc/emacs/mini.texi: * doc/emacs/misc.texi: * doc/emacs/picture-xtra.texi: * doc/misc/info.texi: Prefer <PageDown> and <PageUp> over <next> and <prior>. Add missing @kindex entries. * doc/emacs/custom.texi (Function Keys): Fix and add missing key symbols.
* Minor manual changes changesMichael Albinus2018-03-25
| | | | | * doc/emacs/misc.texi (FFAP): Complete commands. (Amusements): Add some @cindex entries. Add "M-x butterfly".
* * lisp/calculator.el (calculator-paste-decimals): Add version.Glenn Morris2018-03-23
|
* ; Use GNU not Gnu in docsGlenn Morris2018-03-23
|
* More proofreading of the Emacs manualEli Zaretskii2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/trouble.texi (DEL Does Not Delete): Improve wording. (Screen Garbled): Mention the command name. (Bug Criteria): Mention that problems in packages should first be reported to the respective maintainers. (Checklist): Fix wording. (Contributing, Copyright Assignment): Minor copyedits. * doc/emacs/misc.texi (Amusements): Remove Landmark. * doc/emacs/picture-xtra.texi (Tabs in Picture): Improve wording. (Rectangles in Picture): Add a cross-reference to "Registers". * doc/emacs/misc.texi (Gnus Group Buffer, Gnus Summary Buffer): Mention command names in parentheses. (Gnus Summary Buffer): Document "M-r". (Network Security): Document that current NSM works with TLS encryption. Fix markup. (Document View): Improve wording and fix a typo. (DocView Conversion): Rephrase description of doc-view-cache-directory. (Single Shell): Mention variables that control when shell output appears in the echo area. (Shell Mode): Improve wording. (Shell Prompts): Fix a typo. (Shell Ring, Term Mode): Mention command names. (History References): Add a cross-reference to "Rebinding". (Remote Host): Mention SSH. (TCP Emacs server): Improve wording. (emacsclient Options): Minor improvements. (PostScript): Fix wording. (PostScript Variables): Mention that ps-font-size could be a cons. (Sorting): Minor improvements. Suggested by Michael Albinus <michael.albinus@gmx.de> in emacs-manual-bugs@gnu.org
* * src/lisp.h (struct Lisp_Buffer_Local_Value): Update commentary.Noam Postavsky2018-03-23
|
* * doc/emacs/trouble.texi: Fix location of `emacs-version' index.Noam Postavsky2018-03-23
|
* Explain more about (defvar foo) form (Bug#18059)Noam Postavsky2018-03-23
| | | | | | | | | * doc/lispref/variables.texi (Defining Variables) (Using Lexical Binding): * doc/lispref/compile.texi (Compiler Errors): Emphasize that omitting VALUE for `defvar' marks the variable special only locally. * doc/lispref/variables.texi (Using Lexical Binding): Add example of using `defvar' without VALUE.