- 18 Jan, 2014 2 commits
-
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-aliases) (authors-renamed-files-alist): Add some entries.
-
Glenn Morris authored
-
- 17 Jan, 2014 14 commits
-
-
Michael Albinus authored
-
Michael Albinus authored
* net/tramp.el (tramp-password-prompt-regexp): Use `password-word-equivalents' if available. (tramp-action-password, tramp-process-one-action) (tramp-read-passwd): Let-bind `case-fold-search' to t.
-
Chong Yidong authored
* simple.el (password-word-equivalents): New defcustom. * comint.el (comint-password-prompt-regexp): Use it. Bump version to 24.4. (comint-watch-for-password-prompt): Let-bind `case-fold-search' to t.
-
Bastien Guerry authored
-
Bastien Guerry authored
developers to (defvar COMMAND-alternatives).
-
Bastien Guerry authored
-
Eli Zaretskii authored
src/menu.c (Fx_popup_menu): When invoking tty_menu_show, temporarily switch to single keyboard. Prevents daemon crashes when a new client connects while we show a TTY menu in an existing client.
-
Michael Albinus authored
* automated/inotify-test.el (inotify-file-watch-simple): Skip test case if inotify is not linked with Emacs. Use `read-event' rather than `sit-for' in order to process events.
-
Glenn Morris authored
(accidentally omitted from previous commit)
-
Glenn Morris authored
* lisp/leim/quail/tibetan.el, lisp/menu-bar.el: Fix author header comment.
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-alignable-keywords): New constant. (ruby-align-to-stmt-keywords): Change the default value. Use `ruby-alignable-keywords' to generate the possible customization choices. (ruby-smie-rules): Instead of using a hardcoded list of alignable keywords, check against the value of `ruby-alignable-keywords' (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
-
Glenn Morris authored
* lisp/jka-cmpr-hook.el, lisp/jka-compr.el, lisp/progmodes/antlr-mode.el: * doc/misc/autotype.texi: Fix author header comments. * lisp/org/ChangeLog: ChangeLog fix.
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps): (authors-ignored-files): Add some entries, remove others. (authors-ambiguous-files, authors-valid-file-names): Add some entries. (authors-renamed-files-alist): Add, remove, and adjust entries. (authors-renamed-files-regexps): Add some entries. Remove some very broad ones. Make some entries `lax'. (authors-lax-changelogs): New constant. (authors-disambiguate-file-name): Treat top-level specially. (authors-lax-changelog-p): New function. (authors-canonical-file-name): Check file as written against authors-valid-file-names. Do not special-case etc/. Handle `lax' logs and authors-renamed-files-regexps elements. * admin/make-tarball.txt: Update for no expected *Authors Errors*.
-
Glenn Morris authored
-
- 16 Jan, 2014 9 commits
-
-
Fabrice Niessen authored
Fixes: debbugs:16442
-
Dmitry Gutov authored
* lisp/emacs-lisp/package.el (package-desc--keywords): Use `nth' instead of `cdr'.
-
Eric S. Raymond authored
RCS -> CVS -> Bzr -> Git. And (as Stefan Monnier reports) "GNU Arch was semi-officially used for a while between CVS and Bzr, tho not for the main branch."
-
Dmitry Gutov authored
`assoc'. Make private. Update all callers.
-
Glenn Morris authored
-
Glenn Morris authored
-
Paul Eggert authored
-
Eric S. Raymond authored
No code changes.
-
Stefan Monnier authored
Assume we're already in the proper buffer. Inspired by Anders Lindgren <andlind@gmail.com>. (follow-post-command-hook): Call it from the right buffer. (follow-comint-scroll-to-bottom): Adjust call. (follow-all-followers): Use get-buffer-window-list. Fixes: debbugs:16426
-
- 15 Jan, 2014 8 commits
-
-
Daniel Colascione authored
-
Paul Eggert authored
* charsets/mapfiles/README: The copied files are not compressed. Check for copies as of today. * charsets/mapfiles/stdenc.txt, charsets/mapfiles/symbol.txt: Update from table version 0.2 (1999-03-30) to 1.0 (2011-07-12). This doesn't change the table data, just copyright license notice. The new notices are compatible with the GPL, the old ones were not.
-
Glenn Morris authored
* doc/emacs/files.texi (File Conveniences): * doc/emacs/misc.texi (EWW): Copyedits. * doc/misc/Makefile.in (eww_deps): Does not depend on emacsver.texi. * doc/misc/eww.texi: Comment.
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Juri Linkov authored
in transient indentation mode. Fixes: debbugs:16438
-
Dmitry Gutov authored
(describe-package-1, package-all-keywords) (package--has-keyword-p): Use it. Fixes: debbugs:16222
-
Glenn Morris authored
-
- 14 Jan, 2014 7 commits
-
-
Nicolas Richard authored
* simple.el (define-alternatives): When creating the COMMAND-alternatives variable, assign COMMAND as its definition name so that `describe-variable' can relocate it. See http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01340.html
-
Matthew Leach authored
* font-lock.el (font-lock-keywords): Fix typo in docstring (bug#16307).
-
Paul Eggert authored
-
Agustín Martín authored
-
Daiki Ueno authored
* epa-file.el (epa-file-write-region): Encode the region according to `buffer-file-format'. Problem reported at: <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
-
Glenn Morris authored
-
Stefan Monnier authored
so it applies in the right buffer. Fixes: debbugs:16410
-