Dave Love [Fri, 12 May 2000 10:58:13 +0000 (10:58 +0000)]
Remove some compatibility stuff and CL
dependence. Use line-{beginning,end}-position, not
point-at{b,e}ol. Some doc fixes.
(todo-position): New function. Fix callers of position to use it.
(todo-save-top-priorities, todo-print): Use with-temp-buffer.
Gerd Moellmann [Thu, 11 May 2000 20:35:51 +0000 (20:35 +0000)]
(comint-read-input-ring): Move reference to
comint-input-ring-size outside of the save-excursion. It was
causing the default value to be the only one ever seen.
Gerd Moellmann [Thu, 11 May 2000 12:23:55 +0000 (12:23 +0000)]
(read_char): Don't clear current message for help
events; let the code handling help events handle this. Change
code detecting help events that should be ignored.
Stefan Monnier [Wed, 10 May 2000 22:40:17 +0000 (22:40 +0000)]
(add-hook, remove-hook): Make hook buffer-local if needed..
(add-minor-mode): Don't make the variable buffer-local and add a
reference to define-minor-mode in the docstring.
Stefan Monnier [Wed, 10 May 2000 22:28:36 +0000 (22:28 +0000)]
(cvs-cleanup-collection): Remove obsolete code for
HEADER/FOOTER and fix bug with trailing empty directory.
(cvs-append-to-ignore): Use vc-editable-p if available.
(cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
(vc-do-command): Tweak advice to handle the new VC.
Stefan Monnier [Wed, 10 May 2000 22:20:51 +0000 (22:20 +0000)]
(cvs-changelog-full-paragraphs): Mark obsolete.
(log-edit-changelog-full-paragraphs): New var.
(log-edit-insert-changelog): Remove a lonely leading `* file'.
(log-edit-narrow-changelog, log-edit-changelog-paragraph)
(log-edit-changelog-subparagraph, log-edit-changelog-entry)
(log-edit-changelog-ours-p, log-edit-changelog-entries)
(log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
Replace the `cvs' prefix with `log-edit'.
Dave Love [Tue, 9 May 2000 15:51:57 +0000 (15:51 +0000)]
(describe-variable): Have customize button pop the
help-xref stack when invoked.
(help-xref-symbol-regexp): Add `face'.
(help-make-xrefs): Check for quoted face names and adapt regexp
submatch numbers to cope.
(help-xref-interned): Maybe insert face doc too. Separate
sections with a line of hyphens.
Dave Love [Mon, 8 May 2000 17:59:45 +0000 (17:59 +0000)]
Import changes from current Gnus.
(pop3-open-server): Bind coding systems before creating buffer and
fix creating its name.
(pop3-string-to-list): Function deleted. Change callers to use
split-string.
Gerd Moellmann [Thu, 4 May 2000 21:45:40 +0000 (21:45 +0000)]
(insert_from_buffer_1): Adjust FROM position by number
of inserted characters when BUF equals the current buffer, and PT
is in front of or equal to FROM.
Gerd Moellmann [Thu, 4 May 2000 20:17:59 +0000 (20:17 +0000)]
(glasses-convert-to-unreadable): Use
`glasses-separator' instead of the hard-wired "_".
(glasses-mode): Call `glasses-make-unreadable' only in a single
place.
Gerd Moellmann [Wed, 3 May 2000 19:48:35 +0000 (19:48 +0000)]
(handle_single_display_prop): If display property value
is invalid, or something not supported on the frame, restore
iterator's position to what it was initially. Make sure to return
0 for invalid and unsupported property values.
Gerd Moellmann [Wed, 3 May 2000 19:25:07 +0000 (19:25 +0000)]
(mail-abbrev-insert-alias): Renamed from
mail-interactive-insert-alias.
(mail-abbrev-complete-alias): New command.
(mail-mode-map): Bind it to `M-TAB'.
Gerd Moellmann [Wed, 3 May 2000 19:24:18 +0000 (19:24 +0000)]
(makefile-mode-abbrev-table): New variable.
(makefile-mode): Set local abbrev table to
makefile-mode-abbrev-table.
(makefile-font-lock-keywords): Fontify includes and conditionals.
Dave Love [Wed, 3 May 2000 17:03:08 +0000 (17:03 +0000)]
(display-time-mail-face, display-time-use-mail-icon):
New option.
(display-time-mail-icon): New variable.
(display-time-string-forms): Use the above. Fix the local-map.
Gerd Moellmann [Tue, 2 May 2000 20:02:29 +0000 (20:02 +0000)]
(x_produce_image_glyph, x_draw_image_foreground)
(x_draw_image_relief, x_draw_image_foreground_1): Call function
image_ascent instead of using IMAGE_ASCENT.
Eli Zaretskii [Tue, 2 May 2000 12:03:43 +0000 (12:03 +0000)]
(auto-save-list-file-prefix): For ms-dos, set the
default prefix to `~/_emacs.d/auto-save.list/_s'.
(normal-top-level): Create the directory for auto-save files, if
it doesn't already exist, in the ms-dos case only.