| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (insert-image-file): Don't make `read-only' property rear-nonsticky. | Miles Bader | 2000-11-22 | 1 | -2/+3 |
| | | |||||
| * | (isearch-original-minibuffer-message-timeout): New var. | Miles Bader | 2000-11-22 | 2 | -1/+24 |
| | | | | | | | | | | (isearch-mode): Set `minibuffer-message-timeout' to nil, after stashing away its original value. (isearch-edit-string): Temporarily restore `minibuffer-message-timeout' in the recursive edit. Bind `isearch-original-minibuffer-message-timeout' to protect it. (isearch-done): Restore `minibuffer-message-timeout'. | ||||
| * | (Vminibuffer_message_timeout): New variable. | Miles Bader | 2000-11-22 | 1 | -3/+13 |
| | | | | | | (command_loop_1): Use it to determine message timeout. (syms_of_keyboard): Initialize it. | ||||
| * | *** empty log message *** | Miles Bader | 2000-11-22 | 2 | -0/+8 |
| | | |||||
| * | Remove entry for `mode-line-inverse-video'. | Miles Bader | 2000-11-22 | 1 | -1/+0 |
| | | |||||
| * | (syms_of_xdisp): `mode-line-inverse-video' defualts to nil. | Miles Bader | 2000-11-22 | 1 | -2/+4 |
| | | |||||
| * | Correct spelling of `mode-line'. | Miles Bader | 2000-11-22 | 1 | -2/+6 |
| | | | | | `mode-line-inverse-video' is deprecated. | ||||
| * | *** empty log message *** | Stefan Monnier | 2000-11-22 | 1 | -0/+38 |
| | | |||||
| * | Move the code for declaring h_errno after #include <netdb.h>. | Kenichi Handa | 2000-11-21 | 1 | -6/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-21 | 1 | -0/+5 |
| | | |||||
| * | (ada-mode): `set '' -> `setq'. | Stefan Monnier | 2000-11-21 | 1 | -190/+190 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-21 | 2 | -0/+7 |
| | | |||||
| * | (xlwmenu_redisplay): New function. | Gerd Moellmann | 2000-11-21 | 1 | -0/+11 |
| | | |||||
| * | (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay | Gerd Moellmann | 2000-11-21 | 1 | -1/+20 |
| | | | | | the menu bar when the tooltip is unmapped. | ||||
| * | (gnus-configure-windows): switch-to-buffer -> set-buffer. | Stefan Monnier | 2000-11-21 | 2 | -2/+6 |
| | | |||||
| * | (find-lisp-find-files-internal): | Stefan Monnier | 2000-11-21 | 1 | -28/+21 |
| | | | | | Use dolist, when and file-name-as-directory. | ||||
| * | (edebug-form-spec prop): use dolist. | Stefan Monnier | 2000-11-21 | 1 | -25/+30 |
| | | | | | (define-derived-mode, define-minor-mode): Add specs. | ||||
| * | General comment and spacing fixes. | Stefan Monnier | 2000-11-21 | 1 | -19/+32 |
| | | | | | | | (save-selected-window): Use backquotes. (window-safely-shrinkable-p): New function. (shrink-window-if-larger-than-buffer): Use it. | ||||
| * | (make-local-hook): Docstring fix. | Stefan Monnier | 2000-11-21 | 1 | -0/+3 |
| | | |||||
| * | (shell-mode): Use define-derived-mode. | Stefan Monnier | 2000-11-21 | 1 | -7/+1 |
| | | |||||
| * | (comment-indent): Insert comment before calling | Stefan Monnier | 2000-11-21 | 1 | -35/+40 |
| | | | | | | comment-indent-function. Don't insert in column 0. (comment-dwim): Indent before inserting comment. | ||||
| * | (isearch-mode-map): Fix docstring. Init in defvar. | Stefan Monnier | 2000-11-21 | 1 | -123/+113 |
| | | | | | | | (minibuffer-local-isearch-map): Init in defvar. Use inheritance. (isearch-clean-overlays, isearch-range-invisible, isearch-unread): Use mapc rather than map. | ||||
| * | (find-buffer-visiting): Compare all attributes before | Stefan Monnier | 2000-11-21 | 1 | -16/+12 |
| | | | | | | declaring two files identical (rather than just their inode-no). (auto-mode-alist): Use \' rather than $. | ||||
| * | Update maintainer line. | Stefan Monnier | 2000-11-21 | 1 | -0/+1 |
| | | |||||
| * | * pcvs.el (uniquify-buffer-file-name): Remove advice. | Stefan Monnier | 2000-11-21 | 1 | -14/+1 |
| | | | | | | * uniquify.el (uniquify-list-buffers-directory-modes): New var. (uniquify-buffer-file-name): Use it. | ||||
| * | (uniquify-list-buffers-directory-modes): New var. | Stefan Monnier | 2000-11-21 | 1 | -7/+12 |
| | | | | | (uniquify-buffer-file-name): Use it. | ||||
| * | (Fkill_buffer): Notice if the buffer to kill is the | Gerd Moellmann | 2000-11-21 | 2 | -0/+17 |
| | | | | | | sole visible buffer when we're currently in the mini-buffer, and give up if so. | ||||
| * | (Fw32_set_clipboard_data): Save a copy of what is put on the clipboard. | Jason Rumney | 2000-11-21 | 1 | -10/+44 |
| | | | | | | | (Fw32_get_clipboard_data): Compare data on clipboard with saved copy of what Emacs last put there. If they are the same, do not use the clipboard copy to avoid losing data due to coding conversions. | ||||
| * | *** empty log message *** | Jason Rumney | 2000-11-21 | 1 | -0/+9 |
| | | |||||
| * | Tweaks. | Dave Love | 2000-11-21 | 1 | -7/+8 |
| | | |||||
| * | (syms_of_ntproc): Doc fix for w32-downcase-file-names. | Jason Rumney | 2000-11-21 | 1 | -1/+4 |
| | | |||||
| * | Mention that `minibuffer-prompt-properties' can be used to disallow | Miles Bader | 2000-11-21 | 1 | -0/+3 |
| | | | | | point from moving into the prompt. | ||||
| * | (gnus-mime-button-map): Don't inherit from | Dave Love | 2000-11-21 | 2 | -20/+34 |
| | | | | | | | | gnus-article-mode-map. (gnus-mime-button-menu): Use mouse-set-point. (gnus-insert-mime-button, gnus-mime-display-alternative) (gnus-mime-display-alternative): Don't use local-map property. | ||||
| * | *** empty log message *** | Miles Bader | 2000-11-21 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-21 | 2 | -0/+6 |
| | | |||||
| * | (Fbyte_code) <Bvarbind, Bunwind_protect>: Add | Gerd Moellmann | 2000-11-21 | 1 | -0/+6 |
| | | | | | BEFORE/AFTER_POTENTIAL_GC. | ||||
| * | Fix last change. | Gerd Moellmann | 2000-11-21 | 1 | -1/+1 |
| | | |||||
| * | (install-arch-indep): Also install info/eshell* | Gerd Moellmann | 2000-11-21 | 1 | -1/+1 |
| | | | | | and info/speedbar*. | ||||
| * | Add entry for `minibuffer-prompt-properties'. | Miles Bader | 2000-11-21 | 2 | -0/+25 |
| | | |||||
| * | (minibuffer-avoid-prompt): New function. | Miles Bader | 2000-11-21 | 1 | -0/+4 |
| | | |||||
| * | (Vminibuffer_prompt_properties): New variable. | Miles Bader | 2000-11-21 | 1 | -2/+17 |
| | | | | | | | (syms_of_minibuf): Initialize it. (read_minibuf): Add properties from Vminibuffer_prompt_properties to prompt, don't make read-only. | ||||
| * | (_FILE_OFFSET_BITS): Undef. | Gerd Moellmann | 2000-11-21 | 2 | -0/+8 |
| | | |||||
| * | Change @dircategory. | Dave Love | 2000-11-21 | 1 | -1/+1 |
| | | |||||
| * | Modify stuff about image libraries. | Dave Love | 2000-11-21 | 1 | -16/+25 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-21 | 3 | -10/+13 |
| | | |||||
| * | (mmap_free_1): Avoid a compiler warning. | Gerd Moellmann | 2000-11-21 | 2 | -1/+4 |
| | | |||||
| * | (AC_OUTPUT): Arrange to emit definitions of | Gerd Moellmann | 2000-11-21 | 1 | -1/+2 |
| | | | | | GCC and NON_GNU_CPP into config.status. | ||||
| * | Don't try to include termcap.h; see comment there. | Gerd Moellmann | 2000-11-21 | 3 | -2/+14 |
| | | |||||
| * | Change @dircategory. | Dave Love | 2000-11-21 | 3 | -3/+3 |
| | | |||||
| * | Uncomment @dircategory. | Dave Love | 2000-11-21 | 1 | -3/+3 |
| | | |||||