1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
Kenichi Handa
bf294e6edb (read-input-method-name): Handle the
case that the arg DEFAULT is symbol.
1999-10-26 13:01:20 +00:00
Kenichi Handa
d4b11c67a7 (mule-diag): Handle the case that
default-input-method is symbol.
1999-10-26 12:53:53 +00:00
Gerd Moellmann
d5c3f902bd *** empty log message *** 1999-10-26 09:48:09 +00:00
Gerd Moellmann
e3384ae764 (compile-files): Fixed the "tr" strings.
(EMACS): Set to ../src/emacs.
1999-10-25 16:29:44 +00:00
Gerd Moellmann
c0ea222e0c *** empty log message *** 1999-10-25 14:18:47 +00:00
Gerd Moellmann
1bd55d5a39 *** empty log message *** 1999-10-25 14:11:03 +00:00
Gerd Moellmann
93baa0eab1 Doc-fix. 1999-10-25 13:50:04 +00:00
Gerd Moellmann
2c8e62112a (comint-output-filter): Make the Comint buffer current
for the comint-preoutput-filter-functions.
1999-10-25 13:44:12 +00:00
Gerd Moellmann
bd3c545deb *** empty log message *** 1999-10-25 13:32:00 +00:00
Gerd Moellmann
87d2b5a22c (Info-build-node-completions): Add '("*") to the
completion list.
1999-10-25 13:31:08 +00:00
Gerd Moellmann
e3bcca75bc *** empty log message *** 1999-10-25 13:13:15 +00:00
Gerd Moellmann
6528f1ca13 (indent-region): Doc fix. 1999-10-25 12:51:38 +00:00
Gerd Moellmann
9626b92839 (auto-raise-mode): When enabling the mode,
immediately raise the selected frame.
1999-10-25 12:22:14 +00:00
Noah Friedman
39dc7e84e2 Change mail address for Noah Friedman 1999-10-25 00:42:32 +00:00
Stephen Eglen
2454554e05 Added (require 'custom) and deleted :version line from
octave-auto-indent.  Both these changes were made to make Octave lisp
files compatible with Emacs 19.34 and XEmacs 20.
1999-10-24 18:17:01 +00:00
Stephen Eglen
322524b204 iswitchb-default-keybindings: no-need for read-kbd-macro. 1999-10-24 17:00:47 +00:00
Dave Love
af372af632 *** empty log message *** 1999-10-23 18:18:03 +00:00
Gerd Moellmann
8ac52782cd *** empty log message *** 1999-10-23 13:24:13 +00:00
Gerd Moellmann
a9b67cf499 (compile-files, backup-compiled-files): New targets.
(bootstrap, bootstrap-clean): Ditto.
1999-10-23 13:22:02 +00:00
Dave Love
54b029480e (nnvirtual-create-mapping): Don't use mapc. 1999-10-23 12:00:04 +00:00
Paul Eggert
6ececc4d6e * (locale-language-names):
Use Latin-1 (not Latin-3) for Afrikaans, Galician.
Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
Use Latin-8 for Welsh.
Use Latin-1 for English if "en" is explicitly specified.
Use Latin-1 for Scots Gaelic, Tagalog.
Use Latin-1 (not Latin-4) for Greenlandic.
Use Latin-1 (not Latin-2) for Albanian.
(locale-preferred-coding-systems, locale-language-names):
Remove generic ISO 8859 locales; locale-charset-language-names now
does this.
(locale-charset-language-names): New variable.
(set-locale-environment): Use language name specified by
locale-charset-language-names if its charsets disagree with the
language name specified by locale-language-names.
1999-10-22 22:51:33 +00:00
Paul Eggert
0b61dad2f1 * international/mule-cmds.c (locale-language-names):
Use Latin-1 (not Latin-3) for Afrikaans, Galician.
Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
Use Latin-8 for Welsh.
Use Latin-1 for English if "en" is explicitly specified.
Use Latin-1 for Scots Gaelic, Tagalog.
Use Latin-1 (not Latin-4) for Greenlandic.
Use Latin-1 (not Latin-2) for Albanian.
(locale-preferred-coding-systems, locale-language-names):
Remove generic ISO 8859 locales; locale-charset-language-names now
does this.
(locale-charset-language-names): New variable.
(set-locale-environment): Use language name specified by
locale-charset-language-names if its charsets disagree with the
language name specified by locale-language-names.
1999-10-22 22:51:11 +00:00
Dave Love
a564ebfca1 Minor doc fixes. 1999-10-22 17:04:35 +00:00
Dave Love
8f09e4402f (mail-header-extract, mail-header-format): Doc fix. 1999-10-22 16:44:37 +00:00
Dave Love
af480bd8cb Latin-8 doc fix. 1999-10-22 16:19:18 +00:00
Dave Love
05f0d15a1b *** empty log message *** 1999-10-22 12:55:03 +00:00
Dave Love
4187707ba5 Avoid non-ASCII characters to prevent loadup failure. 1999-10-22 11:53:05 +00:00
Dave Love
902e7be83c Add latin-8, latin-9. 1999-10-21 20:54:16 +00:00
Paul Eggert
951bc45f0d * disp-table.el (standard-display-european): Remove undocumented
arg AUTO; no longer used by startup.el.  Do not attempt to treat
all non-English language environments as coding system names.
Instead, use the downcased language environment name as a coding
system name if it is one; otherwise, use latin-1.
1999-10-21 06:30:07 +00:00
Gerd Moellmann
42afed7ca4 (dired-move-to-filename-regexp): Fix long comment lines
that were split so that part of the comment appeared as Lisp code.
1999-10-20 13:55:59 +00:00
Kenichi Handa
4efd38a1a9 Updated for ps-print.el, ps-mule.el, and ps-bdf.el. 1999-10-20 01:13:17 +00:00
Kenichi Handa
3ad114e53b Doc fix. 1999-10-20 01:08:36 +00:00
Kenichi Handa
c276ee0534 Doc fix, define functions properly if mule package is
loaded or not.
(ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
mule package is loaded or not.

File dependence fix.
(ps-multibyte-buffer): Moved to ps-print-def.
1999-10-20 01:07:33 +00:00
Kenichi Handa
bc0d41bdf0 Doc fix, duplex and setpagedevice configuration.
(ps-print-version): New version number (4.2).
(ps-spool-config, ps-spool-tumble): New vars.
(ps-print-prologue-1): Changed to defconst, adjust PostScript
programming, new PostScript procedure to handle errors.
(ps-print-prologue-2): Changed to defconst.
(ps-print-duplex-feature): New const: duplex and tumble setting.
(ps-setup, ps-begin-file): Fix funs.
(ps-boolean-capitalized): New fun.

Doc fix, n-up printing.
(ps-print-version): New version number (5.0).
(ps-page-dimensions-database): Added document media.
(ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
(ps-page-order, ps-printing-region-p): New vars.
(ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
funs.
(ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
(ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
(ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
(ps-n-up-xstart, ps-n-up-ystart): New macros.
(ps-print-begin-sheet-hook): New hook.
(ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
const.
(ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
(ps-end-file, ps-dummy-page, ps-generate): Fix funs.
(ps-print-prologue-1): Adjust PostScript programming for n-up printing.
(ps-count-lines): Changed to defun.
(ps-header-page): Changed to defsubst, fix fun.
(ps-printing-region): Doc fix, adjust programming code.
(ps-output-boolean, ps-background-pages, ps-background-text)
(ps-background-image, ps-background, ps-get-boundingbox): Adjust
programming code.

Doc fix, better customization.
(ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
(ps-print-color-p, ps-printing-region-p, ps-n-up-database)
(ps-end-file): Doc fix.
(ps-setup, ps-begin-file): Fun fix.
(postscript): New group.
(ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
(ps-print-prologue-1): Adjust PostScript programming.
(ps-print): Adjust group hierarchy.
(ps-print-n-up, ps-print-zebra, ps-print-background,
ps-print-printer)
(ps-print-page): New subgroups.
(ps-print-prologue-header, ps-printer-name, ps-lpr-command)
(ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
(ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
(ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
(ps-zebra-stripe-height, ps-print-background-image)
(ps-print-background-text, ps-spool-config): Adjust customization.
(dos-ps-printer): Definition eliminated.
1999-10-20 01:06:27 +00:00
Kenichi Handa
4234d3d056 New file: common definitions for all parts of ps-print.
(ps-multibyte-buffer): Moved from ps-mule.
1999-10-20 01:03:31 +00:00
Stefan Monnier
cc953d2793 (dontcompilefiles): Obsoleted.
(DONTCOMPILE): Added emacs-lisp/cl-specs.el.
(EL): Unused.
(temacs): Removed (unused).
(cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
  version of the file (necessary for the update to work properly).
(autoloads): Force the use of `pwd`/loaddefs.el.
(updates); Redefined in terms of other targets to reduce redundancy.
(.el.elc): New default rule, just in case you want it.
(compile): Use a single invocation of Emacs.
(bootstrap-compile); Unneeded.
(autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1999-10-20 00:37:35 +00:00
Dave Love
eb018ad341 *** empty log message *** 1999-10-19 18:36:10 +00:00
Dave Love
dd5da9b8ac Merge changes from version `1.3s' which we weren't sent. 1999-10-19 18:27:39 +00:00
Dave Love
57bc81bf0e *** empty log message *** 1999-10-19 13:48:30 +00:00
Dave Love
2ac5018110 Removed -- not now needed by edebug. 1999-10-19 13:42:46 +00:00
Gerd Moellmann
03d50ed616 (map-y-or-n-p): Remove extraneous `not'. 1999-10-19 13:40:45 +00:00
Gerd Moellmann
afa95caca6 (auto-revert-mode): Make auto-revert-mode permanent-local. 1999-10-19 13:29:18 +00:00
Gerd Moellmann
447af88fc9 *** empty log message *** 1999-10-19 11:54:53 +00:00
Gerd Moellmann
c22d928fa6 (ps-mode-print-function): Fix default
value: \"lpr\" changed to "lpr"
(ps-mode-version): New constant
(ps-mode-show-version): New function, added key in ps-mode-map
(ps-run-messages): Removed
(ps-run-font-lock-keywords-2): New defcustom variable replacing
ps-run-messages. These keywords now include the value of
ps-run-prompt, making its fontification customizable.
(ps-run-init): Removed \\n from docstring, it is now added when
the value is used
(ps-run-font-lock-keywords-1): Added checking for initial ^ in
ps-run-prompt
(ps-mode): Added ps-run-font-lock-keywords-2 to list of
customizable variables in doc-string (it's equivalent
ps-run-messages was missing in previous version of the doc-string)
(ps-run-mode): Simplified assignment to font-lock-defaults, using
symbols only
1999-10-19 11:47:44 +00:00
Gerd Moellmann
8737bb5a2a Complete rewrite. 1999-10-19 11:17:23 +00:00
Gerd Moellmann
f20386e596 *** empty log message *** 1999-10-19 11:16:48 +00:00
Paul Eggert
ef83dfaf7d * language/japan-util.el (setup-japanese-environment-internal):
Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1999-10-19 07:20:29 +00:00
Paul Eggert
40c81f74c3 * international/mule-cmds.el (global-map):
Do not use backquote, because that makes a bootstrapping
problem if you need to recompile all Lisp files using interpreted code.
* international/mule.el (charset-id, charset-bytes,
charset-dimension, charset-chars, charset-width,
charset-direction, charset-iso-final-char,
charset-iso-graphic-plane, charset-reverse-charset,
charset-short-name, charset-long-name, charset-description,
charset-plist): Likewise.

* international/mule-cmds.el
(set-display-table-and-terminal-coding-system): New function,
containing code migrated out of set-language-environment.
(set-language-environment, set-locale-environment): Use it.
(locale-translation-file-name): Moved here from startup.el.
(locale-language-names, locale-preferred-coding-systems):
New vars.
(locale-name-match, set-locale-environment): New functions.
1999-10-19 07:20:09 +00:00
Paul Eggert
64ed733ada Fix bootstrapping problems.
Use the system locale to specify Emacs locale defaults.

* international/mule-cmds.el (global-map):
Do not use backquote, because that makes a bootstrapping
problem if you need to recompile all Lisp files using interpreted code.
* international/mule.el (charset-id, charset-bytes,
charset-dimension, charset-chars, charset-width,
charset-direction, charset-iso-final-char,
charset-iso-graphic-plane, charset-reverse-charset,
charset-short-name, charset-long-name, charset-description,
charset-plist): Likewise.
* subr.el (save-match-data): Likewise.

* international/mule-cmds.el
(set-display-table-and-terminal-coding-system): New function,
containing code migrated out of set-language-environment.
(set-language-environment, set-locale-environment): Use it.
(locale-translation-file-name): Moved here from startup.el.
(locale-language-names, locale-preferred-coding-systems):
New vars.
(locale-name-match, set-locale-environment): New functions.

* language/japan-util.el (setup-japanese-environment-internal):
Prefer japanese-iso-8bit if the system-type is usg-unix-v.

* startup.el (iso-8859-n-locale-regexp): Remove.
(locale-translation-file-name): Move to mule-cmds.el.
(command-line): Move locale-stuff into set-locale-environment.
1999-10-19 07:18:58 +00:00
Dave Love
c4d9fb0756 *** empty log message *** 1999-10-18 21:36:39 +00:00