bpt/emacs.git
21 years ago(sgml-namify-char): New cmd.
Stefan Monnier [Tue, 12 Nov 2002 16:46:19 +0000 (16:46 +0000)]
(sgml-namify-char): New cmd.
(sgml-name-char): Use it.
(sgml-tag-last, sgml-tag-history): New vars.
(sgml-tag): Use them.
(sgml-skip-tag-forward): Use sgml-tag-syntax-table.
(sgml-delete-tag): Remove resulting empty lines.
(sgml-tag): Don't make intangible.
(sgml-parse-tag-backward): Add limit argument.
(html-autoview-mode): Use define-minor-mode.

21 years agoAdded two references from Buffer Internals to Buffer Gap.
Francesco Potortì [Tue, 12 Nov 2002 08:11:30 +0000 (08:11 +0000)]
Added two references from Buffer Internals to Buffer Gap.

21 years ago(defgroup edt): Arrange that definition starts at beginning of line.
Markus Rost [Tue, 12 Nov 2002 01:42:32 +0000 (01:42 +0000)]
(defgroup edt): Arrange that definition starts at beginning of line.

21 years ago(defgroup comment): Remove autoload cookie.
Markus Rost [Tue, 12 Nov 2002 00:11:30 +0000 (00:11 +0000)]
(defgroup comment): Remove autoload cookie.

21 years ago(defgroup hi-lock-interactive-text-highlighting): Remove autoload
Markus Rost [Tue, 12 Nov 2002 00:10:23 +0000 (00:10 +0000)]
(defgroup hi-lock-interactive-text-highlighting): Remove autoload
cookie.

21 years ago(defgroup ls-lisp): Remove autoload cookie.
Markus Rost [Tue, 12 Nov 2002 00:09:44 +0000 (00:09 +0000)]
(defgroup ls-lisp): Remove autoload cookie.

21 years ago(mouse-wheel-down-button, mouse-wheel-up-button):
Markus Rost [Mon, 11 Nov 2002 22:06:24 +0000 (22:06 +0000)]
(mouse-wheel-down-button, mouse-wheel-up-button):
Declare with defvar, not with defcustom.

21 years ago(gnus-summary-goto-unread): Doc fix - escape open parens in column 0.
Markus Rost [Mon, 11 Nov 2002 18:24:11 +0000 (18:24 +0000)]
(gnus-summary-goto-unread): Doc fix - escape open parens in column 0.

21 years ago*** empty log message ***
Markus Rost [Mon, 11 Nov 2002 15:26:22 +0000 (15:26 +0000)]
*** empty log message ***

21 years agoDon't require 'autoload.
Markus Rost [Mon, 11 Nov 2002 15:09:13 +0000 (15:09 +0000)]
Don't require 'autoload.
(custom-make-dependencies):  Handle :version also for autoloaded
options.

21 years ago(defgroup winner): Handle Emacs 19 compatibility so that definition
Markus Rost [Mon, 11 Nov 2002 15:04:23 +0000 (15:04 +0000)]
(defgroup winner): Handle Emacs 19 compatibility so that definition
starts at beginning of line.

21 years agoSimplify Emacs 19 compatibility.
Markus Rost [Mon, 11 Nov 2002 14:53:20 +0000 (14:53 +0000)]
Simplify Emacs 19 compatibility.

21 years ago(dired-show-file-type): Format filename with "%s" to escape any format-like
Juanma Barranquero [Mon, 11 Nov 2002 11:44:24 +0000 (11:44 +0000)]
(dired-show-file-type): Format filename with "%s" to escape any format-like
sequences it could contain.

21 years ago(custom-save-delete): Force emacs-lisp-mode.
Juanma Barranquero [Mon, 11 Nov 2002 10:51:58 +0000 (10:51 +0000)]
(custom-save-delete): Force emacs-lisp-mode.

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 11 Nov 2002 09:03:25 +0000 (09:03 +0000)]
*** empty log message ***

21 years ago(install-arch-indep): Prepend $(srcdir)/ to lisp.
Juanma Barranquero [Mon, 11 Nov 2002 09:03:08 +0000 (09:03 +0000)]
(install-arch-indep): Prepend $(srcdir)/ to lisp.

21 years ago(mode-name): Mark it as risky-local-variable.
Juanma Barranquero [Mon, 11 Nov 2002 08:10:16 +0000 (08:10 +0000)]
(mode-name): Mark it as risky-local-variable.

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 11 Nov 2002 06:56:34 +0000 (06:56 +0000)]
*** empty log message ***

21 years agoFix typos in Commentary section.
Markus Rost [Sun, 10 Nov 2002 04:20:06 +0000 (04:20 +0000)]
Fix typos in Commentary section.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 9 Nov 2002 22:25:39 +0000 (22:25 +0000)]
*** empty log message ***

21 years ago(scan_sexps_forward): Update syntax table before reading
Stefan Monnier [Sat, 9 Nov 2002 22:20:02 +0000 (22:20 +0000)]
(scan_sexps_forward): Update syntax table before reading
a char rather than after so we don't update the table past eob.

21 years ago*** empty log message ***
Dave Love [Sat, 9 Nov 2002 12:56:31 +0000 (12:56 +0000)]
*** empty log message ***

21 years ago(quoted-insert): Bind translation-table-for-input, not
Dave Love [Sat, 9 Nov 2002 12:56:04 +0000 (12:56 +0000)]
(quoted-insert): Bind translation-table-for-input, not
keyboard-translate-table.

21 years ago(quail-input-string-to-events): Revert
Dave Love [Sat, 9 Nov 2002 12:55:37 +0000 (12:55 +0000)]
(quail-input-string-to-events): Revert
last change.

21 years agoRevert to using
Dave Love [Sat, 9 Nov 2002 12:53:43 +0000 (12:53 +0000)]
Revert to using
translation-table-for-input instead of keyboard-translate-table.

21 years ago(current-language-environment): Fix
Dave Love [Sat, 9 Nov 2002 12:53:16 +0000 (12:53 +0000)]
(current-language-environment): Fix
:type.

21 years ago(Vtranslation_table_for_input): New.
Dave Love [Sat, 9 Nov 2002 12:49:31 +0000 (12:49 +0000)]
(Vtranslation_table_for_input): New.
(syms_of_coding): DEFVAR it.

21 years ago(command_loop_1): Apply Vtranslation_table_for_input
Dave Love [Sat, 9 Nov 2002 12:48:26 +0000 (12:48 +0000)]
(command_loop_1): Apply Vtranslation_table_for_input
to self-inserting characters.
(syms_of_keyboard) <keyboard-translate-table>: Doc fix.

21 years ago(Fself_insert_command): Apply Vtranslation_table_for_input.
Dave Love [Sat, 9 Nov 2002 12:46:25 +0000 (12:46 +0000)]
(Fself_insert_command): Apply Vtranslation_table_for_input.

21 years ago(Fset_buffer_major_mode): Fix last change.
Dave Love [Sat, 9 Nov 2002 12:43:58 +0000 (12:43 +0000)]
(Fset_buffer_major_mode): Fix last change.

21 years ago(archive-zip-summarize): Don't hardcode (point-min) = 1.
Stefan Monnier [Fri, 8 Nov 2002 23:42:15 +0000 (23:42 +0000)]
(archive-zip-summarize): Don't hardcode (point-min) = 1.

21 years ago(PC-do-completion): Make partial-completion work
Stefan Monnier [Fri, 8 Nov 2002 23:39:29 +0000 (23:39 +0000)]
(PC-do-completion): Make partial-completion work
with incomplete directory names.

21 years ago(timeclock-modeline-display): Use assq as well as memq to find
John Wiegley [Fri, 8 Nov 2002 20:28:55 +0000 (20:28 +0000)]
(timeclock-modeline-display): Use assq as well as memq to find
`global-mode-string' within `mode-line-format'.  The structure of
that variable has changed in 21.3.

21 years ago*** empty log message ***
John Wiegley [Fri, 8 Nov 2002 20:28:16 +0000 (20:28 +0000)]
*** empty log message ***

21 years ago(latex-standard-block-names): Rename from standard-latex-block-names.
Stefan Monnier [Fri, 8 Nov 2002 16:56:57 +0000 (16:56 +0000)]
(latex-standard-block-names): Rename from standard-latex-block-names.
(tex-font-lock-keywords-1): Add providecommand, renewenvironment, and
renewtheorem.  Highlight \it and \bf separately since they may overlap.
(tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
(tex-font-lock-keywords-3, tex-verbatim-environments)
(tex-font-lock-syntactic-keywords): New vars.
(superscript, subscript, tex-verbatim-face): New faces.
(tex-font-lock-syntactic-face-function): Handle \verb construct.
(tex-common-initialization): Update font-lock-defaults setting.
(tex-insert-braces): Make it into a skeleton.
(latex-fill-nobreak-predicate): Don't break after \.
(latex-insert-block): Rename from tex-latex-block.
(latex-down-list): Use tex-mode-syntax-table when skipping parens
rather than the indentation syntax-table.
(latex-close-block): Rename from tex-close-latex-block.
(latex-split-block): New fun.
(latex-indent): Don't indent inside a verbatim block.
(latex-find-indent): Stick \begin{verbatim} to the margin.

21 years ago*** empty log message ***
Dave Love [Fri, 8 Nov 2002 12:32:10 +0000 (12:32 +0000)]
*** empty log message ***

21 years agoUse AC_CONFIG_LIBOBJ_DIR and require autoconf
Dave Love [Fri, 8 Nov 2002 12:30:21 +0000 (12:30 +0000)]
Use AC_CONFIG_LIBOBJ_DIR and require autoconf
2.54.
(AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 8 Nov 2002 09:04:59 +0000 (09:04 +0000)]
*** empty log message ***

21 years ago(w32_draw_fringe_bitmap): Remove unused local variable window.
Juanma Barranquero [Fri, 8 Nov 2002 08:42:03 +0000 (08:42 +0000)]
(w32_draw_fringe_bitmap): Remove unused local variable window.

21 years ago(nnimap-split-rule): Doc fix - escape open parens in column 0.
Markus Rost [Fri, 8 Nov 2002 03:53:04 +0000 (03:53 +0000)]
(nnimap-split-rule): Doc fix - escape open parens in column 0.

21 years ago(format-decode): Be careful with the order in `format'.
Stefan Monnier [Fri, 8 Nov 2002 02:38:54 +0000 (02:38 +0000)]
(format-decode): Be careful with the order in `format'.

21 years ago(Fformat_network_address): Removed unused locals p, cp, and i.
Kim F. Storm [Thu, 7 Nov 2002 23:18:45 +0000 (23:18 +0000)]
(Fformat_network_address): Removed unused locals p, cp, and i.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 7 Nov 2002 23:15:02 +0000 (23:15 +0000)]
*** empty log message ***

21 years ago(function-p-func): Avoid `xemacs-p'.
Stefan Monnier [Thu, 7 Nov 2002 23:01:30 +0000 (23:01 +0000)]
(function-p-func): Avoid `xemacs-p'.

21 years agoRequire esh-util.
Stefan Monnier [Thu, 7 Nov 2002 23:00:32 +0000 (23:00 +0000)]
Require esh-util.
(eshell-glob-initialize): Don't assume
eshell-special-chars-outside-quoting is available.

21 years ago(fill-paragraph): Consider a comment-start as
Stefan Monnier [Thu, 7 Nov 2002 22:51:28 +0000 (22:51 +0000)]
(fill-paragraph): Consider a comment-start as
a paragraph starter when filling non-comments.
(fill-comment-paragraph): Use comment-search-forward.
Recognize paragraph starters and separators within comments.
Use adaptive-fill-prefix when it works.  Don't narrow while doing the fill.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 7 Nov 2002 21:01:20 +0000 (21:01 +0000)]
*** empty log message ***

21 years ago(isearch-yank-line): Typo.
Stefan Monnier [Thu, 7 Nov 2002 20:58:36 +0000 (20:58 +0000)]
(isearch-yank-line): Typo.

21 years ago(regexec): Fix pmatch declaration.
Dave Love [Thu, 7 Nov 2002 20:53:33 +0000 (20:53 +0000)]
(regexec): Fix pmatch declaration.

21 years ago(grep-default-command): New fun.
Stefan Monnier [Thu, 7 Nov 2002 19:16:15 +0000 (19:16 +0000)]
(grep-default-command): New fun.
(grep): Use it.
(compilation-menu-map): New var.
(compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
(compilation-mode-map): Simplify.
(compilation-shell-minor-mode, compilation-minor-mode):
Use define-minor-mode.

21 years ago(elide-head): Don't make intangible.
Stefan Monnier [Thu, 7 Nov 2002 18:49:48 +0000 (18:49 +0000)]
(elide-head): Don't make intangible.

21 years ago(where-is): Rename map to defs (a list of syms is not a map).
Stefan Monnier [Thu, 7 Nov 2002 18:28:09 +0000 (18:28 +0000)]
(where-is): Rename map to defs (a list of syms is not a map).
Test fboundp first, to speed things up.  Use push.

21 years ago(isearch-hidden): New var.
Stefan Monnier [Thu, 7 Nov 2002 17:46:04 +0000 (17:46 +0000)]
(isearch-hidden): New var.
(isearch-search-and-update): Test it.
(isearch-range-invisible): Set it.

21 years agoRegenerated.
Markus Rost [Thu, 7 Nov 2002 17:33:03 +0000 (17:33 +0000)]
Regenerated.

21 years ago(mail-default-directory): Set the version to 21.4.
Markus Rost [Thu, 7 Nov 2002 17:23:00 +0000 (17:23 +0000)]
(mail-default-directory): Set the version to 21.4.

21 years ago(grep-compute-defaults): Move down.
Markus Rost [Thu, 7 Nov 2002 17:16:09 +0000 (17:16 +0000)]
(grep-compute-defaults):  Move down.

21 years ago(grep-compute-defaults): Undo previous change.
Markus Rost [Thu, 7 Nov 2002 17:05:01 +0000 (17:05 +0000)]
(grep-compute-defaults): Undo previous change.
(grep-command, grep-find-command, grep-tree-command): Allow value nil.
Do not declare :get property.
(grep-use-null-device): Doc fix.  Fix type.  Do not declare :get
property.

21 years ago(checkdoc-find-error): Use get-file-buffer instead of get-buffer.
Markus Rost [Thu, 7 Nov 2002 16:52:04 +0000 (16:52 +0000)]
(checkdoc-find-error): Use get-file-buffer instead of get-buffer.

21 years ago(where-is): Repport also aliases of the passed command.
Juanma Barranquero [Thu, 7 Nov 2002 16:46:11 +0000 (16:46 +0000)]
(where-is): Repport also aliases of the passed command.

21 years ago(tcl-mode): Don't set paragraph-start,
Stefan Monnier [Thu, 7 Nov 2002 15:22:49 +0000 (15:22 +0000)]
(tcl-mode): Don't set paragraph-start,
paragraph-separate, comment-column, and fill-paragraph-function.
Simplify outline-regexp.
(tcl-do-fill-paragraph): Remove.

21 years ago(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...
Miles Bader [Thu, 7 Nov 2002 02:26:44 +0000 (02:26 +0000)]
(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...

21 years ago(maybe_bootstrap): Fix shell variable usage. Handle separate-build-dir case.
Miles Bader [Thu, 7 Nov 2002 01:02:44 +0000 (01:02 +0000)]
(maybe_bootstrap): Fix shell variable usage.  Handle separate-build-dir case.

21 years ago(custom-make-dependencies): Fix comment inserted in cus-load.el.
Markus Rost [Thu, 7 Nov 2002 00:26:27 +0000 (00:26 +0000)]
(custom-make-dependencies): Fix comment inserted in cus-load.el.

21 years agoUse keyboard-translate-table coding
Dave Love [Wed, 6 Nov 2002 23:42:16 +0000 (23:42 +0000)]
Use keyboard-translate-table coding
system property, not translation-table-for-input, for
vietnamese-viscii & al.
(translation-table-for-input): Set,
don't defvar, and make permanent-local.
(ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
set-buffer-major-mode-hook, not quail-activate-hook.
(ucs-set-table-for-input): Renamed from ucs-quail-activate.
(ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Setup
keyboard-translate-table, not translation-table-for-input.
Modify set-buffer-major-mode-hook, not quail-activate-hook.
(ucs-fragment-8859): Don't use translation-table-for-input coding
system property.
(ucs-quail-activate): Deleted.
(ucs-set-table-for-input): New.
(ucs-minibuffer-setup): Use it.

21 years ago(quail-input-string-to-events): Use
Dave Love [Wed, 6 Nov 2002 23:36:10 +0000 (23:36 +0000)]
(quail-input-string-to-events): Use
keyboard-translate-table, not translation-table-for-input.

21 years ago(set-buffer-file-coding-system): Call
Dave Love [Wed, 6 Nov 2002 23:34:58 +0000 (23:34 +0000)]
(set-buffer-file-coding-system): Call
ucs-set-table-for-input.

21 years agoReformat some DEFUNs so that etags works.
Dave Love [Wed, 6 Nov 2002 23:31:21 +0000 (23:31 +0000)]
Reformat some DEFUNs so that etags works.

21 years ago(normal-mode): Call ucs-set-table-for-input.
Dave Love [Wed, 6 Nov 2002 23:28:29 +0000 (23:28 +0000)]
(normal-mode): Call ucs-set-table-for-input.

21 years ago(quoted-insert): Bind keyboard-translate-table around
Dave Love [Wed, 6 Nov 2002 23:27:24 +0000 (23:27 +0000)]
(quoted-insert): Bind keyboard-translate-table around
read-char.

21 years ago(Qset_buffer_major_mode_hook): New.
Dave Love [Wed, 6 Nov 2002 20:30:45 +0000 (20:30 +0000)]
(Qset_buffer_major_mode_hook): New.
(Fset_buffer_major_mode): Use it.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 6 Nov 2002 09:25:58 +0000 (09:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 6 Nov 2002 05:13:58 +0000 (05:13 +0000)]
*** empty log message ***

21 years ago(maybe_bootstrap): Add doublequotes to make it bulletproof.
Richard M. Stallman [Wed, 6 Nov 2002 05:13:29 +0000 (05:13 +0000)]
(maybe_bootstrap): Add doublequotes to make it bulletproof.
$bar may be empty when there are no .elc files.

21 years agoAdd copyright notice and permission notice.
Richard M. Stallman [Wed, 6 Nov 2002 05:11:59 +0000 (05:11 +0000)]
Add copyright notice and permission notice.

21 years ago(query-replace, query-replace-regexp): Doc fixes.
Richard M. Stallman [Wed, 6 Nov 2002 05:08:16 +0000 (05:08 +0000)]
(query-replace, query-replace-regexp): Doc fixes.

21 years agoComment change.
Richard M. Stallman [Wed, 6 Nov 2002 05:07:33 +0000 (05:07 +0000)]
Comment change.

21 years ago(byte-compile-lambda): Handle progn like let, inside interactive spec.
Richard M. Stallman [Wed, 6 Nov 2002 05:07:04 +0000 (05:07 +0000)]
(byte-compile-lambda): Handle progn like let, inside interactive spec.

21 years ago(tex-dvi-view-command): Value can be sexp.
Richard M. Stallman [Wed, 6 Nov 2002 05:05:47 +0000 (05:05 +0000)]
(tex-dvi-view-command): Value can be sexp.
Initialize to a suitable sexp.
(tex-view): Evaluate tex-dvi-view-command and use the value.

21 years ago(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
Richard M. Stallman [Wed, 6 Nov 2002 05:03:33 +0000 (05:03 +0000)]
(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.

21 years ago(wait_reading_process_input):
Richard M. Stallman [Wed, 6 Nov 2002 05:01:46 +0000 (05:01 +0000)]
(wait_reading_process_input):
Test POLLING_PROBLEM_IN_SELECT, not hpux.
Avoid initialization for auto Lisp_Object var.

21 years ago(POLLING_PROBLEM_IN_SELECT): Add #undef.
Richard M. Stallman [Wed, 6 Nov 2002 04:58:50 +0000 (04:58 +0000)]
(POLLING_PROBLEM_IN_SELECT): Add #undef.

21 years ago(POLLING_PROBLEM_IN_SELECT): Defined.
Richard M. Stallman [Wed, 6 Nov 2002 04:57:48 +0000 (04:57 +0000)]
(POLLING_PROBLEM_IN_SELECT): Defined.

21 years ago(coding-system-eol-type-mnemonic): Use
Kenichi Handa [Wed, 6 Nov 2002 01:07:49 +0000 (01:07 +0000)]
(coding-system-eol-type-mnemonic): Use
eol-mnemonic-undecided if CODING-SYSTEM is nil.

21 years ago.
Karl Berry [Wed, 6 Nov 2002 00:47:05 +0000 (00:47 +0000)]
.

21 years ago(Info-fontify): reorder face list to avoid bad
Karl Berry [Wed, 6 Nov 2002 00:45:03 +0000 (00:45 +0000)]
(Info-fontify): reorder face list to avoid bad
line breaks.

21 years ago(Info-fontify-node): Fixed hiding of *note references
Kim F. Storm [Tue, 5 Nov 2002 22:39:07 +0000 (22:39 +0000)]
(Info-fontify-node): Fixed hiding of *note references
with embedded file names like (xxx.yyy).
Avoid making any lines visibly longer if hiding newlines inside
note references by wrapping line after references if it contained
a newline (unfortunaly this makes more lines appear "shorter").
Properly reindent multi-line menu entry descriptions.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Nov 2002 22:38:39 +0000 (22:38 +0000)]
*** empty log message ***

21 years ago("Bulgarian"): Fix typo.
Juanma Barranquero [Tue, 5 Nov 2002 14:39:32 +0000 (14:39 +0000)]
("Bulgarian"): Fix typo.

21 years ago(coding-system-eol-type-mnemonic): Move to mule.el.
Juanma Barranquero [Tue, 5 Nov 2002 10:43:33 +0000 (10:43 +0000)]
(coding-system-eol-type-mnemonic): Move to mule.el.

21 years ago(coding-system-eol-type-mnemonic): Move from mule-util.el.
Juanma Barranquero [Tue, 5 Nov 2002 10:42:25 +0000 (10:42 +0000)]
(coding-system-eol-type-mnemonic): Move from mule-util.el.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 5 Nov 2002 07:23:26 +0000 (07:23 +0000)]
*** empty log message ***

21 years ago(find-buffer-visiting): Accept new optional PREDICATE argument to return only a
Juanma Barranquero [Tue, 5 Nov 2002 07:21:14 +0000 (07:21 +0000)]
(find-buffer-visiting): Accept new optional PREDICATE argument to return only a
buffer that satisfies the predicate.
(insert-file-1): New function.
(insert-file-literally): Use it.
(insert-file): Use it.

21 years ago(BROKEN_SIGIO): Turn off the #undef.
Richard M. Stallman [Tue, 5 Nov 2002 05:19:58 +0000 (05:19 +0000)]
(BROKEN_SIGIO): Turn off the #undef.

21 years ago(Fcall_interactively): New local filter_specs.
Richard M. Stallman [Tue, 5 Nov 2002 05:15:47 +0000 (05:15 +0000)]
(Fcall_interactively): New local filter_specs.
(Fcall_interactively): Check for progn as well as let.
Add a gcpro.
(Qprogn): New variable.
(syms_of_callint): Staticpro and init Qprogn.

21 years ago(Feval_buffer): Doc fix.
John Paul Wallington [Mon, 4 Nov 2002 19:16:29 +0000 (19:16 +0000)]
(Feval_buffer): Doc fix.

21 years ago*** empty log message ***
Dave Love [Mon, 4 Nov 2002 18:29:06 +0000 (18:29 +0000)]
*** empty log message ***

21 years ago(read_char): Always translate iff
Dave Love [Mon, 4 Nov 2002 14:58:44 +0000 (14:58 +0000)]
(read_char): Always translate iff
Vkeyboard_translate_table is a char table and c is valid.

21 years ago(XTread_socket): Check Lisp types for Vx_keysym_table
Dave Love [Mon, 4 Nov 2002 14:29:04 +0000 (14:29 +0000)]
(XTread_socket): Check Lisp types for Vx_keysym_table
and fix C types.

21 years ago(desktop-relative-file-names): New variable.
Juanma Barranquero [Mon, 4 Nov 2002 08:21:51 +0000 (08:21 +0000)]
(desktop-relative-file-names): New variable.
(desktop-save): Use it.

21 years agoAdd comment to prev change.
André Spiegel [Sun, 3 Nov 2002 15:08:29 +0000 (15:08 +0000)]
Add comment to prev change.