summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed duplicate KEYs in menu-bar-describe-menu.Simon Marshall1997-11-241-3/+3
|
* (menu-bar-help-menu): Reorganize into more submenus.Richard M. Stallman1997-11-241-20/+47
| | | | | | Rename some menu item strings. (menu-bar-manuals-menu, menu-bar-describe-menu): New submenus. Add an Apropos Variables item.
* (apropos-variable): New command.Richard M. Stallman1997-11-241-12/+19
| | | | (apropos-command): New arg JUST-VARS.
* (scheme-mode-variables): Bind normal-auto-fill-function.Richard M. Stallman1997-11-241-0/+3
|
* (lisp-mode-auto-fill): New function.Richard M. Stallman1997-11-241-0/+13
| | | | (lisp-mode-variables): Bind normal-auto-fill-function.
* Comment fix.Karl Heuer1997-11-231-1/+1
|
* Some comment and doc fixes.Karl Heuer1997-11-231-281/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ps-print-version): New version number (3.05.2) and doc fix. (ps-print, ps-header-lines, ps-show-n-of-n, ps-font-info-database) (ps-font-family, ps-font-size, ps-header-font-family) (ps-header-font-size, ps-header-title-font-size, ps-bold-faces) (ps-italic-faces, ps-underlined-faces, ps-left-header, ps-right-header) (ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic) (ps-avg-char-width, ps-space-width, ps-line-height): Doc fix. (ps-error-scale-font): New fn. (ps-soft-lf, ps-hard-lf): Fn deleted. (ps-get-page-dimensions, ps-set-bg, ps-face-bold-p, ps-face-italic-p) (ps-set-color): Reindentation. (ps-output-string-prim, ps-xemacs-face-kind-p): Internal blank lines deleted. (ps-set-font): Little programming improvement. (ps-line-lengths-internal, ps-nb-pages, ps-select-font) (ps-select-header-font): Simplify some expressions. (ps-plot-region): Replace (- X 1) by (1- X). (ps-generate-header): Replace (+ X 1) by (1+ X). (ps-print-preprint, ps-plot-with-face, ps-print-ensure-fontified) (ps-kill-emacs-check): Replace (if (and A B) C) by (and A B C). (ps-init-output-queue, ps-gnus-article-prepare-hook, ps-jts-ps-setup): Replace (setq a b)(setq c d) by (setq a b c d). (ps-begin-file, ps-end-file): Replace (ps-output A)(ps-output B) by (ps-output A B). (ps-begin-page): Replace (ps-output A)(ps-output B) by (ps-output A B), replace (setq a b)(setq c d) by (setq a b c d). (ps-next-line, ps-continue-line): Replace (setq a b)(setq c d) by (setq a b c d), and incorporates ps-soft-lf and ps-hard-lf, respectively. (ps-plot): Replace (setq a b)(setq c d) by (setq a b c d), and programming improvement. (ps-generate-postscript-with-faces): Initialization fix, replace (setq a b)(setq c d) by (setq a b c d), replace (if (and A B) C) by (and A B C). (ps-generate): Doc fix, reprogramming to set the page count, replace (setq a b)(setq c d) by (setq a b c d), replace (if A nil B) by (or A B), replace (if (and A B) C) by (and A B C). (ps-info-mode-hook): Replace (list 'A 'B) by '(A B). (ps-jack-setup): Replace (list) by nil.
* (ange-ftp-generate-passwd-key):Karl Heuer1997-11-231-2/+3
| | | | | Downcase the host name (ange-ftp-passwd-hashtable): Doc fix.
* (perl-mode): Delete autoload cookie.Karl Heuer1997-11-231-1/+0
|
* (auto-mode-alist): Add more extensions for perl-mode.Karl Heuer1997-11-231-2/+2
| | | | (interpreter-mode-alist): Add miniperl.
* (window-configuration-to-register):Karl Heuer1997-11-231-7/+12
| | | | | (frame-configuration-to-register): Include (point) in the saved value. (jump-to-register): Restore (point) as well as window or frame config.
* Initial revisionKarl Heuer1997-11-232-0/+5446
|
* Comment change.Richard M. Stallman1997-11-231-1/+1
|
* Initial revisionRichard M. Stallman1997-11-231-0/+190
|
* Doc fixes and extra customization.Dave Love1997-11-211-23/+44
| | | | (browse-url): Quote browse-url-choose-browser in application.
* (gud-sentinel): Set mode-line-process in the processAndreas Schwab1997-11-211-4/+4
| | | | buffer, not the current buffer.
* (set-input-method): Renamed from select-input-method.Karl Heuer1997-11-201-4/+4
|
* Comment fix.Karl Heuer1997-11-201-1/+1
|
* (write-file): Make buffer writable if the new file is.Karl Heuer1997-11-201-0/+4
|
* (describe-variable): Don't use symbol-name if v isn't symbol.Karl Heuer1997-11-201-1/+2
|
* (help-with-tutorial-alist): New variable.Karl Heuer1997-11-201-4/+15
| | | | | (help-with-tutorial): Use help-with-tutorial-alist to read a language name, and also to find the tutorial file for a language.
* (mail-extract-address-components):Karl Heuer1997-11-201-680/+713
| | | | | New arg ALL says return info about all the addresses. Clarify buffer switching logic using save-excursion.
* (set-frame-name): New function.Eli Zaretskii1997-11-201-0/+8
|
* (kill-region): Detect read-only textKarl Heuer1997-11-191-42/+40
| | | | | | by getting an error trying to delete it. Handle the cases where we can, and can't, get the killed text from the undo list with much the same code.
* (print-region-1): When running pr, use -h always.Karl Heuer1997-11-191-2/+1
|
* (fortran-imenu-generic-expression): MatchDave Love1997-11-181-11/+15
| | | | <type>*<mumble> and un-named block data, allow some continuations.
* (isearch-yank-string): New helper function.Karl Heuer1997-11-181-36/+30
| | | | | | (isearch-yank-kill, isearch-yank-word, isearch-yank-line): Use it. (isearch-yank-x-selection): New function. (isearch-yank): Function deleted.
* Improve previous change.Karl Heuer1997-11-181-5/+2
|
* (rmail-convert-to-babyl-format): If theKarl Heuer1997-11-181-12/+31
| | | | | message uses the quoted-printable content-transfer-encoding, decode it into 8bit.
* (ange-ftp-date-regexp):Paul Eggert1997-11-171-1/+1
| | | | | | Allow month names of length 2 and up, with varying white space afterwards; e.g. Solaris 2.6 "es" locale uses "ab" for April and "fbro" for February.
* (dired-move-to-filename-regexp):Paul Eggert1997-11-171-10/+10
| | | | | | Allow month names of length 2 and up, with varying white space afterwards; e.g. Solaris 2.6 "es" locale uses "ab" for April and "fbro" for February.
* (list-diary-entries, list-sexp-diary-entries, add-to-diary-list):Karl Heuer1997-11-171-16/+33
| | | | | | Add the diary entry "specifier" to the entry on the list. (diary-unknown-time): New variable. (diary-entry-time): Use it.
* (list-islamic-diary-entries): Add the diary entryKarl Heuer1997-11-171-1/+4
| | | | "specifier" to the entry on the list.
* (list-hebrew-diary-entries): Add the diary entryKarl Heuer1997-11-171-1/+4
| | | | "specifier" to the entry on the list.
* (Man-init-defvars, Man-build-man-command):Karl Heuer1997-11-171-11/+15
| | | | Bind default-directory to "/" to avoid possible error in call-process.
* (comment-padding): New var.Karl Heuer1997-11-151-0/+9
| | | | (comment-region): Use it.
* (finder-find-library): Re-instate (with a differentKarl Heuer1997-11-151-2/+12
| | | | | implementation) so that `locate-library' can find compressed files. (finder-commentary): Use it.
* (fill-individual-paragraphs): Don't getKarl Heuer1997-11-151-3/+5
| | | | | confused in paragraph loop if we start on the last line and it has no final newline.
* (custom-face-save): Save the face.Karl Heuer1997-11-151-0/+1
|
* (rmail-summary-window-size): Allow integer values.Karl Heuer1997-11-151-1/+1
|
* Use set-input-mode to make Latin-1 chars work.Karl Heuer1997-11-151-0/+8
|
* (tar-mode-map): Fix function name in menu entry.Andreas Schwab1997-11-131-1/+1
|
* (inferior-octave-startup-args):Karl Heuer1997-11-111-2/+3
| | | | | | Set to '("-i") to force interactive behavior. (inferior-octave-prompt): Include the `debug' prompt issued by the Octave `keyboard' command.
* (help-for-help): Update text for `m'.Karl Heuer1997-11-111-2/+2
|
* (imenu-default-create-index-function):Karl Heuer1997-11-111-16/+16
| | | | | | Test imenu-prev-index-position-function and imenu-extract-index-name-function for non-nil, not fboundp. (imenu-add-to-menubar): Likewise.
* (perform-replace): In Transient Mark mode, ifKarl Heuer1997-11-111-1/+27
| | | | | region is active, only search the region. (query-replace, etc.): Doc fixes.
* New category ` '.Karl Heuer1997-11-111-0/+9
| | | | Enable for non-breaking space in Latin-N.
* (wordstar-mode): Run wordstar-mode-hook.Karl Heuer1997-11-111-1/+2
|
* (french-calendar-day-name-array):Karl Heuer1997-11-111-3/+1
| | | | Give the day array, not the month array.
* (query-replace-highlight): Change default to t.Karl Heuer1997-11-111-1/+1
|