1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-22 16:01:04 -08:00
Commit graph

32493 commits

Author SHA1 Message Date
Stefan Monnier
2e1fbba4e5 (comment-indent): Insert comment before calling
comment-indent-function.  Don't insert in column 0.
(comment-dwim): Indent before inserting comment.
2000-11-21 21:31:16 +00:00
Stefan Monnier
02b2f510d0 (isearch-mode-map): Fix docstring. Init in defvar.
(minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
(isearch-clean-overlays, isearch-range-invisible, isearch-unread):
Use mapc rather than map.
2000-11-21 21:28:05 +00:00
Stefan Monnier
d5798fa707 (find-buffer-visiting): Compare all attributes before
declaring two files identical (rather than just their inode-no).
(auto-mode-alist): Use \' rather than $.
2000-11-21 21:12:49 +00:00
Stefan Monnier
b6d95ba5c2 Update maintainer line. 2000-11-21 21:04:31 +00:00
Stefan Monnier
f5438f0c79 * pcvs.el (uniquify-buffer-file-name): Remove advice.
* uniquify.el (uniquify-list-buffers-directory-modes): New var.
(uniquify-buffer-file-name): Use it.
2000-11-21 20:47:49 +00:00
Stefan Monnier
f4eda05fe5 (uniquify-list-buffers-directory-modes): New var.
(uniquify-buffer-file-name): Use it.
2000-11-21 20:42:39 +00:00
Gerd Moellmann
77270fac61 (Fkill_buffer): Notice if the buffer to kill is the
sole visible buffer when we're currently in the mini-buffer, and
give up if so.
2000-11-21 20:41:11 +00:00
Jason Rumney
06466d9ad1 (Fw32_set_clipboard_data): Save a copy of what is put on the clipboard.
(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.
2000-11-21 19:18:13 +00:00
Jason Rumney
556635d618 *** empty log message *** 2000-11-21 19:16:16 +00:00
Dave Love
c9a84c34ea Tweaks. 2000-11-21 18:26:34 +00:00
Jason Rumney
b67af52a8f (syms_of_ntproc): Doc fix for w32-downcase-file-names. 2000-11-21 18:23:50 +00:00
Miles Bader
3b51cca03f Mention that `minibuffer-prompt-properties' can be used to disallow
point from moving into the prompt.
2000-11-21 18:02:47 +00:00
Dave Love
bb367cba62 (gnus-mime-button-map): Don't inherit from
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.
2000-11-21 17:54:40 +00:00
Miles Bader
5b7bde6481 *** empty log message *** 2000-11-21 17:49:42 +00:00
Gerd Moellmann
3c64f287fb *** empty log message *** 2000-11-21 16:47:35 +00:00
Gerd Moellmann
56b8eef5a0 (Fbyte_code) <Bvarbind, Bunwind_protect>: Add
BEFORE/AFTER_POTENTIAL_GC.
2000-11-21 16:47:04 +00:00
Gerd Moellmann
9bbd146557 Fix last change. 2000-11-21 16:24:06 +00:00
Gerd Moellmann
e77e5691b8 (install-arch-indep): Also install info/eshell*
and info/speedbar*.
2000-11-21 16:20:53 +00:00
Miles Bader
8f62f2b891 Add entry for `minibuffer-prompt-properties'. 2000-11-21 16:01:32 +00:00
Miles Bader
6e7d0ff7bc (minibuffer-avoid-prompt): New function. 2000-11-21 15:58:33 +00:00
Miles Bader
cc64f5c9e6 (Vminibuffer_prompt_properties): New variable.
(syms_of_minibuf): Initialize it.
(read_minibuf): Add properties from Vminibuffer_prompt_properties
to prompt, don't make read-only.
2000-11-21 15:57:34 +00:00
Gerd Moellmann
7aaf438830 (_FILE_OFFSET_BITS): Undef. 2000-11-21 15:53:02 +00:00
Dave Love
02977e2083 Change @dircategory. 2000-11-21 14:37:02 +00:00
Dave Love
9792d8ac11 Modify stuff about image libraries. 2000-11-21 14:32:05 +00:00
Gerd Moellmann
f5f47add96 *** empty log message *** 2000-11-21 12:50:59 +00:00
Gerd Moellmann
1a15cca02c (mmap_free_1): Avoid a compiler warning. 2000-11-21 12:33:01 +00:00
Gerd Moellmann
464c7d2d76 (AC_OUTPUT): Arrange to emit definitions of
GCC and NON_GNU_CPP into config.status.
2000-11-21 12:23:31 +00:00
Gerd Moellmann
ff23e1dd17 Don't try to include termcap.h; see comment there. 2000-11-21 12:05:08 +00:00
Dave Love
64566c039e Change @dircategory. 2000-11-21 11:41:09 +00:00
Dave Love
1b4368fe77 Uncomment @dircategory. 2000-11-21 11:39:43 +00:00
Gerd Moellmann
fb279a6d04 *** empty log message *** 2000-11-21 10:41:56 +00:00
Gerd Moellmann
79cdd3b029 (HAVE_PNG): Check for the presence of
png_get_channels to rule out older PNG libs.
2000-11-21 10:41:33 +00:00
Gerd Moellmann
67292de0e2 (.SUFFIXES): Add .SUFFIXES. 2000-11-21 10:08:52 +00:00
Miles Bader
ef86085033 (ad-special-forms): Correct the conditional inclusion of `track-mouse'. 2000-11-21 08:49:33 +00:00
Kenichi Handa
e1e539ed8f (.SUFFIXES): New target, include .elc .el. 2000-11-21 01:25:01 +00:00
Kenichi Handa
37c35586ec *** empty log message *** 2000-11-21 01:24:44 +00:00
Miles Bader
867092e9ac (refill-ignorable-overlay): New variable.
(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'.
2000-11-21 01:11:49 +00:00
Kenichi Handa
1a55ec5a9e Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope. 2000-11-21 00:31:45 +00:00
Gerd Moellmann
c51d2b5e29 (x_create_tip_frame): Use CWSaveUnder only if the
screen supports it.
2000-11-20 22:28:37 +00:00
Gerd Moellmann
e258eedc76 Add description of function window-list. 2000-11-20 20:28:41 +00:00
Gerd Moellmann
29a01b7231 *** empty log message *** 2000-11-20 19:45:48 +00:00
Gerd Moellmann
a8f77aaa34 Don't use `#cpu'. 2000-11-20 19:45:24 +00:00
Gerd Moellmann
fb39bbbda1 (artist-mode): Fix autoload cookie. 2000-11-20 19:29:19 +00:00
Dave Love
1c203d4c25 *** empty log message *** 2000-11-20 19:17:00 +00:00
Dave Love
05b73ae7c7 Fix last change. 2000-11-20 19:02:44 +00:00
Dave Love
62d14e9a1c *** empty log message *** 2000-11-20 18:39:16 +00:00
Dave Love
1a93302c2a * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE. 2000-11-20 18:16:46 +00:00
Dave Love
8a1ef00cbe Replaces GETTING.GNU.SOFTWARE. 2000-11-20 18:14:17 +00:00
Dave Love
0825ad93a4 Obsolete file (see FTP). 2000-11-20 18:09:10 +00:00
Gerd Moellmann
09dfdf85ac (MAP_FAILED): Define it as `((void *) -1)' if it's
not defined in mman.h.
2000-11-20 17:24:36 +00:00