diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b679bd218e3..9ff7107dc0d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-02-19 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * mwheel.el (mouse-wheel-scroll-amount): Can specify different | ||
| 4 | scroll amounts for different modifiers now. | ||
| 5 | (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount' | ||
| 6 | format properly. | ||
| 7 | (mouse-wheel-mode): Ditto. | ||
| 8 | |||
| 1 | 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 10 | ||
| 3 | * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data | 11 | * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data |
| @@ -208,11 +216,11 @@ | |||
| 208 | (describe-text-category): New command. | 216 | (describe-text-category): New command. |
| 209 | (describe-text-at): New command. | 217 | (describe-text-at): New command. |
| 210 | (facemenu-menu): Replace `list-text-properties-at' with | 218 | (facemenu-menu): Replace `list-text-properties-at' with |
| 211 | `describe-text-at' in the menu. | 219 | `describe-text-at' in the menu. |
| 212 | 220 | ||
| 213 | * wid-edit.el (widgetp): New function. | 221 | * wid-edit.el (widgetp): New function. |
| 214 | * wid-edit.el (widget-keymap, widget-insert, widget-setup): | 222 | * wid-edit.el (widget-keymap, widget-insert, widget-setup): |
| 215 | Autoloaded. | 223 | Autoloaded. |
| 216 | 224 | ||
| 217 | * emacs-lisp/pp.el (pp-to-string): Autoloaded. | 225 | * emacs-lisp/pp.el (pp-to-string): Autoloaded. |
| 218 | 226 | ||
| @@ -258,7 +266,7 @@ | |||
| 258 | 266 | ||
| 259 | * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'. | 267 | * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'. |
| 260 | (menu-bar-options-menu): Don't set default value for | 268 | (menu-bar-options-menu): Don't set default value for |
| 261 | `truncate-lines'. | 269 | `truncate-lines'. |
| 262 | 270 | ||
| 263 | 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk> | 271 | 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk> |
| 264 | 272 | ||
| @@ -294,14 +302,14 @@ | |||
| 294 | (menu-bar-showhide-menu): Ditto. | 302 | (menu-bar-showhide-menu): Ditto. |
| 295 | (menu-bar-options-menu): Ditto. | 303 | (menu-bar-options-menu): Ditto. |
| 296 | (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left, | 304 | (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left, |
| 297 | menu-bar-scroll-bar-none): Removed. | 305 | menu-bar-scroll-bar-none): Removed. |
| 298 | (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda | 306 | (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda |
| 299 | expressions instead. | 307 | expressions instead. |
| 300 | 308 | ||
| 301 | * cus-edit.el (customize-set-value): Return value. | 309 | * cus-edit.el (customize-set-value): Return value. |
| 302 | (customize-set-variable): Ditto. | 310 | (customize-set-variable): Ditto. |
| 303 | (customize-save-variable): Ditto. | 311 | (customize-save-variable): Ditto. |
| 304 | (customize-set-variable): Load dependencies before setting value. | 312 | (customize-set-variable): Load dependencies before setting value. |
| 305 | (custom-load-symbol): Autoload it. | 313 | (custom-load-symbol): Autoload it. |
| 306 | (customize-mark-as-set): New function. | 314 | (customize-mark-as-set): New function. |
| 307 | 315 | ||
| @@ -342,24 +350,24 @@ | |||
| 342 | toggling. | 350 | toggling. |
| 343 | 351 | ||
| 344 | 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> | 352 | 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> |
| 345 | 353 | ||
| 346 | * viper-util.el (viper-read-key-sequence): fixed so it'll read | 354 | * viper-util.el (viper-read-key-sequence): fixed so it'll read |
| 347 | fast key sequences in emacs native mode | 355 | fast key sequences in emacs native mode |
| 348 | (viper-events-to-keys): deleted | 356 | (viper-events-to-keys): deleted |
| 349 | 357 | ||
| 350 | * viper.el (describe-key, describe-key-briefly): get rid of | 358 | * viper.el (describe-key, describe-key-briefly): get rid of |
| 351 | viper-events-to-keys. | 359 | viper-events-to-keys. |
| 352 | 360 | ||
| 353 | * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch. | 361 | * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch. |
| 354 | 362 | ||
| 355 | * ediff-wind.el (ediff-setup-control-frame): Use | 363 | * ediff-wind.el (ediff-setup-control-frame): Use |
| 356 | ediff-has-gutter-support. | 364 | ediff-has-gutter-support. |
| 357 | 365 | ||
| 358 | * ediff-util.el (ediff-dispose-of-variant-according-to-user): | 366 | * ediff-util.el (ediff-dispose-of-variant-according-to-user): |
| 359 | check if buff is alive. | 367 | check if buff is alive. |
| 360 | 368 | ||
| 361 | * ediff.el: typo in comment. | 369 | * ediff.el: typo in comment. |
| 362 | 370 | ||
| 363 | 2002-02-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 371 | 2002-02-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 364 | 372 | ||
| 365 | * menu-bar.el (menu-bar-options-save): Take care of | 373 | * menu-bar.el (menu-bar-options-save): Take care of |