Stefan Monnier
48b33993a4
(define-derived-mode): Fix typo.
2002-09-11 22:04:40 +00:00
Stefan Monnier
a9d9606141
(line-number-mode, column-number-mode)
...
(transient-mark-mode): Use minor mode directly.
(menu-bar-make-toggle): Remove `props' arg.
Move customize-mark-as-set directly into the toggle function.
2002-09-11 21:56:50 +00:00
Stefan Monnier
07089c848f
(whitespace-global-mode): Use define-minor-mode. Use the new file hook names.
...
(whitespace-describe): Remove. Move the text to `Commentary:'.
(whitespace-unload-hook): Use the new file hook names.
2002-09-11 21:30:25 +00:00
Stefan Monnier
24d30c0359
(finder-find-library): Remove.
...
(finder-commentary): Use find-library-name and add completion.
2002-09-11 21:28:51 +00:00
Dave Love
b4b11a40e2
*** empty log message ***
2002-09-11 21:19:25 +00:00
Dave Love
eb747e41fc
(non-standard-designations-alist)
...
(ctext-pre-write-conversion): Don't generate invalid extended
segments for iso8859.
2002-09-11 21:16:28 +00:00
Dave Love
b9e98de5f5
("Ukrainian"): Fix nonascii-translation.
...
(cyrillic-alternativnyj-decode-table): Fix some entries.
2002-09-11 21:07:00 +00:00
Kim F. Storm
7920598e80
Added more documentation for keypad package.
2002-09-11 21:03:50 +00:00
Stefan Monnier
b3cd696555
*** empty log message ***
2002-09-11 21:03:41 +00:00
Dave Love
b14e35ac94
("slovenian"): New.
2002-09-11 21:03:14 +00:00
Dave Love
f43d44f50d
Copyright up-date.
2002-09-11 21:02:11 +00:00
Dave Love
db70257e2a
Fix last change.
2002-09-11 21:00:27 +00:00
Stefan Monnier
ffb0b9d767
(bootstrap-lisp-1, bootstrap-lisp, bootstrap)
...
(bootstrap-clean-after): Delete.
(bootstrap): Make the sequencing explicit.
2002-09-11 21:00:08 +00:00
Dave Love
edeabf087f
(utf-8-fragment-on-decoding): Fix last
...
change.
2002-09-11 20:57:50 +00:00
Stefan Monnier
6710df484a
(transient-mark-mode, line-number-mode, column-number-mode):
...
Use define-minor-mode.
(define-mail-user-agent): Delete. Moved to subr.el.
2002-09-11 20:46:33 +00:00
Stefan Monnier
3bce024300
("simple.el"): Move to after loaddefs.el.
2002-09-11 20:44:40 +00:00
Stefan Monnier
27c079eb30
(define-mail-user-agent): Moved from simple.el.
2002-09-11 20:23:56 +00:00
Kim F. Storm
f372494111
Typo.
2002-09-11 20:11:41 +00:00
Kim F. Storm
059aa0a7b7
(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.
2002-09-11 20:00:58 +00:00
Kim F. Storm
b481ee0495
*** empty log message ***
2002-09-11 20:00:16 +00:00
Markus Rost
8e967cf757
Regenerated with autoconf (GNU Autoconf) 2.52 and GNU m4 1.4.
2002-09-11 15:48:27 +00:00
Juanma Barranquero
4679af47c1
(uncomment-region): Fix let/let* use.
2002-09-11 09:32:07 +00:00
Simon Josefsson
cf681de6e5
(gud-gdb-massage-args): Don't secretly add -fullname.
...
(gud-query-cmdline): Add --fullname to the user cmdline.
2002-09-11 05:07:36 +00:00
Simon Josefsson
b559a04168
(smtpmail-default-smtp-server): Doc fix.
2002-09-11 04:53:40 +00:00
Richard M. Stallman
f95c03c617
*** empty log message ***
2002-09-11 02:03:31 +00:00
Richard M. Stallman
5794dd61a0
(Fdo_auto_save): Catch error making directory.
...
Only call push_message if we need to.
At the same time, make an unwind-protect to pop it.
Rename local message_p to old_message_p.
(do_auto_save_make_dir, do_auto_save_eh): New functions.
(do_auto_save_unwind): Don't call pop_message.
2002-09-11 02:03:24 +00:00
Richard M. Stallman
37d6609558
(pop_message_unwind): Renamed from push_message_unwind.
2002-09-11 01:59:33 +00:00
Richard M. Stallman
65efd7daf6
(Fexecute_extended_command): Use pop_message_unwind.
2002-09-11 01:58:54 +00:00
Richard M. Stallman
c55b0da6b8
(Fgarbage_collect): Use pop_message_unwind.
2002-09-11 01:58:22 +00:00
Richard M. Stallman
9d4b302723
(cvs-check-fileinfo): Don't use boolp.
...
(boolp): Function deleted.
2002-09-11 01:56:47 +00:00
Kim F. Storm
482b44d88e
*** empty log message ***
2002-09-10 22:19:39 +00:00
Kim F. Storm
1c59ca7881
(kmacro-call-macro): Rephrase repeat prompt.
...
(kmacro-step-edit-map): Bind "A" to `append-end'.
(kmacro-step-edit-prompt): Fix prompt.
(kmacro-step-edit-query): Handle `append-end' response.
(kmacro-step-edit-pre-command): Activate `append-end' at end of
macro when required.
2002-09-10 22:08:45 +00:00
Dave Love
d2211627e7
Bind
...
utf-8-translation-table-for-decode when setting up tables and
remove useless optimize-char-table.
(ucs-mule-to-mule-unicode): Deleted.
(ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
2002-09-10 17:40:21 +00:00
Dave Love
988b5a141b
(ucs-mule-to-mule-unicode): Define
...
unconditionally.
(utf-8-fragmentation-table): New. Use it in top-level mapc.
(utf-8-fragment-on-decoding): Use it to keep
utf-8-translation-table-for-decode variable and translation table
in sync.
2002-09-10 17:39:35 +00:00
Dave Love
1deeaf1d30
(utf-16-le-pre-write-conversion)
...
(utf-16-be-pre-write-conversion): Deleted.
(mule-utf-16-le, mule-utf-16-be): Register encoding translation
table.
2002-09-10 17:37:38 +00:00
Richard M. Stallman
3e6be27948
*** empty log message ***
2002-09-10 16:50:07 +00:00
Richard M. Stallman
c90a10faa9
(ps-printer-name-option): Doc fix.
...
Adjust ps-postscript-code-directory setting. XEmacs
version check was adjusted.
(ps-print-version): New version number (6.5.6).
(ps-print-color-p, ps-page-dimensions-database): Autoload var.
(ps-print-code, ps-print-preprint-region): Adjust code.
2002-09-10 16:49:47 +00:00
Richard M. Stallman
0b9e474953
(diff-buffer-with-file): Simplify.
...
Don't signal an error if buffer has no file.
Call sit-for after `diff' returns.
2002-09-10 16:48:52 +00:00
Richard M. Stallman
a5bce90d94
(gamegrid-make-color-tty-face): Handle string as COLOR arg.
...
(gamegrid-display-type): Don't assume display-color-p
implies a color-x terminal.
(gamegrid-hide-cursor): Set `cursor-type' local variable.
2002-09-10 16:47:16 +00:00
Richard M. Stallman
f0397cde4b
(describe-text-mode): Add font-lock-defontify to change-major-mode-hook.
2002-09-10 16:45:42 +00:00
Richard M. Stallman
214fee7a84
(ibuffer-mode): Add font-lock-defontify to change-major-mode-hook.
2002-09-10 16:45:21 +00:00
Richard M. Stallman
3dd4c1c5af
(comint-mode): Add font-lock-defontify to change-major-mode-hook.
2002-09-10 16:44:58 +00:00
Richard M. Stallman
3d12b3310a
(Info-mode): Add font-lock-defontify to change-major-mode-hook.
2002-09-10 16:44:37 +00:00
Richard M. Stallman
fbefbe33e0
(occur-mode): Add font-lock-defontify to change-major-mode-hook.
2002-09-10 16:44:17 +00:00
Richard M. Stallman
67c9f58d7e
(font-lock-defontify): New function.
2002-09-10 16:43:48 +00:00
Richard M. Stallman
6cf6d325b0
Fix previous LessTif change.
2002-09-10 16:40:10 +00:00
Richard M. Stallman
3f82efb44f
Add item about OpenMotif file dialogs.
2002-09-10 16:39:35 +00:00
Kai Großjohann
709d45e1a8
(auto-mode-alist): ~/.gnus, ~/.viper are in
...
emacs-lisp-mode, like ~/.emacs.
2002-09-10 08:08:18 +00:00
Stefan Monnier
eb0b51f868
(uncomment-region): Be more careful with `='.
2002-09-10 06:20:52 +00:00
Stefan Monnier
0a28e1ca57
*** empty log message ***
2002-09-10 06:05:36 +00:00