aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (insert-image-file): Don't make `read-only' property rear-nonsticky.Miles Bader2000-11-221-2/+3
|
* (isearch-original-minibuffer-message-timeout): New var.Miles Bader2000-11-222-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 Bader2000-11-221-3/+13
| | | | | (command_loop_1): Use it to determine message timeout. (syms_of_keyboard): Initialize it.
* *** empty log message ***Miles Bader2000-11-222-0/+8
|
* Remove entry for `mode-line-inverse-video'.Miles Bader2000-11-221-1/+0
|
* (syms_of_xdisp): `mode-line-inverse-video' defualts to nil.Miles Bader2000-11-221-2/+4
|
* Correct spelling of `mode-line'.Miles Bader2000-11-221-2/+6
| | | | `mode-line-inverse-video' is deprecated.
* *** empty log message ***Stefan Monnier2000-11-221-0/+38
|
* Move the code for declaring h_errno after #include <netdb.h>.Kenichi Handa2000-11-211-6/+6
|
* *** empty log message ***Kenichi Handa2000-11-211-0/+5
|
* (ada-mode): `set '' -> `setq'.Stefan Monnier2000-11-211-190/+190
|
* *** empty log message ***Gerd Moellmann2000-11-212-0/+7
|
* (xlwmenu_redisplay): New function.Gerd Moellmann2000-11-211-0/+11
|
* (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplayGerd Moellmann2000-11-211-1/+20
| | | | the menu bar when the tooltip is unmapped.
* (gnus-configure-windows): switch-to-buffer -> set-buffer.Stefan Monnier2000-11-212-2/+6
|
* (find-lisp-find-files-internal):Stefan Monnier2000-11-211-28/+21
| | | | Use dolist, when and file-name-as-directory.
* (edebug-form-spec prop): use dolist.Stefan Monnier2000-11-211-25/+30
| | | | (define-derived-mode, define-minor-mode): Add specs.
* General comment and spacing fixes.Stefan Monnier2000-11-211-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 Monnier2000-11-211-0/+3
|
* (shell-mode): Use define-derived-mode.Stefan Monnier2000-11-211-7/+1
|
* (comment-indent): Insert comment before callingStefan Monnier2000-11-211-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 Monnier2000-11-211-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 beforeStefan Monnier2000-11-211-16/+12
| | | | | declaring two files identical (rather than just their inode-no). (auto-mode-alist): Use \' rather than $.
* Update maintainer line.Stefan Monnier2000-11-211-0/+1
|
* * pcvs.el (uniquify-buffer-file-name): Remove advice.Stefan Monnier2000-11-211-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 Monnier2000-11-211-7/+12
| | | | (uniquify-buffer-file-name): Use it.
* (Fkill_buffer): Notice if the buffer to kill is theGerd Moellmann2000-11-212-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 Rumney2000-11-211-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 Rumney2000-11-211-0/+9
|
* Tweaks.Dave Love2000-11-211-7/+8
|
* (syms_of_ntproc): Doc fix for w32-downcase-file-names.Jason Rumney2000-11-211-1/+4
|
* Mention that `minibuffer-prompt-properties' can be used to disallowMiles Bader2000-11-211-0/+3
| | | | point from moving into the prompt.
* (gnus-mime-button-map): Don't inherit fromDave Love2000-11-212-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 Bader2000-11-211-0/+7
|
* *** empty log message ***Gerd Moellmann2000-11-212-0/+6
|
* (Fbyte_code) <Bvarbind, Bunwind_protect>: AddGerd Moellmann2000-11-211-0/+6
| | | | BEFORE/AFTER_POTENTIAL_GC.
* Fix last change.Gerd Moellmann2000-11-211-1/+1
|
* (install-arch-indep): Also install info/eshell*Gerd Moellmann2000-11-211-1/+1
| | | | and info/speedbar*.
* Add entry for `minibuffer-prompt-properties'.Miles Bader2000-11-212-0/+25
|
* (minibuffer-avoid-prompt): New function.Miles Bader2000-11-211-0/+4
|
* (Vminibuffer_prompt_properties): New variable.Miles Bader2000-11-211-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 Moellmann2000-11-212-0/+8
|
* Change @dircategory.Dave Love2000-11-211-1/+1
|
* Modify stuff about image libraries.Dave Love2000-11-211-16/+25
|
* *** empty log message ***Gerd Moellmann2000-11-213-10/+13
|
* (mmap_free_1): Avoid a compiler warning.Gerd Moellmann2000-11-212-1/+4
|
* (AC_OUTPUT): Arrange to emit definitions ofGerd Moellmann2000-11-211-1/+2
| | | | GCC and NON_GNU_CPP into config.status.
* Don't try to include termcap.h; see comment there.Gerd Moellmann2000-11-213-2/+14
|
* Change @dircategory.Dave Love2000-11-213-3/+3
|
* Uncomment @dircategory.Dave Love2000-11-211-3/+3
|