summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (find-change-log): If change-log-default-nameRichard M. Stallman1994-11-101-4/+10
| | | | has no dir component, search through parent dirs for it.
* Fix comment associated with previous change.Karl Heuer1994-11-101-1/+1
|
* (Fnewline): Always use insert_and_inherit.Richard M. Stallman1994-11-101-1/+1
|
* Comment change.Richard M. Stallman1994-11-101-3/+4
|
* (create_process) [OSF1]: Use setpgid, not setpgrp.Richard M. Stallman1994-11-101-0/+4
|
* (tracking_off): Test old value with NILP.Richard M. Stallman1994-11-101-4/+3
| | | | | Restore the old value whatever it may be. (syms_of_keyboard): Use DEFVAR_LISP for track-mouse.
* (FRAMEP): Use the second definition whenever HAVE_MOUSE.Richard M. Stallman1994-11-101-1/+1
|
* (ange-ftp-version): Var deleted.Richard M. Stallman1994-11-101-2/+0
|
* (Fboundp, find_symbol_value): Use type test macros instead of checking XTYPEKarl Heuer1994-11-091-22/+8
| | | | directly.
* (string-rectangle): Don't set point.Richard M. Stallman1994-11-091-2/+1
|
* Comment reason for preceding change.Karl Heuer1994-11-091-0/+3
|
* Make h_errno check not use nested functions.David J. MacKenzie1994-11-091-8/+4
|
* (facemenu-update): Use C-down-mouse-2 for the menu.Richard M. Stallman1994-11-091-8/+3
| | | | Doc fixes.
* (comint-exec-1): Make sure default-directory is a real dir.Richard M. Stallman1994-11-091-1/+5
|
* (Fsubstitute_in_file_name): Add missing #endif.Richard M. Stallman1994-11-091-0/+1
|
* Don't include ctype.h.Richard M. Stallman1994-11-091-9/+8
| | | | (isfloat_string, read1): Don't use isdigit.
* (copy-region-as-kill): Don't set this-command.Richard M. Stallman1994-11-091-1/+0
|
* Only define items in vc-menu-map if it is boundp.Roland McGrath1994-11-091-32/+37
|
* (compilation-error-regexp-alist): Add an element for Irix 5.2 warnings.Richard M. Stallman1994-11-091-0/+4
|
* * man.el (Man-berkeley-sed-script, Man-sysv-sed-script,Francesco Potortì1994-11-091-5/+7
| | | | | Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form (used by aix) in addition to the "o\b+" one (used by sun).
* (install-arch-indep): Delete *.orig in copied dirs.Richard M. Stallman1994-11-091-0/+1
|
* (vi-kill-region): Pass args to kill-region.Karl Heuer1994-11-091-6/+6
| | | | (vi-mark-region): Don't pass unexpected args.
* (print_help): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+4
|
* (describe_syntax_1): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
|
* (describe_buffer_bindings): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
|
* (emerge-file-names): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+7
| | | | [commented out] (describe-mode): Likewise.
* (apropos-print-matches): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (describe-calendar-mode): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+3
|
* (describe-buffer-case-table): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (debugger-list-functions): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (describe-display-table): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (make-help-screen): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
|
* (describe-key, describe-mode, view-lossage, describe-function, ↵Karl Heuer1994-11-091-5/+18
| | | | describe-variable): Set help-mode in *Help* buffer.
* (Helper-describe-mode): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (Info-summary): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
|
* (kbd-macro-query): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-2/+4
|
* (map-y-or-n-p): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (disabled-command-hook): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (r2b-help): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (perform-replace): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (set-variable): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+3
|
* (sc-set-variable): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+3
|
* (update-copyright): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+6
|
* (ask-user-about-lock-help, ask-user-about-supersession-help): Set help-mode ↵Karl Heuer1994-11-091-2/+8
| | | | in *Help* buffer.
* (vi-switch-mode, vi-ex-cmd): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-2/+8
|
* (yow): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (EVENT_QUEUES_EMPTY): Only test do_mouse_tracking and mouse_moved #ifdefRoland McGrath1994-11-091-2/+16
| | | | | | | HAVE_MOUSE. (Ftrack_mouse): Protect with #ifdef HAVE_MOUSE. (syms_of_keyboard): Protect initialization of do_mouse_tracking, defsubr of Strack_mouse, and DEFVAR of track-mouse with #ifdef HAVE_MOUSE.
* (install-arch-indep): Avoid continued comment swallowing target line.Roland McGrath1994-11-091-0/+1
|
* (Man-follow-manual-reference): First arg deleted. CallKarl Heuer1994-11-081-9/+6
| | | | | Man-getpage-in-background with one argument only. [this entry was already in the ChangeLog, but not in the source.]
* Don't supersede attributes for faces `diary-face', `calendar-display-face', orEdward M. Reingold1994-11-081-7/+9
| | | | `holiday-face' if they are already defined.