- 16 Jan, 2014 7 commits
-
-
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 17 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.
-
Xue Fuqiao authored
-
Martin Rudalics authored
* xdisp.c (resize_mini_window): Round height to a multiple of frame's line height. Fix bug in calculation of window start position (Bug#16424).
-
Bastien Guerry authored
* rect.el (rectangle-mark-mode): When the region is not active, display a message saying that the mark as been set and that rectangle mode is in use. (rectangle--highlight-for-redisplay): Only put an overlay with a visible vertical bar when (display-graphic-p) is non-nil. This partially fixes Bug#16403.
-
Michael Albinus authored
* automated/ert-tests.el (ert-test-record-backtrace): Reenable test case with adapted test string. (Bug#13064)
-
Jan Djärv authored
(CG_SET_FILL_COLOR_WITH_FACE_FOREGROUND) (CG_SET_FILL_COLOR_WITH_FACE_BACKGROUND) (CG_SET_STROKE_COLOR_WITH_FACE_FOREGROUND): Modified from *_WITH_GC_* to take face and f as parameters. (macfont_draw): Check for DRAW_MOUSE_FACE and set face accordingly. Use *_WITH_FACE_*, and pass face as parameter. Fixes: debbugs:16425
-
Juri Linkov authored
about a nonexistent file if no previous Info file is visited. Use `user-error' instead of `error' for "Info file %s does not exist". (Info-find-node-2): In case of a nonexistent node in unwind forms go to the Top node if there is no previous node to revert to. Fixes: debbugs:16405
-
Martin Rudalics authored
* window.el (fit-frame-to-buffer): Fix doc-string. Respect window-min-height/-width. Fit pixelwise when frame-resize-pixelwise is non-nil. Adjust right/bottom edge when avoiding that frame goes partially off-screen. (fit-window-to-buffer): Respect window-min-height/-width (Bug#14096).
-