summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixes.Karl Heuer1998-09-301-22/+21
|
* (fill-individual-paragraphs-prefix):Karl Heuer1998-09-301-0/+1
| | | | Avoid nil value of `two-lines-citation-part'
* (which-function): Handle case when (car imenu--index-alist) is nil.Karl Heuer1998-09-301-2/+3
|
* Alex Schroeder startup description added.Oliver Seidel1998-09-291-9/+33
|
* (jka-compr-compression-info-list): Remove "-c" fromDave Love1998-09-291-2/+5
| | | | bzip2 args.
* make pre-command-hook & comint-exec-hook local hooks.Simon Marshall1998-09-291-3/+3
|
* Add support for Octave.Stephen Eglen1998-09-291-0/+14
|
* (clean-buffer-list-kill-regexps): Improve custom type.Richard M. Stallman1998-09-281-4/+4
| | | | | | (clean-buffer-list-kill-buffer-names): Likewise. (clean-buffer-list-kill-never-buffer-names): Likewise. (clean-buffer-list-kill-never-regexps): Likewise.
* (reftex-finding-files): New customize group.Carsten Dominik1998-09-281-39/+144
| | | | | | | | | | | | | | (reftex-texpath-environment-variables, reftex-use-external-file-finders, reftex-external-file-finders, reftex-search-unrecursed-path-first): New options. (reftex-process-string, reftex-find-file-externally): New functions. (reftex-access-search-path): Execute shell commands to find the search path. (reftex-toggle-auto-view-crossref): When turning on, make sure `reftex-auto-view-crossref' becomes non-nil. (reftex-abbrev-regexp): Constant removed. (reftex-convert-string): Abbrev regexp calculated locally.
* (inferior-octave-prompt): Also match prompts of the formStephen Eglen1998-09-281-1/+1
| | | | `octave.bin:1>' which come from using precopiled binary versions.
* (byte-compile-dynamic): Doc fix.Richard M. Stallman1998-09-281-2/+3
|
* (sh-set-shell): Remove .exe suffix from shell name.Richard M. Stallman1998-09-281-5/+9
| | | | | Don't reuse local var `shell' for two different things. (sh-canonicalize-shell): Remove .exe suffix from shell name.
* (adjust_after_replace): Don't delete text properties here.Kenichi Handa1998-09-281-4/+0
|
* (check_composing_code): Fix previous change. Now itKenichi Handa1998-09-281-82/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alwasy returns 0 or -1. (decode_coding_iso2022): Adjusted for the above change. (encode_coding_iso2022): When encoding the last block, flush out tailing garbage bytes. (setup_coding_system): Delete unnecessary code. (shrink_decoding_region): Check translation table. If ASCII should be translated, give up shrinking. (shrink_encoding_region): Likewise. (SHRINK_CONVERSION_REGION_THRESHHOLD): New macro. (SHRINK_CONVERSION_REGION): New macro. (code_convert_region): Call SHRINK_CONVERSION_REGION. Delete text properties here. (code_convert_region): In the case of encoding, always calulate correct character number. (code_convert_string): Call SHRINK_CONVERSION_REGION. (code_convert_region1): Don't delete text properties here. (check_composing_code): Fix previous change. Now it alwasy returns 0 or -1. (decode_coding_iso2022): Adjusted for the above change. (encode_coding_iso2022): When encoding the last block, flush out tailing garbage bytes. (setup_coding_system): Delete unnecessary code. (shrink_decoding_region): Check translation table. If ASCII should be translated, give up shrinking. (shrink_encoding_region): Likewise. (SHRINK_CONVERSION_REGION_THRESHHOLD): New macro. (SHRINK_CONVERSION_REGION): New macro. (code_convert_region): Call SHRINK_CONVERSION_REGION. Delete text properties here. (code_convert_region): In the case of encoding, always calulate correct character number. (code_convert_string): Call SHRINK_CONVERSION_REGION. (code_convert_region1): Don't delete text properties here.
* (encode_terminal_code): Handle raw 8-bit codes correctly.Kenichi Handa1998-09-281-6/+12
|
* Tidy up such that all HP PA-RISC revisions appear on the same line.Ben Elliston1998-09-281-3/+2
| | | | Move `tron' and `a29k' up a line to accomodate.
* Merge from autoconf 2.13.Ben Elliston1998-09-281-4/+15
|
* Don't call regexp-opt when derivingDave Love1998-09-281-14/+17
| | | | font-lock patterns with keywords that aren't all literal.
* Fix author's email address.Richard M. Stallman1998-09-281-1/+1
|
* (help-quit): Add doc.Richard M. Stallman1998-09-271-0/+1
|
* (help-for-help): Use %THIS-KEY%.Richard M. Stallman1998-09-271-1/+1
|
* (make-help-screen): Keep HELP-TEXTRichard M. Stallman1998-09-271-6/+15
| | | | | in a separate function definition, not in the help command FNAME. Replace %THIS-KEY% with the key sequence that ran FNAME.
* *** empty log message ***Richard M. Stallman1998-09-271-1/+2
|
* Treat __GNU__ line NeXT: undefine BSD and FSCALE.Richard M. Stallman1998-09-271-2/+8
|
* (NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.Richard M. Stallman1998-09-271-0/+3
|
* (sort_args): Fill extra space with NULL ptrs.Richard M. Stallman1998-09-271-0/+4
|
* (Fformat): Check format control characters.Kenichi Handa1998-09-261-0/+5
|
* (check_composing_code): If the current composingKenichi Handa1998-09-261-41/+82
| | | | | | | | | | sequence doesn't end properly, return -1. (DECODE_CHARACTER_ASCII): Update coding->composed_chars. (DECODE_CHARACTER_DIMENSION1): Likewise. (decode_coding_iso2022): Check validity of a composing sequence. (code_convert_string): If the length of text to be converted is shrunk to zero, don't perform code conversion. (shrink_decoding_region): Fix previous change.
* (struct coding_system): New member composed_chars.Kenichi Handa1998-09-261-0/+3
|
* (underlying_strftime):Paul Eggert1998-09-251-1/+2
| | | | | | | | | Set the buffer to a nonzero value before calling strftime, and check to see whether strftime has set the buffer to zero. This lets us distinguish between an empty buffer and an error. I'm installing this patch by hand now; it will be superseded whenever the glibc sources are propagated back to fsf.org.
* (tex-run-command): Doc fix.Karl Heuer1998-09-251-8/+11
| | | | | | | (tex-start-tex): Don't use tex-start-options-string in star case. Quote file name in star case as well as in non-star. Add blank and quoting of option string here. (tex-start-options-string): Not here.
* (hexl-mode-map): More of previous change.Karl Heuer1998-09-251-1/+0
|
* (texinfo-show-structure): Bind inhibit-read-only.Karl Heuer1998-09-251-40/+41
|
* (gnus-output-to-rmail): adjust toKarl Heuer1998-09-251-2/+4
| | | | `rmail-output-to-rmail-file'
* (isearch-search-and-update): ProperlyKarl Heuer1998-09-251-0/+3
| | | | handle upper case letters in the reverse-search special case.
* Extend the list of autoloaded functions.Karl Heuer1998-09-251-0/+6
|
* (quail-japanese-hankaku-update-translation):Kenichi Handa1998-09-251-18/+7
| | | | Adjusted for the change of input method handling.
* (decode_eol): While decoding DOS-like eol, handle aKenichi Handa1998-09-251-7/+23
| | | | | | single CR code correctly. (shrink_decoding_region) <CODING_CATEGORY_IDX_ISO_7 or CODING_CATEGORY_IDX_ISO_7_TIGHT>: Skip also 8-bit codes.
* (w32_color_map_lookup): New function.Geoff Voelker1998-09-241-13/+48
| | | | (x_to_w32_color): Approximate colors ending in numbers if necessary.
* (viper-movement-commands): Escape literal semicolon.Karl Heuer1998-09-231-1/+1
|
* (asm-mode): Doc fix.Karl Heuer1998-09-231-2/+2
| | | | (asm-comment-char): Escape literal semicolon.
* (term-delimiter-argument-list): Doc fix.Karl Heuer1998-09-231-2/+2
| | | | (term-emulate-terminal): Escape literal semicolon.
* Test for set-buffer-multibyte rather than using mule-version.Karl Heuer1998-09-231-2/+1
|
* (hexl-mode-map): Don't override all ESC bindings,Karl Heuer1998-09-231-21/+0
| | | | only those that normally modify the buffer.
* (check-ispell-version): Ensure same buffer is currentKarl Heuer1998-09-231-5/+5
| | | | when let-binding of case-fold-search ends.
* Skip invisible overlay.Karl Heuer1998-09-231-28/+17
| | | | | (ps-print-version): New version number (4.1) and doc fix. (ps-generate-postscript-with-faces): Skip invisible overlay.
* (dabbrev--find-expansion): Don't scan the current bufferKarl Heuer1998-09-231-8/+10
| | | | over again.
* (mh-mhn-compose-insertion): Use quotes.Karl Heuer1998-09-231-3/+4
|
* (quail-update-guidance): Check for theKenichi Handa1998-09-221-13/+17
| | | | | | | | | return value of (quail-guidance) fixed. (quail-update-translation): Bind quail-current-str locally when it calls quail-update-guidance. (quail-update-translation): If input-method-exit-on-first-char is non-nil, terminate translation only when the current input method is simple.
* (ccl_driver): Report correct CCL program counter on error.Kenichi Handa1998-09-221-1/+4
|