summaryrefslogtreecommitdiff
path: root/doc/emacs/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-071-10937/+0
| | | | | | | | | | | | | This patch was implemented via the following shell commands: find * -name ChangeLog | sed 's,.*,git mv & &.1, s, lisp/ChangeLog\.1$, lisp/ChangeLog.17, s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09, s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3, s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2, s, src/ChangeLog\.1$, src/ChangeLog.13,' | sh git commit -am"[this commit message]"
* * doc/emacs/files.texi (Diff Mode): Doc fix.Dani Moncayo2015-03-291-0/+4
|
* Merge from origin/emacs-24Paul Eggert2015-03-181-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a941d6 Fix incorrect usage of @key in the User Manual (Bug#20135) 14c47d3 doc/misc/efaq-w32.texi: Spell-check. ac85901 doc/misc/efaq-w32.texi: Remove outdated information and update. c43762d Fix description of fullscreen mode on MS-Windows (Bug#20110). ea8cab3 doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108) 2fdec80 Improve indexing in Emacs manual (Bug#20105) cc11321 Fix --no-bitmap-icon Conflicts: doc/emacs/ChangeLog doc/lispref/ChangeLog doc/misc/ChangeLog src/ChangeLog
| * Fix incorrect usage of @key in the User Manual (Bug#20135)Eli Zaretskii2015-03-181-0/+9
| | | | | | | | | | | | | | | | | | doc/emacs/misc.texi (Term Mode): doc/emacs/programs.texi (Basic Indent, Custom C Indent): doc/emacs/mini.texi (Minibuffer History): doc/emacs/text.texi (Org Mode): doc/emacs/display.texi (View Mode): Use @kbd where @key was mistakenly used.
| * Improve indexing in Emacs manual (Bug#20105)Eli Zaretskii2015-03-141-0/+11
| | | | | | | | | | | | | | | | | | doc/emacs/basic.texi (Moving Point): Improve indexing for HOME and END. doc/emacs/cmdargs.texi (General Variables): Improve indexing for environment variables. doc/emacs/msdog.texi (Windows HOME): doc/emacs/msdog-xtra.texi (MS-DOS File Names): Remove markup from HOME in the index entries.
* | Merge from origin/emacs-24Paul Eggert2015-02-251-0/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e726f20 Handle "#" operator properly inside macro. Fix coding bug. 618931b Handle dead frame in menu-bar-non-minibuffer-window-p. (Bug#19728) 017a03a Document MS-Windows file-name idiosyncrasies (Bug#19463) f3faf4f Fix description of Customize buffer in Emacs manual. 1c1d0b7 Fix a typo in the Emacs manual's Hungry Delete description. be7fb82 src/dispextern.h (FACE_FOR_CHAR): Fix the commentary. 33c4409 Spelling fixes 6c8231e python.el: Handle tabs in python-indent-dedent-line. 41c3b92 * lisp/progmodes/python.el: Respect user indentation after comment. 868df45 Avoid compiler warnings in decode_env_path. b28c979 Fix XEmacs version typo in comment and ChangeLog 989fb32 Improve solution of bug #19701 6310530 Fix refilling of list of language environments in User Manual c4c447d Restore XEmacs compatibility Conflicts: doc/emacs/ChangeLog lisp/ChangeLog src/ChangeLog test/ChangeLog
| * Document MS-Windows file-name idiosyncrasies (Bug#19463)Eli Zaretskii2015-01-311-0/+3
| | | | | | | | | | doc/emacs/msdog.texi (Windows Files): Document characters invalid in Windows file names.
| * Fix description of Customize buffer in Emacs manual.Eli Zaretskii2015-01-311-0/+3
| | | | | | | | | | doc/emacs/custom.texi (Customization Groups): Update the looks of the Customize Group buffer.
| * Fix a typo in the Emacs manual's Hungry Delete description.Eli Zaretskii2015-01-311-0/+5
| | | | | | | | | | doc/emacs/programs.texi (Hungry Delete): Fix a typo: "C-d" instead of "C-c C-d" in hungry-delete mode.
| * Fix refilling of list of language environments in User Manual (Bug#19697)Eli Zaretskii2015-01-291-0/+5
| | | | | | | | | | doc/emacs/mule.texi (Language Environments): Work around refill bug in makeinfo 4.x.
* | # ChangeLog fixesGlenn Morris2015-01-301-3/+1
| | | | | | | | | | Merged ChangeLog entries go to the top, with the date of the merge. It's a simple rule.
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | 9664def Signal a file-error from directory-files on MS-Windows (Bug#19701) fd4e65e Added missing test for previous commit 5485e3e5 python.el: New non-global state dependent indentation engine. 3b23e6a Fix the description of --insert command-line option (Bug#19694) 7a7e594 Add a cross-reference in ELisp manual. (Bug#19668) b4f4075 Fixes: debbugs:19660 83b3c31 * test/automated/regexp-tests.el: Require regexp-opt Conflicts: lisp/progmodes/python.el
| * Fix the description of --insert command-line option (Bug#19694)Eli Zaretskii2015-01-261-0/+5
| | | | | | | | | | doc/emacs/cmdargs.texi (Action Arguments): Clarify into which buffer '--insert' inserts.
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+4
|\ \ | |/ | | | | | | | | 8ee825c doc/emacs/programs.texi (Custom C Indent): Fix a typo. (Bug#19647) 88ba49f Fix coding.c subscript error 3ea1b31 Prevent artist-mode from creating runaway timers (Bug#6130).
| * doc/emacs/programs.texi (Custom C Indent): Fix a typo. (Bug#19647)Eli Zaretskii2015-01-211-0/+4
| |
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | | | | | Run admin/update-copyright.
* | Allow for adding new members to Tar archives.Ivan Shmakov2015-01-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/tar-mode.el: Allow for adding new archive members. (tar-new-regular-file-header, tar--pad-to, tar--put-at) (tar-header-serialize): New functions. (tar-current-position): Split from tar-current-descriptor. (tar-current-descriptor): Use it. (tar-new-entry): New command. (tar-mode-map): Bind it. * doc/emacs/files.texi (File Archives): Document "I" for tar-new-entry. * etc/NEWS: Mention the new tar-new-entry command. Fixes: debbugs:19274
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | | | | | Run admin/update-copyright.
* | Less 'make' chatter for doc and lispPaul Eggert2014-12-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [doc/emacs/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/emacs.info, emacs.html): Use them. [doc/lispintro/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/eintr.info, emacs-lisp-intro.html): Use them. [doc/lispref/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/elisp.info, elisp.html): Use them. [doc/misc/ChangeLog] Less 'make' chatter for Emacs doc * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in. (ENVADD, $(buildinfodir)/%.info, %.html, ${buildinfodir}/ccmode.info) (${buildinfodir}/efaq%.info, efaq%.html): Use them. [lisp/ChangeLog] Less 'make' chatter in lisp directory * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_) (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in. (custom-deps, finder-data, autoloads, update-subdirs): Use them.
* | Sanitize ChangeLog entries for previous merges.Fabián Ezequiel Gallina2014-12-271-1/+0
| |
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 216c6aa * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use `tramp-rsh-end-of-line', it ought to be more robust. 20cfd24 Improve indexing on the chapter/section/subsection levels. 14c3739 * lisp/progmodes/js.el (js-syntax-propertize): "return" can't be divided. ea78112 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n" as end-of-line delimeter for passwords, when running on MS Windows. 012479a * lisp/progmodes/sh-script.el: Don't set global indent-line-function 75e114f Fix line numbers on Python shell. d0fd23c doc/emacs/buffers.texi (Kill Buffer): Improve indexing. 8e818d1 Keep maximized when going fullscreen. 749813e python.el: Fix electric colon behavior 936d5e5 Fix last patch. 74d3b20 Fixes: debbugs:18623 Conflicts: doc/emacs/ChangeLog doc/lispref/ChangeLog doc/lispref/functions.texi lisp/ChangeLog src/ChangeLog src/xterm.c test/ChangeLog
| * doc/emacs/buffers.texi (Kill Buffer): Improve indexing.Eli Zaretskii2014-12-221-0/+4
| |
* | ChangeLog fixesGlenn Morris2014-12-241-0/+4
| |
* | New feature optionally to accelerate auto-repeated scrolling.Alan Mackenzie2014-12-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/xdisp.c: Remove "static" from declaration of Qfontification_functions. src/window.c (window_scroll): bind fontification-functions to nil when scrolling by whole screens and fast-but-imprecise-scrolling is non-nil. (syms_of_window): New DEFVAR_BOOL fast-but-imprecise-scrolling. src/lisp.h (bool): Declare Qfontification_functions extern. lisp/cus-start.el (all): Add fast-but-imprecise-scrolling. doc/emacs/display.texi (Scrolling): fast-but-imprecise-scrolling. Describe new variable. etc/NEWS: Add entry for fast-but-imprecise-scrolling.
* | Provide custom-prompt-customize-unsaved-options.Cameron Desautels2014-12-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Saving Customizations): Mention `custom-prompt-customize-unsaved-options'. * etc/NEWS: Mention `custom-prompt-customize-unsaved-options'. * etc/TODO: Remove its entry. * lisp/cus-edit.el (custom-prompt-customize-unsaved-options): Add a mechanism for prompting user about unsaved customizations. (Bug#19328)
* | Typo fix.Eric S. Raymond2014-12-091-1/+1
| |
* | Make NSM warn on `high' for older protocols, and documentLars Magne Ingebrigtsen2014-12-081-0/+5
| | | | | | | | | | | | | | * doc/emacs/misc.texi (Network Security): Mention the new protocol-level `high' NSM checks. (nsm-check-protocol): Also warn if using SSL3 or older.
* | maintaining.texi: Suopport fo Arch has been moved to obolte.Eric S. Raymond2014-12-081-0/+5
| | | | | | | | Remove references that imply otherwise.
* | Fix up merged ChangeLog entries (dates, duplication, etc)Glenn Morris2014-11-291-1/+1
| |
* | Merge branch 'emacs-24'.Paul Eggert2014-11-281-0/+12
|\ \ | |/
| * Lessen focus on ChangeLog files, as opposed to change log entries.Paul Eggert2014-11-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation for generating the former automatically from the latter. * admin/notes/bugtracker, admin/notes/copyright, admin/notes/newfile: ChangeLog -> change log * admin/notes/changelogs: Remove, merging old contents to ... * admin/notes/repo: ... here. * doc/emacs/maintaining.texi (Change Log): Mention that ChangeLog files may be copied to or from a version control system. * doc/emacs/trouble.texi (Sending Patches): Point to the commit messages. * doc/lispref/intro.texi (Acknowledgments): ChangeLog file -> change log entries. * doc/lispref/tips.texi (Library Headers): Emacs uses a version control system. * etc/CONTRIBUTE: Give advice about git commit messages and how to generate proposed patches containing them.
| * Fix VC documentation related to switching branches.Eli Zaretskii2014-11-191-0/+5
| | | | | | | | | | | | | | lisp/vc/vc.el (vc-retrieve-tag): Doc fix. doc/emacs/maintaining.texi (Switching Branches): Mention "C-x v r". Correct commands for switching branches in various VCSs.
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-0/+6
|\ \ | |/ | | | | | | | | | | Conflicts: nt/addsection.c nt/inc/ms-w32.h src/w32.c
| * Fix DocView slicing docsTassilo Horn2014-11-161-0/+6
| | | | | | | | | | | | * doc/emacs/misc.texi (DocView Slicing): Describe how to slice with the mouse. Fix command mentioned by slice by BoundingBox paragraph. (Bug#18040)
* | * misc.texi (Network Security): Use "untrustworthy" instead of "unsafe"Lars Magne Ingebrigtsen2014-11-251-0/+5
| |
* | doc/emacs/misc.texi (Network Security): Improve wording and indexing.Eli Zaretskii2014-11-241-0/+5
| |
* | Moved the Network Security Manager to the Emacs manualLars Magne Ingebrigtsen2014-11-241-0/+5
| | | | | | | | | | * misc.texi (Gnus Summary Buffer): Moved the Network Security Manager stuff here from the lispref manual.
* | Fix the build of the Emacs User manual.Eli Zaretskii2014-11-211-0/+9
| | | | | | | | | | | | doc/emacs/maintaining.texi (Version Control Systems): Move "@end itemize" past the last @item. Fix a typo (reported by H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>).
* | Support for SRC in VC mode.Eric S. Raymond2014-11-201-0/+4
| |
* | Stop keeping doc/emacs/emacsver.texi in the repositoryGlenn Morris2014-11-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (doc/emacs/emacsver.texi): Generate it. * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it. * doc/emacs/Makefile.in (top_srcdir, version): New, set by configure. (doc-emacsver): New rule. (bootstrap-clean, maintainer-clean): Delete emacsver.texi. (emacsver.texi.in): Rename from emacsver.texi. * admin/admin.el (set-version): No need to update doc/emacs/emacsver.texi. (make-manuals-dist-output-variables): Add top_srcdir. (make-manuals-dist--1): Handle @version@ specially. * .bzrignore: Add doc/emacs/emacsver.texi.
* | * lisp/isearch.el (isearch-message-prefix): Show "Multi-file" andJuri Linkov2014-11-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "Multi-buffer" instead of "Multi". * lisp/misearch.el (multi-isearch-file-list): Autoload multi-isearch-buffer-list and multi-isearch-file-list. (multi-isearch-end): Reset multi-isearch-buffer-list and multi-isearch-file-list to nil. * doc/emacs/search.texi (Other Repeating Search): Add documentation for multi-isearch-files and multi-isearch-files-regexp. Fixes: debbugs:13592
* | Merge from emacs-24; up to 117691Glenn Morris2014-11-081-0/+6
|\ \ | |/
| * Replace doc/*/Makefile.in dist rules with code in admin/admin.elGlenn Morris2014-11-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/admin.el (make-manuals-dist-output-variables) (make-manuals-dist--1, make-manuals-dist): New. Replaces doc/*/Makefile.in `dist' rules. * doc/emacs/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el. * doc/lispintro/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el. * doc/lispref/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el. * doc/misc/Makefile.in (version): Remove variable. (clean): No longer delete dist tarfile. (dist): Remove rule; replace with code in admin.el.
* | Merge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.orgGlenn Morris2014-11-031-0/+4
|\ \ | |/
| * * doc/emacs/programs.texi (Misc for Programs): Fix typo.Glenn Morris2014-11-011-0/+4
| |
* | Merge from emacs-24; up to 117634Glenn Morris2014-10-291-0/+17
|\ \ | |/
| * Improve documentation of faces in the user manual.Eli Zaretskii2014-10-241-0/+11
| | | | | | | | | | | | | | | | | | doc/emacs/frames.texi (Scroll Bars): Improve indexing of faces. doc/emacs/killing.texi (Secondary Selection): Improve indexing of faces. doc/emacs/search.texi (Basic Isearch, Query Replace): Improve indexing of faces. doc/emacs/display.texi (Standard Faces, Text Display) (Useless Whitespace): Improve indexing of faces.
| * Backport latest doc-view fixTassilo Horn2014-10-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/misc.texi (Document View): Adapt to latest doc-view changes wrt viewing the document's plain text contents. [Backport] * lisp/doc-view.el (doc-view-open-text): View the document's plain text in the current buffer instead of a new one. (doc-view-toggle-display): Handle the case where the current buffer contains the plain text contents of the document. (doc-view-initiate-display): Don't switch to fallback mode if the user wants to view the doc's plain text. [Backport]
| * Document in the user manual variables that allow pixelwise resizing.Eli Zaretskii2014-10-231-0/+8
| | | | | | | | | | | | | | doc/emacs/frames.texi (Frame Commands): Document and index 'frame-resize-pixelwise'. doc/emacs/windows.texi (Split Window): Document and index 'window-resize-pixelwise'.
| * Make most emulation packages obsolete. [Backport]Glenn Morris2014-10-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el: * emulation/ws-mode.el: Move to obsolete/. * doc/emacs/ack.texi (Acknowledgments): Remove some obsolete items. * doc/emacs/misc.texi (Emulation): Remove section. * doc/lispintro/emacs-lisp-intro.texi (Autoload): Update loaddefs.el details. * doc/misc/efaq.texi (Finding a package with particular functionality): Update example. * doc/misc/vip.texi: Mention this is obsolete.