aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* (isearch-minibuffer-local-map): BindKenichi Handa1998-08-061-8/+9
| | | | | | | | | the key C-g to exit. (isearch-minibuffer-self-insert): Use key-binding. Always call exit-minibuffer. (isearch-process-search-multibyte-characters): Use unread-command-events instead of unread-input-method-events. Always call isearch-update.
* (kkc-region): Don't bind echo-keystrokes.Kenichi Handa1998-08-061-1/+1
|
* (input-method-exit-on-first-char):Kenichi Handa1998-08-061-0/+14
| | | | | New variable. (input-method-use-echo-area): New variable.
* (quail-translation-keymap): Declare it asKenichi Handa1998-08-061-148/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable instead of constant. Bind all keys less than 32 to quail-other-command. Don't bind the key meta-prefix-char and escape. (quail-simple-translation-keymap): Likewise. (quail-conversion-keymap): Bind the key C-h to quail-translation-keymap. (quail-define-package): Fix typo in doc-string. (quail-conversion-str): New variable. (quail-input-method): Bind buffer-undo-list to t. Show Quail guidance buffer if necessary. (quail-delete-region): Move the definintion before the first calling place. (quail-start-translation): Handle the case the arg KEY is nil. Bind echo-keystrokes and help-char. Initialize quail-current-str to "". If input-method-use-echo-area is non-nil, call read-key-sequence with appropriate PROMPT arg. Setup last-command-event by local variable `keyseq'. Generate an event list form quail-current-str. If input-methodd-exit-on-first-char is non-nil, return only the first event. (quail-start-conversion): Likewise. Initialize quail-conversion-str to "". Generate an event list form quail-conversion-str. (quail-update-translation): Expect that the function given by (quail-update-translation-function) returns a new control-flag. Handle the case the length of quail-current-key is 1. Use string-as-unibyte if enable-multibyte-characters is nil. Always assures that quail-current-str is Lisp string. (quail-self-insert-command): Use `or' instead of `unless'. (quail-update-current-translations): Always assures that quail-current-str is Lisp string. (quail-next-translation-block): Update unread-command-events correctly. (quail-abort-translation): Set quail-current-str to nil. (quail-conversion-delete-char): Update quail-conversion-str. (quail-conversion-delete-tail): Likewise. (quail-conversion-backward-delete-char): Likewise. (quail-show-guidance-buf): Show Quail guidance buffer not in echo area if input-method-use-echo-area is non-nil. (quail-show-translations): Bind current-translations locally to quail-current-translations to get this value across different buffers. Handle the case that the length quail-current-key is 0. (quail-translation-help): If this command is invoked repeatedly, scroll the already shown help window. Handle the case that this command is called while converting (not translating). (quail-conversion-help): This function deleted and the functionality is merged to quail-translation-help.
* (Fdirectory_files): If MATCH is non-nil, decode filenamesKenichi Handa1998-08-061-18/+21
| | | | before checking them against MATCH.
* (Fexecute_kbd_macro): Fix error message.Richard M. Stallman1998-08-061-2/+2
| | | | (Fend_kbd_macro): Fix error message.
* (Vselection_coding_system): Renamed from Vclipboard_coding_system.Richard M. Stallman1998-08-051-6/+5
| | | | (syms_of_w32select): No need to staticpro Vselection_coding_system.
* (top-level let): add defsubst.Richard M. Stallman1998-08-051-1/+1
|
* (rmail-encoded-pop-password): New variable.Richard M. Stallman1998-08-051-0/+2
|
* (iso-spanish, iso-german, iso-iso2tex,Dave Love1998-08-051-45/+72
| | | | | | | | iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Add optional (but ignored) arg `buffer' for format-{de,en}code. Doc fix. Add * to interactive spec. Add autoload cookie. (iso-cvt-read-only, iso-cvt-write-only): Add doc, autoload cookie. (iso-cvt-define-menu): Add autoload cookie.
* (byte-compile-from-buffer): Make the output buffer multibyte.Richard M. Stallman1998-08-051-1/+2
|
* (Funexpand_abbrev): Add ADJUST instead of subtracting.Richard M. Stallman1998-08-051-1/+1
|