1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

6922 commits

Author SHA1 Message Date
Stefan Monnier
78d54deee7 (debug): Hide the buffer if it's not killed.
Remove unused and inexistent var `inhibit-trace'.
(debugger-mode): Use run-mode-hooks.
(debugger-list-functions): Add buttons; setup xref stack.
2005-02-26 05:28:24 +00:00
Kim F. Storm
c6f4488cfd *** empty log message *** 2005-02-25 23:32:44 +00:00
Lute Kamstra
a0b497c53b (query-replace-read-from): Fix 2005-02-19 change. 2005-02-25 11:45:05 +00:00
Luc Teirlinck
ffa8d0ef1b (blink-cursor-mode): Add :group keyword. 2005-02-25 00:23:25 +00:00
Glenn Morris
1a951b51aa *** empty log message *** 2005-02-24 18:21:24 +00:00
Stefan Monnier
6ecedb401f (tex-font-lock-keywords-3): #n is atomic. 2005-02-24 15:34:34 +00:00
Kim F. Storm
1749aa90ac *** empty log message *** 2005-02-24 13:55:38 +00:00
Richard M. Stallman
a98ac7ae36 *** empty log message *** 2005-02-23 21:06:04 +00:00
Juri Linkov
91c6626241 *** empty log message *** 2005-02-23 17:15:47 +00:00
Luc Teirlinck
01d746be1e *** empty log message *** 2005-02-22 23:16:29 +00:00
Kim F. Storm
b686dd591d *** empty log message *** 2005-02-22 20:52:19 +00:00
Simon Josefsson
fe77c061ab (browse-url-netscape-new-window-is-tab): New variable.
(browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
Oskarsson" <myrkraverk@users.sourceforget.net>.
2005-02-22 14:11:48 +00:00
Kim F. Storm
baf70a025c *** empty log message *** 2005-02-22 09:41:50 +00:00
Kenichi Handa
ca69e8aabe (ps-mule-header-string-charsets): Delete it.
(ps-mule-show-warning): New function.
(ps-mule-begin-job): Use ps-mule-show-warning if unprintable
characters are found.
2005-02-22 06:23:01 +00:00
Stefan Monnier
dae3211dbd (cvs-retrieve-revision): Fix thinko. 2005-02-21 18:36:11 +00:00
Stefan Monnier
9df747e1c9 *** empty log message *** 2005-02-21 13:44:11 +00:00
Stefan Monnier
2c75eddf9d (function-key-map): Use char-names more consistently.
(file-name-coding-system): Only set it for MacOS-9.  The other case is
already handled in mule-cmds.el (where it also works when mac-win.el
is not used).
2005-02-21 13:11:04 +00:00
Kenichi Handa
002dc23966 (ctext-pre-write-conversion): Always use
" *code-converting-work*" buffer for work.
2005-02-21 12:53:33 +00:00
Kenichi Handa
c4a166f16f *** empty log message *** 2005-02-21 02:36:16 +00:00
Thien-Thi Nguyen
220715073c (scheme-font-lock-keywords-2): Handle named-let. 2005-02-20 12:07:08 +00:00
Jonathan Yavner
50d9c3962f *** empty log message *** 2005-02-20 05:02:11 +00:00
Kim F. Storm
0fba9f25f2 *** empty log message *** 2005-02-19 23:30:12 +00:00
Dan Nicolaescu
f79bdb3aa2 (query-replace, query-replace-regexp)
(replace-string, replace-regexp): When operating on region, make
the minibuffer prompt say so.
2005-02-19 21:08:43 +00:00
Dan Nicolaescu
ac010fca51 (isearch-forward): Document isearch-query-replace and
isearch-query-replace-regexp keybindings.
2005-02-19 20:52:47 +00:00
Jay Belanger
fa64fa22bd *** empty log message *** 2005-02-19 20:28:04 +00:00
Michael Kifer
3f9526a371 * viper-cmd.el (viper-prefix-commands): make into a defconst.
(viper-exec-buffer-search): use regexp-quote to quote the buffer
	string.
	(viper-minibuffer-setup-sentinel): make some variables buffer-local.
	(viper-skip-separators): bug fix.
	(viper-set-searchstyle-toggling-macros): allow to unset macros in a
	particular major mode.
	(viper-del-backward-char-in-replace): don't put deleted char on the
	kill ring.

	* viper-ex.el (viper-color-display-p): new function.
	(viper-has-face-support-p): use viper-color-display-p.

	* viper-keym.el (viper-gnus-modifier-map): new keymap.

	* viper-macs.el (viper-unrecord-kbd-macro): bug fix.

	* viper-util.el (viper-glob-unix-files): fix shell status check.
	(viper-file-remote-p): make equivalent to file-remote-p.

	* viper.el (viper-major-mode-modifier-list): use
	viper-gnus-modifier-map.
2005-02-19 19:32:47 +00:00
David Kastrup
c761fd554a (subregexp-context-p): Fix garbled doc string by adding
quoting.
2005-02-19 18:54:17 +00:00
Jay Belanger
7ca4e8a10f *** empty log message *** 2005-02-19 16:11:52 +00:00
Eli Zaretskii
0e0d568381 (escape-glyph, minibuffer-prompt, button): Add commentary for
the reasons we use "type pc" in these faces.
2005-02-19 13:27:09 +00:00
Eli Zaretskii
2511035dc7 (query-replace-read-from): Set the value of
query-replace-from-history-variable to handle the case of an empty
string entered to accept the suggested default.
2005-02-19 13:12:21 +00:00
Eli Zaretskii
74f69b9388 (tramp-file-name-for-operation): Use dired-call-process instead of
dired-call-process-command.
2005-02-19 12:49:02 +00:00
Jay Belanger
7182a9a692 *** empty log message *** 2005-02-19 06:07:49 +00:00
Nick Roberts
8c4e7434d2 *** empty log message *** 2005-02-19 05:06:30 +00:00
Michael Kifer
17561e4ffa * ediff.el (ediff-set-diff-overlays-in-one-buffer,
ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
	we use the syntax table of the correct buffer.
	(ediff-same-file-contents,ediff-same-contents): enhancements thanks to
	Felix Gatzemeier.

	* ediff-init.el (ediff-hide-face): checks for definedness of functions.
	(ediff-file-remote-p): make synonymous with file-remote-p.
	In all deffaces ediff-*-face-*, use min-colors.

	* ediff-mult.el (ediff-meta-mark-equal-files): make use of
        ediff-recurse-to-subdirectories.
	(ediff-mark-if-equal): check that the arguments are strings, use
	ediff-same-contents (after to Felix Gatzemeier).

	* ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
	nil.
2005-02-19 04:46:24 +00:00
Stefan Monnier
9be92b9605 (log-view-message-re): Fix up Subversion regexp. 2005-02-18 21:56:47 +00:00
David Kastrup
3a51abf1df (meta-mark-active): Fix condition to just
use `mark-active' when defined.
2005-02-18 14:28:24 +00:00
Kenichi Handa
92dc83a921 (ps-font-info-database): New entry
ZapfChancery-MediumItalic with correct font name.  Fix font name
of the entry Zapf-Chancery-MediumItalic.
2005-02-18 00:44:44 +00:00
Luc Teirlinck
6dbbc01d66 (auto-revert-stop-on-user-input): Further doc fix. 2005-02-17 00:58:19 +00:00
Kim F. Storm
4aed6e1eae *** empty log message *** 2005-02-16 21:36:24 +00:00
Nick Roberts
fb05d8afc9 *** empty log message *** 2005-02-16 20:22:38 +00:00
Richard M. Stallman
a29c9707c7 *** empty log message *** 2005-02-16 10:22:14 +00:00
Luc Teirlinck
e1c9f9398e *** empty log message *** 2005-02-16 05:13:39 +00:00
Jason Rumney
52c7f9eea2 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
* w32select.c: Summary: Thorough rework to implement Unicode
        clipboard operations and delayed rendering.

        Drop last_clipboard_text and related code, keep track of
        ownership via clipboard_owner instead.  Drop old #if0
        sections.

        (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
        (clipboard_owner, modifying_clipboard, cfg_coding_system)
        (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
        (current_coding_system, current_requires_encoding)
        (current_num_nls, current_clipboard_type, current_lcid): New
        static variables.

        (convert_to_handle_as_ascii, convert_to_handle_as_coded)
        (render, render_all, run_protected, lisp_error_handler)
        (owner_callback, create_owner, setup_config)
        (enum_locale_callback, cp_from_locale, coding_from_cp): New
        local functions.

        (term_w32select, globals_of_w32select): New global functions.

        (Fw32_set_clipboard_data): Ignore parameter FRAME, use
        clipboard_owner instead.  Use delayed rendering and provide
        all text formats.  Provide CF_LOCALE if necessary.

        (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
        CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
        available.  Force DOS line-ends for decoding.

        (Fx_selection_exists_p): Handle CF_UNICODETEXT.

        (syms_of_w32select): Init and register new variables.

        * w32.h: Add prototypes for globals_of_w32select and
        term_w32select.  Make the neighboring K&R declarations into
        prototypes, too.

        * emacs.c: Include w32.h to get function prototypes.
        (main): Call globals_of_w32select.

        * w32.c (term_ntproc): Call term_w32select.

        * mule-cmds.el (set-locale-environment): Remove call to
        set-selection-coding-system on Windows.

        * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
2005-02-15 23:19:26 +00:00
Jay Belanger
6ec3030266 (math-csc-raw): Fix typo. 2005-02-15 19:49:51 +00:00
Lute Kamstra
43817a7520 (lisp-mode-variables): Add ;;;###autoload to `outline-regexp'.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>
(lisp-outline-level): Improve efficiency.  Suggested by David Kastrup
<dak@gnu.org>.
2005-02-15 09:23:22 +00:00
Nick Roberts
34093ed782 *** empty log message *** 2005-02-15 09:18:31 +00:00
Luc Teirlinck
0f014aa113 (all): Comment change. 2005-02-14 23:44:07 +00:00
Lute Kamstra
23e8c0957e *** empty log message *** 2005-02-14 12:17:31 +00:00
Carsten Dominik
a486913983 *** empty log message *** 2005-02-14 12:11:02 +00:00
Richard M. Stallman
134948fc5f *** empty log message *** 2005-02-14 10:25:50 +00:00