aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* Some itcl additions:Tom Tromey1998-07-021-7/+11
| | | | | (tcl-typeword-list): Added private, itk_option. (tcl-proc-list): Added body, configbody, class.
* (texinfo-anchor): New function.Richard M. Stallman1998-07-021-0/+16
|
* (Info-tagify): Handle tags for @anchor.Richard M. Stallman1998-07-021-26/+78
|
* (ffap-read-file-or-url): Bind minibuffer-completing-file-name to t.Richard M. Stallman1998-07-021-9/+9
|
* (Faccess_file): Check type of second argument STRING.Richard M. Stallman1998-07-021-4/+4
| | | | (Fread_file_name): Bind minibuffer-completing-file-name to t.
* (Vminibuffer_completing_file_name): New var.Richard M. Stallman1998-07-021-2/+8
| | | | | | | (syms_of_minibuf): Set up Lisp variable. (Fminibuffer_complete_word): Test it, instead of checking specifically for Qread_file_name_internal. (Fcompleting_read): Likewise.
* (message-cite-original): If mail-citation-hookRichard M. Stallman1998-07-021-18/+21
| | | | | is non-nil, just run that and do nothing else. (message-cite-function): Don't initialize from mail-citation-hook.
* (menu-bar-kill-ring-save): Fix message typo.Richard M. Stallman1998-07-021-1/+1
|
* (mule-version): Changed to 4.0.Kenichi Handa1998-07-011-2/+2
| | | | (mule-version-date): Updated.
* Use unset CDPATH instead of making it empty.Richard M. Stallman1998-06-301-1/+1
|
* (comint-exec-1): Setup coding systems appropriately.Richard M. Stallman1998-06-301-2/+22
|
* (menu-bar-edit-menu): Rename Paste most RecentRichard M. Stallman1998-06-301-2/+1
| | | | to simply Paste, and put it above Select and Paste.
* Use defcustom to define faces.Richard M. Stallman1998-06-301-130/+179
| | | | | | | | | (vcursor-bind-keys): New function. (vcursor-key-bindings): Use vcursor-bind-keys for :set. (vcursor-cs-binding): Function to handle bindings, handles differences between Emacs and XEmacs. (vcursor-post-command): Handle vcursor-auto-disable non-nil and not t to toggle off copying.
* (bibtex-hide-entry-bodies): When entryRichard M. Stallman1998-06-301-11/+7
| | | | bodies are hidden, the last entry is no longer omitted.
* *** empty log message ***Dan Nicolaescu1998-06-301-1/+2
|
* [COFF]: New variable coff_offset.Richard M. Stallman1998-06-291-4/+31
| | | | | | (make_hdr) [MSDOS]: If a_name is a coff-go32-exe executable with a prepended stub, compute coff_offset. (make_hdr, copy_sym) [COFF]: Use coff_offset when seeking into temacs.
* (sc-help-address): Use an alias at gnu.org.Richard M. Stallman1998-06-291-1/+1
|
* (Fbyte_to_position): New function.Richard M. Stallman1998-06-291-0/+10
| | | | (syms_of_editfns): defsubr it.
* (Info-split): Convert positions to bytes to put in file.Richard M. Stallman1998-06-291-4/+7
| | | | (Info-tagify): Likewise.
* (Info-find-node): Use byte-to-position.Richard M. Stallman1998-06-291-1/+3
|