1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

19430 Commits

Author SHA1 Message Date
Richard M. Stallman
d802580c4c (redisplay_window): Don't try using last_point_x
if point is in the left margin of an hscroll'ed window.
1997-08-23 01:03:37 +00:00
Richard M. Stallman
513063cf94 (change-log-font-lock-keywords): Recognize "Patch by". 1997-08-23 00:57:01 +00:00
Richard M. Stallman
c64d8c5548 (shell-snarf-envar, shell-copy-environment-variable): New functions. 1997-08-22 23:37:38 +00:00
Richard M. Stallman
e45502331b Customized. 1997-08-22 21:59:21 +00:00
Richard M. Stallman
2790bdd8c8 (LIB_MOTIF_EXTRA): New variable.
(LIBW): Use LIB_MOTIF_EXTRA.
1997-08-22 21:26:45 +00:00
Richard M. Stallman
46266d2bb7 (HAVE_MOTIF_2_1): Add #undef. 1997-08-22 21:16:48 +00:00
Richard M. Stallman
91169ba7cb (bookmark-load): Use `bookmark-import-new-list' to
load the new list carefully, renaming bookmarks as necessary.
In docstring, mention new renaming behavior.
Optional arg OVERWRITE replaces inaccurately-named REVERT.
If file loaded was bookmark-default-file, then set
bookmarks-already-loaded to t.
(bookmark-import-new-list): New func.
(bookmark-maybe-rename): New func, helper to above.
(bookmark-set-name): Accept bookmark as either string (behaves
same as before) or list (treat it as a bookmark record).

(bookmark-set, bookmark-maybe-load-default-file)
(bookmark-jump-noselect, bookmark-rename)
(bookmark-show-annotation): Discard pointless `progn's.

(bookmark-bmenu-mark, bookmark-bmenu-unmark)
(bookmark-bmenu-backup-unmark, bookmark-bmenu-delete-backwards):
Renormalize position after all else is done.

(bookmark-edit-annotation-mode, bookmark-bmenu-list)
(bookmark-show-annotation, bookmark-show-all-annotations):
Use `x' instead of `(not (eq x nil))'.

(bookmark-yank-word): Inner save-excursion changed to progn.
(bookmark-send-annotation, bookmark-send-edited-annotation)
(bookmark-insert): Use buffer-string instead of buffer-substring.
(bookmark-make-cell): Make sure annotation and info-node strings
contain no text properties.
(bookmark-relocate): Remember to rebuild bmenu buffer after a
bookmark has been relocated.
(bookmark-bmenu-check-position): Return a meaningful value --
callers have apparently been assuming this anyway.
(bookmark-build-xemacs-menu): Unused function deleted.
(bookmark-version): Removed this variable; the Emacs version suffices.
1997-08-22 19:14:10 +00:00
Jeff Law
ddee363a5b * config.sub: Recognize tx39/r3900. 1997-08-22 14:49:11 +00:00
Kenichi Handa
7ad7d4c254 (leim-list.el): Fix previous change. 1997-08-22 08:12:40 +00:00
Simon Marshall
fdcc1ef736 Make shell-last-dir buffer-local. 1997-08-22 08:08:26 +00:00
Richard M. Stallman
41886f350b (Fmake_temp_name): Doc fix. 1997-08-22 06:14:20 +00:00
Richard M. Stallman
584b810416 Explain after-change-functions and chars vs bytes. 1997-08-22 05:58:17 +00:00
Richard M. Stallman
839dd8341f (syms_of_buffer): Doc fixes. 1997-08-22 05:51:48 +00:00
Kenichi Handa
3a408d72a2 (thai-keyboard-mapping-alist): Some entry corrected. 1997-08-22 05:13:32 +00:00
Kenichi Handa
7fc4808e17 (syms_of_fileio): Fix previous change. 1997-08-22 03:47:42 +00:00
Kenichi Handa
fb3903d3c2 (detect_eol): If the coding system an alias, get
eol-type from the base of it.
1997-08-22 03:33:51 +00:00
Michael Kifer
34317da2d4 new version 1997-08-22 03:15:57 +00:00
Richard M. Stallman
d0388eace9 Many doc fixes. 1997-08-22 02:23:24 +00:00
Richard M. Stallman
f754fb7b94 Customized. 1997-08-22 02:05:30 +00:00
Kenichi Handa
e821c4f928 (quail-japanese-kkc-mode-exit): Run
input-method-after-insert-chunk-hook.
1997-08-22 01:24:31 +00:00
Kenichi Handa
a120d7cd8d (thai-keyboard-mapping-alist): Some entry corrected. 1997-08-22 01:24:31 +00:00
Kenichi Handa
10c63e04e9 (install): Just copy leim-list.el instead of running
update-leim-list-file on ${INSTALLDIR}.
(CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
py-punct-b5.el -> pypunct-b5.el.
(CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
(leim-list.el): Delete old files not contained in ${WORLD}.
1997-08-22 01:24:09 +00:00
Kenichi Handa
800d3b18ac (register-alternate-fontnames): New
funciton.
(x-complement-fontset-spec): Register alternate fontnames by
calling register-alternate-fontnames.
(instanciate-fontset): Likewise.
1997-08-22 01:22:49 +00:00
Kenichi Handa
3476174679 (coding-system-unification-table):
Deleted.
(coding-system-unification-table-for-decode): New function.
(coding-system-unification-table-for-encode): New function.
1997-08-22 01:22:49 +00:00
Kenichi Handa
87aba78889 (make-coding-system): Doc-string fixed. 1997-08-22 01:22:49 +00:00
Kenichi Handa
8b8f9e2868 (quail-terminate-translation): Run
input-method-after-insert-chunk-hook only when the current input
method doesn't require conversion.
(quail-no-conversion): Run input-method-after-insert-chunk-hook.
1997-08-22 01:22:49 +00:00
Kenichi Handa
834503135c (setup-cyrillic-environment): Deleted.
(setup-cyrillic-iso-environment): New function.
(setup-cyrillic-koi8-environment): New function.
(setup-cyrillic-alternativnyj-environment): New function.
1997-08-22 01:22:17 +00:00
Kenichi Handa
5f1d80c7c2 Make describe-cyrillic-environment-map and
setup-cyrillic-environment-map prefix commands and bind [Cyrillic]
to them in describe-environment-map and setup-environment-map
respectively.  Divide language environemnt "Cyrillic" into three:
"Cyrillic-ISO", "Cyrillic-KOI8", and "Cyrillic-ALTERNATIVNYJ".
1997-08-22 01:22:17 +00:00
Kenichi Handa
01d4b81700 (Valternate_fontname_alist): Name changed from
Valternative_fontname_alist.
(syms_of_fontset): Adjusted for the above change.
1997-08-22 01:19:27 +00:00
Kenichi Handa
015e1bb0da Adjusted for the name change of
Valternate_fontname_alist.
1997-08-22 01:19:27 +00:00
Kenichi Handa
c9e8239214 (Vauto_file_coding_system_function): New variable.
(Finsert_file_contents): Decide coding system after opening a
file.  Call functions set in Vauto_file_coding_system_function.
(syms_of_fileio): Declare auto-file-coding-system as a Lisp
variable.
1997-08-22 01:19:27 +00:00
Kenichi Handa
6b0efe7393 (x_list_fonts): Adjusted for the name change of
Valternate_fontname_alist.
1997-08-22 01:19:27 +00:00
Richard M. Stallman
6c8f27539f (ps-print-face-extension-alist): Doc fix.
(ps-new-faces): Function deleted.
1997-08-20 23:15:22 +00:00
Richard M. Stallman
87a16a065d A lot of comment and doc fixes.
Replace: 'nil by nil, '() by nil, 't by t.

(ps-print-version): New version number (3.05).
(ps-zebra-stripe, ps-number-of-zebra, ps-line-number)
(ps-print-background-image, ps-print-background-text): New variables
to customize zebra stripes, line number, image background and text
background features, respectively.
(ps-adobe-tag): Tagged to PostScript level 3.
(ps-print-buffer, ps-print-buffer-with-faces)
(ps-print-region, ps-print-region-with-faces)
(ps-spool-buffer, ps-spool-buffer-with-faces)
(ps-spool-region, ps-spool-region-with-faces): Call more primitive
functions for PostScript printing (functions below).
(ps-print-with-faces, ps-print-without-faces)
(ps-spool-with-faces, ps-spool-without-faces): More primitive
functions for PostScript printing.
(ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region)
(ps-line-lengths-internal, ps-nb-pages): Doc fixes.
(ps-print-prologue-1): a lot of PostScript programming:
/dobackgroundstring, /dounderline, /UL: Postscript functions deleted.
/reencodeFontISO, /F, /BG, /HL, /W, /S, /BeginDSCPage, /BeginPage,
/EndPage: adjusted for new effects (outline, shadow, etc).
/PLN, /EF, /Hline, /doBox, /doRect, /doShadow, /doOutline,
/FillBgColor, /doLineNumber, /printZebra, /doColumnZebra,
/doZebra, /BeginBackImage, /EndBackImage, /ShowBackText: New procedures.
(ps-current-underline-p, ps-set-underline): Var and fn deleted.
(ps-showline-count, ps-background-pages, ps-background-all-pages)
(ps-background-text-count, ps-background-image-count): New variables.
(ps-header-font, ps-header-title-font)
(ps-header-line-height, ps-header-title-line-height)
(ps-landscape-page-height): Set initial value to nil.
(ps-print-face-extension-alist, ps-print-face-map-alist):
New variables for face remapping.
(ps-new-faces, ps-extend-face-list, ps-extend-face):
New functions for face remapping.
(ps-override-list, ps-extension-to-bit-face)
(ps-extension-to-screen-face, ps-extension-bit)
(ps-initialize-faces, ps-map-font-lock, ps-screen-to-bit-face):
New internal functions for face remapping.
(ps-get-page-dimensions): Fix error message.
(ps-insert-file): Doc fix and programming enhancement.
(ps-begin-file, ps-end-file, ps-get-buffer-name, ps-begin-page)
(ps-next-line, ps-plot-region, ps-face-attributes)
(ps-face-attribute-list, ps-plot-with-face)
(ps-generate-postscript-with-faces): Handle new output features.
(ps-generate): save-excursion inserted to return back point at
position before calling ps-print.
(ps-do-spool): Access dos-ps-printer variable through symbol-value.
(ps-prsc, ps-c-prsc, ps-s-prsc): Use backquote.
(ps-basic-plot-whitespace, ps-emacs-face-kind-p): Internal blank
line eliminated.
(ps-float-format, ps-current-effect): New internal variables.
(ps-output-list, ps-count-lines, ps-background-pages)
(ps-get-boundingbox, ps-float-format, ps-background-text)
(ps-background-image, ps-background, ps-header-height)
(ps-get-face): New internal functions.
(ps-control-character): Handle control characters.
(ps-gnus-print-article-from-summary): Updated for Gnus 5.
(ps-jack-setup): Replace 'nil by nil, 't by t.
1997-08-20 23:11:35 +00:00
Richard M. Stallman
a8a35e617a (Fchars_in_region): Fix gap handling. 1997-08-20 22:28:40 +00:00
Richard M. Stallman
eb0401dd99 Doc fixes. 1997-08-20 17:25:25 +00:00
Richard M. Stallman
bc6d0d715c Minor doc fixes.
(browse-url-temp-dir): New variable.
(browse-url-of-buffer): Use browse-url-temp-dir.  Don't construct
a temporary file name which includes an arbitrary buffer name to
avoid losing on non-unixy systems.
1997-08-20 17:22:42 +00:00
Richard M. Stallman
a03eaf1c04 (NULL): Define, if not defined. 1997-08-20 16:31:20 +00:00
Richard M. Stallman
ac9f031061 (mail-yank-original): Bind mark-even-if-inactive
around the indentation and citation hooks code.

(mail-send-nonascii): Make the default t.
1997-08-20 02:06:31 +00:00
Richard M. Stallman
a3cab9f060 Comment change. 1997-08-19 19:48:40 +00:00
Richard M. Stallman
bfca0f6bb9 (calendar-julian-date-string): Mark not interactive. 1997-08-19 15:36:22 +00:00
Richard M. Stallman
2f9d985f41 (Finsert_file_contents): Fix previous change. 1997-08-19 15:12:38 +00:00
Oliver Seidel
7c896f63d6 - changed name to todo-mode
- fixed menu descriptions
- fixed "pressing abort while filing"
- attempted Emacs Lisp Manual *Tips* section compliance
1997-08-19 14:00:36 +00:00
Kenichi Handa
da30bf98df (append-to-file): Doc-string fixed. 1997-08-19 10:59:47 +00:00
Kenichi Handa
a0d4676ae3 (encoded-kbd-mode): Doc-string modified. Make this a
non-interactive function.
(encoded-kbd-iso2022-designation): Do not enter recursive edit
twice.
(encoded-kbd-iso2022-non-ascii-map): Bind 8-bit keys to
encoded-kbd-handle-8bit.
1997-08-19 10:58:40 +00:00
Kenichi Handa
fa7bc762cf (isearch-process-search-multibyte-characters): If
read-multilingual-string returns null string, just call
isearch-update.
1997-08-19 10:58:40 +00:00
Kenichi Handa
052040166f (quail-exit-from-minibuffer): Call
inactivate-input-method instead of (quail-mode -1).
(quail-kill-guidance-buf): New function.
(quail-mode): Doc-string and comments modified.  Make this
function non-interactive.  Add quail-kill-guidance-buf to
kill-buffer-hook locally.
(quail-start-translation): Check if the current Quail package
requires keyboard tranlation feature.
(quail-start-translation-in-conversion-mode): Likewise.
(quail-terminate-translation): Run hooks in
input-method-after-insert-chunk-hook.
(quail-update-translation): Don't run hooks in
input-method-after-insert-chunk-hook here.
(quail-setup-completion-buf): New function.
(quail-show-guidance-buf): Create completion buffer by calling
quail-setup-completion-buf.
(quail-completion): Create completion buffer if it is not alive.
1997-08-19 10:58:40 +00:00
Kenichi Handa
c374d5edd9 (tit-process-body): Handle `\' used
for quoting the following digits correctly.
1997-08-19 10:58:40 +00:00
Kenichi Handa
1dcf3e0f96 ("korean-hangul"): Doc-string of this Quail
package fixed.
1997-08-19 10:58:10 +00:00
Richard M. Stallman
d2e7d71ba8 Customized. 1997-08-19 04:55:58 +00:00