1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

59544 Commits

Author SHA1 Message Date
Juanma Barranquero
e5b05b08c1 (dos-unsupported-char-glyph): Add defvar. 2005-09-13 08:46:17 +00:00
Kenichi Handa
d008f7b7fa (compose_chars_in_text): Delete it. 2005-09-13 01:07:30 +00:00
Kenichi Handa
ecab2fa2e4 (compose_chars_in_text): Delete extern. 2005-09-13 01:05:51 +00:00
Kim F. Storm
826256dd2b (print_error_message): Fix last change. 2005-09-12 23:10:59 +00:00
Kim F. Storm
2ada8ac5c5 *** empty log message *** 2005-09-12 23:10:48 +00:00
Chong Yidong
c8359e8fd5 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* url-mailto.el (url-mailto): Always use a new mail buffer.
2005-09-12 23:02:16 +00:00
Chong Yidong
09c9e6bbb9 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
	Fix behavior if noerase is `t' and there is no mail buffer.

	* simple.el (sendmail-user-agent-compose): Use a new mail buffer
	if `continue' is nil, rather than signal an error.
2005-09-12 22:58:55 +00:00
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
Kim F. Storm
5874a24c2d (compose_chars_in_text): Fix setup of `pend'.
Unconditionally reload `ptr' and `pend' after eval.
2005-09-12 20:38:47 +00:00
Kim F. Storm
0fdbe3025f *** empty log message *** 2005-09-12 20:38:29 +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
Kim F. Storm
dfc22242b5 (auto_save_error): Pass copy of lisp string to message2. 2005-09-12 13:42:49 +00:00
Kim F. Storm
11fb15d5c4 (print_error_message): Pass copy of caller name to message_dolog. 2005-09-12 13:42:40 +00:00
Kim F. Storm
e4dd341972 (message3): Pass copy of lisp string to message_dolog. 2005-09-12 13:42:30 +00:00
Kim F. Storm
48c60938b9 *** empty log message *** 2005-09-12 13:42:15 +00:00
Kenichi Handa
5add1986c0 (display_mode_element): Be sure to make variables THIS
and LISP_STRING point into a string data of ELT.
2005-09-12 11:51:55 +00:00
Kim F. Storm
fe8089a249 (x_encode_text): Remove prototype. 2005-09-12 10:27:35 +00:00
Kim F. Storm
df63049686 (x_encode_text): Declare static. Add FREEP arg.
(x_set_name_internal): Call x_encode_text with new FREEP arg to
know if xfree is needed instead of guessing.
2005-09-12 10:27:20 +00:00
Kim F. Storm
acc23b87a7 (check_windows_init_file): Fix allocation of error buffer. 2005-09-12 10:27:02 +00:00
Kim F. Storm
e8157eae64 (Fminibuffer_complete_word): Move `completion_string'
declaration to where it is used.
2005-09-12 10:26:48 +00:00
Kim F. Storm
d6a31e9ffd (Fdescribe_buffer_bindings): Reload `translate'
after insert which runs signal_after_change.
2005-09-12 10:26:35 +00:00
Kim F. Storm
fa056b08ee (Ftranslate_region_internal): Reload `tt' after
signal_after_change that may have GC'ed.
(Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
2005-09-12 10:26:15 +00:00
Kim F. Storm
18bb66c7bc *** empty log message *** 2005-09-12 10:22:53 +00:00
Werner LEMBERG
cacb2615f8 typo 2005-09-12 05:53:11 +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
Jason Rumney
df1b21421b (../src/config.h): Don't overwrite. Print a message instead.
(../src/paths.h): Removed.
2005-09-11 22:29:23 +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
Jason Rumney
945a75f8b0 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
* w32term.c (x_bitmap_icon): Load small icons too.
2005-09-11 20:34:04 +00:00
Kim F. Storm
7525e76fc5 Regenerate. 2005-09-10 22:56:00 +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
Romain Francoise
f996237104 (init_buffer): Fix typos. 2005-09-10 20:05:02 +00:00
Romain Francoise
156bdb4130 (init_buffer): Grow buffer to add directory separator
and terminal zero.
2005-09-10 19:55:28 +00:00
Chong Yidong
2bb8b80c20 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
* files.texi (Saving Buffers): Fix typo.
2005-09-10 15:51:28 +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
ee5d9fdfc5 Document changes in woman.el. 2005-09-10 15:01:43 +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