comparison lisp/ChangeLog @ 30842:955c8548cf76

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 16 Aug 2000 09:23:20 +0000
parents bf46e8c28608
children d83ff3be716a
comparison
equal deleted inserted replaced
30841:3e3ae9ba5169 30842:955c8548cf76
28 * textmodes/ispell.el (ispell-graphic-p): New constant. 28 * textmodes/ispell.el (ispell-graphic-p): New constant.
29 (ispell-choices-win-default-height, ispell-help): Use 29 (ispell-choices-win-default-height, ispell-help): Use
30 `ispell-graphic-p' instead of `xemacsp'. 30 `ispell-graphic-p' instead of `xemacsp'.
31 31
32 2000-08-15 Dave Love <fx@gnu.org> 32 2000-08-15 Dave Love <fx@gnu.org>
33
34 * simple.el: Autoload widget-convert when compiling.
35 (mail-user-agent): Doc fix.
36
37 * help.el (function-called-at-point, variable-at-point): Use
38 with-syntax-table.
39 (help-manyarg-func-alist): Add insert-and-inherit.
40
41 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
42
43 * delsel.el (delsel-unload-hook): New function.
44
45 * find-file.el: Doc fixes. Move provide to end.
46 (ff) <defgroup>: Add :link.
47 (ff-goto-click): Deleted.
48 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
49 Use mouse-set-point.
50
51 * textmodes/tildify.el: Doc fixes.
52 (tildify) <defgroup>: Add:version.
53
54 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
55 (glasses-custom-set): Use set-default, not set.
56 (minor-mode-alist): Propertize the lighter.
57 (glasses-mode): Provide optional arg.
33 58
34 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link. 59 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
35 (global-cwarn-mode): Don't make it a user option. Unquote lambda. 60 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
36 (cwarn-font-lock-feature-keywords-alist): Don't make it a user 61 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
37 option. Provide :type. 62 option. Provide :type.