aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability to exclude dir-locals from subdirs. (Bug#8100)Glenn Morris2011-02-282-2/+11
| | | | | | | | | | | | | | | * lisp/files.el (dir-locals-collect-variables): Add the ability to exclude subdirectories. * doc/emacs/custom.texi (Directory Variables): Give an example of excluding subdirectories. * doc/lispref/variables.texi (Directory Local Variables): Mention `(subdirs . nil)' alist element. * etc/NEWS: Mention this addition. * lisp/dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
* Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-272-4/+17
|\
| * Doc fix for bug#3577.Glenn Morris2011-02-242-4/+17
| | | | | | | | | | * doc/lispref/variables.texi (Directory Local Variables): Mention the optional mtime argument of dir-locals-set-directory-class.
* | * minibuf.texi: Clarify history list discussion (Bug#8085).Chong Yidong2011-02-272-12/+16
| |
* | Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.caGlenn Morris2011-02-195-1/+59
|\ \ | |/
| * Followup for fixing bug #7942.Eli Zaretskii2011-02-182-1/+3
| | | | | | | | | | | | doc/lispref/elisp.texi: Sync @dircategory with ../../info/dir. doc/lispintro/emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir. doc/misc/ede.texi: Sync letter-case with ../../info/dir.
| * Document find-file-literally in the ELisp manual.Eli Zaretskii2011-02-182-0/+33
| | | | | | | | | | files.texi (Visiting Functions): Document find-file-literally, both the command and the variable.
| * Improve documentation of permanent local variables.Eli Zaretskii2011-02-182-0/+7
| | | | | | | | | | variables.texi (Creating Buffer-Local): Explain the meaning of permanent local variables.
| * * doc/lispref/keymaps.texi (Remapping Commands): Mention how to undo it.Glenn Morris2011-02-172-0/+10
| |
| * Bump versio to 23.2.94.emacs-pretest-23.2.94Chong Yidong2011-02-144-4/+4
| | | | | | | | Regenerate release files.
* | Remove unnecessary manual advice about eval-after-load (Bug#7986).Reuben Thomas2011-02-082-4/+5
| | | | | | | | | | * loading.texi (Hooks for Loading): Remove unnecessary manual advice about eval-after-load.
* | Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-052-4/+16
|\ \ | |/
| * Last remaining doc additions required by 23.3.Chong Yidong2011-02-052-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/maintaining.texi (VC Change Log): Document vc-log-incoming and vc-log-outgoing. (Merging): Document vc-find-conflicted-file. * doc/emacs/rmail.texi (Rmail Display): Document Rmail MIME support more accurately. * doc/lispref/commands.texi (Accessing Mouse): Note that a header line is not included in the row of posn-col-row. * etc/NEWS: Remove +++ and --- lines.
| * Bump version to 23.2.93.emacs-pretest-23.2.93.1Chong Yidong2011-01-314-4/+4
| |
* | * modes.texi (Major Mode Conventions): Add face guidelines.Chong Yidong2011-02-022-46/+82
| | | | | | | | (Faces for Font Lock): List faces in order of prominence.
* | format-time-string now supports subsecond time stamp resolutionPaul Eggert2011-01-312-1/+12
| |
* | Merge changes from emacs-23 branchChong Yidong2011-01-316-12/+21
|\ \ | |/
| * Shorten menu description of "Other Display Specs" lispref node (Bug#7816).Chong Yidong2011-01-285-12/+14
| | | | | | | | | | | | | | | | * vol1.texi (Top): * vol2.texi (Top): * elisp.texi (Top): * display.texi (Display Property): Shorten the menu description of the "Other Display Specs" node.
| * Add two cindex entries to Lisp manual (Bug#7805).Chong Yidong2011-01-282-0/+7
| | | | | | | | | | * keymaps.texi (Defining Menus): Add "menu item" and "extended menu item" concept index entries.
* | Fix doc/*/makefile.w32-in according to ↵Eli Zaretskii2011-01-292-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-01-23T10:22:21Z!wl@gnu.org-2011-01-23T10:38:14Z!wl@gnu.org. doc/lispref/makefile.w32-in (texinfodir): New variable. (usermanualdir): Remove as redundant with $(emacsdir). (MAKEINFO): Remove options, leave only program name. (MAKEINFO_OPTS): New variable. (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS). doc/emacs/makefile.w32-in (MAKEINFO): Remove options, leave only program name. (MAKEINFO_OPTS): New variable. (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS). (emacs.html): New target. (clean): Remove emacs.html. doc/misc/makefile.w32-in (MAKEINFO): Remove options, leave only program name. (MAKEINFO_OPTS): New variable. (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS). ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode) ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl) ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff) ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus) ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve) ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex) ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc) ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget) ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc) ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse) ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp) ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org) ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode) ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert) ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth) ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic) ($(infodir)/edt): Use $(MAKEINFO_OPTS).
* | Refill some long/short copyright headers.Glenn Morris2011-01-269-19/+10
| |
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2462-123/+62
| |
* | Merge from emacs-23.Glenn Morris2011-01-245-14/+53
|\ \ | |/ | | | | Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
| * * loading.texi (Library Search): Document list-load-path-shadows (Bug#7757).Chong Yidong2011-01-232-0/+31
| |
| * Remove outdated paragraph from Lisp manual (Bug#7780).Chong Yidong2011-01-222-9/+5
| | | | | | | | | | * doc/lispref/searching.texi (Regexp Special): Remove outdated discussion of character sets.
| * * frames.texi (Pop-Up Menus): Document where menu title comes from (Bug#7684).Chong Yidong2011-01-222-3/+12
| |
| * Doc fix for make-text-button.Glenn Morris2011-01-222-8/+7
| | | | | | | | | | | | * doc/lispref/display.texi (Making Buttons): Mention limitation of text buttons. * lisp/button.el (make-text-button): Doc fix. (See bug#7881)
| * Bump version to 23.2.92.emacs-pretest-23.2.92Chong Yidong2011-01-144-4/+4
| | | | | | | | Regenerate AUTHORS, configure, and ldefs-boot.el.
| * Move directory-abbrev-alist doc from Lispref to Emacs manual.Chong Yidong2011-01-082-46/+13
| | | | | | | | | | | | | | | | | | * doc/emacs/files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp manual. Explain why directory-abbrev-alist elements should be anchored (Bug#7777). * doc/lispref/files.texi (Directory Names): Move directory-abbrev-alist doc to Emacs manual.
| * Explain why directory-abbrev-alist should be anchored (Bug#7777).Chong Yidong2011-01-082-8/+14
| | | | | | | | | | * files.texi (Directory Names): Explain why directory-abbrev-alist elements should be anchored (Bug#7777).
| * Fix bug #7777 with documentation of directory-abbrev-alist.Eli Zaretskii2011-01-072-4/+12
| | | | | | | | | | | | lisp/files.el (directory-abbrev-alist): Doc fix. doc/lispref/files.texi (Directory Names): Explain why FROM in directory-abbrev-alist should begin with \`.
* | * Makefile.in (MAKEINFO): Now controlled by `configure'.Werner LEMBERG2011-01-232-5/+15
| | | | | | | | | | (MAKEINFO_OPTS): New variable. Use it where appropriate. (ENVADD): New variable to control texi2dvi and texi2pdf.
* | Refill some copyright headers.Glenn Morris2011-01-152-2/+4
| |
* | Nuke arch-tags.Glenn Morris2011-01-1551-195/+0
| |
* | Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
| |
* | Merge from emacs-23 branch.Glenn Morris2011-01-152-40/+21
|\ \ | |/
* | Merge from emacs-23Stefan Monnier2011-01-1460-64/+62
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0261-63/+63
| |
* | * lisp/subr.el (eval-after-load): Fix timing for features.Stefan Monnier2011-01-102-2/+7
| | | | | | | | | | | | | | | | (declare-function, undefined, insert-for-yank) (replace-regexp-in-string): Follow checkdoc's recommendations. * doc/lispref/loading.texi (Hooks for Loading): Adjust doc of eval-after-load. Fixes: debbugs:7769
* | * lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777).Chong Yidong2011-01-081-1/+1
| | | | | | | | * doc/lispref/files.texi: Likewise.
* | Merge changes from emacs-23 branchChong Yidong2011-01-022-14/+32
|\ \ | |/
| * More fallout from fixing bug #7587.Eli Zaretskii2010-12-252-14/+13
| | | | | | | | | | | | | | | | src/xdisp.c (Fformat_mode_line): Doc fix: no need to state that only the basic faces are supported. doc/lispref/modes.texi (Emulating Mode Line): Fix last change. etc/NEWS: Remove the entry about format-mode-line accepting only basic faces.
| * Fallout from fixing bug #7587.Eli Zaretskii2010-12-182-13/+32
| | | | | | | | | | | | | | | | doc/lispref/modes.texi (Emulating Mode Line): Update documentation of format-mode-line according to changes that fixed bug #7587. etc/NEWS: Mention the incompatible change in format-mode-line wrt its FACE argument.
* | * doc/lispref/keymaps.texi (Simple Menu Items, Extended Menu Items):Stefan Monnier2010-12-183-24/+9
| | | | | | | | | | | | | | | | Remove mention of the key-binding-data cache since we don't use it any more. * doc/lispref/modes.texi (Derived Modes): Mention prog-mode. Fixes: debbugs:7542
* | ChangeLog whitespace fix.Glenn Morris2010-12-131-0/+1
| |
* | Merge from emacs-23Stefan Monnier2010-12-137-185/+877
|\ \ | |/
| * Fallout from bug #7563.Eli Zaretskii2010-12-113-11/+17
| | | | | | | | | | | | | | | | processes.texi (Shell Arguments): strings.texi (Creating Strings): Don't mention "shell commands"; make it explicit that `split-string-and-unquote' and `combine-and-quote-strings' are mainly for working with arguments to call-process and start-process.
| * Fix bug #7563 with docs of split-string-and-unquote.Eli Zaretskii2010-12-112-3/+15
| | | | | | | | | | processes.texi (Shell Arguments): Fix documentation of `split-string-and-unquote'. Add indexing.
| * Bump version to 23.2.91.emacs-pretest-23.2.91Chong Yidong2010-12-104-4/+4
| | | | | | | | Regenerate configure and ldefs-boot.el.
| * * doc/lispref/modes.texi (Auto-Indentation): New section to document SMIE.Stefan Monnier2010-12-073-105/+771
| | | | | | | | | | (Major Mode Conventions): * doc/lispref/text.texi (Mode-Specific Indent): Refer to it.