| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |\ |
|
| | |
| |
| |
| |
| | |
* doc/lispref/variables.texi (Directory Local Variables):
Mention the optional mtime argument of dir-locals-set-directory-class.
|
| | | |
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| | |
files.texi (Visiting Functions): Document find-file-literally,
both the command and the variable.
|
| | |
| |
| |
| |
| | |
variables.texi (Creating Buffer-Local): Explain the meaning of
permanent local variables.
|
| | | |
|
| | |
| |
| |
| | |
Regenerate release files.
|
| | |
| |
| |
| |
| | |
* loading.texi (Hooks for Loading): Remove unnecessary manual advice
about eval-after-load.
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| | | |
|
| | |
| |
| |
| | |
(Faces for Font Lock): List faces in order of prominence.
|
| | | |
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
* vol1.texi (Top):
* vol2.texi (Top):
* elisp.texi (Top):
* display.texi (Display Property): Shorten the menu description of
the "Other Display Specs" node.
|
| | |
| |
| |
| |
| | |
* keymaps.texi (Defining Menus): Add "menu item" and "extended
menu item" concept index entries.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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).
|
| | | |
|
| | | |
|
| |\ \
| |/
| |
| | |
Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
|
| | | |
|
| | |
| |
| |
| |
| | |
* doc/lispref/searching.texi (Regexp Special): Remove outdated discussion of
character sets.
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
* doc/lispref/display.texi (Making Buttons): Mention limitation of text buttons.
* lisp/button.el (make-text-button): Doc fix. (See bug#7881)
|
| | |
| |
| |
| | |
Regenerate AUTHORS, configure, and ldefs-boot.el.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| | |
| |
| |
| |
| | |
* files.texi (Directory Names): Explain why directory-abbrev-alist
elements should be anchored (Bug#7777).
|
| | |
| |
| |
| |
| |
| | |
lisp/files.el (directory-abbrev-alist): Doc fix.
doc/lispref/files.texi (Directory Names): Explain why FROM in
directory-abbrev-alist should begin with \`.
|
| | |
| |
| |
| |
| | |
(MAKEINFO_OPTS): New variable. Use it where appropriate.
(ENVADD): New variable to control texi2dvi and texi2pdf.
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/ |
|
| |\ \
| |/ |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
(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
|
| | |
| |
| |
| | |
* doc/lispref/files.texi: Likewise.
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| | |
processes.texi (Shell Arguments): Fix documentation of
`split-string-and-unquote'. Add indexing.
|
| | |
| |
| |
| | |
Regenerate configure and ldefs-boot.el.
|
| | |
| |
| |
| |
| | |
(Major Mode Conventions):
* doc/lispref/text.texi (Mode-Specific Indent): Refer to it.
|