1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 21:50:45 -08:00
Commit graph

34018 commits

Author SHA1 Message Date
Nick Roberts
9db237d572 *** empty log message *** 2006-03-27 08:48:58 +00:00
Carsten Dominik
c61e94b456 (org-get-level-face): Fixed bug with level counting. 2006-03-27 08:03:33 +00:00
Carsten Dominik
80d116c10e *** empty log message *** 2006-03-27 08:03:14 +00:00
Andreas Schwab
d6e4b78595 (gdb): Only complain about multiple debugging
when the gdb process is still running.
2006-03-26 17:24:02 +00:00
Eli Zaretskii
1da6a64db8 (tool-bar-map): Defvar it.
(rmail-tool-bar-map): Tool-bar buttons for Rmail.
(rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2006-03-25 11:34:47 +00:00
Eli Zaretskii
cb0b676650 (print-help-return-message): Suggest to use display-buffer instead of
switch-to-buffer-other-window to restore the previous window without
selecting it.
2006-03-25 10:11:09 +00:00
YAMAMOTO Mitsuharu
0f49150ef4 Adjust Courier font specifications in x-fixed-font-alist.
(mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
when directly encoding to UTF-16 in native byte order, no BOM.
2006-03-25 07:40:46 +00:00
YAMAMOTO Mitsuharu
4c08371a04 (select-frame-by-name): Call x-focus-frame also when
window-system is mac.
2006-03-25 07:40:18 +00:00
Kim F. Storm
27366995b7 (cua--init-rectangles): Use
cua-rectangle-mark-key instead of fixed C-return.
2006-03-25 00:55:09 +00:00
Kim F. Storm
1cb225da02 (cua-rectangle-mark-key): New defcustom.
(cua--init-keymaps): Use it instead of fixed C-return.
(cua-mode): Set after it.
2006-03-25 00:55:00 +00:00
Kim F. Storm
749e5af54f *** empty log message *** 2006-03-25 00:54:48 +00:00
Nick Roberts
b19f320523 (gdba): Revert 2006-03-10 change for case of "run" in .gdbinit.
(gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2006-03-25 00:09:15 +00:00
Nick Roberts
833627da74 *** empty log message *** 2006-03-25 00:08:12 +00:00
Romain Francoise
3095ccf511 (ctl-x-5-map): Really bind C-x 5 C-o to `display-buffer-other-frame'. 2006-03-24 13:59:22 +00:00
Kim F. Storm
f4517e516b (apropos-synonyms): Add selection => region. 2006-03-24 13:28:23 +00:00
Kim F. Storm
0ef4f79b47 *** empty log message *** 2006-03-24 13:28:11 +00:00
Nick Roberts
8928c512e4 (gdb-var-create-regexp)
(gdb-var-list-children-regexp, gdb-var-update-regexp)
(gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
(gdb-data-list-register-values-regexp)
(gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
Future proof against new fields being added to MI output.
(gdb-send): Don't treat backslashes for program input as
continuations.
(gdb-assembler-handler): Don't use window-start for this handler.
(gdb-frame-handler): Don't change to hollow arrow if overlay
arrow doesn't move to new frame.
2006-03-24 12:38:31 +00:00
Nick Roberts
d1f18d5886 *** empty log message *** 2006-03-24 12:37:36 +00:00
Nick Roberts
201f5b5f6a (gdb-continuation): Declare earlier to prevent compiler warnings.
(gdb-stopped): Check for gud-last-last-frame (case: signal).
(breakpoint-disabled): Make lighter for contrast with overlay
arrow.
(gdb-assembler-custom): Use hollow-right-triangle for assembler
buffer too.
2006-03-23 23:52:11 +00:00
Miles Bader
77218834ee Revision: emacs@sv.gnu.org/emacs--devo--0--patch-176
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 67)

   - Update from CVS
2006-03-23 23:51:33 +00:00
Nick Roberts
d23969f3f4 *** empty log message *** 2006-03-23 23:51:09 +00:00
Miles Bader
d451514f7e Revision: emacs@sv.gnu.org/emacs--devo--0--patch-174
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 65-66)

   - Update from CVS
2006-03-23 23:11:47 +00:00
Simon Josefsson
de82e530c7 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
* pgg-gpg.el (pgg-gpg-update-agent): Check for
	make-network-process, so we can use the same code in Gnus v5-10
	too and have this file fully synchronized with that release.
2006-03-23 13:13:27 +00:00
Kenichi Handa
4f162824e5 (rfc2231-encode-string): Use mm-disable-multibyte
instead of set-buffer-multibyte.
2006-03-23 11:30:48 +00:00
Romain Francoise
fde057aac8 (ibuffer-read-filter-group-name):
Use `ibuffer-generate-filter-groups' to make completion list match
the filter groups that are really displayed in the Ibuffer buffer.
(ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2006-03-23 07:05:33 +00:00
Kenichi Handa
e9e33c19b8 (rfc2231-decode-encoded-string): Work on unibyte
buffer and then decode the buffer text if necessary.
(rfc2231-encode-string): Be sure to work on multibyte buffer at
first, and after mm-encode-body, change the buffer to unibyte.
2006-03-23 05:51:44 +00:00
Kenichi Handa
9b99ec0e6c (sort-coding-systems): Describe that
the argument is modified in docstring.
2006-03-23 01:20:20 +00:00
Simon Josefsson
159a31cfbc Fix. 2006-03-22 16:10:01 +00:00
Simon Josefsson
4803386d1c 2006-03-22 Simon Josefsson <jas@extundo.com>
* pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
	(pgg-gpg-update-agent): New function.
	(pgg-gpg-use-agent-p): New function.
	(pgg-gpg-process-region, pgg-gpg-encrypt-region)
	(pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
	(pgg-gpg-sign-region): Use it.
2006-03-22 16:09:16 +00:00
Reiner Steib
7b97a7a56c Sync with version from Gnus (only whitespace changes). 2006-03-21 21:24:27 +00:00
Reiner Steib
6c3ba92180 Remove pgg-gpg.el entry already present in lisp/ChangeLog. 2006-03-21 21:17:32 +00:00
Miles Bader
f5e922148b Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 62-64)

   - Merge from emacs--devo--0
   - Update from CVS
2006-03-21 20:37:02 +00:00
Chong Yidong
e02577b7d8 * cus-edit.el (custom-face-set): Call custom-push-theme before
face-spec set so that `changed' theme is correctly saved.
	(custom-face-reset-standard): Reset to recalculated face rather
	than defface spec.

	* custom.el (custom-push-theme): Only save `changed' theme if the
	current face does not match the defface specs.
2006-03-21 16:44:10 +00:00
Simon Josefsson
e563e53b5c 2006-03-21 Simon Josefsson <jas@extundo.com>
* pgg-gpg.el: Ideas below based on patch from Sascha Wilde
	<wilde@sha-bang.de>.
	(pgg-gpg-use-agent): New variable.
	(pgg-gpg-process-region): Use it.
	(pgg-gpg-encrypt-region): Likewise.
	(pgg-gpg-encrypt-symmetric-region): Likewise.
	(pgg-gpg-decrypt-region): Likewise.
	(pgg-gpg-sign-region): Likewise.
	(pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2006-03-21 14:27:05 +00:00
Carsten Dominik
c0434d3b46 (org-open-at-point): Fixed bug in wiki-style bracket links. 2006-03-21 13:36:56 +00:00
Carsten Dominik
9ed8b6cb4a *** empty log message *** 2006-03-21 13:36:00 +00:00
Kim F. Storm
4b479fae31 (gdb-reset): Set buffer local value of
fringe-indicator-alist instead of modifying global value.
(gdb-frame-handler): Likewise.
2006-03-21 13:30:56 +00:00
Kim F. Storm
52bd2f4383 *** empty log message *** 2006-03-21 13:30:42 +00:00
Nick Roberts
b756c64cf7 *** empty log message *** 2006-03-21 10:19:51 +00:00
Nick Roberts
5dfe9b2b89 (hollow-right-triangle): Define as fringe bitmap.
(gdb-info-stack-custom): Rename from gdb-info-frames-custom and
change names in macro above for consistency.
(gdb-frame-handler): Use hollow-right-triangle for all selected
frames which except the innermost (where execution has stopped).
(gdb-reset): Reset buffer-local values of overlay-arrow.
2006-03-21 10:16:34 +00:00
Nick Roberts
ea5d66db38 (diff-function): Make it inherit from diff-header instead of diff-context. 2006-03-21 10:15:39 +00:00
Richard M. Stallman
3b4a1f681e *** empty log message *** 2006-03-20 15:08:56 +00:00
Richard M. Stallman
7cb4236238 (set-mark-command): Doc fix. 2006-03-20 15:08:28 +00:00
Richard M. Stallman
ab9b3866b8 (display-buffer-other-frame): New command.
(ctl-x-4-map): Bind C-x 5 C-o to it.
2006-03-20 15:05:41 +00:00
Stefan Monnier
0902822d85 (jit-lock-function): Check for the actual defer-timer rather than just
defer-time, in case defer-time has been changed but the timer isn't running yet.
(jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2006-03-20 07:52:03 +00:00
Luc Teirlinck
49fc41bee5 *** empty log message *** 2006-03-20 04:53:57 +00:00
Luc Teirlinck
a5f1e15451 (debug-help-follow): Revert last change. 2006-03-20 04:44:47 +00:00
Luc Teirlinck
c287ad03b1 *** empty log message *** 2006-03-20 01:35:06 +00:00
Luc Teirlinck
8a31f81302 (help-follow-symbol): New function. Essentially identical to the old
`help-follow', but do not let `push-button' do the work when on an xref.
(help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
(help-xref-symbol-regexp): Make no xref for symbol preceded by the
word `program'.  (From Richard M. Stallman.)
(help-follow-mouse, help-follow): Throw error if not on xref.
Delete no longer used args.  (From Richard M. Stallman.)
2006-03-20 00:42:21 +00:00
Luc Teirlinck
db13394c30 (debug-help-follow): Adapt comment to change in help-mode.el. 2006-03-20 00:38:09 +00:00