- 12 Jul, 2014 1 commit
-
-
Eli Zaretskii authored
etc/PROBLEMS: Mention the problem from bug #17950. src/w32fns.c (Fx_file_dialog): Mention in the doc string the behavior on Windows 7 and later when the function is repeatedly invoked with the same value of DIR. src/xfns.c (Fx_file_dialog) [USE_MOTIF, USE_GTK]: Update the doc string to match the one in w32fns.c.
-
- 04 Jul, 2014 1 commit
-
-
Eli Zaretskii authored
etc/TODO: Remove items that were already done. Rearrange a few items that are closely related. Update a couple of items with new information. etc/NEWS: Mention 'network-interface-list' and 'network-interface-info' being available on MS-Windows.
-
- 29 Jun, 2014 1 commit
-
-
Glenn Morris authored
* doc/emacs/help.texi (Misc Help): * doc/emacs/trouble.texi (Checklist): * doc/lispintro/emacs-lisp-intro.texi (Note for Novices, Finding More) (Conclusion): * doc/lispref/help.texi (Help Functions): * doc/misc/info.texi, doc/misc/mh-e.texi: * etc/refcards/calccard.tex (section{Getting Help}): * lisp/cus-edit.el (help): * lisp/finder.el (finder-known-keywords): * lisp/help.el (help-for-help-internal): * lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message) (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Doc fixes re "online" help. Fixes: debbugs:17803
-
- 27 Jun, 2014 1 commit
-
-
Glenn Morris authored
* lisp/url/url-domsuf.el: Update example comments.
-
- 08 Jun, 2014 1 commit
-
-
Leo Liu authored
Fixes: debbugs:17695
-
- 05 Jun, 2014 1 commit
-
-
Juri Linkov authored
Set face definitions explicitly. Inherit indicator faces from them. Fixes: debbugs:17695
-
- 24 May, 2014 1 commit
-
-
Paul Eggert authored
* doc/misc/htmlfontify.texi, doc/misc/org.texi: * etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8". Fixes: debbugs:17575
-
- 11 Apr, 2014 1 commit
-
-
Glenn Morris authored
* etc/refcards/cs-dired-ref.tex, etc/refcards/cs-refcard.tex: * etc/refcards/cs-survival.tex, etc/refcards/sk-dired-ref.tex: * etc/refcards/sk-refcard.tex, etc/refcards/sk-survival.tex: Input "utf8off", which seems to be needed.
-
- 14 Mar, 2014 1 commit
-
-
Rüdiger Sonderfeld authored
Thanks to Jorgen Schäfer for help with the translation.
-
- 10 Mar, 2014 2 commits
-
-
Paul Eggert authored
* tutorials/TUTORIAL, tutorials/TUTORIAL.cs, tutorials/TUTORIAL.eo: * tutorials/TUTORIAL.es, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ja: * tutorials/TUTORIAL.ko, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.pl: * tutorials/TUTORIAL.pt_BR, tutorials/TUTORIAL.ro: * tutorials/TUTORIAL.ru, tutorials/TUTORIAL.sk, tutorials/TUTORIAL.sv: * tutorials/TUTORIAL.th: Avoid using ` for natural-language quotes. Instead, work around the problem with "\" by using non-" quotation marks appropriate for the natural language in question, e.g., «...» for Spanish. For English “...” could be used, but use '...' instead so that TUTORIAL continues to be encoded in ASCII.
-
Bastien Guerry authored
-
- 09 Mar, 2014 1 commit
-
-
Juanma Barranquero authored
doc/emacs/ChangeLog, doc/lispref/ChangeLog, lisp/ChangeLog*: Fix typos.
-
- 08 Mar, 2014 2 commits
-
-
Luis Felipe López Acevedo authored
-
Eli Zaretskii authored
-
- 06 Mar, 2014 2 commits
-
-
Juanma Barranquero authored
-
Glenn Morris authored
Note that I had to change "\" to `\', because otherwise Emacs thought that everything after that point was inside a string and so did not indent anything. So translators should check for anything similar in their translated versions.
-
- 03 Mar, 2014 1 commit
-
-
Juanma Barranquero authored
-
- 25 Feb, 2014 1 commit
-
-
Glenn Morris authored
* doc/emacs/custom.texi (Terminal Init): Replace term-setup-hook with tty-setup-hook. * doc/lispref/display.texi (Window Systems): * doc/lispref/hooks.texi (Standard Hooks): Replace term-setup-hook with tty-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific): Replace term-setup-hook with tty-setup-hook, and update. * doc/misc/edt.texi (Quick start, Starting emulation): * doc/misc/efaq.texi (Fullscreen mode on MS-Windows) (Terminal setup code works after Emacs has begun): Update hook details. * doc/misc/vip.texi (Loading VIP): Fix hook example. * lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes. * lisp/startup.el (term-setup-hook): Doc fix. Make obsolete. * lisp/emulation/edt.el: Comment update. * lisp/term/sun.el (sun-raw-prefix-hooks): Use tty-setup-hook instead of term-setup-hook. (terminal-init-sun): Construct message from bytecomp plist. * lisp/term/wyse50.el (enable-arrow-keys): Doc fix. * etc/refcards/vipcard.tex: Hook fix. * etc/NEWS: Related edit.
-
- 23 Feb, 2014 1 commit
-
-
Juanma Barranquero authored
-
- 09 Feb, 2014 1 commit
-
-
Lars Ingebrigtsen authored
Fixes: debbugs:16516
-
- 31 Jan, 2014 2 commits
-
-
Dmitry Gutov authored
* etc/NEWS: Mention `ruby-align-chained-calls'. * lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): Update the docstring and add :version tag. Fixes: debbugs:16593
-
Gnus developers authored
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change) * gnus-tut.txt (Message-ID): Typo fix (bug#15556). 2014-01-31 Dave Abrahams <dave@boostpro.com> * gnus-salt.el (gnus-tree-highlight-article): Don't move point around in the summary buffer (bug#13769). 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org> * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer name if we're using a single article buffer. Otherwise, it may point to a killed buffer (bug#13756). 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org> * nnmail.el (nnmail-split-it): Instead of redoing the search to restore the match data, just save and restore it explictly (bug#12375). * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if that's needed. * spam.el (spam-initialize): Allow calling repeatedly, but only run the the code once (bug#9069).
-
- 22 Jan, 2014 3 commits
-
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-valid-file-names): (authors-renamed-files-alist): Additions. * lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Related additions.
-
Glenn Morris authored
-
- 21 Jan, 2014 1 commit
-
-
Glenn Morris authored
-
- 16 Jan, 2014 2 commits
-
-
Fabrice Niessen authored
Fixes: debbugs:16442
-
Glenn Morris authored
-
- 12 Jan, 2014 2 commits
-
-
David Engster authored
* eieio.texi (Introduction): `class-of' is obsolete. (Predicates, Basic Methods): Adapt function names to namespace cleanup. * NEWS: Add missing renames to EIEIO section. Also, no functions were removed but only made obsolete. Class field accessors were always purely internal, so remove that remark. Add markup.
-
Glenn Morris authored
* README: Replace reference to etc/MAILINGLISTS. * doc/man/emacs.1: Replace reference to etc/MAILINGLISTS. * doc/misc/efaq.texi (Guidelines for newsgroup postings) (Informational files for Emacs): Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
-
- 11 Jan, 2014 5 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eric S. Raymond authored
* COOKIES, copying.paper, INTERVIEW, MAILINGLISTS, MOTIVATION, publicsuffix.txt SERVICE: More deletions suggested by RMS.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 10 Jan, 2014 1 commit
-
-
Glenn Morris authored
* etc/FTP: Mark as obsolete. * etc/ORDERS: Replace contents with pointer to emacs.info, mark obsolete. * doc/emacs/emacs.texi (Distrib): Add donate URL. Add anchor. * lisp/help.el (view-order-manuals): Open emacs.info rather than ORDERS.
-
- 09 Jan, 2014 4 commits
-
-
David Engster authored
-
Glenn Morris authored
* doc/emacs/trouble.texi (Service): * doc/man/emacs.1: Refer to online service directory rather than etc/SERVICE. * etc/SERVICE: Mark as obsolete.
-
Glenn Morris authored
-
Rüdiger Sonderfeld authored
* etc/NEWS: Better document the speed up, slow down, or reverse animation in Image Mode. * files.texi (File Conveniences): Document `image-next-frame', `image-previous-frame', `image-goto-frame', `image-increase-speed', `image-decrease-speed', `image-reverse-speed', and `image-reset-speed'.
-