aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix manual formatting errorsAndreas Schwab2013-01-051-0/+4
| * Fix usage of @itemx in ELisp manual.Eli Zaretskii2013-01-051-0/+5
| * * keymaps.texi (Key Sequences): Remove obsolete sentence.Chong Yidong2013-04-021-0/+5
* | Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-041-0/+4
|\ \ | |/
| * * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)Ari Roponen2013-01-031-0/+4
* | * src/fileio.c (Ffile_acl): Undocument return format.Stefan Monnier2013-01-031-0/+4
* | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-021-0/+9
|\ \ | |/
| * Tweak some lispref line breaksGlenn Morris2013-01-021-0/+3
| * * doc/lispref/searching.texi (Replacing Match): Fix xref.Glenn Morris2013-01-021-0/+2
| * * doc/lispref/elisp.texi (DATE): Bump to Jan 2013.Glenn Morris2013-01-021-0/+4
* | Correct dates of merged ChangeLog entriesGlenn Morris2013-01-021-1/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+9
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * Refer to "button" rather than "active field" in lisprefGlenn Morris2012-12-311-0/+3
| * Add an xref, cindex to the lisprefGlenn Morris2012-12-311-0/+5
* | Merge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka@jpl.orgGlenn Morris2012-12-301-0/+8
|\ \ | |/
| * Fix bug #13292 with use of @var in @def.. commands in ELisp manual.Eli Zaretskii2012-12-291-0/+8
* | Fix bug #13298 with failed backups by falling back on set-file-modes.Eli Zaretskii2012-12-291-0/+5
* | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-271-0/+4
|\ \ | |/
| * Document cygwin-convert-file-name-{to|from}-windowsGlenn Morris2012-12-261-0/+4
* | Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.orgGlenn Morris2012-12-221-0/+5
|\ \ | |/
| * Reword doc and doc-string of select-window (Bug#13248).Martin Rudalics2012-12-221-0/+5
* | Undocument the details of the string returned by file-acl.Eli Zaretskii2012-12-221-0/+6
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-0/+9
|\ \ | |/
| * * modes.texi (Auto Major Mode): Fix typo.Chong Yidong2012-12-211-0/+2
| * * customize.texi (Simple Types): Document key-sequence type.Chong Yidong2012-12-211-0/+5
| * * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-151-0/+4
| * Backport spelling fix from trunkGlenn Morris2012-12-111-1/+1
* | * files.texi (Magic File Names): Add `file-acl',Michael Albinus2012-12-191-0/+6
* | * lisp/emacs-lisp/lisp-mnt.el (lm-section-end): Always end before theJonas Bernoulli2012-12-191-0/+5
* | Support Posix ACL APIs on MS-Windows.Eli Zaretskii2012-12-171-0/+5
* | Add support for preserving ACL entries of files.Romain Francoise2012-12-161-0/+7
* | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-141-0/+10
* | Spelling fixes.Paul Eggert2012-12-111-1/+1
* | * internals.texi (C Integer Types): New section.Paul Eggert2012-12-101-0/+6
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-32/+37
|\ \ | |/
| * * doc/lispref/control.texi (Pattern maching case statement): New node.Stefan Monnier2012-12-091-0/+4
| * * doc/lispref/customize.texi (Variable Definitions): Mention the default :groupStefan Monnier2012-12-061-32/+35
* | Make eval-defun on a pre-defined defcustom call any :set functionGlenn Morris2012-12-081-0/+5
* | Update licenses to latest version from FSF.Paul Eggert2012-12-061-0/+5
* | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-051-0/+6
|\ \ | |/
| * Minor fixes for Lisp manual.Chong Yidong2012-12-051-0/+6
* | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-021-0/+17
|\ \ | |/
| * Lisp manual improvements for plists and symbol plists.Chong Yidong2012-12-021-0/+13
| * Document the conversion of kbd into a function.Chong Yidong2012-12-021-0/+4
* | * doclicense.texi, gpl.texi: Update to latest version from FSF.Paul Eggert2012-11-241-0/+6
* | * loading.texi (Named Features): @ -> @@ to fix typo.Paul Eggert2012-11-231-0/+4
* | Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-231-0/+27
|\ \ | |/
| * Correct and reword recent changes to window.texi.Martin Rudalics2012-11-231-0/+17
| * * modes.texi (%-Constructs): Fix statement about mode construct padding.Chong Yidong2012-11-231-0/+5