Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (rmail-show-message): Show beginning of message in | Gerd Moellmann | 2001-07-10 | 2 | -0/+10 |
| | | | | all windows containing it. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-10 | 1 | -4/+0 |
| | |||||
* | (describe-function-1): When printing FUNCTION's | Gerd Moellmann | 2001-07-10 | 2 | -1/+4 |
| | | | | documentation, don't assume FUNCTION is a symbol. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-10 | 1 | -0/+5 |
| | |||||
* | (normal-top-level): Don't operate on the initial | Gerd Moellmann | 2001-07-10 | 1 | -25/+29 |
| | | | | frame if we failed to create one. | ||||
* | Fix the header line and the copyright years. | Eli Zaretskii | 2001-07-10 | 2 | -2/+6 |
| | |||||
* | (ad-make-advised-definition): If the | Gerd Moellmann | 2001-07-09 | 2 | -2/+11 |
| | | | | | | original definition has an interactive form, but is Elp instrumented, use the interactive form of the function called by elp-wrapper. | ||||
* | (winner-equal): Make it a defun. Don't compare Winner | Gerd Moellmann | 2001-07-09 | 2 | -5/+15 |
| | | | | | configurations with compare-window-configuration; they aren't window configurations. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | Cleaned up. | Gerd Moellmann | 2001-07-09 | 23 | -36/+36 |
| | | | | From Luis Fernandes <elf@ee.ryerson.ca>. | ||||
* | (ange-ftp-file-modtime): Check a 213 response | Gerd Moellmann | 2001-07-09 | 2 | -3/+14 |
| | | | | | | from the server for the format we expect. Don't use it if it doesn't look like what the Internet draft for FTP extensions specifies. | ||||
* | Extended the kludge to interoperate with the | Stefan Monnier | 2001-07-09 | 2 | -0/+8 |
| | | | | | delsel and pending-del packages wrt to the new function `c-electric-delete-forward'. | ||||
* | (define-minor-mode): Use eval-after-load | Stefan Monnier | 2001-07-08 | 2 | -10/+19 |
| | | | | | to delay the call to <mode> for global minor modes. (easy-mmode-define-navigation): Only recenter if interactive. | ||||
* | (lisp-mode-shared-map): Bind TAB | Gerd Moellmann | 2001-07-06 | 2 | -0/+4 |
| | | | | to lisp-indent-line. | ||||
* | (ange-ftp-file-modtime): Ignore 226 responses | Gerd Moellmann | 2001-07-06 | 2 | -10/+27 |
| | | | | | from the server. Call encode-time only when we are sure that we got a 213 response. | ||||
* | (rmail-reply): Remove misleading comment. | Gerd Moellmann | 2001-07-06 | 1 | -4/+0 |
| | |||||
* | (mail-specify-envelope-from): Doc fix. | Gerd Moellmann | 2001-07-06 | 2 | -5/+20 |
| | | | | | (mail-envelope-from): New user option. (sendmail-send-it): Use it. | ||||
* | (rmail-reply): Don't forget to narrow header in | Gerd Moellmann | 2001-07-06 | 2 | -1/+18 |
| | | | | MIME-mode. | ||||
* | (rmail-output): Fix duplicate MIME-Version: | Gerd Moellmann | 2001-07-06 | 1 | -1/+16 |
| | | | | | | field problem with MIME-mode. (rmail-output): Fix bug in MIME-mode. | ||||
* | Use locale dependant date to print date in header. Doc | Gerd Moellmann | 2001-07-06 | 2 | -8/+53 |
| | | | | | | | fix. (ps-print-version): New version number (6.5.3). (ps-right-header, ps-right-footer): Initialization and doc fix. (ps-time-stamp-locale-default): New fun. | ||||
* | (mode-line-mule-info): Don't show the tip with | Eli Zaretskii | 2001-07-06 | 2 | -6/+14 |
| | | | | buffer-file-coding-system if that is nil. | ||||
* | properly mark Attic files as deleted | Ken Raeburn | 2001-07-06 | 38 | -22492/+0 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-05 | 1 | -0/+3 |
| | |||||
* | (todo-top-priorities): Use delete-region | Gerd Moellmann | 2001-07-05 | 1 | -7/+6 |
| | | | | instead of kill-line. | ||||
* | Fix first line. From Pavel Jan,Bm(Bk | Gerd Moellmann | 2001-07-05 | 2 | -4/+7 |
| | | | | <Pavel@Janik.cz>. | ||||
* | (battery-update): Add help-echo. | Gerd Moellmann | 2001-07-05 | 2 | -7/+13 |
| | | | | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | ||||
* | (vc-cvs-stay-local): doc fix. | Stefan Monnier | 2001-07-04 | 1 | -21/+20 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-04 | 2 | -0/+10 |
| | |||||
* | (sendmail-send-it): Look at `sendmail-program' | Gerd Moellmann | 2001-07-04 | 1 | -5/+7 |
| | | | | in caller buffer. | ||||
* | (nnheader-init-server-buffer): Make sure the | Gerd Moellmann | 2001-07-04 | 1 | -1/+1 |
| | | | | *nntpd* buffer is made multibyte instead of a random buffer. | ||||
* | (c-font-lock-keywords-3): When matching something | Gerd Moellmann | 2001-07-04 | 2 | -1/+10 |
| | | | | like `struct X Y', finish with point after Y. | ||||
* | *** empty log message *** | Eli Zaretskii | 2001-07-03 | 2 | -0/+9 |
| | |||||
* | (ff-find-the-other-file): Use file-name-nondirectory | Eli Zaretskii | 2001-07-03 | 1 | -2/+1 |
| | | | | | instead of string-match to find the basename of the file. From Pascal Obry <p.obry@wanadoo.fr>. | ||||
* | (browse-url-default-windows-browser): Support | Eli Zaretskii | 2001-07-03 | 2 | -2/+11 |
| | | | | | | the MS-DOS port when it runs on Windows. (browse-url-browser-function) [ms-dos]: Default to browse-url-default-windows-browser. | ||||
* | (locate-library): Enable code that looks for compressed | Eli Zaretskii | 2001-07-03 | 2 | -15/+18 |
| | | | | libraries if auto-compression-mode is on. | ||||
* | Fix the header line, for finder.el. Suggested by | Eli Zaretskii | 2001-07-03 | 1 | -1/+1 |
| | | | | Pavel Janik <Pavel@Janik.cz> | ||||
* | (Info-clone-buffer-hook): Really unconditionally copy marker. | Stefan Monnier | 2001-07-02 | 2 | -11/+14 |
| | |||||
* | (cl-do-arglist): Revert change of | Gerd Moellmann | 2001-07-02 | 2 | -8/+12 |
| | | | | 2000-10-15. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-07-02 | 1 | -0/+4 |
| | |||||
* | (gnus-local-domain): Removed because unused. | Gerd Moellmann | 2001-07-02 | 1 | -9/+0 |
| | |||||
* | Fix the header line, so that finder.el recognizes it. | Eli Zaretskii | 2001-07-02 | 2 | -3/+6 |
| | |||||
* | (lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>. | Eli Zaretskii | 2001-07-02 | 2 | -1/+6 |
| | |||||
* | (x-colors): Add colors from the recent rgb.txt file. | Eli Zaretskii | 2001-06-29 | 2 | -128/+746 |
| | |||||
* | Make last change compatible with XEmacs. From Christoph Wedler | Eli Zaretskii | 2001-06-29 | 1 | -2/+4 |
| | | | | <christoph.wedler@sap.com>. | ||||
* | *** empty log message *** | Eli Zaretskii | 2001-06-29 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2001-06-29 | 1 | -0/+5 |
| | |||||
* | (bdf-directory-list): Use the value relative to | Eli Zaretskii | 2001-06-29 | 1 | -4/+4 |
| | | | | installation-directory for MS-Windows as well. | ||||
* | (widget-color-sample-face-get): Return ((foreground-color . COLOR)) | Richard M. Stallman | 2001-06-29 | 1 | -4/+1 |
| | | | | instead of constructing a face. | ||||
* | (region): Change the background color for the | Eli Zaretskii | 2001-06-29 | 2 | -1/+7 |
| | | | | | light-background color display to lightgoldenrod2, to make it visible on some laptops. | ||||
* | (rmail-reformat-message): Bind inhibit-read-only to t. | Richard M. Stallman | 2001-06-29 | 1 | -117/+136 |
| | | | | | | | | | (rmail-msg-restore-non-pruned-header): Likewise. If point was in the old pruned header, put it at the top. (rmail-msg-prune-header): If point was at the top, keep it there. (rmail-narrow-to-non-pruned-header): New function. (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header. |