Xue Fuqiao
adf2fc4a01
Merge from mainline.
2013-09-04 08:39:34 +08:00
Xue Fuqiao
63191d9f20
Some fixes for vc-ignore.
...
* lisp/vc/vc.el (vc-ignore): Rewrite.
(vc-default-ignore): New function.
(vc-default-ignore-completion-table): Use find-ignore-file.
* lisp/vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
* lisp/vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
* lisp/vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
Remove. Most code moved to vc.el.
* doc/emacs/maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument.
2013-09-04 08:31:13 +08:00
Glenn Morris
3a2a2fada1
* lispintro/emacs-lisp-intro.texi (beginning-of-buffer complete):
...
Put back a version of the removed paragraph about raw prefix arg.
2013-08-31 18:23:06 -07:00
Dani Moncayo
5229f00af6
* emacs-lisp-intro.texi (beginning-of-buffer complete): Update function details.
...
Fixes: debbugs:15085
2013-08-31 18:18:41 -07:00
Ulrich Müller
5d85cfe6f7
* doc/emacs/xresources.texi (Motif Resources):
...
Rename from LessTif Resources. Update xrefs.
* doc/emacs/emacs.texi: Update menu.
* doc/man/emacs.1: Update manual links.
Fixes: debbugs:15145
2013-08-31 12:49:52 -07:00
Paul Eggert
50b13cdedb
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
...
for portability to hosts where /bin/sh has problems.
2013-08-27 23:01:52 -07:00
Stefan Monnier
0acfedd349
Try to reduce redundancy in doc/misc/Makefile.in.
...
* configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
* doc/misc/Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
(TARGETS): New intermediate variable.
(DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
2013-08-27 21:37:13 -04:00
Glenn Morris
63e984f8fd
Update location of Emacs on MS Windows FAQ
2013-08-27 15:40:24 -04:00
Glenn Morris
278208b8e6
* doc/misc/efaq.texi: Rename from faq.texi, to match its output files.
...
* doc/misc/Makefile.in: Update for faq.texi name change.
* admin/admin.el (manual-misc-manuals): "faq" does not need special
treatment any more.
2013-08-27 13:19:04 -04:00
Glenn Morris
79c238dc2f
* doc/misc/efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
2013-08-27 01:14:58 -07:00
Glenn Morris
c076ba953a
* doc/misc/Makefile.in (webhack): Remove; it's nothing to do with Emacs.
...
Presumably it is some Gnus thing.
2013-08-27 01:04:08 -07:00
Glenn Morris
1857cd3f9e
Move source for Emacs on MS Windows FAQ here from Emacs webpages repository
...
* Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
(maintainer-clean, check-declare): Remove pointless subshells.
Check cd return value.
* configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
(DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
* Makefile.in (check-info-dir): Ignore efaq-w32.
* admin/admin.el (manual-misc-manuals): Use INFO_COMMON rather than
INFO_TARGETS.
* doc/misc/efaq-w32.texi: Move here from the web-pages repository.
* doc/misc/Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
(DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
(INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
(DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
Add DOCMISC_*_W32 variables.
(echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
(efaq_w32_deps): New variable.
(efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
(efaq-w32.pdf, efaq-w32.html): New rules.
(clean): Remove efaq-w32 products.
2013-08-27 00:57:39 -07:00
Paul Eggert
12c4970d70
Minor merge from gnulib (mostly just for texinfo.tex).
2013-08-26 15:17:31 -07:00
Stefan Monnier
a8544941cf
* lispref/variables.texi (File Local Variables): Don't recommend quoting!
2013-08-26 11:28:24 -04:00
Xue Fuqiao
eed991017a
Fix broken customization in Flymake.
...
* lisp/progmodes/flymake.el (flymake-get-real-file-name-function):
Fix broken customization. (Bug#15184)
2013-08-26 06:30:56 +08:00
Eli Zaretskii
9f0809d4ab
Document problems with Windows file names that end in blanks.
...
doc/lispref/files.texi (Information about Files): Mention file names with
trailing blanks on MS-Windows. (Bug#15130)
2013-08-20 17:49:09 +03:00
Katsumi Yamaoka
dab3a8d5fe
Gnus: Exclude iso-2022-jp-2 and shift_jis from the default value set to mm-coding-system-priorities for Japanese users
2013-08-19 05:10:33 +00:00
Xue Fuqiao
c5074806de
Minor improving in indexing of buffer position.
...
* doc/lispref/positions.texi (Positions): Improve indexing.
2013-08-19 07:12:32 +08:00
Eli Zaretskii
e2c904739e
Minor improving in indexing of "region".
...
doc/lispref/markers.texi (The Region): Improve indexing.
2013-08-18 22:25:15 +03:00
Xue Fuqiao
ad6643fe1a
* text.texi (Case Changes): Fix an `args-out-of-range' error in the example.
2013-08-17 22:14:41 +08:00
Xue Fuqiao
ab1006358f
* doc/lispref/modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
2013-08-17 19:14:10 +08:00
Xue Fuqiao
38b4c7f838
* doc/emacs/text.texi (Columns): Comment out undefined behavior.
2013-08-17 18:46:11 +08:00
Xue Fuqiao
d311017740
* doc/emacs/text.texi (Sorting): Fix indentation.
2013-08-17 16:04:31 +08:00
Xue Fuqiao
c9b39934d6
* doc/emacs/text.texi (Filling): Add cross-reference for hard newlines.
2013-08-17 12:31:22 +08:00
Xue Fuqiao
f33650d8cc
* doc/emacs/text.texi (Enriched Justification): Minor fixes.
2013-08-17 10:45:22 +08:00
Xue Fuqiao
278d6dd088
Mention interactive call of buffer-disable-undo.
...
* doc/lispref/text.texi (Maintaining Undo): Mention interactive call of
buffer-disable-undo.
2013-08-17 08:48:35 +08:00
Xue Fuqiao
70ff8240e4
Another doc fix for `buffer-undo-list'.
2013-08-17 06:32:24 +08:00
Xue Fuqiao
e4043ba039
Doc fix for `buffer-undo-list'.
2013-08-16 22:16:45 +08:00
Xue Fuqiao
907699465f
Reverse previous change, because kill-{new, append} don't have obvious advantage.
2013-08-16 16:27:49 +08:00
Xue Fuqiao
7bef426b5f
Advertise using kill-new' and kill-append' in Lisp programs.
...
* lisp/simple.el (copy-region-as-kill, kill-ring-save): Advertise using
`kill-new' and `kill-append' in Lisp programs.
2013-08-16 16:11:44 +08:00
Xue Fuqiao
bd805d5bae
doc/lispref/text.texi(Margins): Add an index.
2013-08-16 14:03:18 +08:00
Paul Eggert
526e5233cc
Spelling fixes.
2013-08-15 22:15:51 -07:00
Xue Fuqiao
c8068af567
Refine the documentation of `insert-buffer-substring'.
2013-08-16 11:16:03 +08:00
Xue Fuqiao
8b8bf4a3ce
* doc/lispref/text.texi (Insertion): Add cross-references.
2013-08-16 09:57:58 +08:00
Xue Fuqiao
2bede2ed96
Remove documentation of undefined behavior.
...
* doc/lispref/positions.texi (Character Motion):
* doc/lispref/markers.texi (Moving Markers):
(Creating Markers): Comment out undefined behavior.
* src/marker.c (set_marker): Remove documentation of undefined behavior.
2013-08-16 08:20:56 +08:00
Xue Fuqiao
7cbbcaa0dd
* doc/lispref/markers.texi (The Region): Add/move indexes.
2013-08-15 16:27:22 +08:00
Xue Fuqiao
7510a061cb
* src/marker.c (set_marker): Reformat documentation.
2013-08-14 21:58:25 +08:00
Xue Fuqiao
5faf4899f0
* doc/emacs/files.texi (Filesets): Add an index.
2013-08-14 18:45:10 +08:00
Lars Magne Ingebrigtsen
c6b7ccaaf6
Rename :content-type to :format in `create-image'
2013-08-13 22:13:02 +02:00
Lars Magne Ingebrigtsen
8259030d68
Enable giving hints to ImageMagick via :content-type
...
2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* image.el (image-content-type-suffixes): New variable.
2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* image.c (imagemagick_filename_hint): New function to possibly
apply `image-content-type-suffixes'.
(imagemagick_load_image): Use it.
2013-08-13 19:45:34 +02:00
Xue Fuqiao
f73f4ce69f
Doc fix for forward-word and backward-word.
...
* doc/lispref/positions.texi (Word Motion): Remove redundant sentence.
* lisp/simple.el (backward-word): Mention the optional argument.
* src/syntax.c (forward_word): Mention the optional argument.
2013-08-13 22:26:39 +08:00
Glenn Morris
3e6b67c9b7
* lispref/lists.texi (List Elements): Undocument nth, nthcdr with n < 0
2013-08-13 00:15:27 -07:00
Glenn Morris
8121e4813d
Merge from emacs-24; up to 2013-01-02T16:37:04Z!eggert@cs.ucla.edu
2013-08-13 00:02:00 -07:00
Glenn Morris
55f612f03e
Rename some doc/misc info nodes to avoid chars that can cause Texinfo problems
...
* reftex.texi (LaTeX xr Package, Options - Table of Contents)
(Options - Defining Label Environments, Options - Creating Labels)
(Options - Referencing Labels, Options - Creating Citations)
(Options - Index Support, Options - Viewing Cross-References)
(Options - Finding Files, Options - Optimizations)
(Options - Fontification, Options - Misc):
* cc-mode.texi (Sample Init File):
* edt.texi (Init file):
* epa.texi (Encrypting/decrypting gpg files):
* mairix-el.texi (About, Setting up the mairix interface, Using)
(Extending):
Rename nodes to avoid characters that can cause Texinfo problems.
2013-08-12 23:55:21 -07:00
Xue Fuqiao
916119ec9e
* doc/lispref/frames.texi (Display Feature Testing): Add indexes.
2013-08-13 10:45:12 +08:00
Xue Fuqiao
5c41e9ffea
* doc/lispref/frames.texi (Display Feature Testing): Add an index.
2013-08-13 10:15:57 +08:00
Katsumi Yamaoka
d401ef43f6
doc/misc/gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave
2013-08-12 01:48:11 +00:00
Paul Eggert
eaca0446e7
Merge from gnulib.
...
This incorporates:
2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
2013-08-10 sys_time: port to OpenBSD
2013-08-11 17:52:17 -07:00
Glenn Morris
808190e694
Reduce some duplication in doc/misc/Makefile.in
...
* doc/misc/Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
(bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
(dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
(eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
(erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
(flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
(idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
(mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
(pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
(sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
(smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
(tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
(wisent_deps, woman_deps): New variables. Use throughout.
2013-08-11 17:41:34 -07:00
Glenn Morris
7a22490f14
Merge from emacs-24; up to 2013-01-02T10:15:31Z!michael.albinus@gmx.de
2013-08-11 17:09:11 -07:00