Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial revision | Boris Goldowsky | 1994-10-24 | 1 | -0/+1885 |
| | |||||
* | *** empty log message *** | Francesco Potortì | 1994-10-24 | 1 | -3/+3 |
| | |||||
* | (dired-mode-map): Add query-replace and search items to operate menu. | Roland McGrath | 1994-10-23 | 1 | -0/+4 |
| | |||||
* | (latex-mode): Recognize \item etc. that have no arg | Richard M. Stallman | 1994-10-23 | 1 | -4/+4 |
| | | | | because only a comment follows. | ||||
* | Say error in x-open-connection should be fatal. | Richard M. Stallman | 1994-10-23 | 1 | -1/+3 |
| | |||||
* | (menu-bar-file-menu): Add item `Make Frame On Display'. | Richard M. Stallman | 1994-10-23 | 1 | -4/+8 |
| | | | | | | (menu-bar-update-buffers-maxbuf): Declare variable. (menu-bar-update-buffers-1, menu-bar-update-buffers): Rename local var maxbuf to menu-bar-update-buffers-maxbuf. | ||||
* | (set-face-background): Set either stipple or color, | Richard M. Stallman | 1994-10-23 | 1 | -3/+6 |
| | | | | never both. Do this only for a specific frame, not for t. | ||||
* | Add comment. | Richard M. Stallman | 1994-10-23 | 1 | -1/+6 |
| | |||||
* | (mail-setup): Fill in-reply-to field properly. | Richard M. Stallman | 1994-10-23 | 1 | -4/+2 |
| | |||||
* | (ange-ftp-process-handle-line): Check for a | Richard M. Stallman | 1994-10-23 | 1 | -3/+3 |
| | | | | | multi-line message before an error message. Fixes problem of thinking there is an error in narrative text. | ||||
* | (set-face-background): If color is gray, and frame | Richard M. Stallman | 1994-10-23 | 1 | -5/+10 |
| | | | | | can't display that directly, use corresponding stipple. (face-try-color-list): Assume gray colors are valid on any display. | ||||
* | (dired-do-tags-search, dired-do-tags-query-replace): New functions. | Roland McGrath | 1994-10-22 | 1 | -0/+22 |
| | |||||
* | (dired-mode-map): Bind A to dired-do-tags-search, | Roland McGrath | 1994-10-22 | 1 | -0/+2 |
| | | | | Q to dired-do-tags-query-replace. | ||||
* | (mail-aliases, mail-archive-file-name): Doc fixes. | Richard M. Stallman | 1994-10-22 | 1 | -4/+6 |
| | |||||
* | (sendmail-synch-aliases): Check MAILRC envvar. | Richard M. Stallman | 1994-10-21 | 1 | -1/+1 |
| | |||||
* | (define-mail-alias): Check MAILRC envvar. | Richard M. Stallman | 1994-10-21 | 1 | -1/+1 |
| | |||||
* | Finish installing previous change. | Richard M. Stallman | 1994-10-21 | 1 | -1/+9 |
| | |||||
* | (timer-error, timer-abnormal-termination, | Richard M. Stallman | 1994-10-21 | 1 | -14/+31 |
| | | | | | | timer-filter-error): New error conditions. (timer-process-filter, timer-process-sentinel): Signal an error, don't just print a message. | ||||
* | (view-file): Do record the buffer switch. | Richard M. Stallman | 1994-10-21 | 1 | -2/+4 |
| | |||||
* | (describe-function-find-file): New function. | Richard M. Stallman | 1994-10-21 | 1 | -5/+15 |
| | | | | (describe-function): Use that. | ||||
* | (describe-function): Mention the file it was loaded from. | Richard M. Stallman | 1994-10-21 | 1 | -8/+14 |
| | |||||
* | (dbx): Delete call to gud-switch-to-buffer. | Richard M. Stallman | 1994-10-21 | 1 | -2/+10 |
| | | | | (gud-sdb-marker-filter): Handle SVR4 clumped lines. | ||||
* | (emerge-auto-advance): Fix criterion for which message. | Richard M. Stallman | 1994-10-21 | 1 | -1/+1 |
| | |||||
* | (rmail-get-new-mail): If display-time is in use, | Richard M. Stallman | 1994-10-21 | 1 | -8/+4 |
| | | | | call display-time-filter to update the Mail indicator. | ||||
* | (next-file): Initialize next-file-list all at once from all tables. | Roland McGrath | 1994-10-20 | 1 | -13/+19 |
| | | | | Never call visit-tags-table-buffer when INITIALIZE is not t. | ||||
* | (edit-and-eval-command): Elements of command-history are forms, not strings. | Karl Heuer | 1994-10-20 | 1 | -0/+9 |
| | |||||
* | (ange-ftp-get-passwd): Use user-mail-address. | Richard M. Stallman | 1994-10-20 | 1 | -5/+5 |
| | | | | (ange-ftp-generate-anonymous-password): Doc fix. | ||||
* | (repeat-matching-complex-command): Fix check for empty pattern. Simplify. | Karl Heuer | 1994-10-20 | 1 | -14/+12 |
| | | | | | (default-command-history-filter-garbage): Fix doc string. (list-command-history-filter, list-command-history-max): Likewise. | ||||
* | (facemenu-get-face): Don't add to menu here. | Boris Goldowsky | 1994-10-20 | 1 | -171/+172 |
| | | | | | | | | | | | | | (facemenu-face-menu, facemenu-foreground-menu, facemenu-background-menu): New or renamed variables for submenus.(facemenu-color-alist): Renamed from facemenu-colors. (facemenu-add-new-face): New function. (facemenu-update): Don't redo top-level menu; nothing should change. Move menu setup to defvars. Use facemenu-add-new-face. Changed global binding to C-down-mouse-3. (facemenu-menu): "Update" item removed; should no longer be needed interactively. (facemenu-complete-face-list): Just return faces, not keybindings. | ||||
* | (make-face): Add new face to Face menu on creation. -- Bng | Boris Goldowsky | 1994-10-20 | 1 | -0/+3 |
| | |||||
* | * man.el (Man-init-defvars): Corrections to Man-filter-list. | Francesco Potortì | 1994-10-20 | 1 | -26/+23 |
| | | | | | | (Man-fontify-manpage): Added cleaning of ksh manpage daggers. (Man-fontify-manpage): Added cleaning of ksh manpage daggers. (Man-bgproc-sentinel): Unconditionally call Man-cleanup-manpage. | ||||
* | *** empty log message *** | Morten Welinder | 1994-10-19 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1994-10-19 | 1 | -1/+1 |
| | |||||
* | (auto-mode-alist): Doc fix. | Richard M. Stallman | 1994-10-19 | 1 | -5/+8 |
| | |||||
* | (font-lock-after-change-function): If inside a comment, | Richard M. Stallman | 1994-10-18 | 1 | -3/+15 |
| | | | | | | don't scan for keywords. (font-lock-fontify-region): Discard leading spaces from comment-end. | ||||
* | (run-scheme): Delete autoload cookie. | Richard M. Stallman | 1994-10-18 | 1 | -2/+1 |
| | |||||
* | (run-scheme): Add autoload cookie. | Richard M. Stallman | 1994-10-18 | 1 | -36/+1 |
| | | | | (scheme): Function deleted. | ||||
* | (info-insert-file-contents): Always check for conflict with jka-compr. | Richard M. Stallman | 1994-10-18 | 1 | -10/+13 |
| | | | | | (Info-find-node): Don't search on Info-directory-list if the file name is absolute. | ||||
* | (rmail-spool-directory): Add a condition to test the Bull DPX/2. | Richard M. Stallman | 1994-10-18 | 1 | -0/+4 |
| | |||||
* | (easy-menu-create-keymaps): Add autoload cookie. | Richard M. Stallman | 1994-10-18 | 1 | -0/+1 |
| | |||||
* | (nntp-open-server): Send MODE READER command to server. | Richard M. Stallman | 1994-10-18 | 1 | -2/+3 |
| | |||||
* | (display-time-filter): Ignore mail-spool-file if not string. | Richard M. Stallman | 1994-10-18 | 1 | -2/+4 |
| | |||||
* | (etags-tags-table-files, etags-tags-included-tables): | Richard M. Stallman | 1994-10-18 | 1 | -6/+8 |
| | | | | Search backwards for the comma in case the file name contains one. | ||||
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 5 | -15/+23 |
| | |||||
* | Initial revision | Morten Welinder | 1994-10-17 | 1 | -0/+186 |
| | |||||
* | (set-face-stipple): New function. | Richard M. Stallman | 1994-10-17 | 1 | -32/+39 |
| | | | | | | | | (set-face-background-pixmap): An alias for that. (face-stipple): New function. (face-background-pixmap): An alias for that. (copy-face, face-equal, face-differs-from-default-p) (make-face-x-resource-internal): Handle stipple bitmaps. | ||||
* | (count-lines): Do save-match-data only when necessary. | Richard M. Stallman | 1994-10-16 | 1 | -8/+8 |
| | |||||
* | Delete code to write subdirs.el. | Richard M. Stallman | 1994-10-16 | 1 | -20/+0 |
| | |||||
* | (appt-select-lowest-window): Locally bind lowest-window. | Richard M. Stallman | 1994-10-16 | 1 | -5/+8 |
| | | | | | | | | | (appt-delete): Don't set tmp-appt-msg-list. (appt-delete-window): Avoid error if WINDOW is nil. (appt-delete-window): Do nothing if the window is the only one in its frame. | ||||
* | (gnus-group-group-name): Get rid of text properties. | Richard M. Stallman | 1994-10-16 | 1 | -3/+4 |
| |