summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (powerpc-apple-netbsd): Added.gcc-2_8_1-980813Richard M. Stallman1998-08-121-0/+3
|
* (double-setup): Only copy `key-translation-map' if it is a keymap.Richard M. Stallman1998-08-121-1/+3
|
* Update copyrightPaul Eggert1998-08-121-2/+2
|
* (mail-setup): After using `fill-region-as-paragraph'Richard M. Stallman1998-08-121-1/+1
| | | | on a new address field, ensure that it ends with a newline.
* (recover-session): Add leading space on added text lines.Richard M. Stallman1998-08-121-4/+6
|
* (initialize_fullname): Prefer getent if available.Paul Eggert1998-08-111-8/+11
|
* Comment changes.Richard M. Stallman1998-08-111-5/+0
|
* (mail-setup): After using `fill-region-as-paragraph'Richard M. Stallman1998-08-111-4/+13
| | | | on a new address field, ensure that it ends with a newline.
* (list-faces-display): Call print-help-return-message.Richard M. Stallman1998-08-111-2/+4
| | | | (describe-face): Likewise.
* (disassemble-1): Move the call toRichard M. Stallman1998-08-111-2/+2
| | | | string-as-unibyte outside of the if statement.
* (scan_sexps_forward): Set up the syntax table scanningRichard M. Stallman1998-08-101-4/+10
| | | | stuff before jumping into the loop.
* (time-stamp-string-preprocess): Add %U code.Richard M. Stallman1998-08-101-0/+3
|
* (IT_cmgoto): In the echo area, only put the cursor atEli Zaretskii1998-08-101-3/+9
| | | | the end of text if it is beyond the displayed text end.
* (reftex-reparse-document): Renamed from `reftex-parse-document'.Carsten Dominik1998-08-101-1966/+2923
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (reftex-string-to-label): Splitting string on "\W+" now (better for other languages). (reftex-expand-path, reftex-find-file-on-path, reftex-access-search-path, reftex-find-tex-file, reftex-find-bib-file): Function rewritten. (reftex-toc-show-insertion-point, reftex-plug-into-AUCTeX-now, reftex-toggle-auto-view-crossref): New commands. (reftex-abbreviate-title, reftex-view-crossref-when-idle, reftex-echo-ref, reftex-echo-cite, reftex-make-cite-echo-string, reftex-verified-face, reftex-new-section-callback, reftex-change-hook, reftex-figure-out-cite-format, reftex-restrict-bib-matches, reftex-ensure-compiled-variables, reftex-select-with-char): New functions. (reftex-delete-list): Function removed (reftex-cache-variables): New constant. (reftex-bibfile-ignore-regexps): Renamed from `reftex-bibfile-ignore-list'. (reftex-locate-bibliography-files): Use changed option `reftex-bibfile-ignore-regexps'. (reftex-reset-mode): Also remove parse file. (reftex-view-crossref): No longer displays when inside comments. (reftex-show-entry): Adapted for new outline mode. (reftex-select-label-mode): set syntax table. (reftex-compile-variables): renamed from reftex-compute-ref-cite-tables. Now caches computed values for different documents. (reftex-label-alist-external-add-ons): Variable removed. Functionality went into a property of the `reftex-docstruct-symbol'. (reftex-add-to-label-alist): Use property `reftex-label-alist-style'. (reftex-set-cite-format, reftex-get-cite-format, (reftex-query-label-type, reftex-select-external-document, reftex-citation): Use `reftex-select-with-char'. (reftex-arg-label,reftex-arg-cite): Now actually works :-). (reftex-parse-bibtex-entry): buffer "*RefTeX-scratch*" renamed to " *RefTeX-scratch*", to make is a hidden buffer. (reftex-make-and-insert-label-list): Checking if note is a string. (reftex-access-parse-file): Catch exceptions while loading the file. (reftex-keep-temporary-buffers, reftex-initialize-temporary-buffers): Customization group changed. (reftex-auto-view-crossref): New option. (reftex-auto-view-crossref-timer): New variable. (reftex-refontify): Adapted for future versions of x-symbol. (reftex-make-and-insert-label-list): Set modification flag when updating an entry. Add face property to toc line. (reftex-do-parse): Set modification flag, do not write parse file. (reftex-label): Set the modification flag when adding to docstruct list. (reftex-access-parse-file): Clear the modification flag. (reftex-kill-buffer-hook, reftex-kill-emacs-hook): New hooks. Installed in `kill-buffer-hook' and `kill-emacs-hook'. (reftex-toc): Add face property to section heading. (reftex-section-info): No longer add face property. (reftex-pop-to-bibtex-entry): Can use echo area for display. (reftex-view-crossref): Additional argument ECHO. (reftex-format-citation): %T and %B for abbreviated titles. (reftex-what-macro): WHICH can also be 1 to get just one enclosing macro. (reftex-customize): Removed check for old custom versions. (reftex-do-citation): cleaned up.
* (mail-citation-header): New variable.Richard M. Stallman1998-08-101-6/+32
| | | | | (mail-yank-original, mail-yank-region): Bind mail-citation-header. (mail-citation-hook): Doc fix.
* (read_char): Don't decrement this_command_key_count when saving it.Richard M. Stallman1998-08-101-1/+1
|
* ("Korean"): Fix previous change.Kenichi Handa1998-08-101-1/+1
|
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-1010-37/+25
| | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now.
* (language-info-alist): Doc-string modified.Kenichi Handa1998-08-101-17/+146
| | | | | | | | | (reset-language-environment): New function for the job that setup-english-environment used to do. (set-language-environment): Do more setups according to the info in language-info-alist. (read-language-name): Handle the case that the arg KEY is nil. * (describe-language-environment): Handle input-method property.
* (iso-safe): Comment for this coding system fixed.Kenichi Handa1998-08-101-5/+5
| | | | (coding-category-iso-8-1): Change default coding priority.
* (quail-start-translation): IfKenichi Handa1998-08-101-5/+9
| | | | | | enable-multibyte-characters is nil, convert multibyte character to unibyte. (quail-start-conversion): Likewise.
* ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or changeKenichi Handa1998-08-1010-35/+60
| | | | | | the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-106-23/+34
| | | | | | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now. ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* (setup-english-environment): Just callKenichi Handa1998-08-101-72/+3
| | | | | | | | reset-language-environment. ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* (setup-8-bit-environment): Function deleted.Kenichi Handa1998-08-101-47/+25
| | | | | | | | | | | (setup-XXX-environment): Just call set-language-environment. If they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now. ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* (default_buffer_file_coding): New variable.Kenichi Handa1998-08-101-0/+4
| | | | (init_coding_once): Initialize default_buffer_file_coding.
* (default_buffer_file_coding): Extern it.Kenichi Handa1998-08-101-0/+3
|
* (Fwrite_region): Reflect the eol conversionKenichi Handa1998-08-101-12/+41
| | | | | specification of default value of buffer-file-coding-system if is is undefined.
* (__FreeBSD_version): Define it, or else include osreldate.h to define it.Richard M. Stallman1998-08-101-1/+28
| | | | | | | (LIB_GCC): Unconditional definition deleted. [ELF] (LD_SWITCH_SYSTEM, START_FILES, UNEXEC, LIB_STANDARD, LIB_GCC): New alternative definitions. [! ELF] (START_FILES, LIB_GCC): New alternative definitions.
* (unexec): Check for section names end and edata with no underscore.Richard M. Stallman1998-08-101-1/+3
|
* (sregex-replace-match): Don't call sregex--value-groups.Richard M. Stallman1998-08-101-20/+5
| | | | | (sregex-match-end, sregex-match-beginning): Likewise. (sregex-match-string-no-properties, sregex-match-string): Likewise.
* (describe-function-1): Handle macros properly.Richard M. Stallman1998-08-101-8/+12
| | | | Handle multiple levels of aliases.
* Whitespace change.Richard M. Stallman1998-08-101-3/+3
|
* (clean-buffer-list-kill-buffer-names): Add `*diff*'.Richard M. Stallman1998-08-101-18/+25
| | | | | | | | (clean-buffer-list): Check `buffer-modified-p' only when the buffer is associated with a file. (midnight-delay-set): Improve doc. (midnight-find): Don't use `find'.
* 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
|