summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (mark_object): Remove all workarounds installed onAndreas Schwab2000-10-101-29/+9
| | | | 1993-08-08.
* *** empty log message ***Dave Love2000-10-1029-0/+20
|
* (tool-bar-add-item)Dave Love2000-10-101-6/+16
| | | | | (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
* (display-battery): Use `add-to-list'.Miles Bader2000-10-102-4/+7
|
* (add-to-list): Add optional argument APPEND.Miles Bader2000-10-101-3/+8
|
* Remove CVS merge cookie left in.Miles Bader2000-10-101-1/+0
|
* (CHAR_STRING): Optimized for single byte characters.Kenichi Handa2000-10-101-3/+5
|
* (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN beforeKenichi Handa2000-10-102-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): ReworkThien-Thi Nguyen2000-10-102-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 Nguyen2000-10-102-2/+4
|
* (with-vc-file, edit-vc-file): Specify `indent-function' property.Thien-Thi Nguyen2000-10-102-27/+34
|
* Make b/g transparent.Dave Love2000-10-091-1/+1
|
* .Andreas Schwab2000-10-091-0/+5
|
* (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S toAndreas Schwab2000-10-091-0/+1
| | | | -1 after socket is closed, to fall through to error processing.
* (tool-bar-add-item-from-menu): Add autoload cookie.Dave Love2000-10-092-0/+2
|
* Mention MS-Windows together with X11.Eli Zaretskii2000-10-091-3/+4
|
* Mention that `u' might or might not restore point.Eli Zaretskii2000-10-091-1/+2
|
* Fix last change.Eli Zaretskii2000-10-091-3/+5
|
* (IT_set_frame_parameters): Don't initialize Lisp_ObjectEli Zaretskii2000-10-092-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): BindDave Love2000-10-092-9/+23
| | | | | default-enable-multibyte-characters rather than using mm-disable-multibyte.
* (tool-bar-mode): Check whether tool-bar-mapDave Love2000-10-092-1/+10
| | | | has been initialized before calling tool-bar-setup.
* (send-mail-item-name): New function.Eli Zaretskii2000-10-092-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 Zaretskii2000-10-092-0/+9
|
* Cleanup whitespace.Miles Bader2000-10-092-166/+166
|
* Maintainer line updated.Stefan Monnier2000-10-092-3/+45
| | | | (tags-table-format-functions): Renamed from tags-table-format-hooks.
* Flip to put highlight in correct place.Miles Bader2000-10-092-71/+72
| | | | Correct image size.
* Correct image size.Miles Bader2000-10-091-3/+2
|
* (popup-menu): Balance parens.Miles Bader2000-10-092-1/+3
|
* Don't call `jka-compr-install' when loading (it will be done by theMiles Bader2000-10-082-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, becauseMiles Bader2000-10-081-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 Love2000-10-085-154/+171
|
* *** empty log message ***Dave Love2000-10-082-2/+11
|
* gnus-user-agentDave Love2000-10-081-5/+5
|
* (popup-menu): Move the command call outside the loopStefan Monnier2000-10-081-28/+26
| | | | so that popup-menu returns whatever the command returns.
* Docstring fixes.Stefan Monnier2000-10-081-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 Monnier2000-10-081-4/+9
|
* (cvs-append-to-ignore, cvs-vc-command-advice)Stefan Monnier2000-10-081-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 Zaretskii2000-10-081-0/+2
| | | | Mark C-down-mouse-3 as documented.
* (comment-indent-default): Autoload.Stefan Monnier2000-10-081-1/+2
|
* (font-lock-defaults): Make buffer-local.Stefan Monnier2000-10-081-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 Monnier2000-10-081-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 Monnier2000-10-081-6/+12
|
* browse-url-gnome-mozDave Love2000-10-081-0/+3
|
* *** empty log message ***Dave Love2000-10-081-0/+23
|
* Fix header line, copyright notice.Dave Love2000-10-082-7/+8
|
* (ada-mode-menu): Add name to menu map.Dave Love2000-10-081-3/+3
|
* (icon-mode-map): Add name to menu-bar keymap.Dave Love2000-10-081-1/+1
|
* (morse-region, unmorse-region): Add autoloadDave Love2000-10-081-0/+8
| | | | cookie.
* (studlify-region, studlify-word): Add autoloadDave Love2000-10-081-0/+2
| | | | cookie.
* (spook-phrases-file): Use expand-file-name, notDave Love2000-10-081-1/+1
| | | | concat.