Mercurial > emacs
comparison lisp/ChangeLog @ 45289:bc4552b5622c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 14 May 2002 14:22:41 +0000 |
parents | 7635054dfa18 |
children | f48e800d006d |
comparison
equal
deleted
inserted
replaced
45288:984caedead68 | 45289:bc4552b5622c |
---|---|
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 |
8 * shell.el (shell-mode): Make second part of initialisation | 16 * shell.el (shell-mode): Make second part of initialisation |
9 depend on whether comint-input-ring is empty, rather than depend | 17 depend on whether comint-input-ring is empty, rather than depend |
117 (cua-enable-register-prefix): Added value for `other' choice. | 125 (cua-enable-register-prefix): Added value for `other' choice. |
118 | 126 |
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. |
127 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>: | 134 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>: |
128 Fix help text. | 135 Fix help text. |
186 | 193 |
187 * help-fns.el (describe-function-1): If the source is | 194 * help-fns.el (describe-function-1): If the source is |
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 |
201 2002-05-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 208 2002-05-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
202 | 209 |
282 guards for `ibuffer-pop-filter-group' and | 289 guards for `ibuffer-pop-filter-group' and |
283 `ibuffer-clear-filter-groups'. | 290 `ibuffer-clear-filter-groups'. |
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 |
292 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. | 299 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. |
293 | 300 |
353 | 360 |
354 * w32-vars.el: (mouse-wheel-scroll-amount): Removed. | 361 * w32-vars.el: (mouse-wheel-scroll-amount): Removed. |
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 |
363 * apropos.el (apropos-print): Fix the reference to mouse-2. | 370 * apropos.el (apropos-print): Fix the reference to mouse-2. |
364 | 371 |
384 * eshell/esh-var.el (eshell-modify-global-environment): Added this | 391 * eshell/esh-var.el (eshell-modify-global-environment): Added this |
385 customization variable, which will cause any "export" commands | 392 customization variable, which will cause any "export" commands |
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'. | 397 |
391 | 398 * eshell/em-cmpl.el (eshell-command-completions-alist): |
392 * eshell/em-cmpl.el (eshell-command-completions-alist): Improved | 399 Improve default completion targets for objdump, nm and readelf. |
393 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 |
404 * replace.el (occur-mode-map): Bind "q" to `delete-window'. | 409 * replace.el (occur-mode-map): Bind "q" to `delete-window'. |
405 (occur-1): If one of the buffers we're searching is the *Occur* | 410 (occur-1): If one of the buffers we're searching is the *Occur* |
410 | 415 |
411 2002-05-02 Kim F. Storm <storm@cua.dk> | 416 2002-05-02 Kim F. Storm <storm@cua.dk> |
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. |
420 | 425 |
421 2002-05-01 Richard M. Stallman <rms@gnu.org> | 426 2002-05-01 Richard M. Stallman <rms@gnu.org> |
427 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk> | 432 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk> |
428 | 433 |
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'. |
447 | 451 |
448 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il> | 452 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il> |
450 * simple.el (clone-indirect-buffer-other-window): Fix a typo in | 454 * simple.el (clone-indirect-buffer-other-window): Fix a typo in |
451 pop-up-window. | 455 pop-up-window. |
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> |
460 | 464 |
461 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of | 465 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of |
462 error call. | 466 error call. |
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 |
473 * align.el (align-region): Fixed the fix to align-region, because | 477 * align.el (align-region): Fixed the fix to align-region, because |
474 the "name" argument was appearing twice. | 478 the "name" argument was appearing twice. |
512 | 516 |
513 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call. | 517 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call. |
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 |
522 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally. | 526 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally. |
523 | 527 |
528 (filesets-ingroup-files): Renamed from filesets-ingroup-paths. | 532 (filesets-ingroup-files): Renamed from filesets-ingroup-paths. |
529 (filesets-error): Simplify definition and make conditional | 533 (filesets-error): Simplify definition and make conditional |
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. |
541 | 560 |
542 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | 561 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): |
569 * emulation/keypad.el: New file. | 588 * emulation/keypad.el: New file. |
570 | 589 |
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 |
579 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 598 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
580 | 599 |
1912 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'. | 1931 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'. |
1913 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-' | 1932 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-' |
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 |
1923 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match | 1942 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match |
1924 a DO statement irrespective of numeric label. | 1943 a DO statement irrespective of numeric label. |
2251 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix | 2270 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix |
2252 widget handling for Emacs 21. ada-mode now only supports a single | 2271 widget handling for Emacs 21. ada-mode now only supports a single |
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 |
2261 * progmodes/ada-xref.el: Ada-mode no longer supports a different | 2279 * progmodes/ada-xref.el: Ada-mode no longer supports a different |
2262 project file per buffer. This was too complex. Instead, there is | 2280 project file per buffer. This was too complex. Instead, there is |
2264 can switch the active one through the Ada menu. This revision | 2282 can switch the active one through the Ada menu. This revision |
2265 also provides better handling of the Windows command line, and the | 2283 also provides better handling of the Windows command line, and the |
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 |
2274 runtime the compiler will be using, including support for | 2292 runtime the compiler will be using, including support for |
2275 cross-platform environments. | 2293 cross-platform environments. |
2286 * progmodes/ada-mode.el (ada-case-exception-file) | 2304 * progmodes/ada-mode.el (ada-case-exception-file) |
2287 (ada-indent-handle-comment-special): New variables. | 2305 (ada-indent-handle-comment-special): New variables. |
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 |
2311 * textmodes/sgml-mode.el (sgml-lexical-context): | 2326 * textmodes/sgml-mode.el (sgml-lexical-context): |
2312 Use sgml-parse-tag-backward to find start point. | 2327 Use sgml-parse-tag-backward to find start point. |
3057 | 3072 |
3058 * net/browse-url.el (browse-url-mosaic-pidfile): New variable. | 3073 * net/browse-url.el (browse-url-mosaic-pidfile): New variable. |
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 |
3067 2002-03-17 Stefan Monnier <monnier@cs.yale.edu> | 3081 2002-03-17 Stefan Monnier <monnier@cs.yale.edu> |
3068 | 3082 |
3528 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il> | 3542 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il> |
3529 | 3543 |
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. |
3538 | 3551 |
3539 2002-03-03 Sam Steingold <sds@gnu.org> | 3552 2002-03-03 Sam Steingold <sds@gnu.org> |
3958 | 3971 |
3959 * textmodes/flyspell.el (flyspell): Add to ispell group. | 3972 * textmodes/flyspell.el (flyspell): Add to ispell group. |
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 |
3969 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. | 3982 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. |
3970 | 3983 |
4835 formats. Expand search for source files to include new/old methods | 4848 formats. Expand search for source files to include new/old methods |
4836 using new functions above. Do not allow `gud-marker-acc' to grow | 4849 using new functions above. Do not allow `gud-marker-acc' to grow |
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, |
4845 else use previous method for finding and parsing java | 4858 else use previous method for finding and parsing java |
4846 sources. Set `gud-jdb-find-source' function accordingly. | 4859 sources. Set `gud-jdb-find-source' function accordingly. |
4981 | 4994 |
4982 * term/x-win.el (x-handle-initial-switch): New function. | 4995 * term/x-win.el (x-handle-initial-switch): New function. |
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 |
4992 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files. | 5004 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files. |
4993 | 5005 |
4994 2002-01-12 Richard M. Stallman <rms@gnu.org> | 5006 2002-01-12 Richard M. Stallman <rms@gnu.org> |
4995 | 5007 |
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. |
5007 (comint-input-sender-no-newline): New variable. | 5019 (comint-input-sender-no-newline): New variable. |
5008 (comint-simple-send): If comint-input-sender-no-newline, | 5020 (comint-simple-send): If comint-input-sender-no-newline, |
5010 (comint-send-input): New arg NO-NEWLINE. | 5022 (comint-send-input): New arg NO-NEWLINE. |
5011 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. | 5023 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. |
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 |
5020 * simple.el (line-move): If we can't move enough lines, | 5032 * simple.el (line-move): If we can't move enough lines, |
5021 go to beginning or end of line. | 5033 go to beginning or end of line. |
5242 | 5254 |
5243 * enriched.el (enriched-make-annotation): Fix the change from | 5255 * enriched.el (enriched-make-annotation): Fix the change from |
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 |
5252 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when | 5264 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when |
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. |
5261 | 5272 |
5262 * net/eudc-bob.el (eudc-bob-can-display-inline-images) | 5273 * net/eudc-bob.el (eudc-bob-can-display-inline-images) |
5277 error in that case now. | 5288 error in that case now. |
5278 (vc-finish-steal): Removed. | 5289 (vc-finish-steal): Removed. |
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> |
5287 | 5298 |
5288 * enriched.el (enriched-make-annotation): Doc fix. | 5299 * enriched.el (enriched-make-annotation): Doc fix. |
5309 | 5320 |
5310 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. | 5321 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. |
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. |
5319 | 5329 |
5320 2002-01-03 Richard M. Stallman <rms@gnu.org> | 5330 2002-01-03 Richard M. Stallman <rms@gnu.org> |
5330 * custom.el (defcustom): Documented :tag, :link and :load. | 5340 * custom.el (defcustom): Documented :tag, :link and :load. |
5331 | 5341 |
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 |
5340 does not exist, call mail-recover-1 to allow recovery from past | 5350 does not exist, call mail-recover-1 to allow recovery from past |
5341 auto-saved drafts. | 5351 auto-saved drafts. |
5384 xscheme-modeline-initialize. | 5394 xscheme-modeline-initialize. |
5385 (xscheme-modeline-initialize): Add argument to specify buffer name | 5395 (xscheme-modeline-initialize): Add argument to specify buffer name |
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. |
5394 | 5404 |
5395 (scheme-interaction-mode): Add arg to preserve local vars. | 5405 (scheme-interaction-mode): Add arg to preserve local vars. |
5413 (xscheme-send-string-1): Call xscheme-insert-expression to save | 5423 (xscheme-send-string-1): Call xscheme-insert-expression to save |
5414 expression in ring. | 5424 expression in ring. |
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 |
5423 is submitted in the interaction buffer, for consistency with | 5433 is submitted in the interaction buffer, for consistency with |
5424 recent changes to Edwin. | 5434 recent changes to Edwin. |
5432 | 5442 |
5433 (xscheme-enable-control-g): Clear C-g message if visible. | 5443 (xscheme-enable-control-g): Clear C-g message if visible. |
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 |
5449 Edwin. | 5459 Edwin. |
5450 | 5460 |
5459 * bindings.el (function-key-map): Don't bind shifted keypad | 5469 * bindings.el (function-key-map): Don't bind shifted keypad |
5460 numeric keys. | 5470 numeric keys. |
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> |
5469 | 5478 |
5470 * international/ucs-tables.el (ucs-8859-8-alist): Comment away | 5479 * international/ucs-tables.el (ucs-8859-8-alist): Comment away |
5626 | 5635 |
5627 * international/fontset.el: Don't require ind-util when compiling. | 5636 * international/fontset.el: Don't require ind-util when compiling. |
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 |
5636 of obsolete set-screen-width. | 5645 of obsolete set-screen-width. |
5637 | 5646 |
5714 * play/yow.el (yow): Use an arg to distinguish interactive calls, | 5723 * play/yow.el (yow): Use an arg to distinguish interactive calls, |
5715 not interactive-p. | 5724 not interactive-p. |
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. |
5724 | 5733 |
5725 * emulation/mlconvert.el: File removed. | 5734 * emulation/mlconvert.el: File removed. |
5728 | 5737 |
5729 * obsolete/mlsupport.el: Moved there from lisp/emulation. | 5738 * obsolete/mlsupport.el: Moved there from lisp/emulation. |
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 |
5741 * textmodes/refill.el (refill-mode): Don't barf when redundantly | 5749 * textmodes/refill.el (refill-mode): Don't barf when redundantly |
5742 turning refill-mode off. | 5750 turning refill-mode off. |
5771 any such text properties left over from past visits to this node. | 5779 any such text properties left over from past visits to this node. |
5772 | 5780 |
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 |
5783 2001-12-21 Richard M. Stallman <rms@gnu.org> | 5790 2001-12-21 Richard M. Stallman <rms@gnu.org> |
5784 | 5791 |
5872 * Makefile.in (distclean): Remove Makefile in the build | 5879 * Makefile.in (distclean): Remove Makefile in the build |
5873 directory, not in the source directory. | 5880 directory, not in the source directory. |
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> |
5889 | 5896 |
5890 * play/blackbox.el (bb-member): Remove, use member instead. | 5897 * play/blackbox.el (bb-member): Remove, use member instead. |
5901 and the latter is not. | 5908 and the latter is not. |
5902 (isearch-yank-word-or-char): Fix formatting. | 5909 (isearch-yank-word-or-char): Fix formatting. |
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 |
5911 * loadup.el: Add "language" to the load-path. | 5918 * loadup.el: Add "language" to the load-path. |
5912 | 5919 |
5955 | 5962 |
5956 2001-12-18 Werner LEMBERG <wl@gnu.org> | 5963 2001-12-18 Werner LEMBERG <wl@gnu.org> |
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 |
5965 * language/chinese.el: Added new coding system `euc-tw' and its | 5972 * language/chinese.el: Added new coding system `euc-tw' and its |
5966 alias `euc-taiwan'. | 5973 alias `euc-taiwan'. |