Gerd Moellmann
1ecefa7a6e
Support `sparc*-*-netbsd*'.
2000-09-30 14:34:26 +00:00
Gerd Moellmann
70dbdb363e
(Fopen_network_stream) [HAVE_GETADDRINFO]: Use
...
gai_strerror. Make sure xerrno is set if connect fails. Improve
error recovery.
2000-09-30 13:51:15 +00:00
Gerd Moellmann
d777bb8fc4
*** empty log message ***
2000-09-30 12:15:19 +00:00
Gerd Moellmann
a12bfcd8ab
(auto-mode-alist): Add pattern for `#*mail*...'.
2000-09-30 12:14:46 +00:00
Gerd Moellmann
8a5506f297
(authors-obsolete-file-p): New function.
...
(authors-obsolete-files-regexps): New variable.
(authors-add): Don't record changes in obsolete files.
2000-09-30 12:06:40 +00:00
Stefan Monnier
9194723588
(dired-map-over-marks): Use modern backquotes and docstring.
2000-09-29 22:24:38 +00:00
Stefan Monnier
3fa87bfc01
*** empty log message ***
2000-09-29 22:21:30 +00:00
Stefan Monnier
bff6da3dce
(auto-insert-mode): Use define-minor-mode.
2000-09-29 22:14:58 +00:00
Jason Rumney
264f0aa7ed
(search_file_line): Fix skipping of whitespace.
...
(get_quoted_string): Fix limit on memchr search.
(set_bdf_font_info): Use unsigned chars. Negate yoffset.
(w32_init_bdf_font): Initialize codepoint and bitmap heaps.
(w32_free_bdf_font): Free bitmaps and codepoints on heaps.
(get_cached_font_char, cache_char_offset): Use macro
BDF_CODEPOINT_RANGE_COVER_P.
(cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
(clear_cached_bitmap_slots): New function.
(GET_HEX_VALUE): G-Z, g-z are not hex.
(w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
(get_bitmap_with_cache): Use new cache implementation.
(create_offscreen_bitmap): New function.
(w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
2000-09-29 21:23:10 +00:00
Jason Rumney
ebbf77eacd
(glyph_struct, cache_bitmap): Cache bitmap data, not GDI object which
...
is a scarce resource.
2000-09-29 21:21:54 +00:00
Jason Rumney
9127e20e66
(w32_char_font_type, w32_encode_char, x_produce_glyphs): Distinguish
...
single and multibyte BDF fonts.
(w32_bdf_per_char_metric): New function.
(w32_per_char_metric): Use it.
(x_draw_glyph_string_background): Always draw background for BDF glyphs.
(x_produce_glyphs): If the distance from the current position to the
next tab stop is less than a canonical character width, use the tab
stop after that.
(x_draw_glyphs): Handle case START and END are out of bounds more carefully.
(x_clear_mouse_face): Block/unblock input.
(x_display_and_set_cursor): Don't show a hollow box cursor for buffers
whose cursor_type is nil.
2000-09-29 21:20:59 +00:00
Jason Rumney
c70c6b58c0
*** empty log message ***
2000-09-29 21:18:19 +00:00
Gerd Moellmann
f02149ce31
*** empty log message ***
2000-09-29 19:37:53 +00:00
Gerd Moellmann
e03eed5154
(gnus-mode-line-buffer-identification)[EMACS]: Fix
...
last change.
2000-09-29 19:37:23 +00:00
Gerd Moellmann
323ce45282
(smiley-update-cache): Use `:ascent center'.
2000-09-29 19:22:03 +00:00
Gerd Moellmann
5c049c8be3
(gnus-mode-line-buffer-identification)[EMACS]: Use
...
`:ascent center'.
2000-09-29 19:20:41 +00:00
Gerd Moellmann
f645586f0e
(startup-echo-area-message): New function.
...
(display-startup-echo-area-message): Use it.
(fancy-splash-screens): Rewritten to use keymaps and a timer.
(fancy-splash-default-action): New function.
(fancy-splash-screens-1): New function.
(fancy-splash-head): Put a help-echo and a keymap under the image.
2000-09-29 19:12:14 +00:00
Stefan Monnier
bdbe3a8995
(comment-indent-function): Use 0 for ;;; and %%%.
...
(comment-indent): Make sure there's a space between code and comment.
Shift comments left to avoid going past fill-column.
2000-09-29 19:11:42 +00:00
Stefan Monnier
a3ef6569e5
*** empty log message ***
2000-09-29 18:47:57 +00:00
Stefan Monnier
1b1b5daebc
(diff-add-log-file-name): Remove.
...
(diff-mode): Use add-log-buffer-file-name-function.
2000-09-29 18:05:27 +00:00
Stefan Monnier
d68f7f1b11
(find-change-log): New arg BUFFER-FILE.
...
(add-log-file-name): Obey add-log-file-name-function.
(add-log-buffer-file-name-function): New var.
(add-change-log-entry): Use it.
2000-09-29 18:03:51 +00:00
Eli Zaretskii
513f1fd931
*** empty log message ***
2000-09-29 16:20:03 +00:00
Eli Zaretskii
6bbfcda8ee
Add entry for emacs-mime.
2000-09-29 16:19:01 +00:00
Eli Zaretskii
a1720df0f2
Fix the @setfilename directive.
2000-09-29 16:14:23 +00:00
Miles Bader
0cb39153b7
Tweak whitespace
2000-09-29 14:14:33 +00:00
Miles Bader
45283f027d
Updated
2000-09-29 14:10:56 +00:00
Miles Bader
09789412c3
(authors-print): Rephrase many-files string.
2000-09-29 13:55:23 +00:00
Miles Bader
75e5b373ce
(image-file-name-extensions): New variable.
...
(image-file-name-regexps): Renamed from `image-file-regexps'.
New default value is nil. Call `auto-image-file-mode'.
(image-file-name-regexp): New function.
(auto-image-file-mode): New minor mode.
(insert-image-file): Don't make conditional on the image-file
handler being enabled.
(image-file-handler): Make the call here conditional instead.
(set-image-file-handler-enabled, enable-image-file-handler)
(disable-image-file-handler): Functions removed.
2000-09-29 13:52:39 +00:00
Dave Love
dc3cd20f61
*** empty log message ***
2000-09-29 13:37:08 +00:00
Gerd Moellmann
fe01239f47
(updating_frame): Declare extern.
2000-09-29 13:21:16 +00:00
Gerd Moellmann
ccba751c45
(x_set_tool_bar_lines): Clear frame when tool bar
...
disappears.
2000-09-29 13:18:44 +00:00
Andreas Schwab
e7c52f1fc4
.
2000-09-29 13:02:32 +00:00
Andreas Schwab
9bb7794e97
Remove hack of not prototyping bcopy, etc.
2000-09-29 13:00:37 +00:00
Gerd Moellmann
25126faa09
(menu_bar_one_keymap): If KEYMAP is a symbol,
...
use its function definition.
(tool_bar_items): Likewise.
2000-09-29 12:42:01 +00:00
Dave Love
a55b799a74
*** empty log message ***
2000-09-29 09:32:42 +00:00
Dave Love
d5c898bbe2
Fix alpha*-dec-osf4 using the osf5 config.
2000-09-29 09:32:16 +00:00
Gerd Moellmann
de6e1f7cde
*** empty log message ***
2000-09-29 09:01:41 +00:00
Gerd Moellmann
07cd5d9c7a
(fatal): Declare NO_RETURN.
2000-09-29 09:01:16 +00:00
Gerd Moellmann
4e9b8ebe4e
(latex-outline-regexp): Don't use `list*';
...
it's a function from CL.
(latex-imenu-create-index): Replace eval-when-compile with progn
because latex-section-alist is not bound while compiling.
2000-09-29 08:46:30 +00:00
Kenichi Handa
6f5ac60d61
Remove the line "#undef NULL".
2000-09-29 06:47:05 +00:00
Kenichi Handa
454ee39bde
*** empty log message ***
2000-09-29 06:46:42 +00:00
Stefan Monnier
d8c201f535
(outline-minor-mode): Use define-minor-mode.
...
(outline-mode): Use define-derived-mode.
2000-09-29 03:36:26 +00:00
Stefan Monnier
be5e3be3ac
(perl-mode): Don't gratuitously override the default for comment-column.
2000-09-29 03:32:40 +00:00
Stefan Monnier
5dd3f26b02
(awk-mode): Don't gratuitously override the default for comment-column.
2000-09-29 03:32:07 +00:00
Stefan Monnier
5bf9c8a0c9
(asm-mode): Don't gratuitously override the default for comment-column.
2000-09-29 03:31:36 +00:00
Stefan Monnier
11ae6c5d0d
(lisp-complete-symbol):
...
Distinguish the let-binding case from the funcall case.
(forward-sexp-function): New variable.
(forward-sexp): Use it.
2000-09-29 03:30:04 +00:00
Stefan Monnier
5d78d57daf
(easy-mmode-define-keymap): Autoload.
...
(easy-mmode-defmap): Remove the now useless autoload.
2000-09-29 03:27:28 +00:00
Stefan Monnier
57ce63c470
(display-time-mode): Use define-minor-mode.
2000-09-29 03:26:00 +00:00
Stefan Monnier
0b2cf11f54
(add-minor-mode): Don't eval NAME.
...
Don't depend on the presence of TOGGLE-FUN for any special behavior.
Use if rather than cond.
2000-09-29 03:23:49 +00:00
Stefan Monnier
76c64e2476
(read-expression-map): Define more properly.
...
(comment-indent-hook): Remove.
(string-to-syntax): Bug fix.
2000-09-29 03:18:24 +00:00