diff options
| author | Gerd Moellmann | 2000-02-25 14:05:59 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-25 14:05:59 +0000 |
| commit | 449c3c5259ac56b1f4d7c69655f858ef5cace91b (patch) | |
| tree | 35d23a7a185babe480e1913166267f78a62f8cef | |
| parent | 842650279c68418423f9d7e264416ab2575d86c8 (diff) | |
| download | emacs-449c3c5259ac56b1f4d7c69655f858ef5cace91b.tar.gz emacs-449c3c5259ac56b1f4d7c69655f858ef5cace91b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/cus-load.el | 53 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
3 files changed, 41 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f2b5e72d37..b7ef0c44eee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | 3 | * emacs-lisp/helper.el (Helper-describe-mode): Make buffer |
| 4 | writable. | 4 | writable. |
| 5 | 5 | ||
| 6 | * frame.el (show-cursor-in-non-selected-windows): New option. | 6 | * frame.el (busy-cursor-delay-seconds): New option. |
| 7 | (busy-cursor-delay-seconds): New option. | ||
| 8 | 7 | ||
| 9 | 2000-02-24 Gerd Moellmann <gerd@gnu.org> | 8 | 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
| 10 | 9 | ||
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index fe5327fa89c..41c60959d52 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -53,12 +53,14 @@ | |||
| 53 | (put 'dirtrack 'custom-loads '("dirtrack")) | 53 | (put 'dirtrack 'custom-loads '("dirtrack")) |
| 54 | (put 'ediff-window 'custom-loads '("ediff-wind")) | 54 | (put 'ediff-window 'custom-loads '("ediff-wind")) |
| 55 | (put 'bruce 'custom-loads '("bruce")) | 55 | (put 'bruce 'custom-loads '("bruce")) |
| 56 | (put 'windows 'custom-loads '("window" "follow")) | 56 | (put 'windows 'custom-loads '("window" "follow" "windmove")) |
| 57 | (put 'gnus-exit 'custom-loads '("gnus-group" "gnus")) | 57 | (put 'gnus-exit 'custom-loads '("gnus-group" "gnus")) |
| 58 | (put 'speedbar 'custom-loads '("speedbar")) | 58 | (put 'speedbar 'custom-loads '("speedbar")) |
| 59 | (put 'etags 'custom-loads '("etags")) | 59 | (put 'etags 'custom-loads '("etags")) |
| 60 | (put 'f90-indent 'custom-loads '("f90")) | 60 | (put 'f90-indent 'custom-loads '("f90")) |
| 61 | (put 'octave-inferior 'custom-loads '("octave-inf" "octave-mod")) | 61 | (put 'octave-inferior 'custom-loads '("octave-inf" "octave-mod")) |
| 62 | (put 'ebnf-non-terminal 'custom-loads '("ebnf2ps")) | ||
| 63 | (put 'ebnf-terminal 'custom-loads '("ebnf2ps")) | ||
| 62 | (put 'gnus-summary-maneuvering 'custom-loads '("gnus-sum")) | 64 | (put 'gnus-summary-maneuvering 'custom-loads '("gnus-sum")) |
| 63 | (put 'gnus-start 'custom-loads '("gnus-group" "gnus-int" "gnus-start" "gnus-util" "gnus")) | 65 | (put 'gnus-start 'custom-loads '("gnus-group" "gnus-int" "gnus-start" "gnus-util" "gnus")) |
| 64 | (put 'dcl 'custom-loads '("dcl-mode")) | 66 | (put 'dcl 'custom-loads '("dcl-mode")) |
| @@ -73,7 +75,7 @@ | |||
| 73 | (put 'fortran-comment 'custom-loads '("fortran")) | 75 | (put 'fortran-comment 'custom-loads '("fortran")) |
| 74 | (put 'viper 'custom-loads '("viper-ex" "viper-init" "viper-keym" "viper-macs" "viper-mous" "viper")) | 76 | (put 'viper 'custom-loads '("viper-ex" "viper-init" "viper-keym" "viper-macs" "viper-mous" "viper")) |
| 75 | (put 'ps-print-page 'custom-loads '("ps-print")) | 77 | (put 'ps-print-page 'custom-loads '("ps-print")) |
| 76 | (put 'postscript 'custom-loads '("ps-print")) | 78 | (put 'postscript 'custom-loads '("ps-print" "ebnf2ps")) |
| 77 | (put 'gnus-undo 'custom-loads '("gnus-undo")) | 79 | (put 'gnus-undo 'custom-loads '("gnus-undo")) |
| 78 | (put 'widget-faces 'custom-loads '("wid-edit")) | 80 | (put 'widget-faces 'custom-loads '("wid-edit")) |
| 79 | (put 'resize-minibuffer 'custom-loads '("rsz-mini")) | 81 | (put 'resize-minibuffer 'custom-loads '("rsz-mini")) |
| @@ -86,6 +88,7 @@ | |||
| 86 | (put 'flyspell 'custom-loads '("flyspell")) | 88 | (put 'flyspell 'custom-loads '("flyspell")) |
| 87 | (put 'ange-ftp 'custom-loads '("ange-ftp")) | 89 | (put 'ange-ftp 'custom-loads '("ange-ftp")) |
| 88 | (put 'font-lock-extra-types 'custom-loads '("font-lock")) | 90 | (put 'font-lock-extra-types 'custom-loads '("font-lock")) |
| 91 | (put 'ebnf-shape 'custom-loads '("ebnf2ps")) | ||
| 89 | (put 'minibuffer 'custom-loads '("simple" "complete" "icomplete")) | 92 | (put 'minibuffer 'custom-loads '("simple" "complete" "icomplete")) |
| 90 | (put 'gnus-meta 'custom-loads '("gnus")) | 93 | (put 'gnus-meta 'custom-loads '("gnus")) |
| 91 | (put 'mouse-sel 'custom-loads '("mouse-sel")) | 94 | (put 'mouse-sel 'custom-loads '("mouse-sel")) |
| @@ -123,13 +126,14 @@ | |||
| 123 | (put 'gnus-treading 'custom-loads '("gnus-sum")) | 126 | (put 'gnus-treading 'custom-loads '("gnus-sum")) |
| 124 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) | 127 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) |
| 125 | (put 'strokes 'custom-loads '("strokes")) | 128 | (put 'strokes 'custom-loads '("strokes")) |
| 126 | (put 'mouse 'custom-loads '("mouse" "menu-bar" "avoid" "goto-addr" "mouse-sel" "msb" "mwheel" "strokes" "tooltip")) | 129 | (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "goto-addr" "mouse-sel" "msb" "mwheel" "strokes" "tooltip")) |
| 127 | (put 'nnmail-various 'custom-loads '("nnmail")) | 130 | (put 'nnmail-various 'custom-loads '("nnmail")) |
| 128 | (put 'extensions 'custom-loads '("generic" "iswitchb" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) | 131 | (put 'extensions 'custom-loads '("generic" "iswitchb" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) |
| 132 | (put 'ebnf-displacement 'custom-loads '("ebnf2ps")) | ||
| 129 | (put 'appt 'custom-loads '("appt")) | 133 | (put 'appt 'custom-loads '("appt")) |
| 130 | (put 'snmp 'custom-loads '("snmp-mode")) | 134 | (put 'snmp 'custom-loads '("snmp-mode")) |
| 131 | (put 'speedbar-faces 'custom-loads '("speedbar" "vhdl-mode")) | 135 | (put 'speedbar-faces 'custom-loads '("speedbar" "vhdl-mode")) |
| 132 | (put 'rmail 'custom-loads '("paths" "rmail")) | 136 | (put 'rmail 'custom-loads '("paths" "rmail" "undigest")) |
| 133 | (put 'ps-print-n-up 'custom-loads '("ps-print")) | 137 | (put 'ps-print-n-up 'custom-loads '("ps-print")) |
| 134 | (put 'ps-print-printer 'custom-loads '("ps-print")) | 138 | (put 'ps-print-printer 'custom-loads '("ps-print")) |
| 135 | (put 'message-various 'custom-loads '("message")) | 139 | (put 'message-various 'custom-loads '("message")) |
| @@ -143,7 +147,7 @@ | |||
| 143 | (put 'reftex-making-and-inserting-labels 'custom-loads '("reftex-vars")) | 147 | (put 'reftex-making-and-inserting-labels 'custom-loads '("reftex-vars")) |
| 144 | (put 'calendar-hooks 'custom-loads '("calendar")) | 148 | (put 'calendar-hooks 'custom-loads '("calendar")) |
| 145 | (put 'mailalias 'custom-loads '("mailalias")) | 149 | (put 'mailalias 'custom-loads '("mailalias")) |
| 146 | (put 'frames 'custom-loads '("frame" "scroll-bar" "menu-bar" "desktop" "ediff-wind" "imenu" "rsz-mini" "two-column")) | 150 | (put 'frames 'custom-loads '("frame" "faces" "scroll-bar" "menu-bar" "desktop" "ediff-wind" "imenu" "rsz-mini" "two-column")) |
| 147 | (put 'gnus-server 'custom-loads '("gnus")) | 151 | (put 'gnus-server 'custom-loads '("gnus")) |
| 148 | (put 'paren-showing 'custom-loads '("paren")) | 152 | (put 'paren-showing 'custom-loads '("paren")) |
| 149 | (put 'dos-fns 'custom-loads '("dos-vars")) | 153 | (put 'dos-fns 'custom-loads '("dos-vars")) |
| @@ -188,7 +192,7 @@ | |||
| 188 | (put 'gnus-nocem 'custom-loads '("gnus-nocem")) | 192 | (put 'gnus-nocem 'custom-loads '("gnus-nocem")) |
| 189 | (put 'gnus-group-visual 'custom-loads '("gnus-group" "gnus")) | 193 | (put 'gnus-group-visual 'custom-loads '("gnus-group" "gnus")) |
| 190 | (put 'paren-matching 'custom-loads '("simple" "paren")) | 194 | (put 'paren-matching 'custom-loads '("simple" "paren")) |
| 191 | (put 'font-lock 'custom-loads '("font-lock" "frame")) | 195 | (put 'font-lock 'custom-loads '("font-lock" "frame" "faces")) |
| 192 | (put 'auto-save 'custom-loads '("files" "startup")) | 196 | (put 'auto-save 'custom-loads '("files" "startup")) |
| 193 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) | 197 | (put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) |
| 194 | (put 'gnus-cite 'custom-loads '("gnus-cite")) | 198 | (put 'gnus-cite 'custom-loads '("gnus-cite")) |
| @@ -209,6 +213,7 @@ | |||
| 209 | (put 'matching 'custom-loads '("simple" "isearch" "replace" "bookmark" "completion" "ffap" "imenu")) | 213 | (put 'matching 'custom-loads '("simple" "isearch" "replace" "bookmark" "completion" "ffap" "imenu")) |
| 210 | (put 'custom-faces 'custom-loads '("cus-edit")) | 214 | (put 'custom-faces 'custom-loads '("cus-edit")) |
| 211 | (put 'smtpmail 'custom-loads '("smtpmail")) | 215 | (put 'smtpmail 'custom-loads '("smtpmail")) |
| 216 | (put 'ebnf-syntatic 'custom-loads '("ebnf2ps")) | ||
| 212 | (put 'lisp-indent 'custom-loads '("cl-indent")) | 217 | (put 'lisp-indent 'custom-loads '("cl-indent")) |
| 213 | (put 'midnight 'custom-loads '("midnight")) | 218 | (put 'midnight 'custom-loads '("midnight")) |
| 214 | (put 'tex 'custom-loads '("bibtex" "reftex-vars" "tex-mode")) | 219 | (put 'tex 'custom-loads '("bibtex" "reftex-vars" "tex-mode")) |
| @@ -230,6 +235,7 @@ | |||
| 230 | (put 'view 'custom-loads '("view" "calendar")) | 235 | (put 'view 'custom-loads '("view" "calendar")) |
| 231 | (put 'cwarn 'custom-loads '("cwarn")) | 236 | (put 'cwarn 'custom-loads '("cwarn")) |
| 232 | (put 'gnus-score-default 'custom-loads '("gnus-score" "gnus-sum")) | 237 | (put 'gnus-score-default 'custom-loads '("gnus-score" "gnus-sum")) |
| 238 | (put 'ebnf-except 'custom-loads '("ebnf2ps")) | ||
| 233 | (put 'nnmail-duplicate 'custom-loads '("nnmail")) | 239 | (put 'nnmail-duplicate 'custom-loads '("nnmail")) |
| 234 | (put 'handwrite 'custom-loads '("handwrite")) | 240 | (put 'handwrite 'custom-loads '("handwrite")) |
| 235 | (put 'tags 'custom-loads '("speedbar")) | 241 | (put 'tags 'custom-loads '("speedbar")) |
| @@ -249,7 +255,7 @@ | |||
| 249 | (put 'gnus-edit-form 'custom-loads '("gnus-eform")) | 255 | (put 'gnus-edit-form 'custom-loads '("gnus-eform")) |
| 250 | (put 'modula2 'custom-loads '("modula2")) | 256 | (put 'modula2 'custom-loads '("modula2")) |
| 251 | (put 'ps-print-color 'custom-loads '("ps-print")) | 257 | (put 'ps-print-color 'custom-loads '("ps-print")) |
| 252 | (put 'emacs 'custom-loads '("cus-edit" "ps-print")) | 258 | (put 'emacs 'custom-loads '("cus-edit" "ebnf2ps")) |
| 253 | (put 'comint 'custom-loads '("comint")) | 259 | (put 'comint 'custom-loads '("comint")) |
| 254 | (put 'isearch 'custom-loads '("isearch")) | 260 | (put 'isearch 'custom-loads '("isearch")) |
| 255 | (put 'reftex-fontification-configurations 'custom-loads '("reftex-vars")) | 261 | (put 'reftex-fontification-configurations 'custom-loads '("reftex-vars")) |
| @@ -258,9 +264,10 @@ | |||
| 258 | (put 'ediff-merge 'custom-loads '("ediff-init" "ediff-merg")) | 264 | (put 'ediff-merge 'custom-loads '("ediff-init" "ediff-merg")) |
| 259 | (put 'vhdl 'custom-loads '("vhdl-mode")) | 265 | (put 'vhdl 'custom-loads '("vhdl-mode")) |
| 260 | (put 'gnus-summary-mail 'custom-loads '("gnus-sum")) | 266 | (put 'gnus-summary-mail 'custom-loads '("gnus-sum")) |
| 267 | (put 'ebnf-optimization 'custom-loads '("ebnf2ps")) | ||
| 261 | (put 'apropos 'custom-loads '("apropos")) | 268 | (put 'apropos 'custom-loads '("apropos")) |
| 262 | (put 'gomoku 'custom-loads '("gomoku")) | 269 | (put 'gomoku 'custom-loads '("gomoku")) |
| 263 | (put 'tools 'custom-loads '("add-log" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "rcompile" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "compile" "etags" "make-mode")) | 270 | (put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "rcompile" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "compile" "etags" "glasses" "make-mode")) |
| 264 | (put 'gnus-topic 'custom-loads '("gnus-topic")) | 271 | (put 'gnus-topic 'custom-loads '("gnus-topic")) |
| 265 | (put 'sgml 'custom-loads '("sgml-mode")) | 272 | (put 'sgml 'custom-loads '("sgml-mode")) |
| 266 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) | 273 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) |
| @@ -271,7 +278,7 @@ | |||
| 271 | (put 'rmail-summary 'custom-loads '("rmail" "rmailsum")) | 278 | (put 'rmail-summary 'custom-loads '("rmail" "rmailsum")) |
| 272 | (put 'metamail 'custom-loads '("metamail")) | 279 | (put 'metamail 'custom-loads '("metamail")) |
| 273 | (put 'winner 'custom-loads '("winner")) | 280 | (put 'winner 'custom-loads '("winner")) |
| 274 | (put 'wp 'custom-loads '("cus-edit" "enriched" "lpr" "ps-print" "view" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify")) | 281 | (put 'wp 'custom-loads '("cus-edit" "enriched" "lpr" "ps-print" "view" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify")) |
| 275 | (put 'reftex-citation-support 'custom-loads '("reftex-vars")) | 282 | (put 'reftex-citation-support 'custom-loads '("reftex-vars")) |
| 276 | (put 'gnus-summary-choose 'custom-loads '("gnus-sum")) | 283 | (put 'gnus-summary-choose 'custom-loads '("gnus-sum")) |
| 277 | (put 'widget-browse 'custom-loads '("wid-browse")) | 284 | (put 'widget-browse 'custom-loads '("wid-browse")) |
| @@ -293,16 +300,16 @@ | |||
| 293 | (put 'pp 'custom-loads '("pp")) | 300 | (put 'pp 'custom-loads '("pp")) |
| 294 | (put 'two-column 'custom-loads '("two-column")) | 301 | (put 'two-column 'custom-loads '("two-column")) |
| 295 | (put 'message-forwarding 'custom-loads '("message")) | 302 | (put 'message-forwarding 'custom-loads '("message")) |
| 296 | (put 'ph 'custom-loads '("ph")) | ||
| 297 | (put 'message-faces 'custom-loads '("message")) | 303 | (put 'message-faces 'custom-loads '("message")) |
| 298 | (put 'environment 'custom-loads '("cus-edit" "dired" "faces" "dos-vars")) | 304 | (put 'environment 'custom-loads '("cus-edit" "dired" "faces" "dos-vars")) |
| 299 | (put 'perl 'custom-loads '("perl-mode")) | 305 | (put 'perl 'custom-loads '("perl-mode")) |
| 300 | (put 'vhdl-port 'custom-loads '("vhdl-mode")) | 306 | (put 'vhdl-port 'custom-loads '("vhdl-mode")) |
| 307 | (put 'calculator 'custom-loads '("calculator")) | ||
| 301 | (put 'custom-menu 'custom-loads '("cus-edit")) | 308 | (put 'custom-menu 'custom-loads '("cus-edit")) |
| 302 | (put 'comm 'custom-loads '("net-utils" "ph" "eudc-vars" "ldap")) | 309 | (put 'comm 'custom-loads '("net-utils" "eudc-vars" "ldap")) |
| 303 | (put 'type-break 'custom-loads '("type-break")) | 310 | (put 'type-break 'custom-loads '("type-break")) |
| 304 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) | 311 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) |
| 305 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "pc-select")) | 312 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "windmove" "pc-select")) |
| 306 | (put 'lm 'custom-loads '("landmark")) | 313 | (put 'lm 'custom-loads '("landmark")) |
| 307 | (put 'idlwave-routine-info 'custom-loads '("idlwave")) | 314 | (put 'idlwave-routine-info 'custom-loads '("idlwave")) |
| 308 | (put 'm4 'custom-loads '("m4-mode")) | 315 | (put 'm4 'custom-loads '("m4-mode")) |
| @@ -313,7 +320,7 @@ | |||
| 313 | (put 'nnmail-retrieve 'custom-loads '("nnmail")) | 320 | (put 'nnmail-retrieve 'custom-loads '("nnmail")) |
| 314 | (put 'gnus-duplicate 'custom-loads '("gnus-dup")) | 321 | (put 'gnus-duplicate 'custom-loads '("gnus-dup")) |
| 315 | (put 'find-function 'custom-loads '("find-func")) | 322 | (put 'find-function 'custom-loads '("find-func")) |
| 316 | (put 'menu 'custom-loads '("tmm" "easymenu")) | 323 | (put 'menu 'custom-loads '("faces" "tmm" "easymenu")) |
| 317 | (put 'vhdl-highlight 'custom-loads '("vhdl-mode")) | 324 | (put 'vhdl-highlight 'custom-loads '("vhdl-mode")) |
| 318 | (put 'widgets 'custom-loads '("wid-browse" "wid-edit")) | 325 | (put 'widgets 'custom-loads '("wid-browse" "wid-edit")) |
| 319 | (put 'PostScript 'custom-loads '("ps-mode")) | 326 | (put 'PostScript 'custom-loads '("ps-mode")) |
| @@ -343,10 +350,12 @@ | |||
| 343 | (put 'files 'custom-loads '("files" "ange-ftp" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow")) | 350 | (put 'files 'custom-loads '("files" "ange-ftp" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow")) |
| 344 | (put 'rmail-files 'custom-loads '("rmail")) | 351 | (put 'rmail-files 'custom-loads '("rmail")) |
| 345 | (put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus")) | 352 | (put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus")) |
| 353 | (put 'windmove 'custom-loads '("windmove")) | ||
| 346 | (put 'terminals 'custom-loads '("terminal")) | 354 | (put 'terminals 'custom-loads '("terminal")) |
| 347 | (put 'avoid 'custom-loads '("avoid")) | 355 | (put 'avoid 'custom-loads '("avoid")) |
| 348 | (put 'compare-w 'custom-loads '("compare-w")) | 356 | (put 'compare-w 'custom-loads '("compare-w")) |
| 349 | (put 'sh-indentation 'custom-loads '("sh-script")) | 357 | (put 'sh-indentation 'custom-loads '("sh-script")) |
| 358 | (put 'ebnf-production 'custom-loads '("ebnf2ps")) | ||
| 350 | (put 'gnus-files 'custom-loads '("gnus" "nnmail")) | 359 | (put 'gnus-files 'custom-loads '("gnus" "nnmail")) |
| 351 | (put 'gnus-windows 'custom-loads '("gnus-win")) | 360 | (put 'gnus-windows 'custom-loads '("gnus-win")) |
| 352 | (put 'reftex-label-support 'custom-loads '("reftex-vars")) | 361 | (put 'reftex-label-support 'custom-loads '("reftex-vars")) |
| @@ -370,6 +379,7 @@ | |||
| 370 | (put 'reftex-referencing-labels 'custom-loads '("reftex-vars")) | 379 | (put 'reftex-referencing-labels 'custom-loads '("reftex-vars")) |
| 371 | (put 'gnus-article-various 'custom-loads '("gnus-art" "gnus-sum")) | 380 | (put 'gnus-article-various 'custom-loads '("gnus-art" "gnus-sum")) |
| 372 | (put 'ediff-diff 'custom-loads '("ediff-diff")) | 381 | (put 'ediff-diff 'custom-loads '("ediff-diff")) |
| 382 | (put 'ebnf-repeat 'custom-loads '("ebnf2ps")) | ||
| 373 | (put 'supercite 'custom-loads '("supercite")) | 383 | (put 'supercite 'custom-loads '("supercite")) |
| 374 | (put 'font-selection 'custom-loads '("faces")) | 384 | (put 'font-selection 'custom-loads '("faces")) |
| 375 | (put 'gnus-summary-marks 'custom-loads '("gnus-sum" "gnus")) | 385 | (put 'gnus-summary-marks 'custom-loads '("gnus-sum" "gnus")) |
| @@ -388,7 +398,7 @@ | |||
| 388 | (put 'hippie-expand 'custom-loads '("hippie-exp")) | 398 | (put 'hippie-expand 'custom-loads '("hippie-exp")) |
| 389 | (put 'refer 'custom-loads '("refer")) | 399 | (put 'refer 'custom-loads '("refer")) |
| 390 | (put 'message-mail 'custom-loads '("message")) | 400 | (put 'message-mail 'custom-loads '("message")) |
| 391 | (put 'modeline 'custom-loads '("time")) | 401 | (put 'modeline 'custom-loads '("faces" "time")) |
| 392 | (put 'archive-zoo 'custom-loads '("arc-mode")) | 402 | (put 'archive-zoo 'custom-loads '("arc-mode")) |
| 393 | (put 'gnus-group-level 'custom-loads '("gnus")) | 403 | (put 'gnus-group-level 'custom-loads '("gnus")) |
| 394 | (put 'bibtex 'custom-loads '("bibtex")) | 404 | (put 'bibtex 'custom-loads '("bibtex")) |
| @@ -428,7 +438,7 @@ | |||
| 428 | (put 'pascal 'custom-loads '("pascal")) | 438 | (put 'pascal 'custom-loads '("pascal")) |
| 429 | (put 'rmail-retrieve 'custom-loads '("rmail")) | 439 | (put 'rmail-retrieve 'custom-loads '("rmail")) |
| 430 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "snmp-mode" "sort" "tar-mode" "time-stamp")) | 440 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "snmp-mode" "sort" "tar-mode" "time-stamp")) |
| 431 | (put 'mail 'custom-loads '("simple" "startup" "ph" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars")) | 441 | (put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars")) |
| 432 | (put 'paren-blinking 'custom-loads '("simple")) | 442 | (put 'paren-blinking 'custom-loads '("simple")) |
| 433 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) | 443 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) |
| 434 | (put 'fast-lock 'custom-loads '("fast-lock")) | 444 | (put 'fast-lock 'custom-loads '("fast-lock")) |
| @@ -460,6 +470,7 @@ | |||
| 460 | (put 'spook 'custom-loads '("spook")) | 470 | (put 'spook 'custom-loads '("spook")) |
| 461 | (put 'tex-file 'custom-loads '("tex-mode")) | 471 | (put 'tex-file 'custom-loads '("tex-mode")) |
| 462 | (put 'time-stamp 'custom-loads '("time-stamp")) | 472 | (put 'time-stamp 'custom-loads '("time-stamp")) |
| 473 | (put 'ebnf-special 'custom-loads '("ebnf2ps")) | ||
| 463 | (put 'gnus-article-highlight 'custom-loads '("gnus-art" "gnus")) | 474 | (put 'gnus-article-highlight 'custom-loads '("gnus-art" "gnus")) |
| 464 | (put 'tooltip 'custom-loads '("tooltip")) | 475 | (put 'tooltip 'custom-loads '("tooltip")) |
| 465 | (put 'gud 'custom-loads '("gud")) | 476 | (put 'gud 'custom-loads '("gud")) |
| @@ -490,11 +501,13 @@ | |||
| 490 | (put 'viper-search 'custom-loads '("viper-init")) | 501 | (put 'viper-search 'custom-loads '("viper-init")) |
| 491 | (put 'C 'custom-loads '("cpp")) | 502 | (put 'C 'custom-loads '("cpp")) |
| 492 | (put 'mule 'custom-loads '("mule-cmds")) | 503 | (put 'mule 'custom-loads '("mule-cmds")) |
| 504 | (put 'glasses 'custom-loads '("glasses")) | ||
| 493 | (put 'vhdl-style 'custom-loads '("vhdl-mode")) | 505 | (put 'vhdl-style 'custom-loads '("vhdl-mode")) |
| 494 | (put 'tempo 'custom-loads '("tempo")) | 506 | (put 'tempo 'custom-loads '("tempo")) |
| 495 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "hideif")) | 507 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "hideif")) |
| 496 | (put 'nnmail-prepare 'custom-loads '("nnmail")) | 508 | (put 'nnmail-prepare 'custom-loads '("nnmail")) |
| 497 | (put 'processes 'custom-loads '("comint" "cus-edit" "rcompile" "rlogin" "shell" "term" "metamail" "compile" "executable" "sql" "flyspell")) | 509 | (put 'processes 'custom-loads '("comint" "cus-edit" "rcompile" "rlogin" "shell" "term" "metamail" "compile" "executable" "sql" "flyspell")) |
| 510 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) | ||
| 498 | (put 'sendmail 'custom-loads '("sendmail")) | 511 | (put 'sendmail 'custom-loads '("sendmail")) |
| 499 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) | 512 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) |
| 500 | (put 'idlwave 'custom-loads '("idlw-shell" "idlwave")) | 513 | (put 'idlwave 'custom-loads '("idlw-shell" "idlwave")) |
| @@ -532,6 +545,8 @@ | |||
| 532 | (custom-put-if-not 'highlight-changes 'group-documentation "Highlight Changes mode.") | 545 | (custom-put-if-not 'highlight-changes 'group-documentation "Highlight Changes mode.") |
| 533 | (custom-put-if-not 'query-replace-from-history-variable 'custom-version "20.3") | 546 | (custom-put-if-not 'query-replace-from-history-variable 'custom-version "20.3") |
| 534 | (custom-put-if-not 'query-replace-from-history-variable 'standard-value t) | 547 | (custom-put-if-not 'query-replace-from-history-variable 'standard-value t) |
| 548 | (custom-put-if-not 'footnote 'custom-version "21.1") | ||
| 549 | (custom-put-if-not 'footnote 'group-documentation "Support for footnotes in mail and news messages.") | ||
| 535 | (custom-put-if-not 'custom-variable-default-form 'custom-version "20.3") | 550 | (custom-put-if-not 'custom-variable-default-form 'custom-version "20.3") |
| 536 | (custom-put-if-not 'custom-variable-default-form 'standard-value t) | 551 | (custom-put-if-not 'custom-variable-default-form 'standard-value t) |
| 537 | (custom-put-if-not 'vc-ignore-vc-files 'custom-version "20.3") | 552 | (custom-put-if-not 'vc-ignore-vc-files 'custom-version "20.3") |
| @@ -652,6 +667,8 @@ | |||
| 652 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") | 667 | (custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.") |
| 653 | (custom-put-if-not 'temp-buffer-resize-mode 'custom-version "20.4") | 668 | (custom-put-if-not 'temp-buffer-resize-mode 'custom-version "20.4") |
| 654 | (custom-put-if-not 'temp-buffer-resize-mode 'standard-value t) | 669 | (custom-put-if-not 'temp-buffer-resize-mode 'standard-value t) |
| 670 | (custom-put-if-not 'bs 'custom-version "21.1") | ||
| 671 | (custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.") | ||
| 655 | (custom-put-if-not 'rmail-file-name 'custom-version "21.1") | 672 | (custom-put-if-not 'rmail-file-name 'custom-version "21.1") |
| 656 | (custom-put-if-not 'rmail-file-name 'standard-value t) | 673 | (custom-put-if-not 'rmail-file-name 'standard-value t) |
| 657 | (custom-put-if-not 'cperl 'custom-version "20.3") | 674 | (custom-put-if-not 'cperl 'custom-version "20.3") |
| @@ -682,6 +699,8 @@ | |||
| 682 | (custom-put-if-not 'rmail-default-body-file 'standard-value t) | 699 | (custom-put-if-not 'rmail-default-body-file 'standard-value t) |
| 683 | (custom-put-if-not 'rmail-movemail-flags 'custom-version "20.3") | 700 | (custom-put-if-not 'rmail-movemail-flags 'custom-version "20.3") |
| 684 | (custom-put-if-not 'rmail-movemail-flags 'standard-value t) | 701 | (custom-put-if-not 'rmail-movemail-flags 'standard-value t) |
| 702 | (custom-put-if-not 'recentf 'custom-version "21.1") | ||
| 703 | (custom-put-if-not 'recentf 'group-documentation "Maintain a menu of recently opened files.") | ||
| 685 | (custom-put-if-not 'dired-at-point-require-prefix 'custom-version "20.3") | 704 | (custom-put-if-not 'dired-at-point-require-prefix 'custom-version "20.3") |
| 686 | (custom-put-if-not 'dired-at-point-require-prefix 'standard-value t) | 705 | (custom-put-if-not 'dired-at-point-require-prefix 'standard-value t) |
| 687 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") | 706 | (custom-put-if-not 'dabbrev-ignored-buffer-names 'custom-version "20.3") |
| @@ -692,6 +711,8 @@ | |||
| 692 | (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t) | 711 | (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t) |
| 693 | (custom-put-if-not 'tooltip 'custom-version "21.1") | 712 | (custom-put-if-not 'tooltip 'custom-version "21.1") |
| 694 | (custom-put-if-not 'tooltip 'group-documentation "Customization group for the `tooltip' package.") | 713 | (custom-put-if-not 'tooltip 'group-documentation "Customization group for the `tooltip' package.") |
| 714 | (custom-put-if-not 'quickurl 'custom-version "21.1") | ||
| 715 | (custom-put-if-not 'quickurl 'group-documentation "Insert an URL based on text at point in buffer.") | ||
| 695 | (custom-put-if-not 'tool-bar 'custom-version "21.1") | 716 | (custom-put-if-not 'tool-bar 'custom-version "21.1") |
| 696 | (custom-put-if-not 'tool-bar 'group-documentation nil) | 717 | (custom-put-if-not 'tool-bar 'group-documentation nil) |
| 697 | (custom-put-if-not 'vc-default-init-version 'custom-version "20.3") | 718 | (custom-put-if-not 'vc-default-init-version 'custom-version "20.3") |
| @@ -714,6 +735,8 @@ | |||
| 714 | (custom-put-if-not 'desktop-enable 'standard-value t) | 735 | (custom-put-if-not 'desktop-enable 'standard-value t) |
| 715 | (custom-put-if-not 'vc-dired-terse-display 'custom-version "20.3") | 736 | (custom-put-if-not 'vc-dired-terse-display 'custom-version "20.3") |
| 716 | (custom-put-if-not 'vc-dired-terse-display 'standard-value t) | 737 | (custom-put-if-not 'vc-dired-terse-display 'standard-value t) |
| 738 | (custom-put-if-not 'delphi 'custom-version "21.1") | ||
| 739 | (custom-put-if-not 'delphi 'group-documentation "Major mode for editing Delphi source in Emacs") | ||
| 717 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 740 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 718 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 741 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 719 | 742 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 178dd598c74..3acdb357088 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (recursive_edit_1): Cancel busy-cursor. | ||
| 4 | |||
| 3 | * xfns.c (inhibit_busy_cursor, busy_count): Removed. | 5 | * xfns.c (inhibit_busy_cursor, busy_count): Removed. |
| 4 | (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed. | 6 | (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed. |
| 5 | (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New | 7 | (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New |