summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (keymap_memberp): New function.Stefan Monnier2000-09-302-47/+30
| | | | | | | (Fset_keymap_parent): Use it. (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP. Use keymap_memberp to avoid creating cycles. (access_keymap): Use KEYMAPP.
* *** empty log message ***Gerd Moellmann2000-09-303-0/+14
|
* (keep-lines-read-args): New function.Gerd Moellmann2000-09-301-30/+80
| | | | | | (keep-lines, flush-lines, how-many): Use keep-lines-read-args to read arguments interactively. Add parameters RSTART and REND. Operate on the active region in Transient Mark mode.
* (Other Repeating Search): Describe `how-many'Gerd Moellmann2000-09-301-7/+9
| | | | | instead of `count-matches'. Say that they work on the active region in Transient Mark mode.
* *** empty log message ***other-branches/gerd_0001Gerd Moellmann2000-09-303-3/+13
|
* Support `sparc*-*-netbsd*'.Gerd Moellmann2000-09-301-1/+1
|
* (Fopen_network_stream) [HAVE_GETADDRINFO]: UseGerd Moellmann2000-09-301-38/+65
| | | | | gai_strerror. Make sure xerrno is set if connect fails. Improve error recovery.
* *** empty log message ***Gerd Moellmann2000-09-302-24/+18
|
* (auto-mode-alist): Add pattern for `#*mail*...'.Gerd Moellmann2000-09-301-1/+2
|
* (authors-obsolete-file-p): New function.Gerd Moellmann2000-09-302-6/+34
| | | | | (authors-obsolete-files-regexps): New variable. (authors-add): Don't record changes in obsolete files.
* (dired-map-over-marks): Use modern backquotes and docstring.Stefan Monnier2000-09-291-59/+58
|
* *** empty log message ***Stefan Monnier2000-09-291-0/+8
|
* (auto-insert-mode): Use define-minor-mode.Stefan Monnier2000-09-291-25/+5
|
* (search_file_line): Fix skipping of whitespace.Jason Rumney2000-09-291-108/+193
| | | | | | | | | | | | | | | | (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.
* (glyph_struct, cache_bitmap): Cache bitmap data, not GDI object whichJason Rumney2000-09-291-6/+27
| | | | is a scarce resource.
* (w32_char_font_type, w32_encode_char, x_produce_glyphs): DistinguishJason Rumney2000-09-291-43/+100
| | | | | | | | | | | | | | | 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.
* *** empty log message ***Jason Rumney2000-09-291-0/+36
|
* *** empty log message ***Gerd Moellmann2000-09-292-0/+12
|
* (gnus-mode-line-buffer-identification)[EMACS]: FixGerd Moellmann2000-09-291-3/+3
| | | | last change.
* (smiley-update-cache): Use `:ascent center'.Gerd Moellmann2000-09-292-1/+8
|
* (gnus-mode-line-buffer-identification)[EMACS]: UseGerd Moellmann2000-09-291-2/+2
| | | | `:ascent center'.
* (startup-echo-area-message): New function.Gerd Moellmann2000-09-291-28/+95
| | | | | | | | (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.
* (comment-indent-function): Use 0 for ;;; and %%%.Stefan Monnier2000-09-291-5/+16
| | | | | (comment-indent): Make sure there's a space between code and comment. Shift comments left to avoid going past fill-column.
* *** empty log message ***Stefan Monnier2000-09-291-0/+10
|
* (diff-add-log-file-name): Remove.Stefan Monnier2000-09-291-9/+4
| | | | (diff-mode): Use add-log-buffer-file-name-function.
* (find-change-log): New arg BUFFER-FILE.Stefan Monnier2000-09-291-29/+40
| | | | | | (add-log-file-name): Obey add-log-file-name-function. (add-log-buffer-file-name-function): New var. (add-change-log-entry): Use it.
* *** empty log message ***Eli Zaretskii2000-09-292-0/+8
|
* Add entry for emacs-mime.Eli Zaretskii2000-09-291-0/+1
|
* Fix the @setfilename directive.Eli Zaretskii2000-09-292-5/+5
|
* Tweak whitespaceMiles Bader2000-09-291-2/+2
|
* UpdatedMiles Bader2000-09-291-72/+72
|
* (authors-print): Rephrase many-files string.Miles Bader2000-09-291-1/+1
|
* (image-file-name-extensions): New variable.Miles Bader2000-09-292-55/+94
| | | | | | | | | | | | (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.
* *** empty log message ***Dave Love2000-09-291-0/+4
|
* (updating_frame): Declare extern.Gerd Moellmann2000-09-292-0/+11
|
* (x_set_tool_bar_lines): Clear frame when tool barGerd Moellmann2000-09-291-0/+13
| | | | disappears.
* .Andreas Schwab2000-09-291-0/+4
|
* Remove hack of not prototyping bcopy, etc.Andreas Schwab2000-09-291-13/+0
|
* (menu_bar_one_keymap): If KEYMAP is a symbol,Gerd Moellmann2000-09-292-11/+22
| | | | | use its function definition. (tool_bar_items): Likewise.
* *** empty log message ***Dave Love2000-09-292-4/+8
|
* Fix alpha*-dec-osf4 using the osf5 config.Dave Love2000-09-291-1/+1
|
* *** empty log message ***Gerd Moellmann2000-09-292-0/+11
|
* (fatal): Declare NO_RETURN.Gerd Moellmann2000-09-291-1/+1
|
* (latex-outline-regexp): Don't use `list*';Gerd Moellmann2000-09-291-3/+4
| | | | | | 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.
* Remove the line "#undef NULL".Kenichi Handa2000-09-291-1/+0
|
* *** empty log message ***Kenichi Handa2000-09-291-0/+4
|
* (outline-minor-mode): Use define-minor-mode.Stefan Monnier2000-09-292-57/+108
| | | | (outline-mode): Use define-derived-mode.
* (perl-mode): Don't gratuitously override the default for comment-column.Stefan Monnier2000-09-291-2/+0
|
* (awk-mode): Don't gratuitously override the default for comment-column.Stefan Monnier2000-09-291-2/+0
|
* (asm-mode): Don't gratuitously override the default for comment-column.Stefan Monnier2000-09-291-2/+0
|