1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

28282 Commits

Author SHA1 Message Date
Kenichi Handa
030106ca73 (sendmail-send-it): Set
buffer-file-coding-system to the selected coding system for MIME
header.
2000-04-28 04:04:04 +00:00
Kenichi Handa
7b211df551 *** empty log message *** 2000-04-28 04:03:09 +00:00
Gerd Moellmann
c76e04a8d5 *** empty log message *** 2000-04-27 19:12:09 +00:00
Gerd Moellmann
5be6c3b044 (slurp_file): New function.
(xbm_image_p): Handle case of in-memory XBM files.
(xbm_scan): Rewritten to work on memory buffers instead of files.
(xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
Work on memory buffers instead of files.  If DATA is null test
if buffer looks like an in-memory XBM file.
(xbm_load_image): Renamed from xbm_load_image_file.  Work on
memory buffers instead of files.
(xbm_file_p): New function.
(xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
2000-04-27 19:11:04 +00:00
Gerd Moellmann
035eec486e (read1): Don't treat period followed by certain
characters as symbol start.
2000-04-27 19:10:15 +00:00
Gerd Moellmann
7e0ba6da56 (TERMCAP_OBJ): Removed.
(LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
2000-04-27 19:09:58 +00:00
Gerd Moellmann
c2f646d6bb (termcapobj): Don't use TERMCAP_OBJ. 2000-04-27 19:09:43 +00:00
Gerd Moellmann
42ac1ed4d1 (print_object): Treat print-length < 0 as nil. 2000-04-27 19:09:17 +00:00
Gerd Moellmann
3ad6e32bb9 Add support for `powerpc*-*-linux-gnu*'. 2000-04-27 19:05:51 +00:00
Gerd Moellmann
ec266158e4 (crm-completion-table): New variable.
(crm-collection-fn, crm-test-completion)
(completing-read-multiple): Use it.
2000-04-27 19:00:09 +00:00
Gerd Moellmann
11595aa959 (texinfo-format-xref): Don't try to insert nil. 2000-04-27 18:58:13 +00:00
Gerd Moellmann
fe20aba8c7 (mh-send-sub): Look for mh-comp-formfile in
mh-etc, too.
2000-04-27 18:56:42 +00:00
Gerd Moellmann
a788581670 (etags-tags-completion-table): Add a `:'
in the second character class of the regexp.
2000-04-27 18:54:39 +00:00
Gerd Moellmann
b20e965eff (dired-move-to-filename-regexp): Allow format where
YYYY is followed by two spaces.
2000-04-27 18:53:44 +00:00
Dave Love
e3e36d741f (locate-library): Use mapc.
(help-manyarg-func-alist): Add call-process-region.
2000-04-27 17:02:42 +00:00
Gerd Moellmann
353964e391 *** empty log message *** 2000-04-27 10:52:35 +00:00
Gerd Moellmann
9c97398c32 (end_of_file_error): New function.
(read1): Call it instead of signaling `end-of-file' directly.
2000-04-27 10:48:11 +00:00
Gerd Moellmann
c02279de38 (print_error_message): Print data of `end-of-file'
with Fprinc instead of Fprin1.
2000-04-27 10:47:45 +00:00
Gerd Moellmann
1edb5ce2f6 (gud-gdb-find-file): Call find-file-noselect with NOWARN
argument.
2000-04-27 10:41:43 +00:00
Gerd Moellmann
5f68f6e85a (add-minor-mode): Use set' instead of setq'. 2000-04-27 10:40:58 +00:00
Gerd Moellmann
b35bd33d35 (add-minor-mode): Make argument MAP optional. 2000-04-26 18:50:09 +00:00
Ken Raeburn
24d744ac9c (freeze_window_start): Check that minibuffer scroll window isn't nil before
extracting the window structure pointer from it.
2000-04-26 18:41:05 +00:00
Ken Raeburn
86a375f869 (record_delete): If we hit the end of the undo list, stop picking elements
apart.
2000-04-26 18:39:30 +00:00
Gerd Moellmann
7464346de7 *** empty log message *** 2000-04-26 17:46:21 +00:00
Gerd Moellmann
e6819fafa3 (display_line): If lines are continued, restore
iterator's ascent/descent information to the values before the
first glyph not fitting on the line.
2000-04-26 17:43:04 +00:00
Gerd Moellmann
138e541fe6 (normal-top-level-add-to-load-path): Handle
case that the default directory is not in load-path.
2000-04-26 17:34:37 +00:00
Gerd Moellmann
349c034d9e (find-image): New function.
(defimage): Rewritten to find image at load time.
2000-04-26 17:34:09 +00:00
Gerd Moellmann
d7d47268cc (add-minor-mode): New function. 2000-04-26 17:33:40 +00:00
Gerd Moellmann
4764024483 (desktop-save): Save list of minor modes.
(desktop-create-buffer): Restore minor modes.
(desktop-minor-mode-table): New user-option.
2000-04-26 17:33:02 +00:00
Gerd Moellmann
2e48ba1817 (help-xref-on-pp): New function.
(describe-variable): Use it to display xrefs in a symbol's value.
2000-04-26 17:32:20 +00:00
Stefan Monnier
23c0fb21e7 (custom-face): Fix parenthesis. 2000-04-26 17:12:34 +00:00
Kenichi Handa
f03392a12d (rmail-expunge): When there's no deleted messages,
do nothing.
2000-04-25 23:49:40 +00:00
Kenichi Handa
fad9503776 *** empty log message *** 2000-04-25 23:46:07 +00:00
Dave Love
0d7c5bb952 (locale-translation-file-name):
Defvar to nil.
(set-locale-environment): Set it here (at runtime).
2000-04-25 23:16:28 +00:00
Gerd Moellmann
612839b6b2 *** empty log message *** 2000-04-25 19:43:58 +00:00
Gerd Moellmann
f2d86d7a04 (try_window_id) <all changes above window start>: Adjust
positions in glyph matrix.  Don't compute new window end
positions.
2000-04-25 19:41:30 +00:00
Gerd Moellmann
86c11ba1c8 (increment_matrix_positions): Renamed from
increment_glyph_matrix_buffer_positions.
(increment_row_positions): Renamed from
increment_glyph_row_buffer_positions.
2000-04-25 19:39:59 +00:00
Gerd Moellmann
84fc6d4d2d Change names of renamed functions from dispnew.c in prototypes. 2000-04-25 19:38:48 +00:00
Gerd Moellmann
47d722546b (perform-replace): Add parameters START and END. Use
them instead of the check for a region in Transient Mark mode.
(query-replace-read-args): Return two more list elements for the
start and end of the region in Transient Mark mode.
(query-replace, query-replace-regexp, query-replace-regexp-eval)
(map-query-replace-regexp, replace-string, replace-regexp): Add
optional last arguments START and END and pass them to
perform-replace.
2000-04-25 19:19:31 +00:00
Gerd Moellmann
16bf9fa9d9 (ebrowse-tags-query-replace): Construct a
form with additional arguments for perform-replace.
2000-04-25 19:18:26 +00:00
Gerd Moellmann
daf462b5d4 (tags-query-replace): Add parameters START
and END.  Construct a form with additional arguments for
perform-replace.
2000-04-25 19:17:18 +00:00
Gerd Moellmann
c2e303c840 (shell-command): Set default directory for "*Shell
Command Output" buffer.
2000-04-25 19:14:45 +00:00
Gerd Moellmann
8585266f55 (iso-latin-4): Fix typo. 2000-04-25 19:12:56 +00:00
Dave Love
2917cc0582 *** empty log message *** 2000-04-24 20:42:00 +00:00
Dave Love
fadbdfeafe (Custom-set, Custom-save, Custom-reset-current)
(Custom-reset-saved, Custom-reset-standard)
(custom-group-value-create, custom-group-set, custom-group-save)
(custom-group-reset-current, custom-group-reset-saved)
(custom-group-reset-standard): Use mapc.
(custom-buffer-create-internal): Disable undo when creating items.
Use mapc.
(custom-face): Avoid superfluous lambda.
2000-04-24 20:11:27 +00:00
Gerd Moellmann
abfcc168d3 *** empty log message *** 2000-04-24 18:48:24 +00:00
Gerd Moellmann
73f13e5a9d (auto-save-list-file-prefix): Set default to
`~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2000-04-24 18:43:25 +00:00
Gerd Moellmann
b272d62400 (Fdo_auto_save): Create directories for auto-save
list file if necessary.
2000-04-24 18:41:54 +00:00
Sam Steingold
fa78f71bdb (time-stamp-string-preprocess): Always convert
`field-result' to a string.
2000-04-24 17:37:05 +00:00
Gerd Moellmann
cc181e9561 *** empty log message *** 2000-04-24 14:01:22 +00:00