aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (copyright-query): Use `other' widgetAndreas Schwab1998-06-241-2/+2
| | | | type.
* (checkdoc-autofix-flag): Use `other'Andreas Schwab1998-06-241-2/+2
| | | | widget type.
* (byte-compile-generate-call-tree):Andreas Schwab1998-06-241-2/+2
| | | | Use `other' widget type.
* (ad-redefinition-action,Andreas Schwab1998-06-241-3/+4
| | | | ad-default-compilation-action): Use `other' widget type.
* (ediff-autostore-merges): Use `other' widgetAndreas Schwab1998-06-241-1/+2
| | | | type.
* (dos-ps-printer): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (dired-vm-read-only-folders): Use `other' widgetAndreas Schwab1998-06-241-1/+1
| | | | type.
* (dired-backup-overwrite): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (dabbrev-case-fold-search, dabbrev-case-replace,Andreas Schwab1998-06-241-5/+5
| | | | dabbrev-check-other-buffers): Use `other' widget type.
* (selective-display, suggest-key-bindings,Andreas Schwab1998-06-241-4/+3
| | | | message-log-max): Use `other' widget type.
* (PC-first-char): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (comint-input-autoexpand): Use `other' widget type.Andreas Schwab1998-06-241-2/+2
|
* (bookmark-save-flag, bookmark-version-control): UseAndreas Schwab1998-06-241-2/+3
| | | | `other' widget type.
* (auto-insert, auto-insert-query): Use `other'Andreas Schwab1998-06-241-4/+4
| | | | widget type.
* (ange-ftp-default-user,Andreas Schwab1998-06-241-5/+5
| | | | ange-ftp-generate-anonymous-password): Use `other' widget type.
* (set-language-environment): Allow all language environments, even inRichard M. Stallman1998-06-241-8/+5
| | | | unibyte mode. But set the terminal coding system only in the known few.
* (iso-2022-jp): Delete spurious quote.Richard M. Stallman1998-06-241-1/+1
|
* Numerous documentation fixups.Richard M. Stallman1998-06-241-75/+101
| | | | | | | | | Delete periods from error messages. (bibtex-move-outside-of-entry): If outside an entry, try not to move point, or only move it minimally. (bibtex-autokey-get-titlestring): Omit delimiters.
* (get_doc_string): 2nd arg is now DEFINITION;Richard M. Stallman1998-06-241-10/+40
| | | | | if non-nil, read a dynamic function definition. (read_doc_string): Don't call read here.
* (x-style-funcs-alist): Remove duplicated code.Kenichi Handa1998-06-241-15/+0
|
* (indented_beyond_p): Return the right kind of value.Richard M. Stallman1998-06-231-1/+1
|
* (executable-binary-suffixes): New variable.Richard M. Stallman1998-06-231-7/+19
| | | | (executable-find): Use it to look for executable program files.
* (auto-mode-alist): Map .xml to sgml-mode.Dave Love1998-06-231-0/+1
|
* (rmail-output): Handle directories properlyRichard M. Stallman1998-06-231-4/+4
| | | | in suggestions fro the alist.
* (grep-command): Initialize to nil.Richard M. Stallman1998-06-231-29/+46
| | | | | | | | | (grep-find-command): Initialize to nil. (grep-find-use-xargs): Initialize to nil. (grep-compute-defaults): New function, sets those three vars properly. (grep, grep-find): Call grep-compute-defaults if ...command variable is still nil. (grep-program): Doc fix.
* (find-file-noselect-1): Init buffer-file-coding-systemRichard M. Stallman1998-06-231-9/+15
| | | | | | | | from default-buffer-file-coding-system. (find-file-noselect-1): Return the buffer that is current after after-find-file. (find-file-noselect): Return whatever find-file-noselect-1 returns.
* (buffer-modified-p): Make defsetf handle buffer argument.Richard M. Stallman1998-06-231-1/+3
|
* (sort_args): Discard duplicate options with no args.Richard M. Stallman1998-06-231-80/+117
| | | | | (main): With duplicate -d options, use the last one. Likewise for -t. Check -d last, by checking for -nl earlier on.
* entered into RCSRichard M. Stallman1998-06-231-1/+1
|
* (command_loop): Reset executing_macro afterRichard M. Stallman1998-06-231-1/+4
| | | | | command_loop_2 has returned, in case a throw to exit or top-level was executed as part of a keyboard macro.
* (Fcall_process): Handle third argument BUFFERRichard M. Stallman1998-06-231-4/+6
| | | | consistently when it is an integer or a list.
* Change copyright notice.Richard M. Stallman1998-06-231-1/+1
|
* Introduce new character code propertyKenichi Handa1998-06-231-30/+61
| | | | | | | | | | | | `composition'. Add property `jisx0208' to Japanese hankaku characters. (japanese-kana-table): Add more data. (japanese-symbol-table): Change the order of elements. (japanese-katakana-region): Adjusted for the above changes. Check character code properties directly here. (japanese-hiragana-region): Likewise. (japanese-hankaku-region): Likewise. (japanese-zenkaku-region): Likewise.
* (Fmodify_syntax_entry): Use macro STRING_BYTES to getKenichi Handa1998-06-231-2/+2
| | | | byte size of a string.
* (rmail-summary-rmail-update): Fix indentation.Karl Heuer1998-06-221-2/+2
|
* Include buffer.h, charset.h, and coding.h.Andrew Innes1998-06-221-67/+145
| | | | | | | | | (Vclipboard_coding_system): New variable. (syms_of_w32select): DEF_VAR it. (Fw32_set_clipboard_data): Encode string using Vclipboard_coding_system if necessary. (Fw32_get_clipboard_data): Decode clipboard contents using Vclipboard_coding_system if necessary.
* (print_string): Properly compute number of charsKarl Heuer1998-06-221-5/+18
| | | | in multibyte case, before calling strout.
* (Vinhibit_redisplay, Qinhibit_redisplay): New variables.Karl Heuer1998-06-221-0/+15
| | | | | (syms_of_xdisp): Set up Lisp var. (redisplay_internal): Test Vinhibit_redisplay.
* (menu_item_eval_property): Bind Qinhibit_redisplay.Karl Heuer1998-06-221-1/+3
|
* (Qinhibit_redisplay): Declared.Karl Heuer1998-06-221-0/+1
|
* (initialize_w32_display): Call init_crit to initializeAndrew Innes1998-06-221-0/+3
| | | | interrupt_handle (referenced by sys_select).
* (internal-face-interactive): Handle case where BOOL is `color'.Andrew Innes1998-06-221-9/+17
|
* *** empty log message ***Dan Nicolaescu1998-06-223-24/+108
|
* Initial revisionDan Nicolaescu1998-06-222-0/+1614
|
* (read_process_output): While processing carryover,Kenichi Handa1998-06-221-7/+13
| | | | check the size of p->decoding_buf.
* (wait_reading_process_input): Recompute timeout eachEli Zaretskii1998-06-211-13/+26
| | | | | time through the loop. Check requeued_events_pending_p and exit the loop if there is unread keyboard input.
* (vc-binary-suffixes): New variable.Eli Zaretskii1998-06-211-9/+17
| | | | | (vc-find-binary): Append every suffix from vc-binary-suffixes when looking for executable files.
* (Freplace_match): Work by chars, not by bytes,Karl Heuer1998-06-201-16/+20
| | | | for scanning the old text, and for inserting new string in buffer.
* (apropos-print): Delete arg DOC-FN.Karl Heuer1998-06-201-73/+72
| | | | | Callers changed to do that work before calling apropos-print. Make *Apropos* buffer read only.
* (occur): Set buffer-read-only.Karl Heuer1998-06-201-1/+2
|