summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/misc/calc.texi (Summary): Avoid '@:' when usurped.Paul Eggert2015-04-081-3/+5
|
* Add notice to visual commands sectionTassilo Horn2015-04-081-0/+10
| | | | | | | * doc/misc/eshell.texi (Input/Output): Add notice that some tools such as git call less with its -F option which omits pagination if the contents is less than one page long. This interferes with eshell's visual (sub-)commands.
* Prefer double-quote to accent-grave in man pagesPaul Eggert2015-04-074-28/+30
|
* Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-075-0/+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]"
* Spelling fix for 'hfy-optimizations'Paul Eggert2015-04-051-5/+5
| | | | | * htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed.
* Merge from origin/emacs-24Paul Eggert2015-03-292-2/+6
|\ | | | | | | | | | | | | | | | | | | | | 5e0314f * smie.el (smie*ward-sexp-command): Don't pretend the arg is optional 13cf575 Don't round up scroll bar width with GTK3 (Bug#20182). 921dd0d * doc/lispref/objects.texi (Equality Predicates): Fix typo in example. Conflicts: doc/lispref/ChangeLog lisp/ChangeLog src/ChangeLog
| * * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.Glenn Morris2015-03-242-2/+6
| |
* | * doc/emacs/files.texi (Diff Mode): Doc fix.Dani Moncayo2015-03-292-1/+5
| |
* | New `electric-pair-local-mode'Tom Willemse2015-03-281-1/+3
| | | | | | | | | | | | | | | | Fixes: big#19528 * lisp/elec-pair.el (electric-pair-local-mode): New command. (electric-pair-mode): Mention `electric-pair-local-mode' in the docstring.
* | `save-excursion' does not save&restore the mark any moreStefan Monnier2015-03-254-35/+39
| | | | | | | | | | | | | | | | | | | | * src/editfns.c (save_excursion_save): Don't save the mark. (save_excursion_restore): Don't restore the mark. (Fsave_excursion): Fix docstring accordingly. * doc/lispintro/emacs-lisp-intro.texi: * doc/lispref/positions.texi (Excursions, Narrowing): `save-excursion' does not save&restore the mark any more.
* | * doc/misc/idlwave.texi: Fix typo in previous.Glenn Morris2015-03-241-1/+1
| |
* | * doc/misc/newsticker.texi (Supported Formats): Remove dead url.Glenn Morris2015-03-242-2/+3
| |
* | * doc/misc/remember.texi (Function Reference): Copyedit.Glenn Morris2015-03-242-1/+3
| |
* | browse-url: mark some of the more obsolete stuff as suchGlenn Morris2015-03-242-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/net/browse-url.el (browse-url-browser-function) (browse-url-default-browser): Remove obsolete items from the explicit listing. (browse-url-new-window-flag, browse-url-of-file-hook): Doc fixes. (browse-url-netscape-program, browse-url-netscape-arguments) (browse-url-netscape-startup-arguments) (browse-url-galeon-program, browse-url-galeon-arguments) (browse-url-galeon-startup-arguments) (browse-url-gnome-moz-program, browse-url-gnome-moz-arguments) (browse-url-galeon-new-window-is-tab) (browse-url-netscape-new-window-is-tab) (browse-url-mosaic-program, browse-url-mosaic-arguments) (browse-url-mosaic-pidfile, browse-url-CCI-port) (browse-url-CCI-host, browse-url-netscape-version) (browse-url-netscape, browse-url-netscape-sentinel) (browse-url-netscape-reload, browse-url-netscape-send) (browse-url-galeon, browse-url-galeon-sentinel) (browse-url-gnome-moz, browse-url-mosaic, browse-url-cci) (browse-url-w3-gnudoit): Make obsolete. * etc/NEWS: Mention this. * doc/misc/idlwave.texi (HTML Help Browser Tips): Remove obsolete info. * lisp/ffap.el (ffap-url-fetcher): Simplify default and doc. * lisp/x-dnd.el: Comment update.
* | Fix minor ldexp issuesPaul Eggert2015-03-242-3/+13
| | | | | | | | | | | | | | * doc/lispref/numbers.texi (Float Basics): Improve ldexp documentation. * src/floatfns.c (Fldexp): Require 2 args. Avoid undefined behavior if the exponent is out of 'int' range. Improve documentation. Fixes: bug#20185
* | doc/misc/efaq-w32.texi: Fix comments about font dialog.Eli Zaretskii2015-03-231-5/+3
| |
* | Merge from origin/emacs-24Paul Eggert2015-03-233-5/+20
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ad89f85 Another minor improvement in ELisp manual (Bug#20168) 5e2951b Improve docs of 'posn-actual-col-row' (Bug#20169) 1291ce1 Minor documentation fix in ELisp manual (Bug#20174) 33e2236 * display.texi (Useless Whitespace): Fix thinko. ff3878d * configure.ac: Fix jpeg version check to work with gcc >= 5. 90b46f5 Work for the case nnmail-expiry-target is an nnmh group (bug#20170) e7f92aa authors.el small additions 0bfe915 * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters. c3c4b75 Fixes: debbugs:18939 Conflicts: ChangeLog doc/lispref/ChangeLog etc/PROBLEMS lisp/ChangeLog lisp/gnus/ChangeLog lisp/simple.el
| * Another minor improvement in ELisp manual (Bug#20168)Eli Zaretskii2015-03-232-2/+4
| | | | | | | | | | doc/lispref/commands.texi (Accessing Mouse): More accurate description of 'posn-object-x-y'.
| * Improve docs of 'posn-actual-col-row' (Bug#20169)Eli Zaretskii2015-03-232-1/+9
| | | | | | | | | | doc/lispref/commands.texi (Accessing Mouse): Expand documentation of 'posn-actual-col-row'.
| * Minor documentation fix in ELisp manual (Bug#20174)Eli Zaretskii2015-03-232-1/+6
| | | | | | | | doc/lispref/commands.texi (Event Input Misc): Fix incorrect usage of @code.
| * * display.texi (Useless Whitespace): Fix thinko.Stefan Monnier2015-03-231-1/+1
| | | | | | | | Reported by Fabio Pesari.
* | Generalize start-process with keyword argsDaiki Ueno2015-03-232-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/process.c (Fmake_process): New function. (create_process, create_pty): Check p->pty_flag instead of Vprocess_connection_type. (syms_of_process): Register QCcommand, QCconnection_type, Qpty, Qpipe, and Smake_process. Unregister Sstart_process. * lisp/subr.el (start-process): New function, ported from the C implementation. * doc/lispref/processes.texi (Asynchronous Processes): Mention `make-process'. * etc/NEWS: Mention `make-process'.
* | Merge from origin/emacs-24Paul Eggert2015-03-1815-255/+287
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-186-6/+15
| | | | | | | | | | | | | | | | | | 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.
| * doc/misc/efaq-w32.texi: Spell-check.Eli Zaretskii2015-03-161-4/+4
| |
| * doc/misc/efaq-w32.texi: Remove outdated information and update.Eli Zaretskii2015-03-162-237/+190
| |
| * Fix description of fullscreen mode on MS-Windows (Bug#20110).Martin Rudalics2015-03-152-3/+15
| | | | | | | | * efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
| * doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)Eli Zaretskii2015-03-142-1/+5
| |
| * Improve indexing in Emacs manual (Bug#20105)Eli Zaretskii2015-03-145-7/+61
| | | | | | | | | | | | | | | | | | 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.
| * Bump version to 24.4.91emacs-24.4.91Nicolas Petton2015-03-082-2/+2
| |
* | Spacing and punctuation fixesPaul Eggert2015-03-1740-69/+69
| |
* | Add seq-into as a public functionNicolas Petton2015-03-092-0/+27
| | | | | | | | | | | | | | * lisp/emacs-lisp/seq.el: Make seq-into a public function (replacing seq--into) * test/automated/seq-tests.el: Add tests for seq-into * doc/lispref/sequences.texi: Add documentation for seq-into
* | Sync with Tramp upstreamMichael Albinus2015-03-043-21/+42
| | | | | | | | | | | | | | | | | | | | * tramp.texi (External methods) <adb>: Explain, when Tramp connects to devices. Mention port numbers. (GVFS based methods, File name completion): Add index. (Multi-hops, Remote Programs, File name completion, Ad-hoc multi-hops): Improve wording. * trampver.texi: Update release number.
* | Merge from origin/emacs-24Paul Eggert2015-03-032-2/+0
|\ \ | |/ | | | | | | | | | | | | c4ade11 textmodes/ispell.el: Look for aspell .dat files also under dict-dir e28ec9a ispell.el: Extend to aspell current hunspell handling of aliases Conflicts: lisp/ChangeLog
* | Merge from origin/emacs-24Paul Eggert2015-03-032-6/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | 4b0b27d Fix invocation of commands whose file name includes extension 87fc99f Better support for the case of typing RET on the prompt in comint. a7b1c2f Don't lose frame's background color when setting foreground 20c817d Fix handling of frame color parameters in TTY sessions eca7da1 Complete the remaining documentation updates for 24.5 Conflicts: doc/lispref/ChangeLog etc/NEWS lisp/ChangeLog nt/ChangeLog src/ChangeLog
| * Complete the remaining documentation updates for 24.5Eli Zaretskii2015-02-072-6/+15
| | | | | | | | | | | | | | | | doc/lispref/processes.texi (Synchronous Processes): Update documentation of call-process-shell-command and process-file-shell-command. etc/NEWS: Mark the entry for changed calling sequence of call-process-shell-command and process-file-shell-command as documented.
* | Merge from origin/emacs-24Paul Eggert2015-03-032-9/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | c0ba590 Fix vertical-motion and posn-at-point when word-wrap is a323b93 Better multi-line input support in comint.el 008a04a todo-mode.el: Restore point on setting item done (Bug#19727) 9615c0d doc/misc/erc.texi: fix typo c648717 Update ERC docs and update MAINTANERS to include myself d825f66 Fix filling circle/ellipse in Artist Mode (Bug#19763) Conflicts: admin/ChangeLog doc/misc/ChangeLog doc/misc/erc.texi lisp/ChangeLog src/ChangeLog
| * doc/misc/erc.texi: fix typokwhite2015-02-042-1/+2
| |
| * Update ERC docs and update MAINTANERS to include myselfkwhite2015-02-042-7/+29
| |
| * Bump version to 24.4.90emacs-24.4.90Nicolas Petton2015-02-042-2/+2
| |
| * # ChangeLog fixes, backportedGlenn Morris2015-02-011-3/+2
| |
* | Address generator feedbackDaniel Colascione2015-03-032-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/control.texi (Generators): Correct missing word. Clarify which forms are legal in which parts of `unwind-protect'. Fix orphaned close parenthesis. * lisp/emacs-lisp/generator.el: Make globals conform to elisp style throughout. Use more efficient font-lock patterns. (cps-inhibit-atomic-optimization): Rename from `cps-disable-atomic-optimization'. (cps--gensym): New macro; replaces `cl-gensym' throughout. (cps-generate-evaluator): Move the `iter-yield' local macro definition here (iter-defun, iter-lambda): from here. * test/automated/generator-tests.el (cps-test-iter-close-finalizer): Rename `gc-precise-p' to `gc-precise'. * test/automated/generator-tests.el (cps-testcase): Use `cps-inhibit-atomic-optimization' instead of `cps-disable-atomic-optimization'.
* | Finalizer documentation, minor improvementsDaniel Colascione2015-03-023-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/objects.texi (Finalizer Type): New section (Type Predicates): Mention finalizers in `type-of' documentation. * doc/lispref/elisp.texi (Top): Link to finalizer type. * src/data.c (Ftype_of): Make `type-of' work with finalizers. (syms_of_data): Register Qfinalizer. * src/print.c (print_object): Print whether a finalizer has been called. * test/automated/finalizer-tests.el (finalizer-object-type): Test that `type-of' works correctly for finalizers.
* | Add cl-iter-defunDaniel Colascione2015-03-021-0/+7
| | | | | | | | * lisp/emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun.
* | Add support for generatorsDaniel Colascione2015-03-025-0/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 78f7e34..e7d79d5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2015-03-02 Daniel Colascione <dancol@dancol.org> + + * control.texi (Generators): New section + * elisp.text: Reference new section. + 2015-02-28 Eli Zaretskii <eliz@gnu.org> * searching.texi (Char Classes): Update the documentation of diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 448c7f2..4e9c119 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2015-03-02 Daniel Colascione <dancol@dancol.org> + + * cl.texi (Iteration Clauses): Mention iterator support. + 2015-02-25 Tassilo Horn <tsdh@gnu.org> * reftex.texi (Multifile Documents): Document diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ce2e81..4ab4406 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,8 @@ 2015-03-02 Daniel Colascione <dancol@dancol.org> - * vc/vc.el (vc-responsible-backend): Add autoload cooking for + * emacs-lisp/generator.el: New file. + + * vc/vc.el (vc-responsible-backend): Add autoload cookie for `vc-responsible-backend'. 2015-03-01 Michael Albinus <michael.albinus@gmx.de> diff --git a/test/ChangeLog b/test/ChangeLog index 684e98f..64ad851 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,5 +1,7 @@ 2015-03-02 Daniel Colascione <dancol@dancol.org> + * automated/generator-tests.el: New tests + * automated/finalizer-tests.el (finalizer-basic) (finalizer-circular-reference, finalizer-cross-reference) (finalizer-error): New tests.
* | Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-282-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/character.c (alphabeticp, decimalnump): New functions. src/character.h (alphabeticp, decimalnump): Add prototypes. src/regex.c (ISALNUM, ISALPHA): Check Unicode character properties for multibyte characters by calling alphabeticp and decimalnump. (BIT_ALPHA, BIT_ALNUM): New bit masks. (re_wctype_to_bit): Return them when the class is RECC_ALPHA or RECC_ALNUM. (re_match_2_internal): Call ISALPHA and ISALNUM when appropriate. doc/lispref/searching.texi (Char Classes): Update the documentation of [:alpha:] and [:alnum:]. etc/NEWS: Mention the changes in [:alpha:] and [:alnum:].
* | Documentation followup for daemon mode on MS-WindowsEli Zaretskii2015-02-273-4/+12
| | | | | | | | | | | | | | | | doc/lispref/os.texi (Startup Summary): doc/lispref/display.texi (Window Systems): Mention peculiarities of daemon mode on MS-Windows. etc/NEWS: Mention the new support for daemon mode on MS-Windows.
* | Merge from origin/emacs-24Paul Eggert2015-02-255-61/+87
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-312-1/+39
| | | | | | | | | | doc/emacs/msdog.texi (Windows Files): Document characters invalid in Windows file names.
| * Fix description of Customize buffer in Emacs manual.Eli Zaretskii2015-01-312-5/+5
| | | | | | | | | | doc/emacs/custom.texi (Customization Groups): Update the looks of the Customize Group buffer.