Gerd Moellmann
3e8b2a018f
*** empty log message ***
2000-05-02 10:39:45 +00:00
Eli Zaretskii
35a28e21a4
*** empty log message ***
2000-05-01 15:36:29 +00:00
Eli Zaretskii
44329b4311
(install): Install ebrowse.exe.
2000-05-01 15:23:35 +00:00
Eli Zaretskii
373ea6d5ee
Identify the beginning of cpp stuff in src/Makefile.in and
...
lib/src/Makefile.in more accurately.
2000-05-01 15:19:27 +00:00
Kenichi Handa
40292c8a39
(fs_load_font): By default, use 0x00..0x7f for ASCII.
...
Check Vfont_encoding_alist against the full name of the opened
font.
2000-05-01 00:57:23 +00:00
Kenichi Handa
0d7811edd0
*** empty log message ***
2000-05-01 00:55:28 +00:00
Gerd Moellmann
57cb56f585
*** empty log message ***
2000-04-29 19:35:00 +00:00
Gerd Moellmann
c6d0703ae5
PostScript level 1 compatibility.
2000-04-29 19:34:45 +00:00
Gerd Moellmann
c00e0292f6
PostScript level 1 compatibility, Upside-down
...
printing and line number step.
(BeginDoc, doLineNumber, SL, HL): Code fix.
(isLineStep, PSL): New funs.
2000-04-29 19:34:29 +00:00
Gerd Moellmann
bbfc759111
(normal-top-level): Put a condition-case around
...
the code loading subdirs.el.
2000-04-29 19:28:46 +00:00
Gerd Moellmann
906d41a775
Upside-down and face background color printing,
...
line number step, doc fix.
(ps-print-version): New version number (5.2).
(ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
(ps-face-attribute-list, ps-plot-with-face): Code fix.
(ps-spool-config): Var fix.
(ps-printer-name-option): Const fix.
(ps-print-upside-down, ps-use-face-background,
ps-line-number-step): New vars.
(ps-window-system, ps-lp-system): New consts.
(ps-face-background): New fun.
2000-04-29 19:27:49 +00:00
Gerd Moellmann
084cec2f2c
*** empty log message ***
2000-04-29 13:19:35 +00:00
Gerd Moellmann
d564f5b60b
(make-auto-save-file-name):
...
Apply auto-save-file-name-transforms to visited file name
before generating auto save file name.
(auto-save-file-name-transforms): New variable.
(backup-enable-predicate):
Correctly test for a file under a temporary directory.
2000-04-29 13:17:48 +00:00
Dave Love
3bbc50af42
concat change
2000-04-28 17:09:07 +00:00
Dave Love
a9cacab79c
*** empty log message ***
2000-04-28 17:03:43 +00:00
Gerd Moellmann
a943a5ca3e
(make_cursor_line_fully_visible): Handle case of rows
...
taller than the window.
2000-04-28 13:39:21 +00:00
Kenichi Handa
0badc11418
(realize_x_face): Fix the argument of the second
...
xassert. BASE_FACE may not be a face for ASCII.
2000-04-28 12:57:52 +00:00
Kenichi Handa
5dba1e292f
*** empty log message ***
2000-04-28 12:52:32 +00:00
Gerd Moellmann
c94f467716
*** empty log message ***
2000-04-28 11:53:43 +00:00
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