- 12 Nov, 2010 16 commits
-
-
Stefan Monnier authored
(shell-dir-cookie-watcher): New function.
-
Stefan Monnier authored
and compilation-mode. Fixes: debbugs:7350
-
Stefan Monnier authored
highlight when one of them is empty.
-
Stefan Monnier authored
(skeleton-internal-1): Use it. (skeleton-read): Don't use `newline' since it may strip trailing space.
-
Stefan Monnier authored
-
Kevin Ryde authored
-
Jan Djärv authored
* xsettings.c (init_xsettings): Use already fetch atoms. * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom from dpyinfo. * xselect.c (Fx_send_client_event): Split and create x_send_client_event. * lisp.h: Do not EXFUN Fx_send_client_event. * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom from dpyinfo. (wm_supports): Use atoms from dpyinfo. (do_ewmh_fullscreen): Use atoms from dpyinfo. (x_ewmh_activate_frame): Use atoms from dpyinfo. (xembed_set_info): Use atoms from dpyinfo. (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED, _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and _NET_ACTIVE_WINDOW, XSETTINGS atoms. Get all atoms in one round-trip. (set_wm_state): Use x_send_client_event rather than Fx_send_client_event, using Atom directly. (x_ewmh_activate_frame): Ditto. (x_set_sticky): Pass atoms to set_wm_state. (do_ewmh_fullscreen): Ditto. * xterm.h (x_display_info): Add Xatom_net_supported, Xatom_net_supporting_wm_check, Xatom_net_active_window, Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID. * xfns.c (Fx_show_tip): Fix typo in docstring.
-
Jan Djärv authored
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
gnus.texi (Article Washing): Fix typo.
-
Carsten Dominik authored
-
Carsten Dominik authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant. Use it to replace all instances of "*Compile-Log*"
-
Katsumi Yamaoka authored
-
Stefan Monnier authored
indentation specs.
-
- 11 Nov, 2010 21 commits
-
-
Katsumi Yamaoka authored
mm-decode.el (mm-dissect-buffer): Pass sender's mail address to smime-decrypt-region using function argument. mm-decode.el (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it. mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it. smime.el (smime-decrypt-region): Catch it.
-
Stefan Monnier authored
(smime-mode-map): Move initialization into declaration. (gnus-run-mode-hooks): Don't autoload.
-
Stefan Monnier authored
it's not negative.
-
Stefan Monnier authored
(m2-mode-syntax-table): (*..*) can be nested. Add //...\n. Fix paren syntax. (m2-mode-map): Remove LF and TAB bindings. (m2-indent): Add safety property. (m2-smie-grammar): New var. (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token) (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs. (m2-mode): Use define-derived-mode. (m2-newline, m2-tab): Remove. (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header) (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record) (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export) (m2-import): Use define-skeleton. * test/indent/modula2.mod: New file.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/ls-lisp.el (ls-lisp-set-options): New function. (ls-lisp-emulation): Use ls-lisp-set-options for custom :set. Doc fix.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Katsumi Yamaoka authored
-
Glenn Morris authored
* lisp/ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first) (ls-lisp-verbosity): Add custom :set-after property. (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes. (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument. (ls-lisp-insert-directory): Update caller.
-
Glenn Morris authored
* lisp/play/landmark.el (lm-prompt-for-move): * lisp/play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/progmodes/idlw-complete-structtag.el: Remove unused dec `name'. * lisp/progmodes/idlwave.el (idlwave-routine-entry-compare-twins) (idlwave-study-twins): Prefix dynamic local variable `name'. (idlwave-routine-twin-compare): Update for above change. * lisp/progmodes/idlw-help.el (idlwave-do-mouse-completion-help): Prefix dynamic local variables `name', `kwd', and `link'. * lisp/progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help): * lisp/progmodes/idlw-complete-structtag.el (idlwave-complete-structure-tag-help): * lisp/progmodes/idlwave.el (idlwave-complete-sysvar-help) (idlwave-complete-sysvar-tag-help) (idlwave-complete-class-structure-tag-help): Update for above name changes.
-
Katsumi Yamaoka authored
shr.el (shr-insert): Don't break long line if it is because of kinsoku-bol characters in the line end.
-
Glenn Morris authored
-
Katsumi Yamaoka authored
-
Andrew Cohen authored
nnir.el (nnir-warp-to-article): don't fail on articles whose headers haven't been retrieved. gnus-sum.el (gnus-summary-move-article): use original group and subject for virtual articles such as those in an nnir summary buffer.
-
Katsumi Yamaoka authored
smime.el (from): Declare it again for XEmacs.
-
- 10 Nov, 2010 3 commits
-
-
Katsumi Yamaoka authored
-
Lars Magne Ingebrigtsen authored
message.el (message-resend): Don't disable encoding unless it's already encoded.
-
Lars Magne Ingebrigtsen authored
default to use `browse-url-mail' on mailto: URLs.
-