| | 512 | ** Cleanup all the GC_ mark bit stuff -- there is no longer any distiction |
|---|
| | 513 | since the mark bit is no longer stored in the Lisp_Object itself. |
|---|
| | 514 | |
|---|
| | 515 | ** Merge ibuffer.el and buff-menu.el. |
|---|
| | 516 | More specifically do what's needed to make ibuffer.el the default, |
|---|
| | 517 | or just an extension of buff-menu.el. |
|---|
| | 518 | |
|---|
| | 519 | ** Use pcomplete by default in shell-mode. |
|---|
| | 520 | This means to make it behave (by default) more like the current code. |
|---|
| | 521 | Use it also for read-shell-command, M-x compile, ... |
|---|
| | 522 | |
|---|
| | 523 | ** Merge sendmail.el and messages.el. |
|---|
| | 524 | Probably not a complete merge, but at least arrange for messages.el to be |
|---|
| | 525 | a derived mode of sendmail.el. Or arrange for messages.el to be split |
|---|
| | 526 | into a small core and "the rest" so that we use less resources as long as |
|---|
| | 527 | we stick to the features provided in sendmail.el. |
|---|
| | 528 | |
|---|
| 540 | | COPYING PERMISSIONS: |
|---|
| 541 | | |
|---|
| 542 | | Permission is hereby granted, free of charge, to any person obtaining |
|---|
| 543 | | a copy of this file, to deal in the file without restriction, including |
|---|
| 544 | | without limitation the rights to use, copy, modify, merge, publish, |
|---|
| 545 | | distribute, sublicense, and/or sell copies of the file, and to |
|---|
| 546 | | permit persons to whom the file is furnished to do so, subject to |
|---|
| 547 | | the following condition: |
|---|
| 548 | | |
|---|
| 549 | | The above copyright notice and this permission notice shall be |
|---|
| 550 | | included in all copies or substantial portions of the file. |
|---|
| | 562 | |
|---|
| | 563 | This file is part of GNU Emacs. |
|---|
| | 564 | |
|---|
| | 565 | GNU Emacs is free software; you can redistribute it and/or modify |
|---|
| | 566 | it under the terms of the GNU General Public License as published by |
|---|
| | 567 | the Free Software Foundation; either version 2, or (at your option) |
|---|
| | 568 | any later version. |
|---|
| | 569 | |
|---|
| | 570 | GNU Emacs is distributed in the hope that it will be useful, |
|---|
| | 571 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 572 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 573 | GNU General Public License for more details. |
|---|
| | 574 | |
|---|
| | 575 | You should have received a copy of the GNU General Public License |
|---|
| | 576 | along with GNU Emacs; see the file COPYING. If not, write to the |
|---|
| | 577 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
|---|
| | 578 | Boston, MA 02110-1301, USA. |
|---|