summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Detect HPPA 2.0 architecture.gcc-2_8_1-980811Richard M. Stallman1998-08-091-2/+34
|
* (Fminibuffer_complete): this_command renamed to Vthis_command.Richard M. Stallman1998-08-091-3/+3
|
* (Fcall_last_kbd_macro): this_command renamed to Vthis_command.Richard M. Stallman1998-08-091-2/+2
|
* (Vthis_command): Renamed from this_command.Richard M. Stallman1998-08-091-1/+1
|
* (next-error): Doc fix.Richard M. Stallman1998-08-091-11/+16
| | | | (grep): Doc fix.
* Load byte-run and format a little earlier.Richard M. Stallman1998-08-091-3/+3
|
* (CHARSET_OK): Check that coding_system_table[IDX] != 0.Richard M. Stallman1998-08-091-5/+6
|
* Don't require font-lock.Richard M. Stallman1998-08-091-1/+0
|
* (flyspell-command-hook): Option deleted.Richard M. Stallman1998-08-081-34/+18
| | | | | | | | (flyspell-mode-on): Delete code to handle flyspell-command-hook. (flyspell-mode-off): Likewise. (flyspell-mark-duplications-flag): Doc fix. (flyspell-duplicate-distance): Doc fix. (flyspell-duplicate-face): Doc fix.
* Describe assoc-default.Richard M. Stallman1998-08-081-0/+20
|
* (add-hook): Use byte-code-function-p, not compiled-function-p.Richard M. Stallman1998-08-081-2/+2
|
* (assoc-default): Rewrite not to use dolist.Richard M. Stallman1998-08-081-10/+16
|
* Delete the undo-in-progress compatibility code.Richard M. Stallman1998-08-081-11/+1
|
* Initial revisionRichard M. Stallman1998-08-081-0/+1202
|
* (x_term_init): Don't reset LC_TIME to "C", since weRichard M. Stallman1998-08-081-2/+0
| | | | want strftime to be localized.
* (set-rmail-inbox-list): Error if not in Rmail mode.Richard M. Stallman1998-08-081-0/+4
|
* Avoid using initializers for Lisp_Object.Richard M. Stallman1998-08-081-9/+20
|
* (forward-paragraph): Fix the logic for handling beginning of bufferRichard M. Stallman1998-08-081-7/+10
| | | | in the "no fill-prefix" case.
* Require sendmail.Richard M. Stallman1998-08-081-1/+3
| | | | | (message-fill-yanked-message): Use mail-citation-prefix-regexp as an arg to fill-individual-paragraphs.
* Bind case-fold-search to t in many functions.Richard M. Stallman1998-08-081-105/+128
|
* (speedbar-edit-line, speedbar-buffer-kill-buffer,Eric M. Ludlam1998-08-081-37/+47
| | | | | | | | | | | | | | speedbar-buffer-revert-buffer): Updated buffer finding regex to handle the [?] tag. (speedbar-find-selected-file): New function. (speedbar-clear-current-file): Uses `speedbar-find-selected-file' (speedbar-update-current-file): Uses `speedbar-find-selected-file', and now `speedbar-last-selected-file' is defined as the path name to the file, not just the file itself. (speedbar-center-buffer-smartly): Fixed center error to handle the whole buffer. (speedbar-delete-subblock): Rewrote to be more robust, less clever. (speedbar-timer-fn): Removed short display time for messages.
* (mail-fetch-field): Doc fix.Richard M. Stallman1998-08-081-3/+3
|
* (input-method-exit-on-first-char)Richard M. Stallman1998-08-081-8/+7
| | | | (input-method-use-echo-area): Doc fixes.
* (vc-file-not-found-hook): Call vc-file-clearprops.Richard M. Stallman1998-08-081-1/+4
|
* (flyspell-persistent-highlight): Doc fix.Richard M. Stallman1998-08-081-1/+3
|
* (Vthis_command): Renamed from this_command.Richard M. Stallman1998-08-081-48/+128
| | | | | | | | | | | | | | | | (real_this_command): New variable, but not a Lisp variable; updated like Vthis_command, but never altered by Lisp programs. (command_loop_1): Use real_this_command to set Vreal_last_command. (read_char): When input method returns no chars, call cancel_echoing. Restore the previous echo area message and this_command_keys, too. (Vinput_method_previous_message): New variable. (syms_of_keyboard): Set up lisp variable. (Qinput_method_exit_on_first_char, Qinput_method_use_echo_area): New variables. (syms_of_keyboard): Initialize them. (Fread_key_sequence): New arg COMMAND_LOOP. Bind those variables.
* Initial revisionRichard M. Stallman1998-08-081-0/+17
|
* (x_list_fonts): Fix previous change.Richard M. Stallman1998-08-081-1/+3
|
* (gnus-startup-file-coding-system): New variable.Richard M. Stallman1998-08-081-2/+8
| | | | (gnus-read-init-file, gnus-read-newsrc-el-file): Use that.
* (widget-beginning-of-line): Properly handleRichard M. Stallman1998-08-081-8/+14
| | | | | multiline fields. Don't use call-interactively. (widget-end-of-line): Likewise.
* (Fcall_process): Check type of process cmd args earlier on.Richard M. Stallman1998-08-081-2/+3
|
* (Fprocess_send_eof): Transfer proc_encode_coding_systemRichard M. Stallman1998-08-081-1/+15
| | | | data to the new outfd.
* (midnight-delay-set): Use run-hooks directly.Richard M. Stallman1998-08-071-5/+1
| | | | (midnight-timer-function): Function deleted.
* (command-line): Require whitespace delimiter whenRichard M. Stallman1998-08-071-1/+1
| | | | searching locale-translation-file-name.
* (midnight-timer-function): No need to test midnight-mode.Richard M. Stallman1998-08-071-2/+1
|
* (repeat): Make an undo boundary between repetitions.Richard M. Stallman1998-08-071-0/+2
|
* (FRAME_OUTER_WINDOW): New macro.Richard M. Stallman1998-08-071-1/+8
|
* (print_escape_multibyte, Qprint_escape_multibyte)Richard M. Stallman1998-08-071-11/+32
| | | | | | | | | (Qprint_escape_nonascii): New variables. (syms_of_print): Initialize them and set up Lisp variable. (PRINTPREPARE): Bind print-escape-multibyte to t if appropriate. Also bind print-escape-nonascii if appropriate. (print): Test print_escape_multibyte and print_escape_nonascii, rather than enable-multibyte-characters.
* (Fcall_interactively): Pass new arg to Fread_key_sequence.Richard M. Stallman1998-08-071-2/+2
|
* (isearch-process-search-multibyte-characters): Fix previous change.Kenichi Handa1998-08-071-2/+3
|
* (quail-update-translation): Delete theKenichi Handa1998-08-071-8/+1
| | | | | code for handling the case that enable-multibyte-characters is nil.
* (general_insert_function): If enable-multibyte-characters isKenichi Handa1998-08-071-1/+7
| | | | nil, convert a multibyte character to unibyte appropriately.
* (multibyte_char_to_unibyte): Extern it.Kenichi Handa1998-08-071-0/+1
|
* (multibyte_char_to_unibyte): New function.Kenichi Handa1998-08-071-2/+41
| | | | | (charset_id_internal): Avoid initializer for Lisp_Object. (init_charset_once): Likewise.
* (internal_self_insert): If enable-multibyte-characters isKenichi Handa1998-08-071-2/+7
| | | | nil, convert a multibyte character to unibyte appropriately.
* (Fread_key_sequence): Update declaration.Kenichi Handa1998-08-071-1/+1
|
* (split-window-horizontally): Doc fix.Richard M. Stallman1998-08-061-1/+3
|
* (Fsplit_window): Doc fix.Richard M. Stallman1998-08-061-1/+2
|
* (quail-japanese-use-double-n): New variable.Kenichi Handa1998-08-061-21/+32
| | | | | | | | | | (quail-japanese-update-translation): Adjusted for the change of quail-update-translation. Now this function should return CONTROL-FLAG. (quail-japanese-toggle-kana): Update quail-conversion-str. (quail-japanese-kanji-kkc): Likewise. (quail-japanese-switch-package): Reset quail-current-str and quail-conversion-str.
* (debugger-outer-unread-post-input-method-events): New variable.Kenichi Handa1998-08-061-0/+10
| | | | | | (debug): Bind debugger-outer-unread-post-input-method-events. Bind unread-post-input-method-events to nil. (debugger-env-macro): Likewise.