aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (time-stamp): Handle newlines in time-stamp-pattern.Karl Heuer1998-06-191-16/+17
| | | | (time-stamp-string-preprocess): Handle more than one numeric arg.
* (browse-url-netscape): Encode `)' too.Dave Love1998-06-191-7/+13
|
* (casify_object): Cope with modifier bits in character.Karl Heuer1998-06-181-5/+9
|
* (is_unc_volume, open_unc_volume, read_unc_volume,Geoff Voelker1998-06-171-5/+143
| | | | | | close_unc_volume, unc_volume_file_attributes): New functions. (wnet_enum_handle): New variable. (opendir, readdir, closedir, sys_access, stat): Handle UNC volumes.
* (vc-find-binary): Accept only non-directories.Richard M. Stallman1998-06-161-2/+3
|
* (x_list_fonts): If SIZE is zero and MAXNAMES is 1, useKenichi Handa1998-06-161-6/+39
| | | | | XLoadQueryFont instead of XListFonts. (x_load_fonts): Call x_list_fonts with MAXNAMES 1.
* (encode_eol): Fix typo that prevented converting to MacRichard M. Stallman1998-06-161-7/+5
| | | | | | line endings. Always update dst_bytes to number of bytes actually copied. (decode_eol): Fix value of coding->produced when decoding Unix line endings (in case this function is ever used for that).
* (sys_rename): On some network drives, rename fails withRichard M. Stallman1998-06-161-3/+3
| | | | EACCES instead of EEXIST if target already exists.
* (message_dolog): GCPRO the oldpoint, oldbegv and oldzvRichard M. Stallman1998-06-161-0/+3
| | | | markers, and old_deactivate_mark.
* (custom-declare-variable): Update current-load-list.Richard M. Stallman1998-06-151-0/+1
|
* (rmail): Make the buffer multibyteRichard M. Stallman1998-06-151-5/+5
| | | | even if it was already nonempty, if it should be multibyte.
* (midnight-mode): New variable.Richard M. Stallman1998-06-151-1/+19
| | | | | (midnight-timer-function): New function. (midnight-delay-set): Make the timer run midnight-timer-function.
* (widget-default-get): Doc fix.Richard M. Stallman1998-06-151-2/+4
| | | | | (widget-editable-list-entry-create): Apply :value-to-external to the value returned from wiget-default-get.
* Fix Keywords header.Dave Love1998-06-152-2/+2
|
* (tar-extract): Adjusted for the change of the specKenichi Handa1998-06-151-8/+2
| | | | of set-auto-coding-function.
* (syms_of_fileio): Doc-string of the variableKenichi Handa1998-06-151-2/+2
| | | | set-auto-coding-function modified for the change above.
* (Finsert_file_contents): Redo the change for handlingKenichi Handa1998-06-151-148/+187
| | | | | set-auto-coding while adding a kludgy code to avoid a compiler bug.
* (set-auto-coding): Redo the previous change.Kenichi Handa1998-06-151-64/+68
|
* Initial revisionRichard M. Stallman1998-06-142-0/+1027
|
* Comment change.Richard M. Stallman1998-06-141-1/+1
|
* Initial revisionRichard M. Stallman1998-06-141-0/+379
|
* (find-function-on-key): Don't discard up event after down event.Richard M. Stallman1998-06-141-8/+0
|
* (skip_chars): Don't examine STRING before verifying that it is a string.Richard M. Stallman1998-06-141-3/+5
| | | | (scan_lists): Use prev_char_comend_first, not ...comstart...
* (Fcall_interactively) <k, K>: If sequence ends in a downRichard M. Stallman1998-06-141-0/+30
| | | | event, discard following up event.
* (jka-compr-insert-file-contents): Don't runRichard M. Stallman1998-06-141-12/+16
| | | | after-insert-file-functions, since caller does that.
* (uncompress-while-visiting):Richard M. Stallman1998-06-141-1/+6
| | | | Bind coding-system-for-write and coding-system-for-read.
* (tmm-get-keymap): Handle :filter.Richard M. Stallman1998-06-141-1/+5
|
* (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.Eli Zaretskii1998-06-141-9/+26
| | | | | (dos_yield_time_slice): New function. (sys_select): Use it instead of __dpmi_yield.
* (file-name-invalid-regexp): Add control characters for DOS/WindowsEli Zaretskii1998-06-141-1/+2
| | | | as they are disallowed by the filesystem there.
* (Fcompleting_read): Escape bare newline in doc string.Erik Naggum1998-06-141-1/+1
|
* (Finsert_file_contents): Fix change to set INSERTED.Richard M. Stallman1998-06-141-1/+1
|
* (sun4H:SunOS:5.*:*): New case.Richard Kenner1998-06-131-0/+3
|
* (user-init-file): Default value now nil.Richard M. Stallman1998-06-131-3/+8
| | | | | (local-enable-local-variables): New variable. (set-auto-mode): Test it.
* (command-line-1): Check that user-init-file non-nil.Richard M. Stallman1998-06-131-0/+1
|
* (rmail-variables): Locally bindRichard M. Stallman1998-06-131-4/+5
| | | | | | local-enable-local-variables, not enable-local-variables. (rmail): Don't switch buffers inside the binding of enable-local-variables.
* (tar-mode): Locally bind local-enable-local-variables,Richard M. Stallman1998-06-131-4/+4
| | | | not enable-local-variables.
* (archive-mode): Locally bind local-enable-local-variables, notRichard M. Stallman1998-06-131-2/+2
| | | | enable-local-variables.
* (info-other-window): New function.Richard M. Stallman1998-06-131-0/+8
|
* (help-map): C-h 4 i runs info-other-window.Richard M. Stallman1998-06-131-16/+1
| | | | | (describe-key, describe-key-briefly): Don't discard up event after down event.
* (parse_menu_item): Put a quote around DEFRichard M. Stallman1998-06-131-2/+3
| | | | to pass it as an argument to the filter function.
* (other): Doc fix.Richard M. Stallman1998-06-131-1/+1
|
* (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.Richard M. Stallman1998-06-131-2/+1
|
* (find-file-noselect): Delete unused local var `error'.Richard M. Stallman1998-06-131-3/+3
| | | | (find-file-noselect-1): Add local var `error'.
* (find-file-noselect): Use find-file-noselect-1Richard M. Stallman1998-06-131-1/+2
| | | | after "Save file and revisit literally? ".
* (elisp-eval-region): Accept new arg read-function; also handleRichard M. Stallman1998-06-131-2/+13
| | | | load-read-function.
* (eval-defun): Pass read function toRichard M. Stallman1998-06-131-7/+6
| | | | eval-region as arg, instead of binding load-read-function.
* Several fixes in doc string style.Richard M. Stallman1998-06-131-7/+10
| | | | (uce-mail-reader): Use defcustom.
* (ispell-region): Return non-nil if not aborted.Richard M. Stallman1998-06-131-3/+4
| | | | (ispell-highlight-spelling-error-generic): Fix doc typo.
* (detect_coding_system): Always return a list of HIGHEST is zero.Kenichi Handa1998-06-131-5/+7
| | | | | (Fdetect_coding_region): Doc-string adjusted for the above change. (Fdetect_coding_string): Likewise.
* (read-feature): Doc fix.Richard M. Stallman1998-06-131-18/+60
| | | | | | (loadhist-hook-functions): New variable. (unload-feature): Act on FEATURE-unload-hook or look for unloaded functions on hooks and remove them.