summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-next-action-on-file): Don't check out after registering. This isAndré Spiegel1998-04-141-11/+6
| | | | | | two steps instead of one, and the second does not make sense under CVS. (vc-next-action): Changed doc string to reflect the above.
* (ediff-autostore-merges): Doc fix.Andreas Schwab1998-04-141-1/+1
|
* (rmail-movemail-flags): Fix customize type.Andreas Schwab1998-04-141-1/+1
|
* (command-line-1): Better wording in mouse startup message.André Spiegel1998-04-141-1/+1
|
* (byte-compile-warnings): Fix customizeAndreas Schwab1998-04-141-4/+6
| | | | type.
* ("Korean"): Doc fix.Andreas Schwab1998-04-141-1/+1
|
* (titdic-convert): Message improved.Kenichi Handa1998-04-141-3/+3
| | | | | (tit-process-header): Change `Do byte-compile' to `Byte-compile'. (batch-titdic-convert): Likewise.
* (report-emacs-bug-hook): Don't absolutelyKarl Heuer1998-04-131-2/+1
| | | | reject non-ASCII characters.
* (tmm-get-keymap): Handle `menu-item' menu items.Karl Heuer1998-04-131-39/+45
|
* Customize mail-use-rfc822.Stephen Eglen1998-04-131-2/+4
|
* (describe-function-1): New function.Karl Heuer1998-04-131-66/+70
| | | | | (describe-function): Use describe-function-1. (describe-key): Likewise.
* (eval-defun): Arrange to use eval-regionKarl Heuer1998-04-131-5/+18
| | | | even if we have to alter the form.
* (coding-system-eol-type-mnemonic): Return correct eol-type mnemonicsEli Zaretskii1998-04-131-2/+2
| | | | for the nonunix cases.
* Fix previous change.Kenichi Handa1998-04-131-1/+1
|
* (gnus-emphasis-alist): Use nth, not caddr.Karl Heuer1998-04-121-1/+1
|
* (cl-do-arglist): Intern initializes theKarl Heuer1998-04-121-5/+1
| | | | value of keyword symbols, so don't do it again.
* (generate-autoload-section-header): Doc fix.Karl Heuer1998-04-121-9/+42
| | | | | | | | | | (update-file-autoloads): Use autoload-read-section-header. (update-autoloads-from-directories): Likewise. (generate-autoload-section-continuation): New variable. (autoload-read-section-header): New function. (update-file-autoloads): Don't call save-buffer if no changes. (generate-file-autoloads): Split the section header line into multiple comments.
* (mail-extract-address-components):Karl Heuer1998-04-121-6/+6
| | | | Rename local :-pos to colon-pos.
* Put Czech lang. env. under European..Kenichi Handa1998-04-111-1/+2
|
* Put Slovak lang. env. under European.Kenichi Handa1998-04-111-1/+2
|
* (describe-language-environment):Kenichi Handa1998-04-111-0/+1
| | | | Print the languge environment at the head.
* (generic-char-p): A character of code 0 is not a generic char.Kenichi Handa1998-04-111-3/+4
|
* (list-input-methods): Fix doc string.Karl Heuer1998-04-111-18/+20
| | | | | (describe-font, describe-fontset, list-fontsets, mule-diag): Don't use fontset-related features if global-fontset-alist is not bound.
* Delete tutorial file entry.Kenichi Handa1998-04-101-1/+0
|
* (vhdl-loop, vhdl-while-loop): Add backslash.Karl Heuer1998-04-101-2/+2
|
* Don't defconst the colon symbols, since theyKarl Heuer1998-04-101-20/+0
| | | | evaluate to themselves now anyway.
* Fix previous change, TUTORIAL.ch > TUTORIAL.cs.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.ch.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.ja.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.ka.Kenichi Handa1998-04-101-1/+1
|
* Tutorial file name changed to TUTORIAL.sk.Kenichi Handa1998-04-101-1/+1
|
* (newline): Mark as hard the newline that was justKarl Heuer1998-04-091-4/+6
| | | | | typed, not the previous one. Suppress optimization if there's a marker either before or after the newline.
* (vc-next-action): Fixed bug that prevented registering files using C-x v v.André Spiegel1998-04-091-3/+6
|
* CustomizeStephen Eglen1998-04-093-33/+90
|
* *** empty log message ***Dan Nicolaescu1998-04-091-1/+1
|
* Typos in comment fixed.Kenichi Handa1998-04-091-30/+20
| | | | | | | | | (devanagari-vertical-modifier-p): Target string to be matched with GLYPH is modified. (devanagari-non-vertical-modifier-p): Likewise. (devanagari-wide-to-narrow-char): New function. (devanagari-wide-to-narrow-iter): The second arg is changed to 2-COL-GLYPH.
* Add tutorial file name for Slovak.Kenichi Handa1998-04-091-0/+1
|
* (help-with-tutorial-alist): This variable deleted.Kenichi Handa1998-04-091-18/+6
| | | | | (help-with-tutorial): Get a tutorial file name by get-language-info instead of help-with-tutorial-alist.
* *** empty log message ***Dan Nicolaescu1998-04-081-0/+10
|
* *** empty log message ***Dan Nicolaescu1998-04-081-3/+4
|
* (jdb): Do proper analysis of classes defined in a JavaKarl Heuer1998-04-081-33/+227
| | | | | | | | | | | | | | | | | | source. This removes the restriction of one class per file. (gud-jdb-package-of-file): Removed. Replaced with parsing routines. (gud-jdb-skip-whitespace): New function. (gud-jdb-skip-single-line-comment): New function. (gud-jdb-skip-traditional-or-documentation-comment): New function. (gud-jdb-skip-whitespace-and-comments): New function. (gud-jdb-skip-id-ish-thing): New function. (gud-jdb-skip-string-literal): New function. (gud-jdb-skip-character-literal): New function. (gud-jdb-skip-block): New function. (gud-jdb-analyze-source): New function. (gud-jdb-build-class-source-alist-for-file): New function. (gud-jdb-analysis-buffer): New variable. (gud-jdb-build-class-source-alist): Cleaner at the expense of new variable.
* (rmail-cease-edit): Call kill-all-local-variables.Karl Heuer1998-04-081-2/+8
| | | | | | | Call rmail-variables. (rmail-edit-mode): Call text-mode. Don't run text-mode-hook here. (rmail-edit-map): Use set-keymap-parent. (rmail-old-text): Add defvar.
* (rmail-message-regexp-p): Handle messagesKarl Heuer1998-04-081-93/+119
| | | | | | | | | | | | | | | | | whose headers have not been reformatted. (rmail-message-recipients-p): Likewise. (rmail-movemail-program): Customized. (rmail-message-filter): Customized. (rmail-display-summary): Customized. (rmail-inbox-list, rmail-keywords, rmail-current-message) (rmail-total-messages, rmail-message-vector, rmail-deleted-vector) (rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer) (rmail-last-label, rmail-last-regexp): Now permanent locals. (rmail-perm-variables): Set up all permanent locals here. (rmail-variables): Not here. (rmail-variables): Set enable-local-variables here. (rmail-mode-2): Not here.
* (Man-getpage-in-background): Bind inhibit-eol-conversionKarl Heuer1998-04-081-0/+1
| | | | to t before calling start-process or call-process.
* (fortran-fill-paragraph): This is the oneDave Love1998-04-081-3/+3
| | | | | which must return t, not: (fortran-fill-statement):
* (default, widget-default-default-get): Define it.Richard M. Stallman1998-04-081-4/+25
| | | | | | | | (group, widget-group-default-get): Define it. (menu-choice, widget-choice-default-get): Define it. (widget-default-get): New function. (widget-choice-action): Call it. (widget-editable-list-entry-create): Call it.
* (scroll-bar-drag): Set point-before-scrollRichard M. Stallman1998-04-081-45/+54
| | | | | in the right buffer, from point in the right window. (scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.
* (mouse-save-then-kill): Get point-before-scrollRichard M. Stallman1998-04-081-1/+3
| | | | from the right buffer.
* Add coding-priority. Use iso-8859-2 insteadKarl Heuer1998-04-081-2/+18
| | | | of iso-latin-2. Correct starting commentary.
* Add coding-priority. Improve sample text.Karl Heuer1998-04-081-3/+18
| | | | Correct starting commentary.