- 10 Nov, 2007 21 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
(perform-replace): Use `match-substitute-replacement' if `query-replace-show-replacement' is non-nil.
-
Juri Linkov authored
-
Carsten Dominik authored
extension ".org".
-
Carsten Dominik authored
-
Martin Rudalics authored
-
Martin Rudalics authored
(describe-syntax, describe-categories): Use with-help-window instead of with-output-to-temp-buffer.
-
Martin Rudalics authored
-
Martin Rudalics authored
Use with-help-window instead of with-output-to-temp-buffer.
-
Martin Rudalics authored
-
Martin Rudalics authored
-
Martin Rudalics authored
Use with-help-window instead of with-output-to-temp-buffer.
-
Martin Rudalics authored
buffer instead of fiddling with windows. Simplify code. (help-mode-finish): When help-window eqs t set it to the selected window and have with-help-window set up view-return-to-alist. (help-buffer): Add autoload cookie.
-
Martin Rudalics authored
(help-window-select): New option. (with-help-window): New macro for displaying help windows. (help-window-display-message, help-window-setup-finish) (help-window-setup): New functions used for setting up help windows. (print-help-return-message): Reset help-window to nil. (view-lossage): Use with-help-window instead of with-output-to-temp-buffer and move help-window-point-marker after inserted text. (describe-bindings, describe-key, describe-mode): Use with-help-window instead of with-output-to-temp-buffer.
-
Martin Rudalics authored
Add autoload cookie. (view-exit-action, view-file, view-file-other-window) (view-file-other-frame, view-buffer, view-buffer-other-window) (view-buffer-other-frame): Rewrite doc strings. (view-return-to-alist-update): New function to remove stale entries from view-return-to-alist. (view-mode-enter): Rewrite doc string and simplify code. (view-mode-exit): Handle new case 'keep-frame. Don't reset view-exit-action to nil. Simplify code and rewrite doc string.
-
Dan Nicolaescu authored
(featurep 'emacs) to t. * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New function. (byte-compile-maybe-guarded): Use it to also look for bound symbols inside `and' forms. Comment out non-working code that was trying to avoid warnings for XEmacs code.
-
Dan Nicolaescu authored
* vc-svn.el (vc-svn-print-log, vc-svn-diff): * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command): * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff) (vc-cvs-annotate-command): * vc-arch.el (vc-arch-diff): Remove test to check if start-process is bound, it always is.
-
Jason Rumney authored
-
Juanma Barranquero authored
not the current filename coding system.
-
- 09 Nov, 2007 19 commits
-
-
Stefan Monnier authored
Don't make them frame-local any more.
-
Stefan Monnier authored
Don't set interprogram-(cut|paste)-function on each frame.
-
Stefan Monnier authored
Make them work in tty frames. (interprogram-cut-function, interprogram-paste-function): Set them globally.
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
-
Andreas Schwab authored
-
Stefan Monnier authored
-
Vinicius Jose Latorre authored
-
Vinicius Jose Latorre authored
-
Simon Josefsson authored
-
Jason Rumney authored
-
Jason Rumney authored
(w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.
-
Jason Rumney authored
Remove W32_SCROLL_BAR_CLICK_EVENT. (lispy_function_keys) [WINDOWSNT]: Add more keys. (lispy_multimedia_keys) [WINDOWSNT]: New array. (make_lispy_event) [WINDOWSNT]: Use it to translate MULTIMEDIA_KEY_EVENT.
-
Jason Rumney authored
Add MULTIMEDIA_KEY_EVENT.
-
Jason Rumney authored
-
Jason Rumney authored
(syms_of_w32fns): Export and initialize it. (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
-
Jason Rumney authored
(GET_APPCOMMAND_LPARAM): Likewise.
-