1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-18 20:10:31 -07:00
Commit graph

63410 commits

Author SHA1 Message Date
Nick Roberts
58dfccb32d (Watch Expressions): Update. 2006-04-17 20:26:27 +00:00
Nick Roberts
791223f7e8 *** empty log message *** 2006-04-17 20:25:52 +00:00
Nick Roberts
d19c35c1c9 (gud-speedbar-item-info): Display frame address for root variables. 2006-04-17 19:50:14 +00:00
Nick Roberts
ec180a2625 (gdb-pc-address): Rename from gdb-frame-address.
(gdb-frame-address): Re-use to identify frame for watch expression.
(gdb-var-list, gdb-var-create-handler): Add frame address for root
variables.
(gdb-init-1, gdb-source, gdb-post-prompt, )
(gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
(gdb-frame-handler): Get gdb-frame-address.
2006-04-17 19:48:50 +00:00
Reiner Steib
bd29ba2089 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
(mm-charset-override-alist): New variable.
(mm-charset-to-coding-system): Use it.
(mm-codepage-setup): New helper function.
(mm-charset-eval-alist): New variable.
(mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
about unknown charsets.  Add allow-override.  Use
`mm-charset-override-alist' only when decoding.
(mm-detect-mime-charset-region): Use :mime-charset.

* mm-bodies.el (mm-decode-body, mm-decode-string): Call
`mm-charset-to-coding-system' with allow-override argument.
2006-04-17 19:37:15 +00:00
Reiner Steib
18c06a99aa [ Merge Gnome tool bars from Gnus trunk ]
* message.el (message-tool-bar-zap-list, message-tool-bar)
(message-tool-bar-gnome, message-tool-bar-retro): New variables.
(message-tool-bar-local-item-from-menu): Remove.
(message-tool-bar-map): Replace by `message-make-tool-bar'.
(message-make-tool-bar): New function.
(message-mode): Use `message-make-tool-bar'.

* gnus-sum.el (gnus-summary-tool-bar)
(gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
(gnus-summary-tool-bar-zap-list): New variables.
(gnus-summary-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.

* gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
(gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
variables.
(gnus-group-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.
(gnus-group-tool-bar-update): New function.

* gmm-utils.el: New file.
2006-04-17 18:26:22 +00:00
Stefan Monnier
43c50d22bc (tex-font-lock-match-suscript): Paren typo. 2006-04-17 13:44:56 +00:00
Michael Albinus
8580639069 Sync with Tramp 2.0.53. 2006-04-17 12:56:56 +00:00
Stefan Monnier
587043f8b7 (tex-font-lock-match-suscript): New function.
(tex-font-lock-keywords-3): Use it.
2006-04-17 12:05:40 +00:00
Romain Francoise
461e9977ce Whitespace fixes. 2006-04-17 09:10:40 +00:00
Romain Francoise
a74e1ca8c3 Remove item about VC annotate, implemented by ttn. 2006-04-17 09:10:15 +00:00
Romain Francoise
1e2b8ce5f9 (Local Variables): Update the default value of `max-specpdl-size'. 2006-04-17 09:04:33 +00:00
Miles Bader
e4a89ccf73 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-225
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 84-85)

   - Merge from emacs--devo--0
   - Update from CVS
2006-04-17 08:36:28 +00:00
Stefan Monnier
b433a5608e (comment-add): New function.
(comment-region-default, comment-dwim): Use it.
2006-04-17 03:51:30 +00:00
Nick Roberts
f8c62b7037 (coordinates_in_window): On the vertical border, calculate the row number
measured from the top of the window, not the top of the frame.
2006-04-17 00:24:50 +00:00
Nick Roberts
6c7809b31d *** empty log message *** 2006-04-17 00:23:20 +00:00
Kim F. Storm
046ece710b *** empty log message *** 2006-04-16 23:25:40 +00:00
Eli Zaretskii
4bba30640b (SYSTEM_PURESIZE_EXTRA): Reduce to 24000. 2006-04-16 18:07:30 +00:00
Romain Francoise
8d95636b2e (BASE_PURESIZE): Decrement back to 1200000. 2006-04-16 17:27:17 +00:00
Andreas Schwab
6a258a33e0 (PURESIZE_RATIO): Reduce to 10/6. 2006-04-16 12:19:47 +00:00
Miles Bader
51fa34bc58 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Creator:  Michael Olson <mwolson@gnu.org>

Improve tq.el.

* lispref/processes.texi (Transaction Queues): Mention the new optional
  `delay-question' argument for `tq-enqueue'.

* lisp/emacs-lisp/tq.el: Improve comments.
  (tq-queue-head-question): New accessor function.
  (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
  Update for modified queue structure.
  (tq-queue-add): Accept `question' argument.
  (tq-queue-pop): If a question is pending, send it.
  (tq-enqueue): Accept new optional argument `delay-question'.  If
  this is non-nil, and at least one other question is pending a
  response, queue the question rather than sending it immediately.
2006-04-16 02:17:00 +00:00
Bill Wohler
21acd4c9d3 (mh-font-lock-add-keywords): Fix typo in docstring. 2006-04-15 18:51:38 +00:00
Romain Francoise
f70a96b051 (BASE_PURESIZE): Increment to 1210000. 2006-04-15 17:53:32 +00:00
Roland Winkler
10ceef7a6c * calendar/appt.el (appt-add): Check whether an appointment is
already present in appt-time-msg-list.  Simplify code.
2006-04-15 16:36:56 +00:00
Roland Winkler
7413999478 (appt-add): Check whether an appointment is already present in
appt-time-msg-list. Simplify code.
2006-04-15 16:35:44 +00:00
Bill Wohler
42f8c37fa0 * mh-acros.el (struct, x, y): No need to wrap defvar with
eval-when-compile when shushing compiler, even when mh-do-in-xemacs or
another construct is used.

* mh-comp.el (sendmail-coding-system): Ditto.

* mh-e.el (mark-active): Ditto.

* mh-folder.el (desktop-save-buffer, font-lock-auto-fontify)
(image-load-path, font-lock-defaults): Ditto.

* mh-letter.el (image-load-path, font-lock-defaults): Ditto.

* mh-mime.el (dots, type, ov)
(mm-verify-function-alist, mm-decrypt-function-alist)
(pressed-details): Ditto.

* mh-search.el (pick-folder, mh-do-in-xemacs)
(mh-mairix-folder, mh-flists-search-folders)
(which-func-mode, mh-speed-flists-inhibit-flag): Ditto.

* mh-seq.el (tool-bar-mode): Ditto.

* mh-utils.el (completion-root-regexp)
(minibuffer-completing-file-name): Ditto.

* mh-xface.el (default-enable-multibyte-characters): Ditto.
2006-04-15 00:28:08 +00:00
Bill Wohler
73e6d1af3e * mh-funcs.el (view-exit-action): No need to wrap defvar with
eval-when-compile when shushing compiler.

* mh-mime.el (mh-identity-pgg-default-user-id): Ditto.

* mh-seq.el (view-exit-action): Ditto.

* mh-show.el (font-lock-auto-fontify): Ditto.

* mh-utils.el (mh-speed-flists-cache): Ditto
2006-04-14 21:28:52 +00:00
Bill Wohler
30545916ed * mh-compat.el (mh-font-lock-add-keywords): New alias for
font-lock-add-keywords. Returns nil on XEmacs.

* mh-e.el: Add MH-E function and variable keywords such as
mh-defun-compat and mh-defcustom to font-lock-keywords.
2006-04-14 18:49:18 +00:00
Stefan Monnier
58bd87402e (c-mode-menu): Don't presume c-subword-mode is bound. 2006-04-14 11:30:20 +00:00
Bill Wohler
50b7bce068 (Common Keywords): Specify values of :package-version. 2006-04-14 01:02:18 +00:00
Bill Wohler
61f32d39d0 (Common Keywords): Use dotted notation for :package-version value.
Improve documentation for customize-package-emacs-version-alist.
2006-04-14 00:49:01 +00:00
Bill Wohler
70a1d47eec (customize-package-emacs-version-alist)
(mh-e, mh-alias, mh-folder, mh-folder-selection)
(mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
(mh-scan-line-formats, mh-search, mh-sending-mail, )
(mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
(mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag)
(mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
(mh-alias-insert-file, mh-alias-insertion-location)
(mh-alias-local-users, mh-alias-local-users-prefix)
(mh-alias-passwd-gecos-comma-separator-flag)
(mh-new-messages-folders, mh-ticked-messages-folders)
(mh-large-folder, mh-recenter-summary-flag)
(mh-recursive-folders-flag, mh-sortm-args)
(mh-default-folder-for-message-function, )
(mh-default-folder-list, mh-default-folder-must-exist-flag)
(mh-default-folder-prefix, mh-identity-list)
(mh-auto-fields-list, mh-auto-fields-prompt-flag)
(mh-identity-default, mh-identity-handlers, mh-inc-prog)
(mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
(mh-junk-program, mh-compose-insertion)
(mh-compose-skipped-header-fields)
(mh-compose-space-does-completion-flag)
(mh-delete-yanked-msg-window-flag)
(mh-extract-from-attribution-verb, mh-ins-buf-prefix)
(mh-letter-complete-function, mh-letter-fill-column)
(mh-mml-method-default, mh-signature-file-name)
(mh-signature-separator-flag, mh-x-face-file, )
(mh-yank-behavior, mh-interpret-number-as-range-flag)
(mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
(mh-search-program, mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-compose-prompt-flag)
(mh-forward-subject-format, mh-insert-x-mailer-flag)
(mh-redist-full-contents-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, )
(mh-refile-preserves-sequences-flag, mh-tick-seq)
(mh-update-sequences-after-mh-show-flag)
(mh-bury-show-buffer-flag, mh-clean-message-header-flag)
(mh-decode-mime-flag, )
(mh-display-buttons-for-alternatives-flag)
(mh-display-buttons-for-inline-parts-flag)
(mh-do-not-confirm-flag, mh-fetch-x-image-url)
(mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
(mh-highlight-citation-style, mh-invisible-header-fields)
(mh-invisible-header-fields-default, mh-lpr-command-format)
(mh-max-inline-image-height, mh-max-inline-image-width)
(mh-mhl-format-file, mh-mime-save-parts-default-directory)
(mh-print-background-flag, mh-show-maximum-size)
(mh-show-use-xface-flag, mh-store-default-directory)
(mh-summary-height, mh-speed-update-interval)
(mh-show-threads-flag, mh-tool-bar-search-function)
(mh-defcustom, mh-after-commands-processed-hook)
(mh-alias-reloaded-hook, mh-before-commands-processed-hook)
(mh-before-quit-hook, mh-before-send-letter-hook)
(mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
(mh-forward-hook, mh-inc-folder-hook, )
(mh-insert-signature-hook, )
(mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
(mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
(mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
(mh-unseen-updated-hook, mh-folder-address, mh-folder-body)
(mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
(mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
(mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
(mh-folder-subject, mh-folder-tick, mh-folder-to)
(mh-letter-header-field, mh-search-folder, mh-show-cc)
(mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
(mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
(mh-show-subject, mh-show-to, mh-show-xface, )
(mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
(mh-speedbar-selected-folder)
(mh-speedbar-selected-folder-with-unseen-messages): Use dotted
notation in :package-version keyword.
2006-04-14 00:47:00 +00:00
Bill Wohler
994019dfac * cus-edit.el (customize-package-emacs-version-alist): Update
docstring.
(customize-package-emacs-version): Use cdr instead of cadr now that
alists use dotted pairs.

* custom.el (defcustom): Fix docstring for :package-version.
2006-04-14 00:46:39 +00:00
Michael Albinus
32f9593c7c * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
(tramp-handle-shell-command): Display output buffer only when
`tramp-display-shell-command-buffer' is true.
(tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2006-04-13 19:51:04 +00:00
Carsten Dominik
bb1d56c87c *** empty log message *** 2006-04-13 16:41:10 +00:00
Carsten Dominik
6eff18ef66 *** empty log message *** 2006-04-13 16:33:06 +00:00
Carsten Dominik
8d35c6efd9 *** empty log message *** 2006-04-13 15:11:06 +00:00
Carsten Dominik
a5c5d99de7 *** empty log message *** 2006-04-13 14:57:46 +00:00
Romain Francoise
501719afed (cvs-parse-table): Use `with-temp-buffer' to avoid leaving temporary
.cvsignore buffers behind.
2006-04-13 14:38:39 +00:00
Stefan Monnier
a04e10bc37 (find-function-search-for-symbol): Add comments. 2006-04-13 14:31:23 +00:00
Carsten Dominik
fd4545a0c9 *** empty log message *** 2006-04-13 13:50:07 +00:00
Carsten Dominik
d9f6d79437 (Visibility cycling): Better names for the startup
folding options.
	(Exporting): Completely restructured.
	(The very busy C-c C-c key): New section.
	(Summary of in-buffer settings): New section.
2006-04-13 13:49:41 +00:00
Carsten Dominik
2a94e282e2 (org-set-regexps-and-options, org-get-current-options):
Better names for the startup folding options.
2006-04-13 13:48:37 +00:00
Thien-Thi Nguyen
1867d8cbc5 (vc-annotate): Arrange for point to end up at the same
line number as in the original, but only when using a new buffer.
2006-04-13 13:36:54 +00:00
Thien-Thi Nguyen
1007cd5f2b Remove eol whitespace; nfc. 2006-04-13 13:29:22 +00:00
Eli Zaretskii
cda4c00bef *** empty log message *** 2006-04-13 10:55:47 +00:00
Eli Zaretskii
bc5d1dfb83 (hack-one-local-variable-eval-safep): Recognize edebug-form-spec' for put',
but only if it passes `edebug-basic-spec'.  Generalize `put' handling.
2006-04-13 10:54:38 +00:00
Eli Zaretskii
65d04e7627 (edebug-basic-spec): New function for vetting file-local form specs. 2006-04-13 10:51:17 +00:00
Eli Zaretskii
b1a569b54f (allout-layout): Autoload its `safe-local-variable' property. 2006-04-13 10:44:37 +00:00
Eli Zaretskii
a261265692 (Fprin1_to_string): Mention in the `doc' that the behavior is modified by
`print-level' and `print-length'.
2006-04-13 10:36:25 +00:00