aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* *** empty log message ***Gerd Moellmann2000-11-212-0/+9
|
* (HAVE_PNG): Check for the presence ofGerd Moellmann2000-11-211-1/+1
| | | | png_get_channels to rule out older PNG libs.
* (.SUFFIXES): Add .SUFFIXES.Gerd Moellmann2000-11-211-0/+2
|
* (ad-special-forms): Correct the conditional inclusion of `track-mouse'.Miles Bader2000-11-212-1/+4
|
* (.SUFFIXES): New target, include .elc .el.Kenichi Handa2000-11-211-0/+2
|
* *** empty log message ***Kenichi Handa2000-11-212-0/+9
|
* (refill-ignorable-overlay): New variable.Miles Bader2000-11-212-41/+134
| | | | | | | | | | | | | | | | (refill-adjust-ignorable-overlay): New function. (refill-pre-command-function): New function. (refill-mode): Add `refill-pre-command-function' to `pre-command-hook'. Initialize/cleanup `refill-ignorable-overlay'. (refill-post-command-function): Don't reset refill-doit in the case where a self-insertion command doesn't case a refill. Use `refill-fill-paragraph-at', getting position from `refill-doit'. (refill-after-change-function): Set `refill-doit' to END. (refill-fill-paragraph-at): New function, mostly from old refill-fill-paragraph. Use `refill-ignorable-overlay' to fill only the paragraph's tail if possible. Update `refill-ignorable-overlay'. Don't leave point inside the fill-prefix. (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
* Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope.Kenichi Handa2000-11-211-6/+6
|
* (x_create_tip_frame): Use CWSaveUnder only if theGerd Moellmann2000-11-202-1/+7
| | | | screen supports it.
* Add description of function window-list.Gerd Moellmann2000-11-201-0/+14
|
* *** empty log message ***Gerd Moellmann2000-11-205-5/+9
|
* Don't use `#cpu'.Gerd Moellmann2000-11-201-1/+5
|
* (artist-mode): Fix autoload cookie.Gerd Moellmann2000-11-201-1/+1
|
* *** empty log message ***Dave Love2000-11-202-0/+9
|
* Fix last change.Dave Love2000-11-201-1/+1
|
* *** empty log message ***Dave Love2000-11-201-0/+6
|