summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionBoris Goldowsky1994-10-241-0/+1885
|
* *** empty log message ***Francesco Potortì1994-10-241-3/+3
|
* (dired-mode-map): Add query-replace and search items to operate menu.Roland McGrath1994-10-231-0/+4
|
* (latex-mode): Recognize \item etc. that have no argRichard M. Stallman1994-10-231-4/+4
| | | | because only a comment follows.
* Say error in x-open-connection should be fatal.Richard M. Stallman1994-10-231-1/+3
|
* (menu-bar-file-menu): Add item `Make Frame On Display'.Richard M. Stallman1994-10-231-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. Stallman1994-10-231-3/+6
| | | | never both. Do this only for a specific frame, not for t.
* Add comment.Richard M. Stallman1994-10-231-1/+6
|
* (mail-setup): Fill in-reply-to field properly.Richard M. Stallman1994-10-231-4/+2
|
* (ange-ftp-process-handle-line): Check for aRichard M. Stallman1994-10-231-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 frameRichard M. Stallman1994-10-231-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 McGrath1994-10-221-0/+22
|
* (dired-mode-map): Bind A to dired-do-tags-search,Roland McGrath1994-10-221-0/+2
| | | | Q to dired-do-tags-query-replace.
* (mail-aliases, mail-archive-file-name): Doc fixes.Richard M. Stallman1994-10-221-4/+6
|
* (sendmail-synch-aliases): Check MAILRC envvar.Richard M. Stallman1994-10-211-1/+1
|
* (define-mail-alias): Check MAILRC envvar.Richard M. Stallman1994-10-211-1/+1
|
* Finish installing previous change.Richard M. Stallman1994-10-211-1/+9
|
* (timer-error, timer-abnormal-termination,Richard M. Stallman1994-10-211-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. Stallman1994-10-211-2/+4
|
* (describe-function-find-file): New function.Richard M. Stallman1994-10-211-5/+15
| | | | (describe-function): Use that.
* (describe-function): Mention the file it was loaded from.Richard M. Stallman1994-10-211-8/+14
|
* (dbx): Delete call to gud-switch-to-buffer.Richard M. Stallman1994-10-211-2/+10
| | | | (gud-sdb-marker-filter): Handle SVR4 clumped lines.
* (emerge-auto-advance): Fix criterion for which message.Richard M. Stallman1994-10-211-1/+1
|
* (rmail-get-new-mail): If display-time is in use,Richard M. Stallman1994-10-211-8/+4
| | | | call display-time-filter to update the Mail indicator.
* (next-file): Initialize next-file-list all at once from all tables.Roland McGrath1994-10-201-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 Heuer1994-10-201-0/+9
|
* (ange-ftp-get-passwd): Use user-mail-address.Richard M. Stallman1994-10-201-5/+5
| | | | (ange-ftp-generate-anonymous-password): Doc fix.
* (repeat-matching-complex-command): Fix check for empty pattern. Simplify.Karl Heuer1994-10-201-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 Goldowsky1994-10-201-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. -- BngBoris Goldowsky1994-10-201-0/+3
|
* * man.el (Man-init-defvars): Corrections to Man-filter-list.Francesco Potortì1994-10-201-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 Welinder1994-10-191-1/+3
|
* *** empty log message ***Richard M. Stallman1994-10-191-1/+1
|
* (auto-mode-alist): Doc fix.Richard M. Stallman1994-10-191-5/+8
|
* (font-lock-after-change-function): If inside a comment,Richard M. Stallman1994-10-181-3/+15
| | | | | | don't scan for keywords. (font-lock-fontify-region): Discard leading spaces from comment-end.
* (run-scheme): Delete autoload cookie.Richard M. Stallman1994-10-181-2/+1
|
* (run-scheme): Add autoload cookie.Richard M. Stallman1994-10-181-36/+1
| | | | (scheme): Function deleted.
* (info-insert-file-contents): Always check for conflict with jka-compr.Richard M. Stallman1994-10-181-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. Stallman1994-10-181-0/+4
|
* (easy-menu-create-keymaps): Add autoload cookie.Richard M. Stallman1994-10-181-0/+1
|
* (nntp-open-server): Send MODE READER command to server.Richard M. Stallman1994-10-181-2/+3
|
* (display-time-filter): Ignore mail-spool-file if not string.Richard M. Stallman1994-10-181-2/+4
|
* (etags-tags-table-files, etags-tags-included-tables):Richard M. Stallman1994-10-181-6/+8
| | | | Search backwards for the comma in case the file name contains one.
* *** empty log message ***Morten Welinder1994-10-175-15/+23
|
* Initial revisionMorten Welinder1994-10-171-0/+186
|
* (set-face-stipple): New function.Richard M. Stallman1994-10-171-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. Stallman1994-10-161-8/+8
|
* Delete code to write subdirs.el.Richard M. Stallman1994-10-161-20/+0
|
* (appt-select-lowest-window): Locally bind lowest-window.Richard M. Stallman1994-10-161-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. Stallman1994-10-161-3/+4
|