]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(file-newest-backup): Use file-name-sans-versions.
Markus Rost [Wed, 22 May 2002 23:29:58 +0000 (23:29 +0000)]
(file-newest-backup): Use file-name-sans-versions.

22 years ago(diff-latest-backup-file): Replace the main code by a call of
Markus Rost [Wed, 22 May 2002 23:26:51 +0000 (23:26 +0000)]
(diff-latest-backup-file): Replace the main code by a call of
 file-newest-backup.

22 years ago(x_write_glyphs): Clear phys_cursor_on_p if current
Kim F. Storm [Wed, 22 May 2002 21:18:25 +0000 (21:18 +0000)]
(x_write_glyphs): Clear phys_cursor_on_p if current
phys_cursor's hpos is overwritten.  This is still not completely
correct, as it doesn't really make sense to use hpos at all to
get the cursor glyph (as that is relative to the width of the
characters on the line, which may have changed during the update).

22 years ago*** empty log message ***
Kim F. Storm [Wed, 22 May 2002 21:16:51 +0000 (21:16 +0000)]
*** empty log message ***

22 years ago(x_draw_bar_cursor): New argument KIND; callers changed.
Jason Rumney [Wed, 22 May 2002 19:37:56 +0000 (19:37 +0000)]
(x_draw_bar_cursor): New argument KIND; callers changed.
Handle the `hbar' cursor type.
(x_display_and_set_cursor): Handle the HBAR_CURSOR case.

22 years ago(text_cursor_kinds): New enumeration member HBAR_CURSOR.
Jason Rumney [Wed, 22 May 2002 19:36:13 +0000 (19:36 +0000)]
(text_cursor_kinds): New enumeration member HBAR_CURSOR.

22 years ago* w32fns.c (enumfont_t): Remove tail, make pattern a normal
Jason Rumney [Wed, 22 May 2002 19:35:48 +0000 (19:35 +0000)]
* w32fns.c (enumfont_t): Remove tail, make pattern a normal
Lisp_Object.
(enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
Use modified enumfont_t struct.

* w32fns.c (Qhbar): New variable.
(x_specified_cursor_type): Use it.

22 years ago(sgml-guess-indent): Look further into the buffer.
Mike Williams [Wed, 22 May 2002 09:40:48 +0000 (09:40 +0000)]
(sgml-guess-indent): Look further into the buffer.

22 years agoFix typo.
Markus Rost [Wed, 22 May 2002 01:20:26 +0000 (01:20 +0000)]
Fix typo.

22 years ago(ange-ftp-allow-child-lookup): Re-enable since
Stefan Monnier [Tue, 21 May 2002 23:23:08 +0000 (23:23 +0000)]
(ange-ftp-allow-child-lookup): Re-enable since
the last patch works around the wu-ftpd misfeature that prompted
the disabling of this optimization.

22 years ago(Info-fontify): Deleted.
Colin Walters [Tue, 21 May 2002 22:22:10 +0000 (22:22 +0000)]
(Info-fontify): Deleted.
(Info-select-node): Don't use it.
(Info-mode-hook): New variable.
(Info-mode): Set up categories.
(Info-fontify-menu-headers, Info-fontify-node): Use categories.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 22:21:53 +0000 (22:21 +0000)]
*** empty log message ***

22 years ago(sgml-xml-auto-coding-function): Update with more known XML encodings.
Colin Walters [Tue, 21 May 2002 21:50:28 +0000 (21:50 +0000)]
(sgml-xml-auto-coding-function): Update with more known XML encodings.

22 years ago* w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
Ken Raeburn [Tue, 21 May 2002 21:35:49 +0000 (21:35 +0000)]
* w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
now, when the address is needed.

22 years ago(truncate-string-to-width): New optional argument `ellipsis'. Add
Colin Walters [Tue, 21 May 2002 21:22:21 +0000 (21:22 +0000)]
(truncate-string-to-width): New optional argument `ellipsis'.  Add
commented-out test suite, and change coding to iso-2022-7bit.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 21:21:37 +0000 (21:21 +0000)]
*** empty log message ***

22 years ago(Recognize Coding): Note addition of `auto-coding-functions'.
Colin Walters [Tue, 21 May 2002 21:15:43 +0000 (21:15 +0000)]
(Recognize Coding): Note addition of `auto-coding-functions'.

22 years ago(make-coding-system): Doc fixes.
Colin Walters [Tue, 21 May 2002 21:14:03 +0000 (21:14 +0000)]
(make-coding-system): Doc fixes.

(auto-coding-functions): New variable.
(auto-coding-from-file-contents): Use it.
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 21:13:36 +0000 (21:13 +0000)]
*** empty log message ***

22 years ago(shortlisp): Add font-core.el.
Colin Walters [Tue, 21 May 2002 21:03:51 +0000 (21:03 +0000)]
(shortlisp): Add font-core.el.

22 years agoAdd font-core.el.
Colin Walters [Tue, 21 May 2002 21:02:25 +0000 (21:02 +0000)]
Add font-core.el.

22 years ago(font-lock-defaults, font-lock-defaults-alist)
Colin Walters [Tue, 21 May 2002 21:01:35 +0000 (21:01 +0000)]
(font-lock-defaults, font-lock-defaults-alist)
(font-lock-multiline, font-lock-fontified, font-lock-mode)
(turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
(font-lock-global-modes): Moved to font-core.el.
(font-lock-set-defaults-1): Partially moved to font-core.el.

22 years ago(occur-engine): Increment globalcount all at once after searching a buffer.
Colin Walters [Tue, 21 May 2002 21:01:14 +0000 (21:01 +0000)]
(occur-engine): Increment globalcount all at once after searching a buffer.
(occur-mode-map): Don't escape plain "o".

(occur-mode-hook): New variable.
(occur-fontify-region-function): Deleted.
(occur-mode): Don't use it.  Set up `font-lock-category-alist' instead.
(occur-fontify-on-property): Deleted.
(occur-engine): Use categories from `font-lock-category-alist'.

22 years ago(toplevel): Require font-lock, to get the face definitions.
Colin Walters [Tue, 21 May 2002 20:59:28 +0000 (20:59 +0000)]
(toplevel): Require font-lock, to get the face definitions.
(ibuffer-use-fontification): Deleted.
(column filename-and-process): New column.
(ibuffer-formats): Use it by default.
(ibuffer-name-map, ibuffer-mode-name-map)
(ibuffer-filter-group-map): Don't set parent to
`ibuffer-mode-map'.
(ibuffer-do-save, ibuffer-do-toggle-modified)
(ibuffer-do-toggle-read-only, ibuffer-do-delete)
(ibuffer-do-kill-on-deletion-marks): Include name in definition.
(ibuffer): New optional argument `formats'.

22 years ago(define-ibuffer-column): Add third argument `ibuffer-buf'.
Colin Walters [Tue, 21 May 2002 20:59:04 +0000 (20:59 +0000)]
(define-ibuffer-column): Add third argument `ibuffer-buf'.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 20:58:06 +0000 (20:58 +0000)]
*** empty log message ***

22 years agoNew file, broken out from font-lock.el.
Colin Walters [Tue, 21 May 2002 20:39:54 +0000 (20:39 +0000)]
New file, broken out from font-lock.el.

22 years ago(indent-rigidly): Mention how to remove all indentation.
Eli Zaretskii [Tue, 21 May 2002 16:28:08 +0000 (16:28 +0000)]
(indent-rigidly): Mention how to remove all indentation.

22 years ago(Indentation Commands): Describe how to remove all indentation. Add
Eli Zaretskii [Tue, 21 May 2002 16:24:28 +0000 (16:24 +0000)]
(Indentation Commands): Describe how to remove all indentation.  Add
an index entry for that.

22 years ago(describe-char-after): Order display of text properties by the size of
Colin Walters [Tue, 21 May 2002 06:05:39 +0000 (06:05 +0000)]
(describe-char-after): Order display of text properties by the size of
their value, for clarity.

22 years ago*** empty log message ***
Colin Walters [Tue, 21 May 2002 06:05:12 +0000 (06:05 +0000)]
*** empty log message ***

22 years ago(f90-looking-at-where-or-forall): Oops, defsubst, not defun.
Glenn Morris [Mon, 20 May 2002 21:52:07 +0000 (21:52 +0000)]
(f90-looking-at-where-or-forall): Oops, defsubst, not defun.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 20 May 2002 19:32:59 +0000 (19:32 +0000)]
*** empty log message ***

22 years ago(ange-ftp-generate-root-prefixes)
Stefan Monnier [Mon, 20 May 2002 18:51:49 +0000 (18:51 +0000)]
(ange-ftp-generate-root-prefixes)
(ange-ftp-file-name-completion): Don't cons unnecessarily.
(ange-ftp-send-cmd): Always `cd' before doing `ls'.

22 years ago(cpp-choose-symbol): Don't cons unnecessarily.
Stefan Monnier [Mon, 20 May 2002 18:48:58 +0000 (18:48 +0000)]
(cpp-choose-symbol): Don't cons unnecessarily.

22 years ago(tags-complete-tags-table-file): Don't cons unnecessarily.
Stefan Monnier [Mon, 20 May 2002 18:48:33 +0000 (18:48 +0000)]
(tags-complete-tags-table-file): Don't cons unnecessarily.

22 years ago(outline-reveal-toggle-invisible): Reverse the meaning of the second arg.
Stefan Monnier [Mon, 20 May 2002 18:32:07 +0000 (18:32 +0000)]
(outline-reveal-toggle-invisible): Reverse the meaning of the second arg.

22 years ago(reveal-post-command): Reverse the semantics of
Stefan Monnier [Mon, 20 May 2002 18:31:20 +0000 (18:31 +0000)]
(reveal-post-command): Reverse the semantics of
reveal-toggle-invisible and support isearch-open-invisible-temporary.

22 years ago(widget-color-complete): Don't cons needlessly.
Stefan Monnier [Mon, 20 May 2002 18:28:09 +0000 (18:28 +0000)]
(widget-color-complete): Don't cons needlessly.

22 years agoMove remarks on `mail-default-directory' down to section
Markus Rost [Mon, 20 May 2002 17:29:37 +0000 (17:29 +0000)]
Move remarks on `mail-default-directory' down to section
"Changes in Emacs 21.4".

22 years agoMention new user option `mail-default-directory'.
Markus Rost [Mon, 20 May 2002 16:09:26 +0000 (16:09 +0000)]
Mention new user option `mail-default-directory'.

22 years ago(mail-recover-1): Remove (debug).
Markus Rost [Mon, 20 May 2002 16:05:56 +0000 (16:05 +0000)]
(mail-recover-1): Remove (debug).
(mail-signature): Fix :type.
(mail-default-directory): New user option.
(mail, mail-recover):  Use that option.

22 years ago(syms_of_buffer) <cursor-type>: Doc fix.
Richard M. Stallman [Mon, 20 May 2002 14:51:24 +0000 (14:51 +0000)]
(syms_of_buffer) <cursor-type>: Doc fix.

22 years ago(read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.
Richard M. Stallman [Mon, 20 May 2002 14:50:25 +0000 (14:50 +0000)]
(read_char_minibuf_menu_prompt): Don't list equivalent key bindings here.

22 years ago(auto-coding-alist): Use emacs-mule
Kai Großjohann [Mon, 20 May 2002 14:13:11 +0000 (14:13 +0000)]
(auto-coding-alist): Use emacs-mule
for auto-save files.  (Fix previous change.)

22 years ago(auto-coding-alist): Use no-conversion
Kai Großjohann [Mon, 20 May 2002 11:01:14 +0000 (11:01 +0000)]
(auto-coding-alist): Use no-conversion
for auto-save files.

22 years agoupdate LISP_MAKE_RVALUE comment for union, non-gcc case
Ken Raeburn [Mon, 20 May 2002 08:38:28 +0000 (08:38 +0000)]
update LISP_MAKE_RVALUE comment for union, non-gcc case

22 years ago* xselect.c (symbol_to_x_atom, x_get_foreign_selection): Use
Ken Raeburn [Mon, 20 May 2002 08:10:41 +0000 (08:10 +0000)]
* xselect.c (symbol_to_x_atom, x_get_foreign_selection): Use
SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.

22 years ago* xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
Ken Raeburn [Mon, 20 May 2002 08:06:52 +0000 (08:06 +0000)]
* xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.

22 years ago* xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
Ken Raeburn [Mon, 20 May 2002 08:06:45 +0000 (08:06 +0000)]
* xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
XSTRING instead of XSYMBOL and name field.

22 years ago* w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
Ken Raeburn [Mon, 20 May 2002 08:06:39 +0000 (08:06 +0000)]
* w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
and XSTRING instead of XSYMBOL and name field.

22 years ago* process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
Ken Raeburn [Mon, 20 May 2002 08:06:32 +0000 (08:06 +0000)]
* process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
and XSTRING instead of XSYMBOL and name field.

22 years ago* print.c (print_error_message, print_object): Use SYMBOL_NAME and
Ken Raeburn [Mon, 20 May 2002 08:06:27 +0000 (08:06 +0000)]
* print.c (print_error_message, print_object): Use SYMBOL_NAME and
XSTRING instead of XSYMBOL and name field.

22 years ago* minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
Ken Raeburn [Mon, 20 May 2002 08:06:21 +0000 (08:06 +0000)]
* minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
assignment instead of XSYMBOL and name field and XSETSTRING.

22 years ago* macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
Ken Raeburn [Mon, 20 May 2002 08:06:16 +0000 (08:06 +0000)]
* macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.

22 years ago* lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
Ken Raeburn [Mon, 20 May 2002 08:06:11 +0000 (08:06 +0000)]
* lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
instead of XSYMBOL and name field.
(Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
name field and XSETSTRING.

22 years ago* lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
Ken Raeburn [Mon, 20 May 2002 08:06:06 +0000 (08:06 +0000)]
* lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
object field named "xname".
(SYMBOL_NAME): New macro.

22 years ago* keymap.c (silly_event_symbol_error, Fsingle_key_description)
Ken Raeburn [Mon, 20 May 2002 08:06:00 +0000 (08:06 +0000)]
* keymap.c (silly_event_symbol_error, Fsingle_key_description)
(Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.
(describe_command, describe_translation): Use SYMBOL_NAME and
assignment instead of XSYMBOL and name field and XSETSTRING.

22 years ago* keyboard.c (echo_char, record_char, parse_modifiers_uncached)
Ken Raeburn [Mon, 20 May 2002 08:05:55 +0000 (08:05 +0000)]
* keyboard.c (echo_char, record_char, parse_modifiers_uncached)
(parse_modifiers, apply_modifiers, Fevent_convert_list)
(parse_solitary_modifier, Fexecute_extended_command): Use
SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.

22 years ago* fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
Ken Raeburn [Mon, 20 May 2002 08:05:48 +0000 (08:05 +0000)]
* fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
instead of XSYMBOL and name field.

22 years ago* fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use
Ken Raeburn [Mon, 20 May 2002 08:05:43 +0000 (08:05 +0000)]
* fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use
SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.

22 years ago* eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
Ken Raeburn [Mon, 20 May 2002 08:05:37 +0000 (08:05 +0000)]
* eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
XSYMBOL and name field.

22 years ago* emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
Ken Raeburn [Mon, 20 May 2002 08:05:32 +0000 (08:05 +0000)]
* emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
instead of XSYMBOL and name field.

22 years ago* editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
Ken Raeburn [Mon, 20 May 2002 08:05:26 +0000 (08:05 +0000)]
* editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
XSYMBOL and name field.

22 years ago* data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
Ken Raeburn [Mon, 20 May 2002 08:05:21 +0000 (08:05 +0000)]
* data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.

22 years ago* coding.c (Fread_coding_system, code_convert_region1)
Ken Raeburn [Mon, 20 May 2002 08:05:15 +0000 (08:05 +0000)]
* coding.c (Fread_coding_system, code_convert_region1)
(code_convert_string1, code_convert_string_norecord)
(Ffind_operation_coding_system): Use SYMBOL_NAME instead of
XSYMBOL and name field.

22 years ago* charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
Ken Raeburn [Mon, 20 May 2002 08:05:09 +0000 (08:05 +0000)]
* charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
and SYMBOL_NAME instead of XSYMBOL and name field.

22 years ago* callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
Ken Raeburn [Mon, 20 May 2002 08:05:03 +0000 (08:05 +0000)]
* callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
instead of XSYMBOL and name field.

22 years ago* buffer.c (buffer_slot_type_mismatch): Use XSTRING and
Ken Raeburn [Mon, 20 May 2002 08:04:58 +0000 (08:04 +0000)]
* buffer.c (buffer_slot_type_mismatch): Use XSTRING and
SYMBOL_NAME instead of XSYMBOL and name field.

22 years ago* alloc.c (Fmake_symbol): Set symbol xname field instead of name.
Ken Raeburn [Mon, 20 May 2002 08:04:52 +0000 (08:04 +0000)]
* alloc.c (Fmake_symbol): Set symbol xname field instead of name.
(mark_object, gc_sweep): Use symbol xname field and XSTRING
instead of name field.

22 years ago* abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
Ken Raeburn [Mon, 20 May 2002 08:04:46 +0000 (08:04 +0000)]
* abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
name field.

22 years ago(find-file-read-args): Don't trash existing value of
Miles Bader [Mon, 20 May 2002 04:40:53 +0000 (04:40 +0000)]
(find-file-read-args): Don't trash existing value of
`minibuffer-setup-hook', just add our hook to it.

22 years ago(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
Markus Rost [Mon, 20 May 2002 03:09:11 +0000 (03:09 +0000)]
(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
:version attributes to strings.

22 years ago(yank-excluded-properties): Change :version attribute to a string.
Markus Rost [Mon, 20 May 2002 03:06:24 +0000 (03:06 +0000)]
(yank-excluded-properties): Change :version attribute to a string.

22 years ago(dired-view-command-alist): Change :version attribute to a string.
Markus Rost [Mon, 20 May 2002 03:05:16 +0000 (03:05 +0000)]
(dired-view-command-alist): Change :version attribute to a string.

22 years ago(xscheme-start-hook): Change :version attribute to a string.
Markus Rost [Mon, 20 May 2002 03:04:05 +0000 (03:04 +0000)]
(xscheme-start-hook): Change :version attribute to a string.

22 years ago(find-dired): Implement revert-buffer-function.
Markus Rost [Mon, 20 May 2002 00:42:27 +0000 (00:42 +0000)]
(find-dired): Implement revert-buffer-function.

22 years ago(report-emacs-bug-hook): Do another save-excursion.
Markus Rost [Mon, 20 May 2002 00:39:23 +0000 (00:39 +0000)]
(report-emacs-bug-hook): Do another save-excursion.

22 years ago(f90-change-keywords): Doc fix.
Glenn Morris [Sun, 19 May 2002 23:23:22 +0000 (23:23 +0000)]
(f90-change-keywords): Doc fix.

22 years ago(f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
Glenn Morris [Sun, 19 May 2002 23:19:42 +0000 (23:19 +0000)]
(f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
(f90-looking-at-if-then): Remove lets.
(f90-looking-at-where-or-forall): Handle if split over lines.

22 years ago* lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real
Ken Raeburn [Sun, 19 May 2002 23:14:24 +0000 (23:14 +0000)]
* lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real
rvalues in most configurations.

22 years ago* buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
Ken Raeburn [Sun, 19 May 2002 23:12:30 +0000 (23:12 +0000)]
* buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
of the cdr part of a cons cell; instead, track the parent cell and call
XSETCDR, or set the variable for the head of the list if we haven't started
down the list yet.

22 years ago(f90-get-present-comment-type): Fix bug introduced in version 1.46.
Glenn Morris [Sun, 19 May 2002 22:28:15 +0000 (22:28 +0000)]
(f90-get-present-comment-type): Fix bug introduced in version 1.46.
(f90-comment-indent): Doc fix.
(f90-break-line): Simplify it a bit.

22 years ago(f90-match-end): Simplify it a bit.
Glenn Morris [Sun, 19 May 2002 21:47:46 +0000 (21:47 +0000)]
(f90-match-end): Simplify it a bit.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 19 May 2002 16:10:29 +0000 (16:10 +0000)]
*** empty log message ***

22 years ago(reread_doc_file): Don't ask for confirmation.
Richard M. Stallman [Sun, 19 May 2002 16:10:08 +0000 (16:10 +0000)]
(reread_doc_file): Don't ask for confirmation.

22 years ago(indent-region): Make COLUMN arg optional.
Richard M. Stallman [Sun, 19 May 2002 16:09:28 +0000 (16:09 +0000)]
(indent-region): Make COLUMN arg optional.

22 years ago(custom-load-symbol): Verify that LOADED is a string.
Richard M. Stallman [Sun, 19 May 2002 16:07:13 +0000 (16:07 +0000)]
(custom-load-symbol): Verify that LOADED is a string.

22 years agoCompare C-f, etc, with arrow keys. Mention PageUp and PageDn.
Richard M. Stallman [Sun, 19 May 2002 16:05:46 +0000 (16:05 +0000)]
Compare C-f, etc, with arrow keys.  Mention PageUp and PageDn.

22 years agoFix previous change.
Richard M. Stallman [Sun, 19 May 2002 16:03:51 +0000 (16:03 +0000)]
Fix previous change.

22 years ago(archive-zip-use-pkzip): Variable deleted.
Richard M. Stallman [Sun, 19 May 2002 16:00:48 +0000 (16:00 +0000)]
(archive-zip-use-pkzip): Variable deleted.
(archive-zip-extract, archive-zip-expunge, archive-zip-update)
(archive-zip-update-case): Use locate-file to decide whether
to use pkzip.

22 years ago(locate-file): Doc fix.
Richard M. Stallman [Sun, 19 May 2002 15:55:04 +0000 (15:55 +0000)]
(locate-file): Doc fix.

22 years ago(rmail-show-message-hook): Offer `goto-address' as an option.
Richard M. Stallman [Sun, 19 May 2002 15:36:55 +0000 (15:36 +0000)]
(rmail-show-message-hook): Offer `goto-address' as an option.

22 years ago(uniquify-rationalize-file-buffer-names):
Stefan Monnier [Sun, 19 May 2002 02:11:24 +0000 (02:11 +0000)]
(uniquify-rationalize-file-buffer-names):
Always strip the trailing / even if the file is not a directory.

22 years agoComment change.
Richard M. Stallman [Sun, 19 May 2002 01:38:37 +0000 (01:38 +0000)]
Comment change.

22 years ago(f90-mode-abbrev-table): Initialize in the defvar.
Glenn Morris [Sat, 18 May 2002 22:42:23 +0000 (22:42 +0000)]
(f90-mode-abbrev-table): Initialize in the defvar.

22 years ago(f90-mode-abbrev-table): Initialize with define-abbrev-table, if needed.
Glenn Morris [Sat, 18 May 2002 22:18:58 +0000 (22:18 +0000)]
(f90-mode-abbrev-table): Initialize with define-abbrev-table, if needed.

22 years ago(f90-mode-syntax-table, f90-mode-map): Do the initialization in the defvar.
Glenn Morris [Sat, 18 May 2002 21:52:58 +0000 (21:52 +0000)]
(f90-mode-syntax-table, f90-mode-map): Do the initialization in the defvar.
(f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
(f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4): Move
the doc strings.
(f90-menu-bar-menu): New internal variable to hold the top-level menu.
(f90-change-case-menu, f90-font-lock-menu): Minor code changes.

22 years agoAdd a comment in case people complain about the h flag for Tar.
Eli Zaretskii [Sat, 18 May 2002 19:52:17 +0000 (19:52 +0000)]
Add a comment in case people complain about the h flag for Tar.

22 years ago(tar-octal-time): Fix last change.
Eli Zaretskii [Sat, 18 May 2002 19:45:37 +0000 (19:45 +0000)]
(tar-octal-time): Fix last change.