Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
57cb56f5
Commit
57cb56f5
authored
Apr 29, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
c6d0703a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
63 additions
and
21 deletions
+63
-21
etc/ChangeLog
etc/ChangeLog
+13
-2
etc/ps-prin0.ps
etc/ps-prin0.ps
+16
-6
lisp/ChangeLog
lisp/ChangeLog
+19
-0
lisp/cus-load.el
lisp/cus-load.el
+3
-1
lisp/loaddefs.el
lisp/loaddefs.el
+12
-12
No files found.
etc/ChangeLog
View file @
57cb56f5
2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-prin0.ps: PostScript level 1 compatibility.
* ps-prin1.ps: PostScript level 1 compatibility, Upside-down
printing and line number step.
(BeginDoc, doLineNumber, SL, HL): Code fix.
(isLineStep, PSL): New funs.
* ps-prin3.ps: PostScript level 1 compatibility.
2000-04-10 Gerd Moellmann <gerd@gnu.org>
* refcard.bit: Removed.
...
...
@@ -26,8 +37,8 @@
2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-prin0.ps: Define packedarray operator for language level 1,
adjust
setduplexmode and settumble definitions.
* ps-prin0.ps: Define packedarray operator for language level 1,
adjust
setduplexmode and settumble definitions.
2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
...
...
etc/ps-prin0.ps
View file @
57cb56f5
...
...
@@ -100,12 +100,22 @@
}
ifelse
%%EndProcSet
languagelevel
1
eq
{
% operators for language level 2 only
/
<<{
mark
}
bind
def
/
>>{
counttomark
2
idiv
dup
dict
begin
{
def
}
repeat
pop
currentdict
end
}
bind
def
/setpagedevice
{
pop
}
bind
def
/packedarray
{
array
astore
readonly
}
bind
def
}
if
% operators for language level 2 only
(<<)
cvn
where
% << operator
{
pop
/BMark
(<<)
cvn
load
def
}
{
/BMark
{
mark
}
bind
def
}
ifelse
(>>)
cvn
where
% >> operator
{
pop
/EMark
(>>)
cvn
load
def
}
{
/EMark
{
counttomark
2
idiv
dup
dict
begin
{
def
}
repeat
pop
currentdict
end
}
bind
def
}
ifelse
/setpagedevice
where
% setpagedevice
{
pop
}
{
/setpagedevice
{
pop
}
bind
def
}
ifelse
/packedarray
where
% packedarray
{
pop
}
{
/packedarray
{
array
astore
readonly
}
bind
def
}
ifelse
% device dependent operators
...
...
lisp/ChangeLog
View file @
57cb56f5
2000-04-29 Gerd Moellmann <gerd@gnu.org>
* startup.el (normal-top-level): Put a condition-case around
the code loading subdirs.el.
2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Upside-down and face background color printing,
line number step, doc fix.
(ps-print-version): New version number (5.2).
(ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
(ps-face-attribute-list, ps-plot-with-face): Code fix.
(ps-spool-config): Var fix.
(ps-printer-name-option): Const fix.
(ps-print-upside-down, ps-use-face-background)
(ps-line-number-step): New vars.
(ps-window-system, ps-lp-system): New consts.
(ps-face-background): New fun.
2000-04-28 Richard Stallman <rms@gnu.org>
* files.el (make-auto-save-file-name):
...
...
lisp/cus-load.el
View file @
57cb56f5
...
...
@@ -736,6 +736,8 @@
(
custom-put-if-not
'gametree
'group-documentation
"Manage game analysis trees in Emacs."
)
(
custom-put-if-not
'hscroll-global-mode
'custom-version
"20.3"
)
(
custom-put-if-not
'hscroll-global-mode
'standard-value
t
)
(
custom-put-if-not
'auto-save-file-name-transforms
'custom-version
"21.1"
)
(
custom-put-if-not
'auto-save-file-name-transforms
'standard-value
t
)
(
custom-put-if-not
'tags-apropos-verbose
'custom-version
"21.1"
)
(
custom-put-if-not
'tags-apropos-verbose
'standard-value
t
)
(
custom-put-if-not
'dabbrev-ignored-regexps
'custom-version
"21.1"
)
...
...
@@ -757,7 +759,7 @@
(
custom-put-if-not
'eval-expression-print-level
'custom-version
"21.1"
)
(
custom-put-if-not
'eval-expression-print-level
'standard-value
t
)
(
defvar
custom-versions-load-alist
'
((
"20.3.3"
"dos-vars"
)
(
21.1
"ange-ftp"
)
(
"20.4"
"files"
"sh-script"
"help"
"compile"
)
(
"21.1"
"debug"
"dabbrev"
"paths"
"sgml-mode"
"fortran"
"etags"
"cus-edit"
"frame"
"add-log"
"find-func"
"simple"
)
(
"20.3"
"desktop"
"easymenu"
"hscroll"
"dabbrev"
"ffap"
"rmail"
"paren"
"mailabbrev"
"frame"
"uce"
"mouse"
"diary-lib"
"sendmail"
"debug"
"hexl"
"vcursor"
"vc"
"compile"
"etags"
"help"
"browse-url"
"add-log"
"find-func"
"vc-hooks"
"cus-edit"
"replace"
))
(
defvar
custom-versions-load-alist
'
((
"20.3.3"
"dos-vars"
)
(
21.1
"ange-ftp"
)
(
"20.4"
"files"
"sh-script"
"help"
"compile"
)
(
"21.1"
"debug"
"dabbrev"
"files"
"paths"
"sgml-mode"
"fortran"
"etags"
"cus-edit"
"frame"
"add-log"
"find-func"
"simple"
)
(
"20.3"
"desktop"
"easymenu"
"hscroll"
"dabbrev"
"ffap"
"rmail"
"paren"
"mailabbrev"
"frame"
"uce"
"mouse"
"diary-lib"
"sendmail"
"debug"
"hexl"
"vcursor"
"vc"
"compile"
"etags"
"help"
"browse-url"
"add-log"
"find-func"
"vc-hooks"
"cus-edit"
"replace"
))
"For internal use by custom."
)
(
provide
'cus-load
)
...
...
lisp/loaddefs.el
View file @
57cb56f5
...
...
@@ -3336,7 +3336,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
;;;***
;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
;;;;;; (14
597 38419
))
;;;;;; (14
600 8203
))
;;; Generated autoloads from emacs-lisp/crm.el
(autoload (quote completing-read-multiple) "crm" "\
...
...
@@ -3377,7 +3377,7 @@ INHERIT-INPUT-METHOD." nil nil)
;;;;;; customize-option-other-window customize-changed-options customize-option
;;;;;; customize-group-other-window customize-group customize customize-save-variable
;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
;;;;;; (145
87 2634
))
;;;;;; (145
99 11147
))
;;; Generated autoloads from cus-edit.el
(add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
...
...
@@ -4110,7 +4110,7 @@ Minor mode for viewing/editing context diffs.
;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
;;;;;; "dired" "dired.el" (14
563 8348
))
;;;;;; "dired" "dired.el" (14
600 27076
))
;;; Generated autoloads from dired.el
(defvar dired-listing-switches "-al" "\
...
...
@@ -5534,8 +5534,8 @@ This function works by modifying `process-environment'." t nil)
;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list
;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14
597
;;;;;;
6
015
4
))
;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14
600
;;;;;;
21
015))
;;; Generated autoloads from progmodes/etags.el
(defvar tags-file-name nil "\
...
...
@@ -7310,7 +7310,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
;;;***
;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
;;;;;; (145
87
26
34
))
;;;;;; (145
99
26
515
))
;;; Generated autoloads from gud.el
(autoload (quote gdb) "gud" "\
...
...
@@ -9883,7 +9883,7 @@ redisplayed as output is inserted." t nil)
;;;***
;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14
4
60 3
8678
))
;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (146
0
0 3
6202
))
;;; Generated autoloads from mail/mh-comp.el
(autoload (quote mh-smail) "mh-comp" "\
...
...
@@ -11239,7 +11239,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
;;;;;; "ps-print.el" (14
584 21532
))
;;;;;; "ps-print.el" (14
602 58229
))
;;; Generated autoloads from ps-print.el
(defvar ps-paper-type (quote letter) "\
...
...
@@ -11978,8 +11978,8 @@ variable." t nil)
;;;;;; rmail-secondary-file-directory rmail-mail-new-frame rmail-primary-inbox-list
;;;;;; rmail-delete-after-output rmail-highlight-face rmail-highlighted-headers
;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
;;;;;; rmail-dont-reply-to-names) "rmail" "mail/rmail.el" (145
55
;;;;;;
2300
1))
;;;;;; rmail-dont-reply-to-names) "rmail" "mail/rmail.el" (145
99
;;;;;;
1122
1))
;;; Generated autoloads from mail/rmail.el
(defvar rmail-dont-reply-to-names nil "\
...
...
@@ -14088,7 +14088,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
;;;***
;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
;;;;;; "texinfmt" "textmodes/texinfmt.el" (14
456 53455
))
;;;;;; "texinfmt" "textmodes/texinfmt.el" (14
600 18796
))
;;; Generated autoloads from textmodes/texinfmt.el
(autoload (quote texinfo-format-buffer) "texinfmt" "\
...
...
@@ -14413,7 +14413,7 @@ This runs the normal hook `display-time-hook' after each update." t nil)
;;;***
;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
;;;;;; "time-stamp.el" (14
277 60981
))
;;;;;; "time-stamp.el" (14
599 11147
))
;;; Generated autoloads from time-stamp.el
(autoload (quote time-stamp) "time-stamp" "\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment