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.
Eli Zaretskii [Tue, 2 May 2000 11:01:29 +0000 (11:01 +0000)]
(PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
to semi-colon.
(FILENAME_EQ): New macro, for comparing file names.
(add_member_decl, add_global_decl, add_member_defn): Use
FILENAME_EQ.
(process_file): Don't assume that fread always reads as many bytes
as it was told to (DOS-style CR-LF text files fail this logic).
(open_file): Allocate enough space for path->path plus the file
name and the slash.
Upside-down and face background color printing,
line number step, doc fix.
(ps-print-version): New version number (5.2).
(ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
(ps-face-attribute-list, ps-plot-with-face): Code fix.
(ps-spool-config): Var fix.
(ps-printer-name-option): Const fix.
(ps-print-upside-down, ps-use-face-background,
ps-line-number-step): New vars.
(ps-window-system, ps-lp-system): New consts.
(ps-face-background): New fun.
(make-auto-save-file-name):
Apply auto-save-file-name-transforms to visited file name
before generating auto save file name.
(auto-save-file-name-transforms): New variable.
(backup-enable-predicate):
Correctly test for a file under a temporary directory.