Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (mark_object): Remove all workarounds installed on | Andreas Schwab | 2000-10-10 | 1 | -29/+9 | |
| | | | | 1993-08-08. | |||||
* | *** empty log message *** | Dave Love | 2000-10-10 | 29 | -0/+20 | |
| | ||||||
* | (tool-bar-add-item) | Dave Love | 2000-10-10 | 1 | -6/+16 | |
| | | | | | (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display. | |||||
* | (display-battery): Use `add-to-list'. | Miles Bader | 2000-10-10 | 2 | -4/+7 | |
| | ||||||
* | (add-to-list): Add optional argument APPEND. | Miles Bader | 2000-10-10 | 1 | -3/+8 | |
| | ||||||
* | Remove CVS merge cookie left in. | Miles Bader | 2000-10-10 | 1 | -1/+0 | |
| | ||||||
* | (CHAR_STRING): Optimized for single byte characters. | Kenichi Handa | 2000-10-10 | 1 | -3/+5 | |
| | ||||||
* | (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before | Kenichi Handa | 2000-10-10 | 2 | -32/+79 | |
| | | | | | | | | | | | | | returning. (base64_encode_1): Make it work for a text of multibyte form. (Fbase64_decode_region): Allocate sufficient memory for multibyte case. Don't call str_to_multibyte because base64_decode_1 produces correct multibyte form for eight-bit codes. (Fbase64_decode_string): Adjusted for the change of base64_decode_1. (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If MULTIBYTE is nonzero, produce correct multibyte form for eight-bit codes. | |||||
* | (zone-timer, zone-wc-tbl): Rework | Thien-Thi Nguyen | 2000-10-10 | 2 | -118/+118 | |
| | | | | | | these vars as symbol properties. (zone, zone-when-idle, zone-leave-me-alone, zone-pgm-whack-chars): Use new symbol properties. | |||||
* | (display-battery): Doc spelling fix. | Thien-Thi Nguyen | 2000-10-10 | 2 | -2/+4 | |
| | ||||||
* | (with-vc-file, edit-vc-file): Specify `indent-function' property. | Thien-Thi Nguyen | 2000-10-10 | 2 | -27/+34 | |
| | ||||||
* | Make b/g transparent. | Dave Love | 2000-10-09 | 1 | -1/+1 | |
| | ||||||
* | . | Andreas Schwab | 2000-10-09 | 1 | -0/+5 | |
| | ||||||
* | (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to | Andreas Schwab | 2000-10-09 | 1 | -0/+1 | |
| | | | | -1 after socket is closed, to fall through to error processing. | |||||
* | (tool-bar-add-item-from-menu): Add autoload cookie. | Dave Love | 2000-10-09 | 2 | -0/+2 | |
| | ||||||
* | Mention MS-Windows together with X11. | Eli Zaretskii | 2000-10-09 | 1 | -3/+4 | |
| | ||||||
* | Mention that `u' might or might not restore point. | Eli Zaretskii | 2000-10-09 | 1 | -1/+2 | |
| | ||||||
* | Fix last change. | Eli Zaretskii | 2000-10-09 | 1 | -3/+5 | |
| | ||||||
* | (IT_set_frame_parameters): Don't initialize Lisp_Object | Eli Zaretskii | 2000-10-09 | 2 | -10/+51 | |
| | | | | | | variables. If ALIST includes foreground-color or background-color, change also the colors of the default face for this frame. | |||||
* | (mail-source-fetch-imap): Bind | Dave Love | 2000-10-09 | 2 | -9/+23 | |
| | | | | | default-enable-multibyte-characters rather than using mm-disable-multibyte. | |||||
* | (tool-bar-mode): Check whether tool-bar-map | Dave Love | 2000-10-09 | 2 | -1/+10 | |
| | | | | has been initialized before calling tool-bar-setup. | |||||
* | (send-mail-item-name): New function. | Eli Zaretskii | 2000-10-09 | 2 | -2/+26 | |
| | | | | | | | | (menu-bar-tools-menu) <compose-mail>: Use it to display the value of mail-user-agent in the menu. Don't display the "Send Mail" item if mail-user-agent is nil or its value is ignore. (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item if read-mail-command is nil or its value is ignore. | |||||
* | ([header-line mouse-1]): Bind to mouse-select-window. | Eli Zaretskii | 2000-10-09 | 2 | -0/+9 | |
| | ||||||
* | Cleanup whitespace. | Miles Bader | 2000-10-09 | 2 | -166/+166 | |
| | ||||||
* | Maintainer line updated. | Stefan Monnier | 2000-10-09 | 2 | -3/+45 | |
| | | | | (tags-table-format-functions): Renamed from tags-table-format-hooks. | |||||
* | Flip to put highlight in correct place. | Miles Bader | 2000-10-09 | 2 | -71/+72 | |
| | | | | Correct image size. | |||||
* | Correct image size. | Miles Bader | 2000-10-09 | 1 | -3/+2 | |
| | ||||||
* | (popup-menu): Balance parens. | Miles Bader | 2000-10-09 | 2 | -1/+3 | |
| | ||||||
* | Don't call `jka-compr-install' when loading (it will be done by the | Miles Bader | 2000-10-08 | 2 | -10/+24 | |
| | | | | | | | definition of `auto-compression-mode' if necessary). Move code to uninstall existing file-name handler before definition of `auto-compression-mode'. | |||||
* | (auto-image-file-mode): Move to the end of the file, because | Miles Bader | 2000-10-08 | 1 | -26/+30 | |
| | | | | | | `define-minor-mode' actually calls the mode-function if the associated variable is non-nil, which requires that all needed functions be already defined. | |||||
* | Convert to GFDL. | Dave Love | 2000-10-08 | 5 | -154/+171 | |
| | ||||||
* | *** empty log message *** | Dave Love | 2000-10-08 | 2 | -2/+11 | |
| | ||||||
* | gnus-user-agent | Dave Love | 2000-10-08 | 1 | -5/+5 | |
| | ||||||
* | (popup-menu): Move the command call outside the loop | Stefan Monnier | 2000-10-08 | 1 | -28/+26 | |
| | | | | so that popup-menu returns whatever the command returns. | |||||
* | Docstring fixes. | Stefan Monnier | 2000-10-08 | 1 | -11/+12 | |
| | | | | | (initialize-new-tags-table): Use run-hook-with-args-until-success. (find-tag): Use pop-to-buffer if switch-to-buffer failed. | |||||
* | (vc-version-diff): diff-switches can be a list. | Stefan Monnier | 2000-10-08 | 1 | -4/+9 | |
| | ||||||
* | (cvs-append-to-ignore, cvs-vc-command-advice) | Stefan Monnier | 2000-10-08 | 1 | -25/+9 | |
| | | | | (vc-post-command-functions): Remove old-VC compatibility code. | |||||
* | Mark `keep-lines', `flush-lines' and `how-many' as documented in the manual. | Eli Zaretskii | 2000-10-08 | 1 | -0/+2 | |
| | | | | Mark C-down-mouse-3 as documented. | |||||
* | (comment-indent-default): Autoload. | Stefan Monnier | 2000-10-08 | 1 | -1/+2 | |
| | ||||||
* | (font-lock-defaults): Make buffer-local. | Stefan Monnier | 2000-10-08 | 1 | -7/+9 | |
| | | | | | | | | (font-lock-turn-on-thing-lock): Use jit-lock-refontify. (font-lock-choose-keywords): Ignore LEVEL unless KEYWORDS is a list of syms. (c-keywords, c++-keywords, objc-keywords, java-keywords): Don't wrap regexp-opt things in \(...\) unnecessarily. | |||||
* | Don't require font-lock any more. | Stefan Monnier | 2000-10-08 | 1 | -64/+27 | |
| | | | | | | | | | | | | | | | (jit-lock-functions): Make buffer-local. (jit-lock-saved-fontify-buffer-function): Remove. (jit-lock-mode): Remove autoload cookie. Remove font-lock specific code. (jit-lock-unregister): Don't bother handling complex hooks any more. (jit-lock-refontify): New function. (jit-lock-fontify-buffer): Use it. (jit-lock-function-1): Replaced by jit-lock-fontify-now. (jit-lock-fontify-now): Renamed from jit-lock-function-1. Add optional args START and END. Never call font-lock-fontify-region directly. (jit-lock-function, jit-lock-stealth-fontify): Use it. | |||||
* | (regexp-opt): Add \< and \> if PAREN=`words'. | Stefan Monnier | 2000-10-08 | 1 | -6/+12 | |
| | ||||||
* | browse-url-gnome-moz | Dave Love | 2000-10-08 | 1 | -0/+3 | |
| | ||||||
* | *** empty log message *** | Dave Love | 2000-10-08 | 1 | -0/+23 | |
| | ||||||
* | Fix header line, copyright notice. | Dave Love | 2000-10-08 | 2 | -7/+8 | |
| | ||||||
* | (ada-mode-menu): Add name to menu map. | Dave Love | 2000-10-08 | 1 | -3/+3 | |
| | ||||||
* | (icon-mode-map): Add name to menu-bar keymap. | Dave Love | 2000-10-08 | 1 | -1/+1 | |
| | ||||||
* | (morse-region, unmorse-region): Add autoload | Dave Love | 2000-10-08 | 1 | -0/+8 | |
| | | | | cookie. | |||||
* | (studlify-region, studlify-word): Add autoload | Dave Love | 2000-10-08 | 1 | -0/+2 | |
| | | | | cookie. | |||||
* | (spook-phrases-file): Use expand-file-name, not | Dave Love | 2000-10-08 | 1 | -1/+1 | |
| | | | | concat. |