- 16 Nov, 2014 3 commits
-
-
Dmitry Gutov authored
Originally reported in https://github.com/mooz/js2-mode/issues/174. * lisp/progmodes/js.el (js--indent-operator-re): Make assignments and (in)equality operator a separate case. (js--continued-expression-p): Escape the second `+' in the regexp.
-
Tassilo Horn authored
* doc/emacs/misc.texi (DocView Slicing): Describe how to slice with the mouse. Fix command mentioned by slice by BoundingBox paragraph. (Bug#18040)
-
Stefan Monnier authored
* lisp/window.el (handle-select-window): Deactivate shift-region.
-
- 15 Nov, 2014 18 commits
-
-
Andreas Schwab authored
Local attributes belong to .git/info/attributes.
-
Andreas Schwab authored
* version.el (emacs-repository-get-version): Use git rev-parse instead of git log.
-
Glenn Morris authored
* admin/update_autogen: Auto-detect VCS in use. (vcs): New variable. (status, commit, main): Handle git.
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-indent-calculate-levels): Fix indentation behavior multiline dedenter statement. * test/automated/python-tests.el (python-indent-dedenters-8): New test for Bug#18432.
-
Christoph Scholtes authored
-
Fabián Ezequiel Gallina authored
Fixes: debbugs:18843 * lisp/progmodes/python.el (python-indent-region): Use python-indent-line and skip special cases. * test/automated/python-tests.el (python-indent-region-1) (python-indent-region-2, python-indent-region-3) (python-indent-region-4, python-indent-region-5): New tests.
-
Jan D authored
* nsterm.m (ns_send_appdefined): Check for application defined event on Cocoa (Bug#18993). Backport from trunk.
-
Eli Zaretskii authored
src/window.c (window_scroll_pixel_based): Avoid truncation/rounding errors in computing the number of pixels to scroll. Suggested by Kelly Dean <kelly@prtime.org>.
-
Michael Albinus authored
-
Michael Albinus authored
* vc/vc-hg.el (vc-hg-state): Disable pager. Conflicts: lisp/ChangeLog
-
Lars Magne Ingebrigtsen authored
-
Peder O. Klingenberg authored
Fixes: debbugs:19054 * mail/emacsbug.el (report-emacs-bug): Make a better guess at envelope-from when reporting through sendmail.
-
Jan D authored
* nsmenu.m (update_frame_tool_bar): If tool bar changes height, call updateFrameSize.
-
Jan D authored
* nsterm.m (setFrame:): Remove call to display (Bug#18757).
-
Eli Zaretskii authored
Reported by Kelly Dean <kelly@prtime.org>.
-
Teemu Likonen authored
-
Stefan Monnier authored
-
Ivan Andrus authored
Fixes: debbugs:18854 * progmodes/python.el (python-ffap-module-path): Use `derived-mode-p' instead of equality test on `major-mode'.
-
- 14 Nov, 2014 3 commits
-
-
Ulrich Müller authored
Fixes: debbugs:19049 * version.el (emacs-repository-get-version): Call `git log' command with proper format argument (bug#19049).
-
Lars Magne Ingebrigtsen authored
-
Jan Djärv authored
* nsfns.m (x_set_foreground_color, x_set_background_color) (x_set_cursor_color, Fxw_color_values): Block/unblock input, use SET_FRAME_GARBAGED instead of redraw_frame (Bug#19036).
-
- 13 Nov, 2014 4 commits
-
-
Paul Eggert authored
Reported by Perry E. Metzger in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00745.html * .dir-locals.el: Remove reference to bzr commit --fixes debbugs. * etc/CONTRIBUTE: More git transition.
-
Eli Zaretskii authored
-
Lars Magne Ingebrigtsen authored
.gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files.
-
Adam Sjøgren authored
-
- 11 Nov, 2014 1 commit
-
-
Eric S. Raymond authored
All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made.
-
- 10 Nov, 2014 5 commits
-
-
Glenn Morris authored
-
Kelvin White authored
-
Katsumi Yamaoka authored
-
Tassilo Horn authored
* gnus.texi (HTML): Update section so that it mentions shr and w3m. Also link the full EWW manual that explains more on shr, too. * gnus-faq.texi (FAQ 4 - Reading messages, FAQ 4-16): Add Q&A on how to increase contrast when displaying HTML mail with shr.
-
Glenn Morris authored
-
- 09 Nov, 2014 6 commits
-
-
Eli Zaretskii authored
admin/unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Use unmsys--file-name.
-
Eli Zaretskii authored
src/fileio.c (Finsert_file_contents): Invalidate buffer caches also when the inserted text does not need decoding.
-
Eli Zaretskii authored
src/w32heap.c (allocate_heap): Set the lower limit of heap at 8MB.
-
Jan Djärv authored
* nsterm.m (ns_set_vertical_scroll_bar): Release bar. (ns_judge_scroll_bars): Only set removed if judge returns true. (judge): Returns bool == condemned. Remove self from window. (setPosition:portion:whole:): Remove raise SIGIO. Fixes: debbugs:18757
-
Kelvin White authored
-
Kelvin White authored
-