summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump Emacs version to 26.2emacs-26.2Nicolas Petton2019-04-11
| | | | | | | * README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 26.2.
* * etc/HISTORY: Update for Emacs 26.2 release.Nicolas Petton2019-04-11
|
* ; ChangeLog.3 updateNicolas Petton2019-04-11
|
* * etc/AUTHORS: Update.Nicolas Petton2019-04-11
|
* Improve documentation of 'read-command'Eli Zaretskii2019-04-11
| | | | | | | | * src/minibuf.c (Fread_command): Document the return value when DEFAULT-VALUE is nil and the user enters nothing. * doc/lispref/minibuf.texi (High-Level Completion): Document the printed representation of a symbol whose name is empty. (Bug#3522)
* ; * CONTRIBUTE: Mention where to ask for the copyright assignment form.Eli Zaretskii2019-04-11
|
* Fix an outdated URL in a commentEli Zaretskii2019-04-11
| | | | | * src/emacs.c: Fix reference to Cocoa CoreFoundation Release Notes. (Bug#35225)
* Backport: Fix comment-empty-lines docstring (bug#35152)Basil L. Contovounesios2019-04-11
| | | | | | | * lisp/newcomment.el (comment-empty-lines): Consistently use US commas in docstring. Fix indentation of and typo in custom :type. (cherry picked from commit 690c678fb6c1fb5b2f828f9bb90782bd0b01c399)
* Backport: Update documentation for indent-relative functionsAlex Branham2019-04-11
| | | | | | | | | | | | | * lisp/indent.el (indent-relative): Document what happens when there is no previous nonblank line. * doc/lispref/text.texi (Relative Indent): Document indent-relative-first-indent-point instead of obsolete indent-relative-maybe. Fix documentation of which argument from 'indent-relative' is used. Bug#34858 (cherry picked from commit 10cd65878c741d2a22a1f2c36c54fcad4e516f72)
* Update nxml-mode.texi: completion now gives xmlns="-!-"Noam Postavsky2019-04-10
| | | | | | | * doc/misc/nxml-mode.texi (Completion): As of 2016-01-16 "* lisp/nxml: Use standard completion; it also works for company-mode", completing an attribute when there is only one candidate inserts both quotes. Update the example accordingly.
* Note that choose-completion-string-functions funcs take four argsEric Abrahamsen2019-04-09
| | | | | | * lisp/simple.el (choose-completion-string-functions): Functions in this list actually need to accept four arguments, though the fourth should be ignored.
* Address name conflicts in EIEIO documentation (bug#31660)Gemini Lasswell2019-04-09
| | | | | | | | | * doc/misc/eieio.texi (Quick Start): Rename the class used in the example from 'record' to 'person'. (Building Classes): Advise user to check for name conflicts before naming a class. Add a missing apostrophe. (Making New Objects): Correct grammar. Rename the class used in the example from 'record' to 'my-class'.
* Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-09
| | | | | | | | * lisp/subr.el (alist-get): Rephrase the initial text to clarify the meaning of the TESTFN argument. It's an equality predicate, not a look-up function (Bug#35206). (cherry picked from commit c81465580fe262f28ce47502c00f4afcbe3b8f8d)
* * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii2019-04-08
|
* Fix doc strings of 'vc-version-diff' and 'vc-version-ediff'Eli Zaretskii2019-04-06
| | | | | * lisp/vc/vc.el (vc-version-diff, vc-version-ediff): Describe arguments in the doc strings. (Bug#35019)
* Improve documentation of set-window-startEli Zaretskii2019-04-06
| | | | | | | * doc/lispref/windows.texi (Window Start and End): * src/window.c (Fset_window_start): Document that reliable setting of a window start position requires to adjust point to be visible. (Bug#34038)
* Improve documentation of window parametersEli Zaretskii2019-04-06
| | | | | | | | | * doc/lispref/windows.texi (Cyclic Window Ordering): Describe the effect of the 'other-window' window parameter. (Window Parameters): Improve the descriptions of window parameters. Move the detailed description of the 'quit-restore' window parameter from here... (Quitting Windows): ...to here. (Bug#35063)
* Improve commentary in frame.elEli Zaretskii2019-04-06
| | | | | * lisp/frame.el: Improve commentary for display-* functions. (Bug#35058)
* Fix typo in a doc stringMauro Aranda2019-04-06
| | | | | * lisp/autorevert.el (global-auto-revert-mode): Fix a typo. (Bug#35165)
* ; * src/fontset.c (set-fontset-font): Use uppercase arg in docstringAlexander Gramiak2019-04-04
|
* Say which regexp ranges should be avoidedPaul Eggert2019-03-20
| | | | | | | | | | | | | * doc/lispref/searching.texi (Regexp Special): Say that regular expressions like "[a-m-z]" and "[[:alpha:]-~]" should be avoided, for the same reason that regular expressions like "+" and "*" should be avoided: POSIX says their behavior is undefined, and they are confusing anyway. Also, explain better what happens when the bound of a range is a raw 8-bit byte; the old explanation appears to have been obsolete anyway. Finally, say that ranges like "[\u00FF-\xFF]" that mix non-ASCII characters and raw 8-bit bytes should be avoided, since it’s not clear what they should mean.
* ; * lisp/ldefs-boot.el: Update.Nicolas Petton2019-03-20
|
* * etc/AUTHORS: Update.Nicolas Petton2019-03-20
|
* * ; ChangeLog.3 updateNicolas Petton2019-03-20
|
* Improve indexing of the user manualEli Zaretskii2019-03-20
| | | | | * doc/emacs/search.texi (Word Search): Improve indexing of "M-s M-w".
* Fix url-copy-file arglistBasil L. Contovounesios2019-03-19
| | | | | | * lisp/url/url-handlers.el: Silence byte-compiler. (url-copy-file): Add 6th argument following change to copy-file in 2012-12-16T19:22:27+01:00!romain@orebokech.com. (bug#4410)
* ; * admin/notes/bugtracker: Minor additions and updates.Eli Zaretskii2019-03-19
|
* Fix downloading updates for packages with non-ASCII descriptionsEli Zaretskii2019-03-19
| | | | | | | * lisp/emacs-lisp/package.el (package--download-one-archive): Make sure archive contents are written using UTF-8 encoding. (Bug#34909) (list-packages): Set buffer's encoding to UTF-8.
* * etc/NEWS: Remove temporary markers.Nicolas Petton2019-03-18
|
* * doc/misc/cc-mode.texi (Config Basics): in @itemize, @asis -> @w{}Alan Mackenzie2019-03-15
|
* Don't clobber 'comint-input-autoexpand' in 'read-shell-command'Eli Zaretskii2019-03-15
| | | | | * lisp/shell.el (shell-completion-vars): Set only the buffer-local value of 'comint-input-autoexpand'. (Bug#34815)
* Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics2019-03-13
| | | | | | | | | | | * src/window.c (Fset_window_margins, Fset_window_fringes) (Fset_window_scroll_bars): In doc-strings tell that a window must be large enough to accommodate fringes, sroll bars and margins of the desired size. * doc/lispref/display.texi (Fringe Size/Pos, Scroll Bars) (Display Margins): Tell that windows must be large enough to accommodate fringes, sroll bars and margins of the desired size.
* More improvements for 'read-buffer's doc stringEli Zaretskii2019-03-10
| | | | | * src/minibuf.c (Fread_buffer): Further improve the doc string. (Bug#347694)
* * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2Alan Mackenzie2019-03-10
|
* * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)Eli Zaretskii2019-03-09
|
* Fix markup of fake keys in the ELisp manualEli Zaretskii2019-03-09
| | | | | * doc/lispref/keymaps.texi (Menu Bar, Tool Bar): Fix markup of fake keys. (Bug#34785)
* Avoid errors in Auto Revert modeEli Zaretskii2019-03-09
| | | | | | * lisp/autorevert.el (auto-revert-buffers): Cancel auto-revert-timer only if it is non-nil. This avoids errors on first invocation of Auto-Revert mode.
* Mention empty strings in file name expansion, emacs lisp referenceMichael Albinus2019-03-09
| | | | | * doc/lispref/files.texi (Files, File Name Expansion): Mention also empty strings.
* cc-mode.texi: Work around makeinfo alignment bug. Fix problem with ss indexAlan Mackenzie2019-03-08
| | | | | | | | | | * doc/misc/cc-mode.texi (top level): Using txicommandconditionals to differentiate between the C and perl versions of Texinfo, create an "ss index" unless we are both using the C Texinfo and are building the .dvi output format. (Config Basics): Work around a perl Texinfo alignment bug by writing a separate version of an item list structure for this version, simplifying it considerably.
* Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics2019-03-08
| | | | | | * src/buffer.c (Vbuffer_list_update_hook): * doc/lispref/buffers.texi (Buffer List): Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765).
* Provide more details in doc-string of 'delete-windows-on' (Bug#34749)Martin Rudalics2019-03-08
| | | | | * lisp/window.el (delete-windows-on): Provide more details in doc-string (Bug#34749).
* Improve documentation of 'delete-windows-on'Eli Zaretskii2019-03-08
| | | | | | | * doc/emacs/windows.texi (Change Window): Document 'delete-windows-on'. * lisp/window.el (delete-windows-on): Doc fix. (Bug#34749)
* * lisp/frame.el (make-frame-command): Doc fix. (Bug#34715)Eli Zaretskii2019-03-08
|
* Avoid undefined behavior in gdb-mi.elEli Zaretskii2019-03-07
| | | | | * lisp/progmodes/gdb-mi.el (gdb-send): Don't call match-string if this is not a control command. (Bug#34769)
* * lisp/window.el (fit-frame-to-buffer): Make doc-string more accurate.Martin Rudalics2019-03-06
|
* Minor spelling and grammar fixes (bug#34756)Basil L. Contovounesios2019-03-05
| | | | | | | | | | | | | | doc/misc/cc-mode.texi (Style Variables, Customizing Indentation): doc/misc/ede.texi (Extending EDE, ede-project-placeholder) (ede-target, ede-proj-target, ede-compilation-program, ede-compiler) (ede-linker): Remove apostrophe from possessive "it's". doc/lispintro/emacs-lisp-intro.texi (Find a File): doc/misc/gnus-faq.texi (FAQ 2-2): Write "an other" as a single word. doc/misc/gnus.texi (Article Buttons): lisp/gnus/gnus-art.el (gnus-button-mid-or-mail-heuristic-alist) (gnus-button-mid-or-mail-heuristic): Write singular number of Message-IDs, rather than plural. lisp/gnus/message.el (message-user-fqdn): Capitalize initialism.
* Minor improvement of documentation of '(when CONDITION . SPEC)'Eli Zaretskii2019-03-04
| | | | | * doc/lispref/display.texi (Other Display Specs): Add a caveat to using the '(when CONDITION . SPEC)' display specs.
* Improve documentation of 'auto-coding-functions'Eli Zaretskii2019-03-02
| | | | | | | | * doc/lispref/nonascii.texi (Default Coding Systems): Clarify that the functions in 'auto-coding-functions' are called both for decoding and for encoding. * lisp/international/mule.el (auto-coding-functions): Doc fix.
* Fix visiting XML files with non-Unix EOL formatEli Zaretskii2019-03-02
| | | | | | | * lisp/international/mule.el (sgml-xml-auto-coding-function) (sgml-html-meta-auto-coding-function): Don't use 'buffer-file-coding-system' if the buffer is unibyte. (Bug#34704)
* Update example major mode code in Elisp manualBasil L. Contovounesios2019-03-02
| | | | | | * doc/lispref/modes.texi (Example Major Modes): Update code examples to reflect current state of lisp/textmodes/text-mode.el and lisp/emacs-lisp/lisp-mode.el. (bug#34671)