1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

31127 Commits

Author SHA1 Message Date
Miles Bader
115f219da4 Add arch tagline 2005-09-12 22:54:28 +00:00
Chong Yidong
d5c16b0523 * custom.el (custom-push-theme): Handle the case where a symbol is
bound but face properties have not yet been assigned.
2005-09-12 22:05:17 +00:00
Chong Yidong
1db2d450cb 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail): Use new buffer if `noerase' argument is
	`new'.
2005-09-12 21:58:21 +00:00
Stefan Monnier
34cb01154a (calendar-for-loop): Add edebug info.
(calendar-basic-setup): Use the new nil arg.
(number-of-diary-entries): Move to diary-lib.el.
2005-09-12 21:32:11 +00:00
Stefan Monnier
01a7778ef4 Use with-current-buffer, match-string.
(diary-list-entries): Use with-syntax-table and dolist.
Rename from list-diary-entries.
Use number-of-diary-entries if `number' is nil.
(diary, diary-view-entries): Use this new name and new nil arg value.
(number-of-diary-entries): Move from calendar.el.
(diary-unhide-everything): New function.
(include-other-diary-files, fancy-diary-display)
(diary-show-all-entries, make-diary-entry): Use it.
(diary-mail-entries): Use buffer-string.
(mark-diary-entries): Fix long standing paren typo.
(diary-sexp-entry): Use count-lines.
(make-diary-entry): Avoid `previous-line'.
(diary-mode-map): New var.
(diary-mode): Redraw cal after saving.  Setup header-line.
(fancy-diary-display-mode): Use local-set-key.
2005-09-12 21:21:42 +00:00
Stefan Monnier
c7dc8ae18a (command-line): Try calling various terminal-init-foo-bar
functions by stripping hyphenated suffixes from $TERM.
2005-09-12 15:47:31 +00:00
Richard M. Stallman
595f66af31 (font-lock-keywords): Add autoload. 2005-09-12 15:37:44 +00:00
Richard M. Stallman
136b8cbeaa (describe-variable): Rearrange to put source link in a predictable place. 2005-09-12 15:35:22 +00:00
Richard M. Stallman
5629e04f32 New file. 2005-09-12 15:33:35 +00:00
Stefan Monnier
344f111150 (normal-mode): Check boundness of font-lock-keywords. 2005-09-12 15:05:24 +00:00
Richard M. Stallman
7957baeaaf Don't decide a file's directory
until the user actually tries to go there.
(compilation-next-error-function):
Pass compilation-find-file the directory from the file-struct.
(compilation-internal-error-properties): Separate local FILE-STRUCT
from FILE.  Doc the args better.  Rename arg FMT to FMTS.
(compilation-find-file): Arg DIR renamed to DIRECTORY.
Expand it, and if nil, use default-directory.
(compilation-get-file-structure): Don't mix specified directory
with default directory.  Put specified directory into
file-struct.  Don't make the file name absolute.

(compilation-error-regexp-alist): Doc fix.
(compile-command): Add autoload.
(compilation-disable-input): Add autoload.
2005-09-12 05:01:06 +00:00
Stephen Gildea
7318a7a31e time-stamp.el 2005-09-12 01:06:28 +00:00
Stephen Gildea
0ec633181b (time-stamp, time-stamp-line-limit, time-stamp-start, time-stamp-end):
Mention variable time-stamp-pattern in doc string.
(time-stamp-pattern): Update doc string.
(time-stamp-string-preprocess): new (as yet undocumented)
time-stamp-format escapes %Q and %q (fully-qualified domain name
and unqualified host name).
2005-09-12 01:05:55 +00:00
Miles Bader
a8f6d239d2 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-540
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam-report.el (spam-report-gmane): Fix generation of spam
   report URL.

2005-09-10  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Make the default
   t, based on discussion on the ding list with Robert Epprecht
   <epprecht@solnet.ch>.
2005-09-11 22:02:04 +00:00
Kim F. Storm
f172343a06 *** empty log message *** 2005-09-10 22:55:46 +00:00
Kim F. Storm
56c3f16ce3 (authors-aliases): Update list.
(authors-fixed-entries): Update mldrag.el entry.
2005-09-10 22:43:12 +00:00
Kim F. Storm
99580cde58 Fix formatting of misc. entries. 2005-09-10 22:26:18 +00:00
Eli Zaretskii
0e43543032 (narrow-to-page): Exclude _entire_ multi-line delimiter from the region
narrowed to.
2005-09-10 15:22:29 +00:00
Eli Zaretskii
c10b0abc38 (ispell-check-version): Signal an error if aspell version is less than 0.60. 2005-09-10 15:09:06 +00:00
Eli Zaretskii
4ca7c4680d (inferior-octave-startup): Resync current dir at the end. 2005-09-10 15:05:44 +00:00
Eli Zaretskii
72f0712b75 (woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
(woman-topic-at-point): Renamed to woman-use-topic-at-point.
(woman-file-name): Reflect renames above.  Automatically use the
word at point as topic if woman-use-topic-at-point is non-nil.
Otherwise offer it as default but don't insert it in the
minibuffer.  Also use `test-completion' instead of `assoc' as
suggested by Stefan Monnier.
2005-09-10 14:59:07 +00:00
André Spiegel
de21740de0 # 2005-09-10 11:11:42 +00:00
Eli Zaretskii
6ee37599a4 *** empty log message *** 2005-09-10 10:56:15 +00:00
André Spiegel
ca3c209618 (vc-directory, vc-update-change-log): Throw an error on the attempt to
do it over Tramp.  This is not yet supported.
2005-09-10 10:55:42 +00:00
Eli Zaretskii
92752c3ada (menu-bar-menu-frame-live-and-visible-p)
(menu-bar-non-minibuffer-window-p): New functions.
("Split Window", "Save As..."): Use them.
("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
("Print Buffer", "Truncate Long Lines in this Buffer"):  Use
menu-bar-menu-frame-live-and-visible-p.
("Save Buffer", "Insert File", "Open Directory...")
("Open File...", "Visit New File..."): Use
menu-bar-non-minibuffer-window-p.
(kill-this-buffer-enabled-p, dired <menu-enable>): Use
menu-bar-non-minibuffer-window-p.
2005-09-10 10:55:14 +00:00
Eli Zaretskii
b948abc811 Fix last change. 2005-09-09 16:24:25 +00:00
Eli Zaretskii
6eb33acbd4 (all): Don't complain about fringe-related
built-ins if fringes are not supported.  Ditto about
selection-related built-ins.  Fix the test for GTK-related
built-ins.
2005-09-09 16:22:11 +00:00
Eli Zaretskii
50a6ff152d *** empty log message *** 2005-09-09 13:42:01 +00:00
Eli Zaretskii
76e4a9fd2a ("Split Window", "Postscript Print Buffer (B+W)")
("Postscript Print Buffer", "Print Region", "Save As...")
("Save", "Insert File...", "Open Directory...")
("Open File...", "Visit New File..."")
("Truncate Long Lines in this Buffer"): Don't look at
menu-updating-frame if this display does not support multiple
frames.
2005-09-09 13:40:46 +00:00
Eli Zaretskii
012a21960a *** empty log message *** 2005-09-09 12:35:04 +00:00
Eli Zaretskii
27f667c098 (default-sendmail-coding-system): Doc fix. 2005-09-09 12:33:21 +00:00
Eli Zaretskii
9198ee0e04 Format- and whitespace-related changes. 2005-09-09 12:30:03 +00:00
Eli Zaretskii
f64b6c63b3 Fix my email address. 2005-09-09 12:21:26 +00:00
Stefan Monnier
29499b827c *** empty log message *** 2005-09-09 04:58:15 +00:00
Miles Bader
d752cf539f Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-536
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 112-114)

   - Update from CVS

2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam-report.el (spam-report-gmane): Make it work without
   X-Report-Spam header.  Gmane now only provides Archived-At.  This
   is only used if `spam-report-gmane-use-article-number' is nil.
   (spam-report-gmane-spam-header): Removed.  Not used anymore.

   * lisp/gnus/nnweb.el (nnweb-google-wash-article): Print a message if article
   is not available.

2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>

   * lisp/gnus/gnus-art.el (gnus-mime-display-single): Decode text/* parts
   content before displaying.

2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mml-smime.el: Remove defvar of gnus-extract-address-components.

2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-view.el (mm-display-inline-fontify): Disable support modes.
2005-09-09 01:47:33 +00:00
Richard M. Stallman
47b8bc5d45 *** empty log message *** 2005-09-09 01:37:45 +00:00
Richard M. Stallman
df983e3b84 Comment change. 2005-09-09 01:36:01 +00:00
Richard M. Stallman
0404a075c0 (sh-skeleton-pair-default-alist): New var.
(sh-mode): Locally set skeleton-pair-default-alist.
2005-09-09 01:26:00 +00:00
Richard M. Stallman
cac9ce0d76 (makefile-add-log-defun): Trim the result. 2005-09-09 01:24:59 +00:00
Richard M. Stallman
c3b8339fd7 Require `compile' unconditionally. 2005-09-09 01:24:15 +00:00
Richard M. Stallman
5c290b9e68 (send-mail-function): Add Mailclient alternative. 2005-09-09 01:22:05 +00:00
Richard M. Stallman
b25dc41fea (woman-file-name): Provide a default, not initial input. 2005-09-09 01:21:28 +00:00
Richard M. Stallman
f57b45cfee (smerge-resolve): Pass args to smerge-remove-props. 2005-09-09 01:16:05 +00:00
Richard M. Stallman
59442c8050 (font-lock-support-mode): Doc fix. 2005-09-09 01:15:25 +00:00
Richard M. Stallman
1d0e3fc84f (blink-matching-open): Get rid of text props from
the string shown in echo area.  Don't permanently set point.
Some rearrangements.
2005-09-09 01:11:34 +00:00
Richard M. Stallman
d502fc0692 (describe-property-list): Handle non-symbol prop names. 2005-09-09 01:10:41 +00:00
Reiner Steib
9815ca3d25 (recentf-filename-handler): Add custom choice
`abbreviate-file-name'.
2005-09-08 18:45:38 +00:00
Reiner Steib
8e2c8d3ebf (msb--very-many-menus): Fix typo. 2005-09-08 18:42:37 +00:00
Reiner Steib
6fbb1eb031 (standard-display-european): Don't set
enable-multibyte-characters to nil.
2005-09-08 18:41:13 +00:00
David Ponce
e58af6f198 (recentf-show-file-shortcuts-flag): New option.
(recentf-expand-file-name): Doc fix.
(recentf-dialog-mode-map): Define digit shortcuts.
(recentf--files-with-key): New variable.
(recentf-show-digit-shortcut-filter): New function.
(recentf-open-files-items): New function.
(recentf-open-files): Use it.
(recentf-open-file-with-key): New command.
2005-09-08 08:54:34 +00:00