aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Fformat): Replace explicit numeric constants with proper macros.Kenichi Handa1998-07-081-6/+6
|
* (concat): Replace explicit numeric constants with proper macros.Kenichi Handa1998-07-081-4/+4
|
* (rmail-dont-reply-to): UnderstandRichard M. Stallman1998-07-071-7/+25
| | | | about doublequotes; don't be fooled by commas inside them.
* (scheme-font-lock-keywords-1): Fontify SCWM/GuileRichard M. Stallman1998-07-071-2/+4
| | | | keywords starting with `define'.
* (add-hook): Use member if FUNCTION is a compiled function.Richard M. Stallman1998-07-071-2/+2
|
* (tex-delete-last-temp-files): Use file-name-sans-extensions.Richard M. Stallman1998-07-061-1/+3
|
* Whitespace change.Richard M. Stallman1998-07-061-1/+1
|
* Make all multibyte characters self-insert.Kenichi Handa1998-07-061-5/+6
|
* (isearch-mode-map): Make all multibyte charactersKenichi Handa1998-07-061-7/+6
| | | | search for themselves.
* (Vgeneric_character_list): New variable.Kenichi Handa1998-07-061-0/+29
| | | | | | (init_charset_once): Init and staticpro it. (Fgeneric_character_list): New function. (syms_of_charset): defsubr it.
* (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR -Kenichi Handa1998-07-061-1/+4
| | | | | 1), one less than the previous value. (GENERIC_COMPOSITION_CHAR): New macro.
* (Fset_char_table_default): Check only if the charset ofKenichi Handa1998-07-061-3/+7
| | | | | the arg CH is in the valid range or not. Handle the case that CH is a generic character for composite characters.
* * international/mule.el: Don't make the function charset-listKenichi Handa1998-07-061-3/+0
| | | | obsolete.
* (set-auto-coding-for-load): New variable.Kenichi Handa1998-07-061-18/+40
| | | | | | (set-auto-coding): If set-auto-coding-for-load is non-nil, look for "unibyte" file variable first, then for "coding". (load-with-code-conversion): Bind set-auto-coding-for-load to t.
* (Fformat): Pay attention to the byte combining problem.Kenichi Handa1998-07-061-0/+24
|
* (Finsert_file_contents): Cancel previous change. SetupKenichi Handa1998-07-061-69/+69
| | | | the variable coding even if the inserted bytes is zero.
* (concat): Pay attention to the byte combining problem.Kenichi Handa1998-07-061-0/+22
|
* (texinfmt-version): Update version.Richard M. Stallman1998-07-061-27/+88
| | | | | | | | | | | | | | | | | | number which is used in header of texinfmt-produced Info files. (texinfo-format-buffer): Now always tagify, on accout of @anchor. (texi-format-region): Always tagify. (texi2info): Always tagify (texinfo-anchor): Add @anchor command as place to which a cross reference may go. (texinfo-no-refill-regexp): Add smalldisplay, smallformat (texinfo-format-uref): New command: @uref (texinfo-format-var): New command: @acronym (texinfo-format-code): New commands: @command, @env, @url. (texinfo-format-option): New command: @option (texinfo-format-example): New command: @smalldisplay (texinfo-format-flushleft): New command: @smallformat (texinfo-discard-line-with-args): New commands: @novalidate, @pagesize, @setcontentsaftertitlepage, @setshortcontentsaftertitlepage.
* (texinfo-environment-regexp): Add smalldisplay and smallformat.Richard M. Stallman1998-07-061-0/+2
|
* (Info-tagify): Finish previous change.Richard M. Stallman1998-07-061-15/+23
| | | | Fix up some messages.
* (Info-find-node): Handle cross references to an @anchor.Richard M. Stallman1998-07-051-141/+169
|
* (read_list): Pass new arg to get_doc_string.Richard M. Stallman1998-07-051-0/+6
|
* (get_doc_string): Take both UNIBYTE and DEFINITION as args.Richard M. Stallman1998-07-051-27/+20
| | | | All callers changed.
* (byte-compile-file): Bind set-auto-coding-for-load to t.Richard M. Stallman1998-07-051-1/+2
|
* (dired-omit-expunge): Message if skipping omittingRichard M. Stallman1998-07-041-2/+7
| | | | | because directory is too large; also unset dired-omit-files-p. (dired-omit-size-limit): Increase default from 20000 to 30000.
* (fill-individual-paragraphs): If JUST-ONE-LINE-PREFIX matchesRichard M. Stallman1998-07-041-2/+13
| | | | | TWO-LINES-PREFIX except with longer whitespace, treat that as a match even is spaces are replaced with a tab.
* (byte-boolean-vars): Add print-escape-multibyte.Richard M. Stallman1998-07-041-1/+2
|
* (derived-mode-hooks-name): Use -hook, not -hooks, in mode hook name.Richard M. Stallman1998-07-031-7/+7
| | | | (derived-mode-hook-name): Renamed from ...-hooks; caller changed.
* (makefile-font-lock-keywords): Recognize automatic variable references.Richard M. Stallman1998-07-031-2/+5
| | | | (makefile-dependency-regex): Don't be fooled by colons in deps.
* (diary-mail-addr): Fix custom type.Richard M. Stallman1998-07-031-1/+1
|
* (pascal-insert-block): Fixed space-deletion bug inRichard M. Stallman1998-07-031-4/+3
| | | | | | front of the "begin" string. (pascal-beg-of-defun): Used to locate the beginning of a function incorrectly when a function contained several begin-end blocks. Fixed.
* (Ffile_regular_p) [WINDOWSNT]: BindRichard M. Stallman1998-07-031-1/+33
| | | | | | | `w32-get-true-file-attributes' to t while calling stat. (Finsert_file_contents) [WINDOWSNT]: Likewise. (Fwrite_region): Don't try seeking to end of FILENAME for appending if not a regular file.
* (ps-printer-name): New variable.Richard M. Stallman1998-07-031-4/+39
| | | | (ps-do-despool): Use it.
* (printer-name): New variable.Richard M. Stallman1998-07-031-1/+23
| | | | | (lpr-switches): Mention it in docstring. (print-region-1): Use it.
* (direct-print-region-function): Renamed fromRichard M. Stallman1998-07-031-0/+56
| | | | | | | | dos-print-region-function. Added &rest keyword. (print-region-function): Set to direct-print-region-function. (lpr-headers-switches): Initialize. (ps-lpr-command): Initialize. (ps-lpr-switches): Initialize.
* (dos-printer): Obsolete variable deleted.Richard M. Stallman1998-07-031-33/+0
| | | | (dos-ps-printer): Likewise.
* (dos-print-region-function): Definition moved to dos-w32.el.Richard M. Stallman1998-07-031-51/+0
| | | | | (print-region-function): Initialization moved to dos-w32.el. (lpr-headers-switches, ps-lpr-command, ps-lpr-switches): Likewise.
* *** empty log message ***Richard M. Stallman1998-07-031-1/+1
|
* (checkdoc): Updated commentary.Eric M. Ludlam1998-07-031-552/+1358
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (checkdoc-autofix-flag): Updated doc. (checkdoc-force-docstrings-flag): Updated doc. (checkdoc-force-history-flag): New flag. (checkdoc-triple-semi-comment-check-flag): Fixed name. (checkdoc-spellcheck-documentation-flag): Fixed doc. (checkdoc-ispell-lisp-words): Update default value. (checkdoc-generate-compile-warnings-flag, checkdoc-proper-noun-list, checkdoc-proper-noun-regexp, checkdoc-symbol-words): New variables. (princ-list): Function created if it isn't bound. (checkdoc-interactive): parts removed to `checkdoc-interactive-loop'. (checkdoc,checkdoc-message-interactive): New function. (checkdoc-interactive-loop): was in `checkdoc-interactive', then added better keybindings, and better autofixing behavior, Cursor now sits next to the error, forcing scrolling if needed, and using a better centering algorithm, and much better error navigation after choosing "f"ix. (checkdoc-next-error): Added parameter ENABLE-FIX. (checkdoc-next-message-error,checkdoc-recursive-edit): New functions. (checkdoc-start): was `checkdoc', uses new note taking system. (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments): Updated to use new note taking system. (checkdoc-rogue-spaces, checkdoc-rogue-space-check-engine): Added INTERACT parameter, uses new warnings functions. (checkdoc-message-text, checkdoc-defun): Updated to use new note taking system. (checkdoc-ispell-current-buffer, checkdoc-ispell-interactive): fix doc. (checkdoc-ispell-message-text, checkdoc-ispell-start): New function. (checkdoc-create-error, checkdoc-error-text, checkdoc-error-start, checkdoc-error-end, checkdoc-error-unfixable): New functions. (checkdoc-minor-keymap): Updated keybinds to new interactive functions, completely re-arranged the minor-mode menu. (checkdoc-this-string-valid): Moved no doc-string warning here, and added autofix if a comment already exists there. (checkdoc-this-string-valid-engine): fix doc, robusted doc finder. All previously returned errors now call `checkdoc-create-error'. Moved no doc string warning out. Update allowed punctuation at end of first line. Fixed up sentence joining. Verb checking flag now only checks the first line of a function. Added more safe conditions to ambiguous symbols. Moved symbol quoting to end. Added autofix for variables that should end in `-flag'. Replaced use of `y-or-n-p' with `checkdoc-y-or-n-p'. Reading checkdoc-param comment no longer depends on list syntax. Fixed various error string spelling & format. (checkdoc-in-sample-code-p): List starting with all caps word is now condsidered sample code. (checkdoc-in-example-string-p, checkdoc-proper-noun-region-engine, checkdoc-sentencespace-region-engine): New functions. (checkdoc-ispell-docstring-engine): Disable spell checking during if user never wants interaction. We don't have a non-interactive spell checking method yet. (checkdoc-file-comments-engine): Now set up to check all possible conditions even after encountering an error. Added auto-fixes for history and commentary. All previously returned errors now call `checkdoc-create-error'. Message spelling and format. (checkdoc-message-text-search): Moved parts to `checkdoc-message-text-next-string'. (checkdoc-message-text-next-string): New function (checkdoc-message-text-engine): All previously returned errors now call `checkdoc-create-error'. Can find/skip 'format' call after the call we are checking. Added sentence/propernoun scans. `y-or-n-p' checks and fixes are now more robust. (checkdoc-y-or-n-p): New function. (checkdoc-autofix-ask-replace): Update doc. Protect match-data. Correctly handle `checkdoc-autofix-flag' of 'never. New behavior with `checkdoc-autofix-flag' of 'automatic-then-never. Better overlay handling. (checkdoc-output-font-lock-keywords): Updated to new output format. (checkdoc-pending-errors): New variable. (checkdoc-find-error): Updated to new output format. (checkdoc-start-section, checkdoc-error): Improved the output. (checkdoc-show-diagnostics): Smarter show algorithm.
* Keys for modern Korean syllables fixed.Kenichi Handa1998-07-031-7/+7
| | | | Some keys for ancient Korean syllables are changed properly.
* (create-fontset-from-fontset-spec):Kenichi Handa1998-07-031-2/+62
| | | | | Returns a created fontset. (create-fontset-from-ascii-font): New function.
* Fill weight and slant fields of a fontsetKenichi Handa1998-07-031-2/+19
| | | | | generted from the specified ASCII font by values got from the resolved ASCII font name.
* (x-create-frame-with-faces): If an ASCII font isKenichi Handa1998-07-031-0/+13
| | | | | specified in PARAMETERS, create a fontset from the font and use it for the new frame.
* (Finsert): Typo in doc-string fixed.Kenichi Handa1998-07-031-4/+4
| | | | | (Finsert_and_inherit, Finsert_before_markers, Finsert_and_inherit_before_markers): Likewize.
* (Finsert_file_contents): Do not set Vlast_coding_systemKenichi Handa1998-07-031-1/+1
| | | | if inserted bytes is zero.
* (customize-changed-options): Clean up previous change.Richard M. Stallman1998-07-021-9/+9
|
* Don't require imenu.Richard M. Stallman1998-07-021-1/+1
|
* (menu-bar-mode): Doc fix.Richard M. Stallman1998-07-021-2/+2
|
* (end-of-fortran-subprogram): Check if we're on the END statement.Dave Love1998-07-021-4/+8
|
* (fortran-mode-map) <menu>: Tweak the imenuDave Love1998-07-021-4/+4
| | | | menu entry.