- 24 Mar, 2014 7 commits
-
-
Dmitry Gutov authored
* lisp/emacs-lisp/package.el (package--add-to-archive-contents): Include already installed and built-in packages in `package-archive-contents'. (package-install): Don't include already installed packages in the options on interactive invocation.
-
Daniel Colascione authored
-
Juanma Barranquero authored
-
Nicolas Richard authored
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-expression-expansion-re): Match special global variables without curlies, too. (ruby-font-lock-keywords): Simplify the matcher for special global variables. Don't require a non-word character after the variable. Fixes: debbugs:17057
-
Martin Rudalics authored
* w32term.c (x_set_window_size): Refine fix from 2014-03-14 (Bug#17077).
-
Michael Albinus authored
-
- 23 Mar, 2014 14 commits
-
-
Glenn Morris authored
Fixes: debbugs:17073
-
Stefan Monnier authored
overlay to make sure boundaries are visible. * src/buffer.c (struct sortvec): Add field `spriority'. (compare_overlays): Use it. (sort_overlays): Set it. Fixes: debbugs:15899
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (redisplay_window): If all previous attempts to find the cursor row failed, try a few alternatives before falling back to the top-most row of the window. Use row_containing_pos.
-
Thierry Volpiatto authored
the password.
-
Dmitry Gutov authored
is already displayed in another window, switch to that window.
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Dmitry Gutov authored
* test/automated/package-test.el (package-test-describe-package): Fix test failure in non-graphical mode. Add some missing ChangeLog entries.
-
Richard M. Stallman authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00782.html * lisp/battery.el (battery-linux-sysfs): Search for each field from the beginning of the buffer.
-
- 22 Mar, 2014 8 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Dmitry Gutov authored
* lisp/emacs-lisp/package.el (package-desc): Use the contents of the quoted form, not its cdr.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Matthias Dahl authored
lisp/faces.el (face-spec-recalc): Doc fix. Call make-face-x-resource-internal earlier, and condition that on no-init-from-resources being nil.
-
Juanma Barranquero authored
Add empty docstring for the benefit of doc.c; change parameter profile to match the X function.
-
- 21 Mar, 2014 11 commits
-
-
Stefan Monnier authored
arguments work. (Advice combinators): New node. (Core Advising Primitives): Use it. Expand description of "depth". (Advising Named Functions): Document limitation of advices on macros.
-
Michael Albinus authored
and `tramp-copy-env'. * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'. (tramp-maybe-open-connection): Handle `tramp-login-env'.
-
YAMAMOTO Mitsuharu authored
* xterm.c (x_draw_image_relief): Respect Vtool_bar_button_margin. * w32term.c (x_draw_image_relief): Likewise.
-
Martin Rudalics authored
* w32fns.c (w32_wnd_proc): For WM_WINDOWPOSCHANGING don't constrain frame size in SW_SHOWMAXIMIZED case so we can truly maximize a frame for odd default fonts. * frames.texi (Size and Position): In `frame-resize-pixelwise' description drop remark about frame maximization. * windows.texi (Display Action Functions): Add description for `display-buffer-no-window' and explain use of `allow-no-window' alist entries.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/ede.texi (ede-linux): * doc/misc/vip.texi (New Bindings): Tiny copyedits.
-
Glenn Morris authored
-
Dmitry Gutov authored
* lisp/emacs-lisp/package.el (package-compute-transaction): Use `version-list-<=' to compare the requirement version against the package version already to be installed. Update the error message.
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Add indentation rule for ` @ '.
-
Juanma Barranquero authored
* lisp/align.el (align-regexp): Remove superfluous backslash. * lisp/ffap.el (ffap-ftp-default-user, ffap-url-regexp) (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix) (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp): Fix docstring typos. (ffap-next): Use C-u in docstring. (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist) (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask): Remove superfluous backslashes. (ffap-string-at-point): Reflow docstring. * lisp/server.el (server-host): Reflow docstring. (server-unload-function): Fix docstring typo. (server-eval-at): Remove superfluous backslash. * lisp/skeleton.el (skeleton-insert): Remove superfluous backslash. (skeleton-insert): Doc fix. (skeleton-insert): Reflow docstring. * lisp/term/tty-colors.el (tty-color-alist, tty-modify-color-alist) (tty-color-approximate, tty-color-by-index, tty-color-values) (tty-color-desc): Remove superfluous backslashes.
-