summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ; * lisp/ldefs-boot.el: Update.emacs-26.1Nicolas Petton2018-05-25
|
* * etc/HISTORY: Update for Emacs 26.1 release.Nicolas Petton2018-05-25
|
* * etc/AUTHORS: Update.Nicolas Petton2018-05-25
|
* ; * ChangeLog.3: Update.Nicolas Petton2018-05-25
|
* ; * admin/authors.el: Update.Nicolas Petton2018-05-25
|
* Note caveat for backward regexp searching in docstring (Bug#31584)Noam Postavsky2018-05-25
| | | | | | | * src/search.c (Fre_search_backward): Emphasize that backwards searches may give shorter than expected matches. * doc/lispref/searching.texi (Regexp Search): Add an anchor for re-search-backward to reference.
* Update backtrace in Emacs Lisp IntroEli Zaretskii2018-05-25
| | | | | * doc/lispintro/emacs-lisp-intro.texi (Making Errors): Update the backtrace to match Emacs 26. (Bug#31589)
* Move window-point in bibtex-search-entryRoland Winkler2018-05-24
| | | | | * lisp/textmodes/bibtex.el (bibtex-search-entry): Move window-point to record found.
* More fixes of Intro to Emacs LispEli Zaretskii2018-05-24
| | | | | | | | | * doc/lispintro/emacs-lisp-intro.texi (Finding More): Tell the reader how to invoke 'M-.' without a tags table. Add a cross-reference to the Emacs manual for when a tags table does need to be created. (append save-excursion): Rephrase a confusing sentence. (Bug#31578)
* ; * doc/emacs/misc.texi (FFAP): Fix a typo. (Bug#31580)Eli Zaretskii2018-05-24
|
* Add a footnote to Emacs Lisp IntroEli Zaretskii2018-05-24
| | | | | | * doc/lispintro/emacs-lisp-intro.texi (Run a Program): Describe the detailed output of integer value evaluation in a footnote, to prevent confusion. (Bug#31579)
* ; * doc/emacs/msdos.texi (ls in Lisp): Fix a typo. (Bug#31575)Eli Zaretskii2018-05-24
|
* * lisp/help.el (with-help-window): Doc fix. (Bug#31574)Eli Zaretskii2018-05-24
|
* Fix some cross-references in emacs-lisp-intro.texiEli Zaretskii2018-05-23
| | | | | | | * doc/lispintro/emacs-lisp-intro.texi (List Processing) (Determining the Element, graph-body-print): Fix cross-references to subsections that don't exist in the printed version of the manual. (Bug#31567)
* Minor copyedits in Emacs manual in macos.texiEli Zaretskii2018-05-23
| | | | | | * doc/emacs/macos.texi (Mac / GNUstep Basics) (Mac / GNUstep Events): Fix markup and capitalization. (Bug#31568)
* Clarify when to use advice-add vs add-functionNoam Postavsky2018-05-22
| | | | | * lisp/emacs-lisp/nadvice.el (add-function): Note in docstring that advice-add should be used for named functions.
* Minor formatting tweak in the Emacs manualEli Zaretskii2018-05-22
| | | | | * doc/emacs/custom.texi (Directory Variables): Don't have 2 footnotes back to back, it looks bad in HTML. (Bug#31555)
* Update comments in Intro to Emacs LispEli Zaretskii2018-05-22
| | | | | * doc/lispintro/emacs-lisp-intro.texi: Explain in the comments what are roman page numbers in Preface about. (Bug#31541)
* ; * doc/os.texi (Batch Mode): use = after --evalPhilipp Stephani2018-05-22
|
* * etc/NEWS: Mention change in `edebug-prin1-to-string'.Noam Postavsky2018-05-21
|
* ; * doc/lispref/hash.texi (Defining Hash): Fix typos.Eli Zaretskii2018-05-21
|
* Another attempt to fix sql.elEli Zaretskii2018-05-21
| | | | | * lisp/progmodes/sql.el (sql-product-interactive): Fix calculation of the SQL buffer name. (Bug#31446)
* Update binding of 'M-.' in Intro to Emacs LispEli Zaretskii2018-05-21
| | | | | | | * doc/lispintro/emacs-lisp-intro.texi (On Reading this Text) (Finding More, Buffer Related Review, Buffer Exercises) (Find a File, Conclusion): 'M-.' is now bound to 'xref-find-definitions'. (Bug#31542)
* Fix a typo in last change in sql.elEli Zaretskii2018-05-21
| | | | | * lisp/progmodes/sql.el (sql-product-interactive): Use 'null', not 'zerop'. (Bug#31446)
* Fix capitalization of mail headersEli Zaretskii2018-05-20
| | | | | | * doc/emacs/sending.texi (Mail Format, Mail Headers) (Mail Aliases, Header Editing): Use consistent capitalization of CC, BCC, and FCC. (Bug#31532)
* Fix buffer names in sql.elEli Zaretskii2018-05-20
| | | | | * lisp/progmodes/sql.el (sql-product-interactive): Fix the way the buffer name is determined by prefix arg. (Bug#31446)
* Minor fixes in the Emacs manualEli Zaretskii2018-05-20
| | | | | | * doc/emacs/misc.texi (Gnus Group Buffer): Fix a typo. (Bug#31534) (Single Shell): Rephrase an unclear sentence. (Bug#31535) (Remote Host): Use @command where appropriate. (Bug#31536)
* Fix a typo in rmail.texiEli Zaretskii2018-05-19
| | | | | * doc/emacs/rmail.texi (Rmail Summary Edit): Add markup to 'nil'. (Bug#31533)
* * etc/PROBLEMS: Document Bug#31305.Paul Eggert2018-05-18
|
* (gnus-blocked-images): Clarify privacy implicationsLars Ingebrigtsen2018-05-18
| | | | | | | * lisp/gnus/gnus-art.el (gnus-blocked-images): Clarify the privacy implication of altering the value of this variable. (cherry picked from commit f4d9fd3dd45f767eca33fbf1beee40da790fa74e)
* Fix a typo in describing input methodsEli Zaretskii2018-05-18
| | | | * lisp/help-mode.el (help-make-xrefs): Fix a typo. (Bug#31448)
* ; Add a comment to emacs-lisp-intro.texiEli Zaretskii2018-05-18
| | | | | * doc/lispintro/emacs-lisp-intro.texi: Add a comment with the rationale for the manual's seemingly too large size.
* Clarify the mode-line indicators in CC ModeEli Zaretskii2018-05-14
| | | | | * doc/emacs/programs.texi (Electric C): Explain '*' and '/' in the CC Mode mode-line. (Bug31445)
* Fix filesystem littering by Flymake's legacy backendJoão Távora2018-05-12
| | | | | | | | | | | | The Flymake legacy "proc" backend, which is active by default will try to syntax-check foo.c/foo.cpp and many other types of files, but on failing to find a suitable Makefile target, will fail. There's nothing wrong with that except that it used to leave behind the foo_flymake.c and foo_flymake.cpp auxiliary files behind, littering the filesystem. * lisp/progmodes/flymake-proc.el (flymake-proc-legacy-flymake): Call init-function inside of the unwind-protect.
* ; Fix a typo in the Emacs manualEli Zaretskii2018-05-12
| | | | | * doc/emacs/fixit.texi (Transpose): Fix a typo. Reported by Takesi Ayanokoji <ayanokoji.takesi@gmail.com>.
* * doc/emacs/help.texi: Fix paren typo.Paul Eggert2018-05-11
|
* More minor changes in shell-related nodes of Emacs manualEli Zaretskii2018-05-11
| | | | | | | * doc/emacs/misc.texi (Interactive Shell): Clarify how the window that displays "*shell*" is selected. (Shell Prompts): Fix a typo. Reported by Jorge <jorge+list@disroot.org> in emacs-manual-bugs.
* Fix inaccuracies in "Shell Ring" node of Emacs manualEli Zaretskii2018-05-11
| | | | | | | * doc/emacs/misc.texi (Shell Ring): Don't mention 'M-s' and don't insist on Shell history commands being "jsut like" similar commands that operate on minibuffer history. Reported by Jorge <jorge+list@disroot.org> in emacs-manual-bugs.
* Improve documentation of kmacro commands and variables.Eli Zaretskii2018-05-11
| | | | | | | | * lisp/kmacro.el (kmacro-start-macro-or-insert-counter) (kmacro-counter, kmacro-set-format, kmacro-set-counter) (kmacro-add-counter, kmacro-counter-format) (kmacro-insert-counter): Clarify and improve the doc strings. (Bug#31243)
* * doc/man/emacs.1.in: Document --fg-daemon and --bg-daemon.Noam Postavsky2018-05-10
|
* Don't check non-X frames for z order (Bug#31373)Noam Postavsky2018-05-07
| | | | | * src/xfns.c (x_frame_list_z_order): Only use frames with `output_method' set to `output_x_window'.
* Check NSWindow is actually a frameAlan Third2018-05-07
| | | | | * src/nsfns.m (Fns_frame_list_z_order): Check NSWindow is an instance of EmacsView before treating it as one.
* Fix gud-statement for pdbXu Chunyang2018-05-06
| | | | | * lisp/progmodes/gud.el (pdb): Fix the gud-print implementation. (Bug#31363)
* ; * msdos/INSTALL: Add info about GCC versions.Eli Zaretskii2018-05-04
|
* Document 'custom-group'Eli Zaretskii2018-05-04
| | | | | * doc/lispref/customize.texi (Group Definitions): Document the 'custom-group' property.
* A minor addition to etc/DEBUGEli Zaretskii2018-05-04
| | | | | * etc/DEBUG: Add a note for macOS users who get error messages when trying to run GDB.
* Avoid errors in ispell.el when Enchant returns empty extra charsDaniel Pittman2018-05-04
| | | | | | | | * lisp/textmodes/ispell.el (ispell--get-extra-word-characters): Handle the case of empty extra characters returned by the Enchant '-lsmod' command. (Bug#31344) Copyright-paperwork-exempt: yes
* Make 'ispell-initialize-spellchecker-hook' work againEli Zaretskii2018-05-04
| | | | | * lisp/textmodes/ispell.el (ispell-base-dicts-override-alist): Defvar it to allow dynamic binding. (Bug#31341)
* Handle selected_window change in prepare_menu_bars (Bug#31312)Noam Postavsky2018-05-03
| | | | | * src/xdisp.c (redisplay_internal): Check selected_window after calling prepare_menu_bars, since it can call lisp hooks.
* ; * INSTALL: Fix Emacs version number. (Bug#31358)Eli Zaretskii2018-05-03
|