- 13 May, 2011 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 12 May, 2011 10 commits
-
-
Andreas Schwab authored
(ld-script-builtins): Update keywords list.
-
Glenn Morris authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(shell-mode): * lisp/simple.el (read-shell-command): Use it. (blink-matching-open): No need for " [...]" in minibuffer-message.
-
Glenn Morris authored
* lisp/calendar/appt.el (appt-now-displayed): Remove pointless variable. (appt-check): Simplify. Details: appt-now-displayed was set non-nil the first time a reminder was displayed. Nothing ever set it back to nil again. Thus when full-check was nil, mode-line-only was always true, so the "(when (or full-check mode-line-only)" was pointless. That was the only use of full-check. mode-line-only was only used in a negative sense, and can be reduced to the zerop test.
-
Glenn Morris authored
-
Glenn Morris authored
* Makefile.in (src, install-arch-indep, bootstrap-clean, check-declare): Shell portability fixes.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): Let byte-compile-initial-macro-environment always take precedence.
-
Stefan Monnier authored
(rcirc-server-alist): New field `encryption'. (rcirc): Check `encryption' settings. (rcirc-connect): New arg `encryption'. Use open-network-stream. Merge make-local-variable into `set'. (rcirc--connection-open-p): New function. (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where the process is not a network process (e.g. running gnutls-cli). (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system): Make rcirc-(en|de)code-coding-system local here. (rcirc-mode): Merge make-local-variable into `set'. (rcirc-parent-buffer): Make permanent buffer-local. (rcirc-multiline-minor-mode): Don't do it here. (rcirc-switch-to-server-buffer): Don't switch to a random buffer if there's no server buffer.
-
- 11 May, 2011 10 commits
-
-
Ted Zlatanov authored
-
Ted Zlatanov authored
-
Ted Zlatanov authored
-
Glenn Morris authored
-
Drew Adams authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/semantic/wisent/javascript.el (semantic-get-local-variables): Use define-mode-local-override rather than its obsolete alias.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/bytecomp.el (byte-compile-arglist-warn): Handle symbol elements of byte-compile-initial-macro-environment.
-
YAMAMOTO Mitsuharu authored
* w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and `width' to `bar_area_x' and `bar_area_width', respectively. (x_scroll_run): Take account of fringe background extension. * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]: Rename local vars `left' and `width' to `bar_area_x' and `bar_area_width', respectively. (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe background extension.
-
- 10 May, 2011 12 commits
-
-
Ted Zlatanov authored
registry.el (registry-prune-hard-candidates, registry-prune-soft-candidates): Helper methods for registry pruning. (registry-prune): Use them. Make the sort function optional.
-
Leo Liu authored
-
U. Ser authored
-
Julien Danjou authored
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Leo Liu authored
See also the discussion thread in: http://thread.gmane.org/gmane.emacs.devel/139221
-
Leo Liu authored
-
Katsumi Yamaoka authored
gnus-art.el (gnus-article-mode): Move binding of shr-put-image-function here from gnus-article-prepare-display.
-
Katsumi Yamaoka authored
(shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it. (shr-put-image): Return scaled image. gnus-art.el (gnus-shr-put-image): New function. (gnus-article-prepare-display): Bind shr-put-image-function to it. gnus-html.el (gnus-html-wash-images): Register scaled images, not original ones, as deletable.
-
Glenn Morris authored
* lisp/files.el (hack-one-local-variable-eval-safep): Consider "eval: (foo-mode)" to be safe. * doc/emacs/custom.texi (Specifying File Variables): Deprecate using mode: for minor modes. * etc/NEWS: Mention this. * lisp/doc-view.el, lisp/net/soap-client.el: Change "mode:" minor-mode file local variables to use "eval:".
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-list-entries-hook) (diary-mark-entries-hook, diary-nongregorian-listing-hook) (diary-nongregorian-marking-hook, diary-list-entries) (diary-include-other-diary-files, diary-mark-entries) (diary-mark-included-diary-files): Doc fixes.
-
- 09 May, 2011 5 commits
-
-
Juanma Barranquero authored
-
Juri Linkov authored
Convert to ERT.
-
Ted Zlatanov authored
(registry-insert): Use it. Fix logic here too. gnus-registry.el (gnus-registry-insert): Add wrapper that calls `registry-prune' if `registry-full' returns t. (gnus-registry-handle-action, gnus-registry-get-or-make-entry, gnus-registry-set-id-key, gnus-registry-usage-test): Use it.
-
Eli Zaretskii authored
-
Chong Yidong authored
* progmodes/compile.el (compilation-start): Run compilation-filter-hook for the async case too. (compilation-filter-hook): Doc fix.
-