- 17 Jan, 2014 5 commits
-
-
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 8 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
-
Paul Eggert authored
Reported by Eli Zaretskii in: http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01297.html * image.c (FAST_SETJMP, FAST_LONGJMP): New macros, replacing the old _setjmp and _longjmp. All uses changed.
-
- 13 Jan, 2014 10 commits
-
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Bastien Guerry authored
-
Paul Eggert authored
-
Bastien Guerry authored
* simple.el (define-alternatives): Call the selected command interactively. When setting `COMMAND--implementation' for the first time, tell the user how to chose another implementation. Enhance the docstring.
-
Glenn Morris authored
-
David Engster authored
* semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix Typo in a doc string. * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if prefix is all lower case. (semantic-ia-fast-jump): Push mark before jumping to an include file. * semantic/complete.el (semantic-displayor-point-position): Calculate if the toolbar is on the left when calculating point position.
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
(log-edit--match-first-line): New function. (log-edit-font-lock-keywords): Use it. (log-edit-mode): Make jit-lock-defer-multiline work.
-