aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | * doc/lispref/elisp.texi (DATE): Bump to October 2014.Glenn Morris2014-10-091-0/+2
* | | Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-081-0/+17
|\ \ \ | |/ /
| * | Doc tweaksGlenn Morris2014-10-081-0/+4
| * | Fix bug #18636 with documentation of multi-monitor displays.Eli Zaretskii2014-10-081-0/+13
* | | Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-091-0/+5
* | | Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics2014-10-041-0/+11
* | | Merge from emacs-24; up to 2014-07-20T16:14:58Z!dmantipov@yandex.ruGlenn Morris2014-10-041-0/+15
|\ \ \ | |/ /
| * | * doc/lispref/commands.texi (Generic Commands): Copyedits.Glenn Morris2014-10-031-0/+2
| * | Small copyedits for doc/lisprefGlenn Morris2014-10-031-0/+3
| * | Small doc/ fixes re @var usage.Glenn Morris2014-10-031-0/+4
| * | * doc/lispref/windows.texi (Window Sizes, Resizing Windows): Copyedits.Glenn Morris2014-10-031-0/+2
| * | Doc tweaks re multi-monitorGlenn Morris2014-10-031-0/+4
* | | Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.orgGlenn Morris2014-10-031-0/+6
|\ \ \ | |/ /
| * | Mention `frame-resize-pixelwise' to make frames truly fullscreen or maximized.Martin Rudalics2014-10-031-0/+7
* | | Improve doc for use of 'int', and discuss 'ssize_t'.Paul Eggert2014-10-011-0/+5
* | | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-0/+6
* | | * internals.texi (Stack-allocated Objects): Further improvements.Paul Eggert2014-09-301-0/+5
* | | Fix last change in lispref.Eli Zaretskii2014-09-301-0/+5
* | | * internals.texi (Stack-allocated Objects): Describe this feature.Dmitry Antipov2014-09-301-0/+4
* | | Update documentation for `insert-register'Daniel Colascione2014-09-141-0/+5
* | | Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-071-0/+5
|\ \ \ | |/ /
| * | * doc/lispref/functions.texi (Core Advising Primitives): Add a note about theStefan Monnier2014-09-041-0/+5
* | | * strings.texi (Text Comparison): Describe `string-collate-equalp'Michael Albinus2014-09-071-0/+5
* | | Add vector qpattern to pcaseLeo Liu2014-09-061-0/+5
* | | * doc/lispref/lists.texi (Functions that Rearrange Lists): RemoveDmitry Antipov2014-08-291-0/+7
* | | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-271-0/+5
|\ \ \ | |/ /
| * | Update Emacs's bidirectional conformance per Unicode 6.3.0.Eli Zaretskii2014-08-191-0/+5
* | | * src/keyboard.c (Vtop_level_message): Rename toDmitry Antipov2014-08-271-0/+4
| |/ |/|
* | doc/lispref/internals.texi (Garbage Collection): Fix last change.Eli Zaretskii2014-07-111-0/+4
* | * src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]: Return nil ifDmitry Antipov2014-07-111-0/+4
* | Hide password in batch modeMichael Albinus2014-07-111-0/+6
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-081-0/+5
|\ \ | |/
| * * doc/lispref/debugging.texi (Function Debugging, Debugger Commands):Stefan Monnier2014-07-081-0/+5
* | Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-021-0/+5
|\ \ | |/
| * Doc and comment fixes re "online" helpGlenn Morris2014-06-281-0/+5
* | * doc/lispref/keymaps.texi (Key Lookup): Remove mention of indirect entries.Stefan Monnier2014-07-011-0/+5
* | Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.caGlenn Morris2014-06-281-0/+5
|\ \ | |/
| * Warn about read-passwd in batch modeGlenn Morris2014-06-261-0/+5
* | Misc small doc/ Makefile cleanupGlenn Morris2014-06-221-0/+8
* | Disable implicit texi rules in doc/Glenn Morris2014-06-221-0/+4
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-0/+5
|\ \ | |/
| * Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-211-0/+5
* | Parallelize clean rules using GNU make featuresGlenn Morris2014-06-141-0/+4
* | Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.orgGlenn Morris2014-06-141-0/+5
|\ \ | |/
| * Fix documentation mentioned in bug #17768.Eli Zaretskii2014-06-141-0/+5
* | Get rid of the INFO_EXT variableGlenn Morris2014-06-091-0/+5
* | Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert2014-06-091-0/+6
* | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-081-0/+8
|\ \ | |/
| * Small doc updates re initial-buffer-choiceGlenn Morris2014-06-081-0/+2
| * Doc edits re uniquifyGlenn Morris2014-06-081-0/+2