summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (insert-directory): Use -- as argRichard M. Stallman1996-12-311-1/+3
| | | | so that a file name or pattern is never taken as an option.
* (dired-do-chxxx): Use -- as argRichard M. Stallman1996-12-311-1/+1
| | | | so that the file name is never taken as an option.
* (Info-find-node): Don't clear Info-index-alternatives.Richard M. Stallman1996-12-301-2/+1
| | | | (Info-index-next): Fix error message.
* (server-start): Don't delete ~/.emacs-server.Richard M. Stallman1996-12-301-6/+12
| | | | | Instead, delete the names emacsserver really uses if compiled with SERVER_HOME_DIR.
* (byte-compile-file): Set default-directory in compiler input buffer.Richard M. Stallman1996-12-301-2/+4
|
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-15/+15
| | | | | | (IEEE_FLOATING_POINT): New symbol. (float_arith_driver, Fmod): Test for division by 0 only if ! IEEE_FLOATING_POINT.
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-1/+34
| | | | | | (IEEE_FLOATING_POINT): New symbol. (Ffloor): Test for division by 0 only if ! IEEE_FLOATING_POINT. (fmod_float): New function.
* (MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since itPaul Eggert1996-12-301-2/+3
| | | | botches time arithmetic as used by display-time.
* (Fbyte_code): Add error check for jumping out of range.Richard M. Stallman1996-12-301-0/+10
|
* (hppa1.1-hitachi-hiuxmpp): New configuration.Richard M. Stallman1996-12-301-1/+4
|
* (dired-permission-flags-regexp): New variable.Richard M. Stallman1996-12-301-3/+6
| | | | (dired-move-to-end-of-filename): Use it instead of a constant.
* Initial revisionRichard M. Stallman1996-12-301-0/+385
|
* Include blockinput.h.Richard M. Stallman1996-12-301-0/+5
| | | | (create_process): Block input around the fork.
* (process.o): Depend on blockinput.h.Richard M. Stallman1996-12-301-1/+2
|
* (iso-languages): For Catalan, delete 'C and 'c;Richard M. Stallman1996-12-301-11/+13
| | | | | delete `i, `I, `u, `U. Add "i, "I. Delete ~t. For Spanish, delete ~t, 'c and 'C.
* (tex-first-line-header-regexp): New variable.Richard M. Stallman1996-12-291-0/+15
| | | | (tex-region): Sometimes include the file's first line.
* (completion-ignored-extensions):Richard M. Stallman1996-12-291-13/+19
| | | | | Separate out the system-independent elements. Add Texinfo index files.
* (report-emacs-bug): Use compose-mail.Richard M. Stallman1996-12-291-8/+9
|
* (hs-emacs-type): Doc fix.Richard M. Stallman1996-12-291-1/+1
|
* (dired-insert-directory): Don't override the user's locale.Richard M. Stallman1996-12-291-15/+3
| | | | (dired-standard-move-to-filename-regexp): Var deleted.
* (rmail-msg-is-pruned): New function.Richard M. Stallman1996-12-281-23/+40
| | | | | (rmail-toggle-header): Add an optional argument to specify explicitly whether the header should be pruned or displayed in full.
* (help-map): Define C-h C-i to run word-help.Richard M. Stallman1996-12-281-0/+1
|
* (expand-map): Don't define SPC.Richard M. Stallman1996-12-281-61/+43
| | | | | | | | (expand-template-abbreviation): Function deleted. (expand-try-to-expand): Function deleted. (expand-abbrev-hook): Add a no-self-insert property. (expand-skeleton-end-hook): Use skeleton-position. (expand-add-abbrevs): Doc fix.
* Initial revisionRichard M. Stallman1996-12-281-0/+571
|
* (skeleton-positions): Renamed from skeleton-marks.Richard M. Stallman1996-12-281-7/+7
|
* (skeleton-marks): New variable.Richard M. Stallman1996-12-281-0/+9
| | | | (skeleton-insert, skeleton-internal-1): Set skeleton-marks.
* *** empty log message ***Michael Kifer1996-12-2811-112/+414
|
* Many doc fixes.Richard M. Stallman1996-12-271-9/+21
| | | | | (sort-regexp-fields): Don't test for buffer-substring-lessp; always return a pair of bounds.
* (LD_SWITCH_SYSTEM): Use just -X.Richard M. Stallman1996-12-271-6/+6
| | | | (LIB_STANDARD): Alternate definition if NS_TARGET.
* (dos_set_keyboard): Test whether KEYB.COM is installedRichard M. Stallman1996-12-271-0/+15
| | | | | | for international keyboard support. (dos_get_modifiers): If international keyboard support is NOT required, make both Right and Left Alt key behave like Meta key.
* (ispell-message-text-end): Handle `- ' beforeRichard M. Stallman1996-12-271-2/+3
| | | | | the "cut here" or "start of..." line. Handle `Forward message' without `Start of'.
* (mail-yank-clear-headers): Handle case of end < start.Richard M. Stallman1996-12-271-9/+41
| | | | | (mail-indent-citation): Handle case of end < start. (mail-yank-region): New command (on C-c C-r).
* (mail-indentation-spaces): Doc fix.Richard M. Stallman1996-12-271-1/+1
|
* (menu-bar-tools-menu): Add a "send mail" entry.Richard M. Stallman1996-12-271-0/+1
|
* (perform-replace): Request integers from match-data,Richard M. Stallman1996-12-271-6/+1
| | | | instead of asking for markers and converting them.
* (forward-paragraph, backward-paragraph): Doc fixes.Richard M. Stallman1996-12-261-2/+4
|
* (Fdefalias): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
|
* Change arg name for fset.Richard M. Stallman1996-12-261-3/+3
|
* (Ffset): Change argument name and doc string.Richard M. Stallman1996-12-261-6/+6
|
* (x_iconify_frame): Clear visible when we set iconified.Richard M. Stallman1996-12-261-0/+5
|
* (single_keymap_panes): New arg DEPTH.Richard M. Stallman1996-12-261-7/+15
| | | | Cut off recursion at that depth. Callers changed.
* (window_scroll): Preserve vpos of pointRichard M. Stallman1996-12-261-22/+58
| | | | | if we cannot preserve the actual position of it. Make it static. New arg WHOLE; callers changed.
* (read_char_x_menu_prompt): Unread and record all the input events from here.Richard M. Stallman1996-12-261-5/+52
| | | | (record_menu_key): New subroutine.
* (standard_args): Add -find-file and -visit.Richard M. Stallman1996-12-261-0/+2
|
* (internal_self_insert): If the abbrev has no expansion,Richard M. Stallman1996-12-261-4/+14
| | | | just a hook, inhibit the insertion of the character.
* (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion.Richard M. Stallman1996-12-261-7/+7
|
* (mouse-start-end): Put values in proper order,Richard M. Stallman1996-12-261-3/+3
| | | | in the doublequote case.
* (command-line-1): Handle --visit and --find.Richard M. Stallman1996-12-261-41/+63
| | | | Handle -- as an option; treat what follows as a file name.
* (edebug-read-symbol, edebug-read-string): Don't back up after reading.Richard M. Stallman1996-12-261-21/+6
| | | | (edebug-read-sexp): Likewise.
* (vc-next-action-on-file, vc-update-change-log,André Spiegel1996-12-261-11/+7
| | | | | | | | vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name' instead of `user-login-name'. (vc-update-change-log): If `user-full-name' is nil, try `user-login-name'. Failing that, use uid as a string. (vc-make-buffer-writable-hook): Removed (was unused).