diff options
| author | Stefan Monnier | 2002-05-14 14:22:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-05-14 14:22:41 +0000 |
| commit | f530a77bf3f15e4eccd33f5afbb30d423ee6d48b (patch) | |
| tree | f8151c0e79fee743adc252111ddb7b28f461c67c | |
| parent | 25ab24bcb9c0639dfca30a8dfcee4486e6b807af (diff) | |
| download | emacs-f530a77bf3f15e4eccd33f5afbb30d423ee6d48b.tar.gz emacs-f530a77bf3f15e4eccd33f5afbb30d423ee6d48b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 239 |
1 files changed, 123 insertions, 116 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0b24524d26..aa8cd82e2fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,15 @@ | |||
| 1 | 2002-05-14 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * skeleton.el (skeleton-transformation): Default to `identity'. | ||
| 4 | (skeleton-insert): Use `move-after' markers and `insert' rather | ||
| 5 | than rely on insert-before-markers. | ||
| 6 | (skeleton-internal-1): Handle `> \n' specially so that the newline | ||
| 7 | is inserted before the first line is indented. | ||
| 8 | |||
| 1 | 2002-05-14 Mike Williams <mdub@bigfoot.com> | 9 | 2002-05-14 Mike Williams <mdub@bigfoot.com> |
| 2 | 10 | ||
| 3 | * textmodes/sgml-mode.el (sgml-tag): Default | 11 | * textmodes/sgml-mode.el (sgml-tag): |
| 4 | skeleton-transformation to `identity'. | 12 | Default skeleton-transformation to `identity'. |
| 5 | 13 | ||
| 6 | 2002-05-14 Francesco Potorti` <pot@gnu.org> | 14 | 2002-05-14 Francesco Potorti` <pot@gnu.org> |
| 7 | 15 | ||
| @@ -119,8 +127,7 @@ | |||
| 119 | 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il> | 127 | 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 120 | 128 | ||
| 121 | * menu-bar.el (menu-bar-showhide-scroll-bar-menu) | 129 | * menu-bar.el (menu-bar-showhide-scroll-bar-menu) |
| 122 | (menu-bar-showhide-menu): Use display-graphic-p, not | 130 | (menu-bar-showhide-menu): Use display-graphic-p, not window-system. |
| 123 | widnow-system. | ||
| 124 | (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>: | 131 | (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>: |
| 125 | Run a named function. | 132 | Run a named function. |
| 126 | (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set. | 133 | (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set. |
| @@ -188,13 +195,13 @@ | |||
| 188 | `loaddefs.el', look for the real source. This is necessary only | 195 | `loaddefs.el', look for the real source. This is necessary only |
| 189 | for defaliases. | 196 | for defaliases. |
| 190 | 197 | ||
| 191 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Add | 198 | * emacs-lisp/find-func.el (find-function-search-for-symbol): |
| 192 | autoload cookie. | 199 | Add autoload cookie. |
| 193 | (find-function-regexp): Include | 200 | (find-function-regexp): Include |
| 194 | "\(quote " to match the defaliases in loaddefs.el. | 201 | "\(quote " to match the defaliases in loaddefs.el. |
| 195 | 202 | ||
| 196 | * filesets.el (filesets-conditional-sort): Use copy-sequence, not | 203 | * filesets.el (filesets-conditional-sort): Use copy-sequence, |
| 197 | copy-list. | 204 | not copy-list. |
| 198 | (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): | 205 | (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): |
| 199 | Defvar them to nil if running in Emacs. | 206 | Defvar them to nil if running in Emacs. |
| 200 | 207 | ||
| @@ -284,8 +291,8 @@ | |||
| 284 | 291 | ||
| 285 | 2002-05-06 Markus Rost <rost@math.ohio-state.edu> | 292 | 2002-05-06 Markus Rost <rost@math.ohio-state.edu> |
| 286 | 293 | ||
| 287 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Use | 294 | * emacs-lisp/find-func.el (find-function-search-for-symbol): |
| 288 | with-syntax-table. | 295 | Use with-syntax-table. |
| 289 | 296 | ||
| 290 | 2002-05-06 Francesco Potorti` <pot@gnu.org> | 297 | 2002-05-06 Francesco Potorti` <pot@gnu.org> |
| 291 | 298 | ||
| @@ -355,8 +362,8 @@ | |||
| 355 | 362 | ||
| 356 | 2002-05-04 Markus Rost <rost@math.ohio-state.edu> | 363 | 2002-05-04 Markus Rost <rost@math.ohio-state.edu> |
| 357 | 364 | ||
| 358 | * emacs-lisp/find-func.el (find-function-search-for-symbol): Bind | 365 | * emacs-lisp/find-func.el (find-function-search-for-symbol): |
| 359 | case-fold-search when searching. | 366 | Bind case-fold-search when searching. |
| 360 | 367 | ||
| 361 | 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il> | 368 | 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 362 | 369 | ||
| @@ -386,18 +393,16 @@ | |||
| 386 | within any eshell buffer to modify the global Emacs environment. | 393 | within any eshell buffer to modify the global Emacs environment. |
| 387 | It defaults to nil, which means that such commands will only | 394 | It defaults to nil, which means that such commands will only |
| 388 | modify that Eshell buffer's environment. | 395 | modify that Eshell buffer's environment. |
| 389 | (eshell-var-initialize): Initialize | 396 | (eshell-var-initialize): Initialize `eshell-modify-global-environment'. |
| 390 | `eshell-modify-global-environment'. | ||
| 391 | 397 | ||
| 392 | * eshell/em-cmpl.el (eshell-command-completions-alist): Improved | 398 | * eshell/em-cmpl.el (eshell-command-completions-alist): |
| 393 | default completion targets for objdump, nm and readelf. | 399 | Improve default completion targets for objdump, nm and readelf. |
| 394 | 400 | ||
| 395 | 2002-05-03 Colin Walters <walters@verbum.org> | 401 | 2002-05-03 Colin Walters <walters@verbum.org> |
| 396 | 402 | ||
| 397 | * play/gamegrid.el (gamegrid-user-score-file-directory): New | 403 | * play/gamegrid.el (gamegrid-user-score-file-directory): New variable. |
| 398 | variable. | 404 | (gamegrid-add-score-with-update-game-score): |
| 399 | (gamegrid-add-score-with-update-game-score): Use | 405 | Use `shared-game-score-directory'. Correctly handle non-setuid case. |
| 400 | `shared-game-score-directory'. Correctly handle non-setuid case. | ||
| 401 | 406 | ||
| 402 | 2002-05-02 Colin Walters <walters@verbum.org> | 407 | 2002-05-02 Colin Walters <walters@verbum.org> |
| 403 | 408 | ||
| @@ -412,8 +417,8 @@ | |||
| 412 | 417 | ||
| 413 | * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg. | 418 | * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg. |
| 414 | (menu-bar-options-save): Added cua-mode. | 419 | (menu-bar-options-save): Added cua-mode. |
| 415 | (menu-bar-options-menu): Added toggle for cua-mode. Disable | 420 | (menu-bar-options-menu): Added toggle for cua-mode. |
| 416 | toggle for transient-mark-mode if cua-mode is enabled. | 421 | Disable toggle for transient-mark-mode if cua-mode is enabled. |
| 417 | 422 | ||
| 418 | * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local | 423 | * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local |
| 419 | variable. | 424 | variable. |
| @@ -429,18 +434,17 @@ | |||
| 429 | * progmodes/f90.el: Yet more doc string, commment and whitespace | 434 | * progmodes/f90.el: Yet more doc string, commment and whitespace |
| 430 | changes. | 435 | changes. |
| 431 | (f90-imenu-flag): New name for internal variable f90-imenu. | 436 | (f90-imenu-flag): New name for internal variable f90-imenu. |
| 432 | (f90-blocks-re, f90-program-block-re, f90-end-if-re, | 437 | (f90-blocks-re, f90-program-block-re, f90-end-if-re) |
| 433 | f90-no-break-re): Use regexp-opt. | 438 | (f90-no-break-re): Use regexp-opt. |
| 434 | (f90-end-type-re): Add closing "\\>". | 439 | (f90-end-type-re): Add closing "\\>". |
| 435 | (f90-indent-region): Correctly indent comments embedded in | 440 | (f90-indent-region): Correctly indent comments embedded in |
| 436 | continued lines. | 441 | continued lines. |
| 437 | (f90-indent-new-line): Make it indent the current line, as it | 442 | (f90-indent-new-line): Make it indent the current line, as it should. |
| 438 | should. | 443 | (f90-line-continued, f90-get-present-comment-type) |
| 439 | (f90-line-continued, f90-get-present-comment-type, | 444 | (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line) |
| 440 | f90-looking-at-if-then, f90-indent-line, f90-indent-new-line, | 445 | (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill) |
| 441 | f90-indent-region, f90-indent-subprogram, f90-do-auto-fill, | 446 | (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end) |
| 442 | f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end, | 447 | (f90-change-keywords): Minor code tidying. |
| 443 | f90-change-keywords): Minor code tidying. | ||
| 444 | 448 | ||
| 445 | * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from | 449 | * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from |
| 446 | typo `fortran-strip-sqeuence-nos'. | 450 | typo `fortran-strip-sqeuence-nos'. |
| @@ -452,8 +456,8 @@ | |||
| 452 | 456 | ||
| 453 | 2002-05-01 Kim F. Storm <storm@cua.dk> | 457 | 2002-05-01 Kim F. Storm <storm@cua.dk> |
| 454 | 458 | ||
| 455 | * emulation/cua-base.el (cua--pre-command-handler): Only | 459 | * emulation/cua-base.el (cua--pre-command-handler): |
| 456 | interpret delete-selection property if mark-active. | 460 | Only interpret delete-selection property if mark-active. |
| 457 | (cua-mode): Fixed require in defcustom. | 461 | (cua-mode): Fixed require in defcustom. |
| 458 | 462 | ||
| 459 | 2002-05-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 463 | 2002-05-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| @@ -463,10 +467,10 @@ | |||
| 463 | 467 | ||
| 464 | 2002-05-01 Colin Walters <walters@verbum.org> | 468 | 2002-05-01 Colin Walters <walters@verbum.org> |
| 465 | 469 | ||
| 466 | * textmodes/tex-mode.el (tex-validate-buffer): Use | 470 | * textmodes/tex-mode.el (tex-validate-buffer): |
| 467 | `occur-revert-arguments' instead of setting `occur-nlines' and | 471 | Use `occur-revert-arguments' instead of setting `occur-nlines' and |
| 468 | `occur-buffer'. Don't test for `input-pending-p' in loop. Set | 472 | `occur-buffer'. Don't test for `input-pending-p' in loop. |
| 469 | text property `occur-target' instead of `occur'. | 473 | Set text property `occur-target' instead of `occur'. |
| 470 | 474 | ||
| 471 | 2002-04-30 John Wiegley <johnw@gnu.org> | 475 | 2002-04-30 John Wiegley <johnw@gnu.org> |
| 472 | 476 | ||
| @@ -514,8 +518,8 @@ | |||
| 514 | 518 | ||
| 515 | 2002-04-29 Markus Rost <rost@math.ohio-state.edu> | 519 | 2002-04-29 Markus Rost <rost@math.ohio-state.edu> |
| 516 | 520 | ||
| 517 | * mail/emacsbug.el (report-emacs-bug-hook): Use | 521 | * mail/emacsbug.el (report-emacs-bug-hook): |
| 518 | replace-match only if search was successful. | 522 | Use replace-match only if search was successful. |
| 519 | 523 | ||
| 520 | 2002-04-29 Richard M. Stallman <rms@gnu.org> | 524 | 2002-04-29 Richard M. Stallman <rms@gnu.org> |
| 521 | 525 | ||
| @@ -530,11 +534,26 @@ | |||
| 530 | on filesets-running-xemacs. | 534 | on filesets-running-xemacs. |
| 531 | (filesets-find-file-using): Renamed from fsfind-file-using. | 535 | (filesets-find-file-using): Renamed from fsfind-file-using. |
| 532 | 536 | ||
| 537 | 2002-04-29 Stefan Monnier <monnier@cs.yale.edu> | ||
| 538 | |||
| 539 | * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min. | ||
| 540 | (Info-read-node-name-1): Complete file names. | ||
| 541 | (Info-complete-menu-item): Don't cons unnecessarily. | ||
| 542 | |||
| 543 | * files.el (locate-file): New fun. | ||
| 544 | (locate-file-completion): Rename from load-completion and generalize. | ||
| 545 | (load-library): Use it. | ||
| 546 | (make-auto-save-file-name): Expand caddr. | ||
| 547 | |||
| 548 | * newcomment.el (comment-fill-column): New var. | ||
| 549 | (comment-indent): Use it. | ||
| 550 | (comment-or-uncomment-region): New fun. | ||
| 551 | (comment-dwim): Use it. | ||
| 552 | |||
| 533 | 2002-04-29 Colin Walters <walters@verbum.org> | 553 | 2002-04-29 Colin Walters <walters@verbum.org> |
| 534 | 554 | ||
| 535 | * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function. | 555 | * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function. |
| 536 | (ibuffer-kill-line): Copy the filter group data structure when | 556 | (ibuffer-kill-line): Copy the filter group data structure when killing. |
| 537 | killing. | ||
| 538 | (ibuffer-yank): Handle case where we're yanking on the default | 557 | (ibuffer-yank): Handle case where we're yanking on the default |
| 539 | group correctly. | 558 | group correctly. |
| 540 | (ibuffer-delete-saved-filter-groups): Doc fix. | 559 | (ibuffer-delete-saved-filter-groups): Doc fix. |
| @@ -571,8 +590,8 @@ | |||
| 571 | 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au> | 590 | 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au> |
| 572 | 591 | ||
| 573 | * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn) | 592 | * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn) |
| 574 | (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): New | 593 | (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): |
| 575 | Vietnamese coding system. | 594 | New Vietnamese coding system. |
| 576 | 595 | ||
| 577 | * language/viet-util.el: Update Commentary section. | 596 | * language/viet-util.el: Update Commentary section. |
| 578 | 597 | ||
| @@ -1914,9 +1933,9 @@ | |||
| 1914 | prefix from scroll commands. Ignore end-of-buffer errors from | 1933 | prefix from scroll commands. Ignore end-of-buffer errors from |
| 1915 | other windows. | 1934 | other windows. |
| 1916 | (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll | 1935 | (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll |
| 1917 | commands. | 1936 | commands. |
| 1918 | (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New | 1937 | (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): |
| 1919 | functions. | 1938 | New functions. |
| 1920 | 1939 | ||
| 1921 | * files.el: (auto-mode-alist): .f95 files in f90-mode. | 1940 | * files.el: (auto-mode-alist): .f95 files in f90-mode. |
| 1922 | 1941 | ||
| @@ -2253,8 +2272,7 @@ | |||
| 2253 | active project file, instead of one per buffer. This is far less | 2272 | active project file, instead of one per buffer. This is far less |
| 2254 | confusing. | 2273 | confusing. |
| 2255 | 2274 | ||
| 2256 | * progmodes/ada-stmt.el: Menu changed from Statements to | 2275 | * progmodes/ada-stmt.el: Menu changed from Statements to Templates. |
| 2257 | Templates. | ||
| 2258 | (ada-func-or-proc-name): Get real subprogram name, after change in | 2276 | (ada-func-or-proc-name): Get real subprogram name, after change in |
| 2259 | ada-mode.el. | 2277 | ada-mode.el. |
| 2260 | 2278 | ||
| @@ -2266,8 +2284,8 @@ | |||
| 2266 | various available shells on that platform. ada-mode is now fully | 2284 | various available shells on that platform. ada-mode is now fully |
| 2267 | integrated with the GNU visual debugger gvd, see | 2285 | integrated with the GNU visual debugger gvd, see |
| 2268 | http://libre.act-europe.fr. | 2286 | http://libre.act-europe.fr. |
| 2269 | (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ. This | 2287 | (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ. |
| 2270 | is only available with GNAT 3.14. | 2288 | This is only available with GNAT 3.14. |
| 2271 | (ada-prj-gnatfind-switches, ada-cd-command): New variable. | 2289 | (ada-prj-gnatfind-switches, ada-cd-command): New variable. |
| 2272 | (ada-quote-cmd): New function. | 2290 | (ada-quote-cmd): New function. |
| 2273 | (ada-initialize-runtime-library): Get the location of the actual | 2291 | (ada-initialize-runtime-library): Get the location of the actual |
| @@ -2288,23 +2306,20 @@ | |||
| 2288 | (ada-case-exception-substring): New variable. Casing exceptions | 2306 | (ada-case-exception-substring): New variable. Casing exceptions |
| 2289 | can now also be defined for substrings, in addition to full | 2307 | can now also be defined for substrings, in addition to full |
| 2290 | identifier names. This provides more flexibility. | 2308 | identifier names. This provides more flexibility. |
| 2291 | (ada-align-list): New function, provide support for align.el in | 2309 | (ada-align-list): New fun, provide support for align.el in ada-mode. |
| 2292 | ada-mode. | ||
| 2293 | (ada-procedure-start-regexp): Add support for operators and | 2310 | (ada-procedure-start-regexp): Add support for operators and |
| 2294 | generic formal subprograms and packages. | 2311 | generic formal subprograms and packages. |
| 2295 | (ada-imenu-comment-re): New variable. | 2312 | (ada-imenu-comment-re): New variable. |
| 2296 | (ada-imenu-generic-expression): Add support for protected types. | 2313 | (ada-imenu-generic-expression): Add support for protected types. |
| 2297 | (ada-mode): Set comment-start only after running ada-mode-hook, so | 2314 | (ada-mode): Set comment-start only after running ada-mode-hook, so |
| 2298 | that the user can change ada-comment-start in the hook. Add | 2315 | that the user can change ada-comment-start in the hook. |
| 2299 | support for ispell in comments. Add support for align.el. | 2316 | Add support for ispell in comments. Add support for align.el. |
| 2300 | (ada-save-exception-file, ada-create-case-exception-substring) | 2317 | (ada-save-exception-file, ada-create-case-exception-substring) |
| 2301 | (ada-adjust-case-substring): New functions. | 2318 | (ada-adjust-case-substring): New functions. |
| 2302 | (ada-get-current-indent): Properly handles keywords with | 2319 | (ada-get-current-indent): Properly handles keywords with uppercases. |
| 2303 | uppercases. | ||
| 2304 | (ada-goto-matching-end): Rewritten, fixes problems in the handling | 2320 | (ada-goto-matching-end): Rewritten, fixes problems in the handling |
| 2305 | of nested blocks. | 2321 | of nested blocks. |
| 2306 | (ada-untab-hard): Do not touch the contents of comments and | 2322 | (ada-untab-hard): Do not touch the contents of comments and strings. |
| 2307 | strings. | ||
| 2308 | 2323 | ||
| 2309 | 2002-04-09 Mike Williams <mdub@bigfoot.com> | 2324 | 2002-04-09 Mike Williams <mdub@bigfoot.com> |
| 2310 | 2325 | ||
| @@ -3059,8 +3074,7 @@ | |||
| 3059 | (browse-url-mosaic): Use it. | 3074 | (browse-url-mosaic): Use it. |
| 3060 | 3075 | ||
| 3061 | * net/browse-url.el (browse-url-filename-alist): Don't begin | 3076 | * net/browse-url.el (browse-url-filename-alist): Don't begin |
| 3062 | docstring with *, you don't want to set this one with M-x | 3077 | docstring with *, you don't want to set this one with M-x set-variable. |
| 3063 | set-variable. | ||
| 3064 | 3078 | ||
| 3065 | * net/browse-url.el: Put * in user option doc strings. | 3079 | * net/browse-url.el: Put * in user option doc strings. |
| 3066 | 3080 | ||
| @@ -3530,8 +3544,7 @@ | |||
| 3530 | * cus-start.el: Rename automatic-hscroll-step and | 3544 | * cus-start.el: Rename automatic-hscroll-step and |
| 3531 | automatic-hscroll-margin into hscroll-step and hscroll-margin. | 3545 | automatic-hscroll-margin into hscroll-step and hscroll-margin. |
| 3532 | 3546 | ||
| 3533 | * frame.el (auto-hscroll-mode): Renamed from | 3547 | * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling. |
| 3534 | automatic-hscrolling. | ||
| 3535 | (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode. | 3548 | (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode. |
| 3536 | 3549 | ||
| 3537 | * mouse.el (mouse-region-delete-keys): Add deletechar. | 3550 | * mouse.el (mouse-region-delete-keys): Add deletechar. |
| @@ -3960,9 +3973,9 @@ | |||
| 3960 | 3973 | ||
| 3961 | 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 3974 | 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 3962 | 3975 | ||
| 3963 | * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when | 3976 | * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when |
| 3964 | repeated. | 3977 | repeated. |
| 3965 | (mark-defun): Mark more if repeated. | 3978 | (mark-defun): Mark more if repeated. |
| 3966 | 3979 | ||
| 3967 | 2002-02-17 Colin Walters <walters@verbum.org> | 3980 | 2002-02-17 Colin Walters <walters@verbum.org> |
| 3968 | 3981 | ||
| @@ -4837,8 +4850,8 @@ | |||
| 4837 | without bound. | 4850 | without bound. |
| 4838 | (jdb): Set classpath information (if available) as jdb is started. | 4851 | (jdb): Set classpath information (if available) as jdb is started. |
| 4839 | Change `gud-break' and `gud-remove' | 4852 | Change `gud-break' and `gud-remove' |
| 4840 | to use new %c ("class") escape in format strings. Add | 4853 | to use new %c ("class") escape in format strings. |
| 4841 | `gud-finish', `gud-up', `gud-down' command string functions, and | 4854 | Add `gud-finish', `gud-up', `gud-down' command string functions, and |
| 4842 | add them to the local menu map. Update `comint-prompt-regexp' for | 4855 | add them to the local menu map. Update `comint-prompt-regexp' for |
| 4843 | jdb and oldjdb. If attaching to an already running java VM and | 4856 | jdb and oldjdb. If attaching to an already running java VM and |
| 4844 | configured to use classpath, send command to query for classpath, | 4857 | configured to use classpath, send command to query for classpath, |
| @@ -4983,9 +4996,8 @@ | |||
| 4983 | 4996 | ||
| 4984 | 2002-01-13 Colin Walters <walters@debian.org> | 4997 | 2002-01-13 Colin Walters <walters@debian.org> |
| 4985 | 4998 | ||
| 4986 | * emacs-lisp/autoload.el (make-autoload): Handle | 4999 | * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column, |
| 4987 | define-ibuffer-column, define-ibuffer-filter, | 5000 | define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op. |
| 4988 | define-ibuffer-sorter, and define-ibuffer-op. | ||
| 4989 | 5001 | ||
| 4990 | * emacs-lisp/lisp-mode.el (toplevel): Ditto. | 5002 | * emacs-lisp/lisp-mode.el (toplevel): Ditto. |
| 4991 | 5003 | ||
| @@ -4996,11 +5008,11 @@ | |||
| 4996 | * net/browse-url.el (browse-url-grail): | 5008 | * net/browse-url.el (browse-url-grail): |
| 4997 | Use browse-url-maybe-new-window. | 5009 | Use browse-url-maybe-new-window. |
| 4998 | 5010 | ||
| 4999 | * net/telnet.el (telnet-simple-send): Handle | 5011 | * net/telnet.el (telnet-simple-send): |
| 5000 | comint-input-sender-no-newline like comint-simple-send. | 5012 | Handle comint-input-sender-no-newline like comint-simple-send. |
| 5001 | 5013 | ||
| 5002 | * progmodes/sql.el (sql-query-placeholders-and-send): Handle | 5014 | * progmodes/sql.el (sql-query-placeholders-and-send): |
| 5003 | comint-input-sender-no-newline like comint-simple-send. | 5015 | Handle comint-input-sender-no-newline like comint-simple-send. |
| 5004 | (sql-escape-newlines-and-send): Likewise. | 5016 | (sql-escape-newlines-and-send): Likewise. |
| 5005 | 5017 | ||
| 5006 | * comint.el (comint-input-sender): Doc fix. | 5018 | * comint.el (comint-input-sender): Doc fix. |
| @@ -5012,8 +5024,8 @@ | |||
| 5012 | 5024 | ||
| 5013 | 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 5025 | 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5014 | 5026 | ||
| 5015 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent | 5027 | * textmodes/flyspell.el (flyspell-check-pre-word-p): |
| 5016 | delaying when executing keyboard macros. | 5028 | Prevent delaying when executing keyboard macros. |
| 5017 | 5029 | ||
| 5018 | 2002-01-12 Richard M. Stallman <rms@gnu.org> | 5030 | 2002-01-12 Richard M. Stallman <rms@gnu.org> |
| 5019 | 5031 | ||
| @@ -5244,8 +5256,8 @@ | |||
| 5244 | 2002-01-05. | 5256 | 2002-01-05. |
| 5245 | (enriched-handle-display-prop): Return proper values. | 5257 | (enriched-handle-display-prop): Return proper values. |
| 5246 | 5258 | ||
| 5247 | * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use | 5259 | * net/eudcb-ldap.el (eudc-attribute-display-method-alist): |
| 5248 | proper attribute name labeledUri instead of deprecated labeledUrl. | 5260 | Use proper attribute name labeledUri instead of deprecated labeledUrl. |
| 5249 | 5261 | ||
| 5250 | 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 5262 | 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5251 | 5263 | ||
| @@ -5253,8 +5265,7 @@ | |||
| 5253 | editing an empty hotlist. | 5265 | editing an empty hotlist. |
| 5254 | 5266 | ||
| 5255 | * net/ldap.el (ldap-search-internal): Make the buffer unibyte. | 5267 | * net/ldap.el (ldap-search-internal): Make the buffer unibyte. |
| 5256 | Use buffer-string instead of buffer-substring for the whole | 5268 | Use buffer-string instead of buffer-substring for the whole buffer. |
| 5257 | buffer. | ||
| 5258 | 5269 | ||
| 5259 | * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is | 5270 | * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is |
| 5260 | not free. | 5271 | not free. |
| @@ -5279,8 +5290,8 @@ | |||
| 5279 | 5290 | ||
| 5280 | * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing | 5291 | * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing |
| 5281 | the lock, so that we see expanded headers. | 5292 | the lock, so that we see expanded headers. |
| 5282 | (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p, | 5293 | (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p) |
| 5283 | vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are | 5294 | (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are |
| 5284 | available from vc.el. Updated all callers. | 5295 | available from vc.el. Updated all callers. |
| 5285 | 5296 | ||
| 5286 | 2002-01-05 Richard M. Stallman <rms@gnu.org> | 5297 | 2002-01-05 Richard M. Stallman <rms@gnu.org> |
| @@ -5311,8 +5322,7 @@ | |||
| 5311 | 5322 | ||
| 5312 | 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 5323 | 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5313 | 5324 | ||
| 5314 | * net/ldap.el (ldap-host-parameters-alist): Remove duplicated | 5325 | * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. |
| 5315 | entry. | ||
| 5316 | (ldap-ignore-attribute-codings): Change the default value to allow | 5326 | (ldap-ignore-attribute-codings): Change the default value to allow |
| 5317 | encoding/decoding of attributes. | 5327 | encoding/decoding of attributes. |
| 5318 | (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix. | 5328 | (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix. |
| @@ -5332,8 +5342,8 @@ | |||
| 5332 | 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> | 5342 | 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 5333 | 5343 | ||
| 5334 | * mail/sendmail.el (mail-recover-1): New function. | 5344 | * mail/sendmail.el (mail-recover-1): New function. |
| 5335 | (mail-recover): Switch to the *mail* buffer right away. Use | 5345 | (mail-recover): Switch to the *mail* buffer right away. |
| 5336 | buffer-auto-save-file-name instead of calling | 5346 | Use buffer-auto-save-file-name instead of calling |
| 5337 | make-auto-save-file-name. Call dired-noselect instead of invoking | 5347 | make-auto-save-file-name. Call dired-noselect instead of invoking |
| 5338 | `ls' directly. Bind coding-system-for-read to emacs-mule-unix | 5348 | `ls' directly. Bind coding-system-for-read to emacs-mule-unix |
| 5339 | before reading the auto-save file. If the buffer's auto-save file | 5349 | before reading the auto-save file. If the buffer's auto-save file |
| @@ -5386,8 +5396,8 @@ | |||
| 5386 | for mode-line vars. | 5396 | for mode-line vars. |
| 5387 | (xscheme-process-sentinel): Make sure sentinel is run in the | 5397 | (xscheme-process-sentinel): Make sure sentinel is run in the |
| 5388 | process buffer so it sees its local vars. | 5398 | process buffer so it sees its local vars. |
| 5389 | (xscheme-process-filter-initialize, xscheme-set-runlight): More | 5399 | (xscheme-process-filter-initialize, xscheme-set-runlight): |
| 5390 | elaborate logic to handle multiple-buffer mode lines. | 5400 | More elaborate logic to handle multiple-buffer mode lines. |
| 5391 | 5401 | ||
| 5392 | (xscheme-enter-input-wait): Re-enable control-G handler upon | 5402 | (xscheme-enter-input-wait): Re-enable control-G handler upon |
| 5393 | entering input wait. | 5403 | entering input wait. |
| @@ -5415,8 +5425,8 @@ | |||
| 5415 | (xscheme-yank-previous-send): Now an alias for xscheme-yank. | 5425 | (xscheme-yank-previous-send): Now an alias for xscheme-yank. |
| 5416 | (xscheme-previous-send): Deleted variable. | 5426 | (xscheme-previous-send): Deleted variable. |
| 5417 | 5427 | ||
| 5418 | (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed, | 5428 | (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed) |
| 5419 | xscheme-send-control-g-interrupt): Use process-send-string rather | 5429 | (xscheme-send-control-g-interrupt): Use process-send-string rather |
| 5420 | than send-string. | 5430 | than send-string. |
| 5421 | 5431 | ||
| 5422 | (xscheme-send-region): Insert a newline after an expression that | 5432 | (xscheme-send-region): Insert a newline after an expression that |
| @@ -5434,15 +5444,15 @@ | |||
| 5434 | (xscheme-control-g-message-string): New internal var. | 5444 | (xscheme-control-g-message-string): New internal var. |
| 5435 | (xscheme-send-control-g-interrupt): Use new var. | 5445 | (xscheme-send-control-g-interrupt): Use new var. |
| 5436 | 5446 | ||
| 5437 | (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay | 5447 | (xscheme-send-control-g-interrupt, xscheme-send-interrupt): |
| 5438 | after sending interrupt in order to work around race condition. | 5448 | Delay after sending interrupt in order to work around race condition. |
| 5439 | 5449 | ||
| 5440 | (xscheme-send-control-g-interrupt, xscheme-send-interrupt) | 5450 | (xscheme-send-control-g-interrupt, xscheme-send-interrupt) |
| 5441 | (xscheme-send-char): Use xscheme-send-char rather than send-string | 5451 | (xscheme-send-char): Use xscheme-send-char rather than send-string |
| 5442 | to send single char. | 5452 | to send single char. |
| 5443 | 5453 | ||
| 5444 | (xscheme-process-filter, xscheme-process-filter-alist): Add | 5454 | (xscheme-process-filter, xscheme-process-filter-alist): |
| 5445 | support for evaluating expressions outside of the call-excursion. | 5455 | Add support for evaluating expressions outside of the call-excursion. |
| 5446 | (xscheme-process-filter:string-action-noexcursion): New func. | 5456 | (xscheme-process-filter:string-action-noexcursion): New func. |
| 5447 | 5457 | ||
| 5448 | (xscheme-write-value): Change output string to match that used by | 5458 | (xscheme-write-value): Change output string to match that used by |
| @@ -5461,8 +5471,7 @@ | |||
| 5461 | 5471 | ||
| 5462 | 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 5472 | 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5463 | 5473 | ||
| 5464 | * enriched.el (enriched-handle-display-prop): Remove unused | 5474 | * enriched.el (enriched-handle-display-prop): Remove unused variables. |
| 5465 | variables. | ||
| 5466 | (enriched-mode): Doc fix. | 5475 | (enriched-mode): Doc fix. |
| 5467 | 5476 | ||
| 5468 | 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> | 5477 | 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| @@ -5628,8 +5637,8 @@ | |||
| 5628 | 5637 | ||
| 5629 | 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 5638 | 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5630 | 5639 | ||
| 5631 | * emulation/tpu-edt.el (tpu-reset-screen-size): Use | 5640 | * emulation/tpu-edt.el (tpu-reset-screen-size): |
| 5632 | set-frame-height and set-frame-width instead of set-screen-height | 5641 | Use set-frame-height and set-frame-width instead of set-screen-height |
| 5633 | and set-screen-width. | 5642 | and set-screen-width. |
| 5634 | 5643 | ||
| 5635 | * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead | 5644 | * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead |
| @@ -5716,8 +5725,8 @@ | |||
| 5716 | 5725 | ||
| 5717 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 5726 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5718 | 5727 | ||
| 5719 | * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove | 5728 | * emacs-lisp/elint.el (elint-unknown-builtin-args): |
| 5720 | mocklisp entries. | 5729 | Remove mocklisp entries. |
| 5721 | 5730 | ||
| 5722 | * subr.el (insert-string): Moved from mocklisp.c, reimplemented in | 5731 | * subr.el (insert-string): Moved from mocklisp.c, reimplemented in |
| 5723 | Lisp. Obsoleted. | 5732 | Lisp. Obsoleted. |
| @@ -5730,11 +5739,10 @@ | |||
| 5730 | 5739 | ||
| 5731 | * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c. | 5740 | * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c. |
| 5732 | 5741 | ||
| 5733 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove | 5742 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): |
| 5734 | mocklisp case. | 5743 | Remove mocklisp case. |
| 5735 | 5744 | ||
| 5736 | * help-fns.el (describe-function-1): Remove mocklisp function | 5745 | * help-fns.el (describe-function-1): Remove mocklisp function case. |
| 5737 | case. | ||
| 5738 | 5746 | ||
| 5739 | 2001-12-22 Miles Bader <miles@gnu.org> | 5747 | 2001-12-22 Miles Bader <miles@gnu.org> |
| 5740 | 5748 | ||
| @@ -5773,10 +5781,9 @@ | |||
| 5773 | * ls-lisp.el (insert-directory): Insert the amount of free disk | 5781 | * ls-lisp.el (insert-directory): Insert the amount of free disk |
| 5774 | space, like files.el's insert-directory does. | 5782 | space, like files.el's insert-directory does. |
| 5775 | 5783 | ||
| 5776 | * files.el (directory-free-space-program): Mention | 5784 | * files.el (directory-free-space-program): |
| 5777 | file-system-info in the doc string. | 5785 | Mention file-system-info in the doc string. |
| 5778 | (get-free-disk-space): New function; code moved from | 5786 | (get-free-disk-space): New function; code moved from insert-directory. |
| 5779 | insert-directory. | ||
| 5780 | (insert-directory): Call get-free-disk-space to get the amount of | 5787 | (insert-directory): Call get-free-disk-space to get the amount of |
| 5781 | free space. | 5788 | free space. |
| 5782 | 5789 | ||
| @@ -5874,15 +5881,15 @@ | |||
| 5874 | 5881 | ||
| 5875 | 2001-12-21 Simon Josefsson <jas@extundo.com>. | 5882 | 2001-12-21 Simon Josefsson <jas@extundo.com>. |
| 5876 | 5883 | ||
| 5877 | * mail/smtpmail.el (smtpmail-send-queued-mail): Use | 5884 | * mail/smtpmail.el (smtpmail-send-queued-mail): |
| 5878 | with-temp-buffer instead of find-file-noselect, and bind | 5885 | Use with-temp-buffer instead of find-file-noselect, and bind |
| 5879 | coding-system-for-read to no-conversion when reading the queued | 5886 | coding-system-for-read to no-conversion when reading the queued |
| 5880 | messages. (Simon's code modified slightly by Eli Zaretskii.) | 5887 | messages. (Simon's code modified slightly by Eli Zaretskii.) |
| 5881 | 5888 | ||
| 5882 | 2001-12-20 Werner Lemberg <wl@gnu.org> | 5889 | 2001-12-20 Werner Lemberg <wl@gnu.org> |
| 5883 | 5890 | ||
| 5884 | * international/mule-diag.el (describe-coding-system, | 5891 | * international/mule-diag.el (describe-coding-system) |
| 5885 | print-coding-system-briefly): Make printed output have a similar | 5892 | (print-coding-system-briefly): Make printed output have a similar |
| 5886 | format as describe-character-set. | 5893 | format as describe-character-set. |
| 5887 | 5894 | ||
| 5888 | 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 5895 | 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| @@ -5903,8 +5910,8 @@ | |||
| 5903 | 5910 | ||
| 5904 | 2001-12-19 Werner Lemberg <wl@gnu.org> | 5911 | 2001-12-19 Werner Lemberg <wl@gnu.org> |
| 5905 | 5912 | ||
| 5906 | * language/czech.el, language/european.el, language/slovak.el: More | 5913 | * language/czech.el, language/european.el, language/slovak.el: |
| 5907 | fixes for language info doc strings. | 5914 | More fixes for language info doc strings. |
| 5908 | 5915 | ||
| 5909 | 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il> | 5916 | 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il> |
| 5910 | 5917 | ||
| @@ -5957,8 +5964,8 @@ | |||
| 5957 | 5964 | ||
| 5958 | Add support for EUC-TW decoding/encoding. | 5965 | Add support for EUC-TW decoding/encoding. |
| 5959 | 5966 | ||
| 5960 | * language/china-util.el (big5-to-flat-code, flat-code-to-big5, | 5967 | * language/china-util.el (big5-to-flat-code, flat-code-to-big5) |
| 5961 | euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist): | 5968 | (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist): |
| 5962 | New auxiliary functions to build `big5-to-cns'. | 5969 | New auxiliary functions to build `big5-to-cns'. |
| 5963 | (big5-to-cns): New translation alist. | 5970 | (big5-to-cns): New translation alist. |
| 5964 | 5971 | ||