1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

32283 Commits

Author SHA1 Message Date
Miles Bader
b85fa13c9b (generate-calendar-window): Use `fit-window-to-buffer'. 2000-11-13 02:25:33 +00:00
Dave Love
f8c0f31e17 From Emerick Rogul <emerick@csa.bu.edu>.
* message.el (message-setup-fill-variables): New variable.
(message-mode): Use it.
2000-11-12 22:51:35 +00:00
Dave Love
edcfa2404b Various markup and content changes, particularly to use @def... for
functions, variables.
2000-11-12 19:07:45 +00:00
Stefan Monnier
c157af51b5 (gud-minor-mode): New var.
(gud-symbol, gud-val): New functions.
(gud-find-file): Copy gud-minor-mode to the new buffer.
(gud-menu-map): Include entries for commands that are not always
available, using :enable to (de)activate them.
(gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
(gud-mode-map): New map.
(gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
(gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
Don't set up gud's menu (it's done by the minor-mode).
(gud-minibuffer-local-map): New.
Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
(gud-query-cmdline): New function.
(gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
(gud-mode): Use define-derived-mode.
Don't set up gud's menu (it's done by the minor-mode).
(gud-chop-words): Remove.
(gud-common-init): Use split-string instead.
(gud-new-keymap, gud-make-debug-menu): Eradicate.
2000-11-12 18:48:22 +00:00
Stefan Monnier
165958d2b4 (easy-mmode-define-keymap):
Add keyword arg :name.
2000-11-12 18:09:09 +00:00
Stefan Monnier
cd632e57a5 (diff-mode-menu): Add entry for applying hunk.
(diff-count-matches, diff-split-hunk): New functions.
(diff-mode-map): Bind C-c C-s to diff-split-hunk.
2000-11-12 16:59:52 +00:00
Stefan Monnier
5392115834 (cvs-fi-conflict-face): New var. 2000-11-12 16:52:53 +00:00
Stefan Monnier
aace6150c0 (sh-mode-syntax-table) <defvar>:
Make it into a simple syntax-table, shared among all submodes.
(sh-heredoc-face): Re-introduce.
(sh-font-lock-syntactic-face-function): New function.
(sh-mode): Use it.  Also use define-derived-mode.
Remove old bogus setting of indent-region-function.
(sh-set-shell): Don't set the syntax-table any more.
(sh-mode-syntax-table) <defun>: Remove.
2000-11-12 16:48:45 +00:00
Stefan Monnier
1e344ee245 (Building Lists): Add footnote to explain how to add
to the end of a list.
2000-11-12 15:14:15 +00:00
Miles Bader
f5ed37df73 (flyspell-mode-on): Only output welcome message if interactive. 2000-11-12 13:26:15 +00:00
Dave Love
0b074c2fe7 v 2000-11-12 00:57:50 +00:00
Dave Love
29a69d04a6 Fix header,
(feedmail) <defgroup>: Add :link.
2000-11-12 00:57:08 +00:00
Dave Love
4503fe8bd2 Use local-map property, not keymap on mode-line string. 2000-11-12 00:53:35 +00:00
Dave Love
052e4f5ec1 (scroll-all-mode): Customize variable. Add
autoload cookie to function.
2000-11-12 00:49:58 +00:00
Dave Love
8242a6dcde Remove compatibility code. 2000-11-12 00:47:18 +00:00
Dave Love
f06f741699 (finder-known-keywords): Add files', remove vms'.
(finder-help-echo): New variable.
(finder-mouse-face-on-line): Add help-echo stuff.
(finder-list-keywords, finder-list-matches): Use mapc.
2000-11-12 00:42:36 +00:00
Dave Love
f676894c4e (face-font-registry-alternatives): Add :version. 2000-11-12 00:38:44 +00:00
Dave Love
84d51f9bb5 (visit-tags-table-buffer): Beware of `t' in
tags-table-list.
2000-11-12 00:33:19 +00:00
Dave Love
f86f6d1ea5 (browse-url-browser-function): Update
:version.
2000-11-12 00:28:43 +00:00
Dave Love
0eafc06c5e (mail-font-lock-keywords): Use [:alpha:], not
a-z.
(mail-mode): Use [:alnum:] in some regexps.
2000-11-12 00:27:05 +00:00
Dave Love
e873dcf574 comment fixes 2000-11-12 00:22:02 +00:00
Dave Love
51c39cdbd2 comment fix 2000-11-12 00:21:13 +00:00
Dave Love
b2bc32fc63 formatting only 2000-11-12 00:20:05 +00:00
Stefan Monnier
a5e350c9dd *** empty log message *** 2000-11-11 17:55:18 +00:00
Dave Love
405835714f Updated from master source. 2000-11-11 15:57:45 +00:00
Kenichi Handa
4e677396de Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. 2000-11-11 01:07:33 +00:00
Kenichi Handa
0a95681a61 (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
Defined these macros.
(NLIST_STRUCT): Avoid re-defining it.
2000-11-11 01:05:49 +00:00
Kenichi Handa
050c9c6849 (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
-I/usr/contrib/X11R6/include.
(LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
2000-11-11 00:31:37 +00:00
Kenichi Handa
1729bb9a0e *** empty log message *** 2000-11-11 00:31:13 +00:00
Dave Love
6d50239620 *** empty log message *** 2000-11-10 23:34:59 +00:00
Dave Love
10b3dd257b 2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gnus-mlspl.el: Documentation tweaks.
2000-11-10 23:34:38 +00:00
Dave Love
850846fdde (gnus-agent-confirmation-function): Add :version.
(gnus-agent-lib-file, gnus-agent-load-alist)
(gnus-agent-save-alist, gnus-agent-article-name): Use
expand-file-name.
2000-11-10 23:03:34 +00:00
Dave Love
2d447df6f8 (message-forward-as-mime, message-forward-ignored-headers)
(message-buffer-naming-style, message-default-charset)
(message-dont-reply-to-names, message-send-mail-partially-limit):
Add :version.
2000-11-10 22:58:26 +00:00
Dave Love
58e39d053a (gnus-auto-expirable-marks)
(gnus-inhibit-user-auto-expire, gnus-list-identifiers)
(gnus-extra-headers, gnus-ignored-from-addresses)
(gnus-newsgroup-ignored-charsets)
(gnus-group-highlight-words-alist)
(gnus-summary-show-article-charset-alist): Add :version.
2000-11-10 22:57:34 +00:00
Dave Love
4693ed4e2b (nnmail-expiry-target)
(nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
(nnmail-split-header-length-limit): Add :version.
2000-11-10 22:57:08 +00:00
Dave Love
fc2c2db8e9 (gnus-article-banner-alist)
(gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
(gnus-article-date-lapsed-new-header)
(gnus-article-mime-match-handle-function, gnus-mime-action-alist)
(gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
(gnus-treat-strip-headers-in-body)
(gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
(gnus-treat-translate): Add :version.
(gnus-article-mime-part-function): Fix defcustom.
2000-11-10 22:56:53 +00:00
Dave Love
0e5f03c178 (gnus-read-newsrc-file): Add :version. 2000-11-10 22:56:10 +00:00
Dave Love
5002cc5ce8 (gnus-group-name-charset-method-alist): Add
:version.
(nnkiboze-score-file): Defvar when compiling.
2000-11-10 22:55:56 +00:00
Dave Love
3b90e5b829 (state-or-merge): Defvar when compiling. 2000-11-10 22:36:26 +00:00
Dave Love
2acc9e43c3 (ediff-dispatch-file-patching-job): Check
ediff-patch-map non-nil.
(ediff-fixup-patch-map, ediff-fixup-patch-map)
(ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
buffer into fundamental mode.
2000-11-10 22:36:02 +00:00
Dave Love
5c12aa690e (ediff-status-info, ediff-debug-info): Put temp
buffer into fundamental mode.
(ediff-set-difference): Use copy-sequence if available.
2000-11-10 22:35:35 +00:00
Dave Love
7de0717c0e (rcs-ediff-view-revision): Put temp buffer into
fundamental mode.
2000-11-10 22:34:55 +00:00
Dave Love
e4d2c13046 * ediff.el (ediff-regions-internal, ediff-documentation):
* ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
	fundamental mode.
2000-11-10 22:34:22 +00:00
Jason Rumney
a82fe213e7 *** empty log message *** 2000-11-10 22:19:12 +00:00
Jason Rumney
6205b7cebc (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages. 2000-11-10 22:17:41 +00:00
Jason Rumney
767b1ff036 (Qw32_charset_hangeul): Rename to match w32 headers.
(Qw32_charset_vietnamese): New symbol.
(xlfd_charset_of_font): New function.
(w32_load_system_font): Use it.
(x_to_w32_charset): Use Fassoc to find charset info. Special case
when Vw32_charset_info_alist is nil to ensure default face always
has font. Use Fcar and Fcdr for safety.
(w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
(w32_codepage_for_font): Use xlfd_charset_of_font.  Use new
pseudo-codepages for special cases.
(w32_to_x_font): New parameter to allow charset portion to be
specified where there is many to one mapping.  Callers changed.
(w32_list_fonts): Avoid listing fonts that won't display.
2000-11-10 22:15:52 +00:00
Jason Rumney
02f593f3d0 (w32_encode_char): Handle CP_UNICODE specially.
(w32_use_unicode_for_codepage): Use new pseudo-codepages.
2000-11-10 22:11:25 +00:00
Jason Rumney
15fa6efbcf (w32-add-charset-info): New function.
(w32-charset-info-alist): Use it.
2000-11-10 22:05:50 +00:00
Dave Love
38748acaa2 Fix comment. 2000-11-10 19:43:55 +00:00
Dave Love
72b3c5e980 *** empty log message *** 2000-11-10 19:42:58 +00:00