summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright.Karl Heuer1995-04-0722-27/+27
|
* (main): Cast arg to `brk'.Richard M. Stallman1995-04-071-1/+1
|
* [Berkeley sockets version] (main): Declare getcwd.Richard M. Stallman1995-04-071-0/+1
|
* Update copyright.Karl Heuer1995-04-073-6/+7
|
* Don't call the special math functions "transcendental".Richard M. Stallman1995-04-061-3/+3
|
* Treat __NetBSD__ like __FreeBSD__.Richard M. Stallman1995-04-061-2/+2
|
* (install-arch-indep): Undo Sep 23 change.Richard M. Stallman1995-04-061-4/+2
|
* (install-arch-indep, dist): look for `update-subdir' in $(srcdir).Richard M. Stallman1995-04-061-2/+2
|
* (lib-src): Don't copy *.lex; it doesn't exist anymore.Karl Heuer1995-04-061-7/+9
| | | | | | (man): Don't copy texindex.c and getopt.c; they're deleted. (etc): Omit `e'; it's a subdirectory. (etc/e): Use `../..', not `..', to reference top level.
* Fix typo.Richard M. Stallman1995-04-061-2/+2
|
* (desktop-save): Use dired-directory as nameRichard M. Stallman1995-04-061-11/+13
| | | | | | | of top-level in order to capture wildcards used. (desktop-buffer-dired): Skip possible wildcard when checking for directory existance. Use dired-insert-subdir, not dired-maybe-insert-subdir.
* Include mkinstalldirs in distribution.Richard M. Stallman1995-04-061-0/+1
|
* (write-file): Fix arg count in call to y-or-n-p.Karl Heuer1995-04-061-1/+1
|
* (Fplist_put): Fix missing \n\.Karl Heuer1995-04-061-1/+1
|
* (x_window_to_frame): Skip non-X frames before testing dpyinfo.Karl Heuer1995-04-061-9/+3
| | | | [USE_X_TOOLKIT] (x_any_window_to_frame, x_top_window_to_frame): Ditto.
* Doc fixes to match declared args.Simon Marshall1995-04-061-4/+4
|
* (menu-bar-bookmark-map): Autoload each formRichard M. Stallman1995-04-061-12/+22
| | | | | | | used to set up this variable's value, so that the whole job is done in loaddefs.el. (bookmark-menu-locate, bookmark-menu-jump, bookmark-menu-insert) (bookmark-menu-delete, bookmark-menu-rename): Add autoloads.
* (ispell-menu-map-needed): Delete test for menu-bar feature.Richard M. Stallman1995-04-061-2/+5
|
* (BASE_PURESIZE): Increment to 310000.Richard M. Stallman1995-04-061-1/+1
|
* (list-buffers-noselect): Put buffer name in a textRichard M. Stallman1995-04-061-29/+26
| | | | | | | | property on the buffer's name. Put in mouse-face prop here too. Set Buffer-menu-buffer-column here. (Buffer-menu-mode): Don't do those things here. (Buffer-menu-buffer): Use text properties. (Buffer-menu-buffer-name-position): Function deleted.
* (Fkill_buffer): Call reset_buffer_local_variablesRichard M. Stallman1995-04-061-30/+53
| | | | | | and swap_out_buffer_local_variables. (swap_out_buffer_local_variables): New subroutine. (Fkill_all_local_variables): Use that subroutine.
* (Flooking_at, Fposix_looking_at): Change arg name.Richard M. Stallman1995-04-061-8/+8
|
* (reporter-submit-bug-report): Give up if mailerRichard M. Stallman1995-04-061-16/+17
| | | | | command returns nil. Fix error message syntax. (reporter-bug-hook): Fix error message syntax.
* (Fraise_frame, Flower_frame): Now interactive.Richard M. Stallman1995-04-061-2/+10
|
* (tar-mode-map): Fix typo for tar-display-other-file.Richard M. Stallman1995-04-061-1/+1
|
* Add missing close backquote.Karl Heuer1995-04-051-1/+1
|
* (tempo-build-collection): Clear flag after computingKarl Heuer1995-04-051-11/+12
| | | | return value.
* (ispell-personal-dictionary): Add autoload.Karl Heuer1995-04-051-0/+1
|
* Change bindings of event-apply-control-modifier,Karl Heuer1995-04-051-13/+6
| | | | | | | | event-apply-meta-modifier, event-apply-hyper-modifier, event-apply-shift-modifier, event-apply-alt-modifier, and event-apply-super-modifier, in function-key-map, to use C-x @ instead of C-x ESC. Using escape causes problems since that's in function-key-map itself.
* (Ffetch_bytecode): New function.Karl Heuer1995-04-051-5/+20
| | | | | (funcall_lambda): Call it. (syms_of_eval): defsubr it.
* Declare Ffetch_bytecode.Karl Heuer1995-04-051-0/+1
|
* (byte-compile-inline-expand): Fetch actual bytecodeKarl Heuer1995-04-051-3/+5
| | | | before inlining a lazy function.
* (tempo-dolist): Don't use `cadr'.Karl Heuer1995-04-051-3/+3
|
* (event-apply-modifier): Fix off-by-one errors.Karl Heuer1995-04-041-4/+4
|
* (aixcc, aixcc.c): Targets deleted.Karl Heuer1995-04-041-9/+2
| | | | (SOURCES, distclean): Removed obsolete references to aixcc.
* Fix comments.Karl Heuer1995-04-041-10/+9
|
* New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,Karl Heuer1995-04-032-30/+39
| | | | and x_top_window_to_frame.
* (x_window_to_frame): New arg DPYINFO. All callers changed.Karl Heuer1995-04-031-3/+12
| | | | (x_any_window_to_frame, x_top_window_to_frame): Likewise.
* (tempo-insert): Added the P tag and modified the s tag accordinglyRichard M. Stallman1995-04-031-31/+93
| | | | | | | | (tempo-insert-named): Checks for valid name, insert mark otherwise. (tempo-dolist): Changed (cadr ...) to (car (cdr ...)) (tempo-expand-if-complete): New function
* (main): Start with an empty message log.Karl Heuer1995-04-031-0/+10
|
* (Fy_or_n_p): Don't log prompt.Karl Heuer1995-04-031-3/+4
| | | | (Fyes_or_no_p): Fix typo in doc string.
* (message_nolog): New function.Karl Heuer1995-04-031-0/+13
|
* (message_nolog): Declare this function.Karl Heuer1995-04-031-0/+1
|
* Declare Vmessage_log_max.Karl Heuer1995-04-031-0/+1
|
* (apropos): Use apropos-worthy-symbol-p as default predicate.Richard M. Stallman1995-04-031-1/+10
| | | | (apropos-worthy-symbol-p): New function.
* (set-auto-mode): Fix previous change.Karl Heuer1995-04-031-2/+5
|
* (oblookup): Save bucket num in oblookup_last_bucket_number.Richard M. Stallman1995-04-031-8/+82
| | | | | (Funintern): New function. (syms_of_lread): defsubr it.
* Added support for special (quoted) characters in file names:Simon Marshall1995-04-031-40/+79
| | | | | | | | | | new functions comint-quote-filename and comint-unquote-filename, using new variable comint-file-name-quote-list. Changed comint-word, comint-match-partial-filename and comint-dynamic-list-filename-completions to support character quoting. Made comint-dynamic-complete-as-filename and comint-dynamic-simple-complete use strings of comint-completion-addsuffix for completion, if a cons pair.
* Set comint-file-name-quote-list to new shell-file-name-quote-list.Simon Marshall1995-04-031-8/+19
|
* Don't distribute shortnames directory.Richard M. Stallman1995-04-021-7/+2
|