Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (keymap_memberp): New function. | Stefan Monnier | 2000-09-30 | 2 | -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 Moellmann | 2000-09-30 | 3 | -0/+14 |
| | |||||
* | (keep-lines-read-args): New function. | Gerd Moellmann | 2000-09-30 | 1 | -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 Moellmann | 2000-09-30 | 1 | -7/+9 |
| | | | | | instead of `count-matches'. Say that they work on the active region in Transient Mark mode. | ||||
* | *** empty log message ***other-branches/gerd_0001 | Gerd Moellmann | 2000-09-30 | 3 | -3/+13 |
| | |||||
* | Support `sparc*-*-netbsd*'. | Gerd Moellmann | 2000-09-30 | 1 | -1/+1 |
| | |||||
* | (Fopen_network_stream) [HAVE_GETADDRINFO]: Use | Gerd Moellmann | 2000-09-30 | 1 | -38/+65 |
| | | | | | gai_strerror. Make sure xerrno is set if connect fails. Improve error recovery. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-30 | 2 | -24/+18 |
| | |||||
* | (auto-mode-alist): Add pattern for `#*mail*...'. | Gerd Moellmann | 2000-09-30 | 1 | -1/+2 |
| | |||||
* | (authors-obsolete-file-p): New function. | Gerd Moellmann | 2000-09-30 | 2 | -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 Monnier | 2000-09-29 | 1 | -59/+58 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2000-09-29 | 1 | -0/+8 |
| | |||||
* | (auto-insert-mode): Use define-minor-mode. | Stefan Monnier | 2000-09-29 | 1 | -25/+5 |
| | |||||
* | (search_file_line): Fix skipping of whitespace. | Jason Rumney | 2000-09-29 | 1 | -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 which | Jason Rumney | 2000-09-29 | 1 | -6/+27 |
| | | | | is a scarce resource. | ||||
* | (w32_char_font_type, w32_encode_char, x_produce_glyphs): Distinguish | Jason Rumney | 2000-09-29 | 1 | -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 Rumney | 2000-09-29 | 1 | -0/+36 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-29 | 2 | -0/+12 |
| | |||||
* | (gnus-mode-line-buffer-identification)[EMACS]: Fix | Gerd Moellmann | 2000-09-29 | 1 | -3/+3 |
| | | | | last change. | ||||
* | (smiley-update-cache): Use `:ascent center'. | Gerd Moellmann | 2000-09-29 | 2 | -1/+8 |
| | |||||
* | (gnus-mode-line-buffer-identification)[EMACS]: Use | Gerd Moellmann | 2000-09-29 | 1 | -2/+2 |
| | | | | `:ascent center'. | ||||
* | (startup-echo-area-message): New function. | Gerd Moellmann | 2000-09-29 | 1 | -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 Monnier | 2000-09-29 | 1 | -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 Monnier | 2000-09-29 | 1 | -0/+10 |
| | |||||
* | (diff-add-log-file-name): Remove. | Stefan Monnier | 2000-09-29 | 1 | -9/+4 |
| | | | | (diff-mode): Use add-log-buffer-file-name-function. | ||||
* | (find-change-log): New arg BUFFER-FILE. | Stefan Monnier | 2000-09-29 | 1 | -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 Zaretskii | 2000-09-29 | 2 | -0/+8 |
| | |||||
* | Add entry for emacs-mime. | Eli Zaretskii | 2000-09-29 | 1 | -0/+1 |
| | |||||
* | Fix the @setfilename directive. | Eli Zaretskii | 2000-09-29 | 2 | -5/+5 |
| | |||||
* | Tweak whitespace | Miles Bader | 2000-09-29 | 1 | -2/+2 |
| | |||||
* | Updated | Miles Bader | 2000-09-29 | 1 | -72/+72 |
| | |||||
* | (authors-print): Rephrase many-files string. | Miles Bader | 2000-09-29 | 1 | -1/+1 |
| | |||||
* | (image-file-name-extensions): New variable. | Miles Bader | 2000-09-29 | 2 | -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 Love | 2000-09-29 | 1 | -0/+4 |
| | |||||
* | (updating_frame): Declare extern. | Gerd Moellmann | 2000-09-29 | 2 | -0/+11 |
| | |||||
* | (x_set_tool_bar_lines): Clear frame when tool bar | Gerd Moellmann | 2000-09-29 | 1 | -0/+13 |
| | | | | disappears. | ||||
* | . | Andreas Schwab | 2000-09-29 | 1 | -0/+4 |
| | |||||
* | Remove hack of not prototyping bcopy, etc. | Andreas Schwab | 2000-09-29 | 1 | -13/+0 |
| | |||||
* | (menu_bar_one_keymap): If KEYMAP is a symbol, | Gerd Moellmann | 2000-09-29 | 2 | -11/+22 |
| | | | | | use its function definition. (tool_bar_items): Likewise. | ||||
* | *** empty log message *** | Dave Love | 2000-09-29 | 2 | -4/+8 |
| | |||||
* | Fix alpha*-dec-osf4 using the osf5 config. | Dave Love | 2000-09-29 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-29 | 2 | -0/+11 |
| | |||||
* | (fatal): Declare NO_RETURN. | Gerd Moellmann | 2000-09-29 | 1 | -1/+1 |
| | |||||
* | (latex-outline-regexp): Don't use `list*'; | Gerd Moellmann | 2000-09-29 | 1 | -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 Handa | 2000-09-29 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-09-29 | 1 | -0/+4 |
| | |||||
* | (outline-minor-mode): Use define-minor-mode. | Stefan Monnier | 2000-09-29 | 2 | -57/+108 |
| | | | | (outline-mode): Use define-derived-mode. | ||||
* | (perl-mode): Don't gratuitously override the default for comment-column. | Stefan Monnier | 2000-09-29 | 1 | -2/+0 |
| | |||||
* | (awk-mode): Don't gratuitously override the default for comment-column. | Stefan Monnier | 2000-09-29 | 1 | -2/+0 |
| | |||||
* | (asm-mode): Don't gratuitously override the default for comment-column. | Stefan Monnier | 2000-09-29 | 1 | -2/+0 |
| |