]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

22 years ago(report-emacs-bug-text-prompt): New variable.
Markus Rost [Sat, 18 May 2002 19:19:18 +0000 (19:19 +0000)]
(report-emacs-bug-text-prompt): New variable.
(report-emacs-bug):  Store the prompt in
`report-emacs-bug-text-prompt'.  Move Configuration/Important settings
information after the user's report.
(report-emacs-bug-hook): Unclutter by deleting the content of
`report-emacs-bug-text-prompt'.

22 years agoUpdate maintainer.
Glenn Morris [Sat, 18 May 2002 19:05:34 +0000 (19:05 +0000)]
Update maintainer.

22 years ago*** empty log message ***
Jason Rumney [Sat, 18 May 2002 15:36:51 +0000 (15:36 +0000)]
*** empty log message ***

22 years ago(w32_create_pixmap_from_bitmap_data): New function.
Jason Rumney [Sat, 18 May 2002 15:30:47 +0000 (15:30 +0000)]
(w32_create_pixmap_from_bitmap_data): New function.
(xbm_load_image): Use it.
(xbm_load): Ditto.
(xbm_read_bitmap_data): Reverted to xfns.c version.
From David Ponce <dponce@voila.fr>.

22 years agoFix typo.
Pavel Janík [Sat, 18 May 2002 13:17:51 +0000 (13:17 +0000)]
Fix typo.

22 years agoMore preamble fixes.
Eli Zaretskii [Sat, 18 May 2002 11:26:16 +0000 (11:26 +0000)]
More preamble fixes.

22 years agoFix the preamble comments.
Eli Zaretskii [Sat, 18 May 2002 11:22:04 +0000 (11:22 +0000)]
Fix the preamble comments.

22 years agoDocument failure to start due to old version of ncurses.
Eli Zaretskii [Sat, 18 May 2002 11:10:35 +0000 (11:10 +0000)]
Document failure to start due to old version of ncurses.

22 years ago(forms-jump-record, forms-insert-record, forms-delete-record): Calculate
Pavel Janík [Sat, 18 May 2002 08:05:54 +0000 (08:05 +0000)]
(forms-jump-record, forms-insert-record, forms-delete-record): Calculate
lines from the beginning of the accessible portion rather than from the
beginning of the buffer.

22 years agoDocument that ps-print can print Unicode characters.
Eli Zaretskii [Fri, 17 May 2002 14:14:40 +0000 (14:14 +0000)]
Document that ps-print can print Unicode characters.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 17 May 2002 14:10:12 +0000 (14:10 +0000)]
*** empty log message ***

22 years ago(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii [Fri, 17 May 2002 14:09:39 +0000 (14:09 +0000)]
(eval-and-compile): Add a trivial replacement for a
possibly missing encode-char.
(ps-mule-font-info-database-bdf): Add associations for Unicode
fonts.  Doc fix.
(ps-mule-font-info-database-ps-bdf): Doc fix.
(ps-mule-encode-ucs2): New function for encoding Unicode characters.

22 years agoFix whitespace.
Eli Zaretskii [Fri, 17 May 2002 13:17:21 +0000 (13:17 +0000)]
Fix whitespace.

22 years agoFix whitespace.
Eli Zaretskii [Fri, 17 May 2002 13:12:37 +0000 (13:12 +0000)]
Fix whitespace.
(sig_suspender, sigprocmask): Don't define for DJGPP 2.02 and later.

22 years agoFix whitespace.
Eli Zaretskii [Fri, 17 May 2002 12:02:50 +0000 (12:02 +0000)]
Fix whitespace.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 17 May 2002 11:37:48 +0000 (11:37 +0000)]
*** empty log message ***

22 years ago(tar-octal-time): Fix the last argument of logior.
Eli Zaretskii [Fri, 17 May 2002 11:37:13 +0000 (11:37 +0000)]
(tar-octal-time): Fix the last argument of logior.

22 years ago(socket_connection): Move the code to resolve the POP
Eli Zaretskii [Fri, 17 May 2002 11:24:02 +0000 (11:24 +0000)]
(socket_connection): Move the code to resolve the POP
host right before trying to connect with it.

22 years ago(install): Use "tar -chf", to follow symlinks.
Eli Zaretskii [Fri, 17 May 2002 11:13:10 +0000 (11:13 +0000)]
(install): Use "tar -chf", to follow symlinks.

22 years ago(find-function-search-for-symbol): Find funs defined with defun-cvs-mode.
Stefan Monnier [Thu, 16 May 2002 20:11:23 +0000 (20:11 +0000)]
(find-function-search-for-symbol): Find funs defined with defun-cvs-mode.
(find-function-space-re): New const.  Skips comments as well.
(find-function-regexp, find-variable-regexp): Use it.

22 years ago(cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
Stefan Monnier [Thu, 16 May 2002 20:03:52 +0000 (20:03 +0000)]
(cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
(cvs-mode-add-change-log-entry-other-window): Work on multiple files.
(cvs-mode-set-flags): Don't cons unnecessarily.

22 years ago(menu-bar-tools-menu) <calculator>: Renamed to "Simple Calculator".
Colin Walters [Thu, 16 May 2002 19:32:32 +0000 (19:32 +0000)]
(menu-bar-tools-menu) <calculator>: Renamed to "Simple Calculator".
(menu-bar-tools-menu) <calc>: New.

22 years agoFormat John Paul Wallington's changes correctly.
Colin Walters [Thu, 16 May 2002 19:32:18 +0000 (19:32 +0000)]
Format John Paul Wallington's changes correctly.

22 years ago*** empty log message ***
Juanma Barranquero [Thu, 16 May 2002 12:01:57 +0000 (12:01 +0000)]
*** empty log message ***

22 years ago(hs-adjust-block-beginning): Fix typo.
Juanma Barranquero [Thu, 16 May 2002 12:01:17 +0000 (12:01 +0000)]
(hs-adjust-block-beginning): Fix typo.

22 years ago(filesets-ormap): Fix typo.
Juanma Barranquero [Thu, 16 May 2002 12:00:59 +0000 (12:00 +0000)]
(filesets-ormap): Fix typo.

22 years agoFix typo.
Juanma Barranquero [Thu, 16 May 2002 12:00:33 +0000 (12:00 +0000)]
Fix typo.

22 years ago(gnus-mime-copy-part): Fix typo.
Juanma Barranquero [Thu, 16 May 2002 11:57:22 +0000 (11:57 +0000)]
(gnus-mime-copy-part): Fix typo.

22 years ago(Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
Juanma Barranquero [Thu, 16 May 2002 11:53:41 +0000 (11:53 +0000)]
(Fthis_command_keys, Fthis_command_keys_vector): Fix typo.

22 years ago(describe-face): Fix typo.
Juanma Barranquero [Thu, 16 May 2002 07:49:59 +0000 (07:49 +0000)]
(describe-face): Fix typo.

22 years ago(Position Info): Add an index entry for font at point.
Eli Zaretskii [Thu, 16 May 2002 03:41:38 +0000 (03:41 +0000)]
(Position Info): Add an index entry for font at point.

22 years ago(Editing Format Info): Add index entries for text properties at point.
Eli Zaretskii [Thu, 16 May 2002 03:38:36 +0000 (03:38 +0000)]
(Editing Format Info): Add index entries for text properties at point.

22 years ago*** empty log message ***
Stefan Monnier [Wed, 15 May 2002 22:35:48 +0000 (22:35 +0000)]
*** empty log message ***

22 years ago(read_char_x_menu_prompt): Use an equivalent but more meaningful test.
Stefan Monnier [Wed, 15 May 2002 22:34:57 +0000 (22:34 +0000)]
(read_char_x_menu_prompt): Use an equivalent but more meaningful test.
(read_char_minibuf_menu_prompt): Fix typo.

22 years ago(easy-menu-make-symbol): Don't treat (lambda () ...) as an expression.
Stefan Monnier [Wed, 15 May 2002 22:14:16 +0000 (22:14 +0000)]
(easy-menu-make-symbol): Don't treat (lambda () ...) as an expression.

22 years ago(occur-read-primary-args): Handle a bare 'C-u' correctly.
Colin Walters [Wed, 15 May 2002 19:35:54 +0000 (19:35 +0000)]
(occur-read-primary-args): Handle a bare 'C-u' correctly.

22 years ago*** empty log message ***
Colin Walters [Wed, 15 May 2002 19:35:13 +0000 (19:35 +0000)]
*** empty log message ***

22 years ago(Keypad Mode Overview): The keypad mode needs a mouse, not X.
Eli Zaretskii [Wed, 15 May 2002 17:10:05 +0000 (17:10 +0000)]
(Keypad Mode Overview): The keypad mode needs a mouse, not X.

22 years ago*** empty log message ***
Eli Zaretskii [Wed, 15 May 2002 16:50:34 +0000 (16:50 +0000)]
*** empty log message ***

22 years ago(easy-menu-add): Doc fix.
Eli Zaretskii [Wed, 15 May 2002 16:49:54 +0000 (16:49 +0000)]
(easy-menu-add): Doc fix.

22 years ago(Fcommandp): Doc fix.
Eli Zaretskii [Wed, 15 May 2002 16:36:13 +0000 (16:36 +0000)]
(Fcommandp): Doc fix.

22 years ago*** empty log message ***
Glenn Morris [Tue, 14 May 2002 23:15:41 +0000 (23:15 +0000)]
*** empty log message ***

22 years ago(fortran-directive-re): New name for fortran-preprocessor-re. All usage
Glenn Morris [Tue, 14 May 2002 23:12:41 +0000 (23:12 +0000)]
(fortran-directive-re): New name for fortran-preprocessor-re.  All usage
updated.
(fortran-calculate-indent): Give directives zero indentation.

22 years ago(easy-menu-name-match): Match both
Jason Rumney [Tue, 14 May 2002 21:20:24 +0000 (21:20 +0000)]
(easy-menu-name-match): Match both
displayed text and internal name as string.

22 years ago(cua--rectangle-operation):
Kim F. Storm [Tue, 14 May 2002 21:11:10 +0000 (21:11 +0000)]
(cua--rectangle-operation):
Don't highlight empty lines in rectangles.

22 years agoImproved commentary.
Kim F. Storm [Tue, 14 May 2002 20:30:55 +0000 (20:30 +0000)]
Improved commentary.
(keypad-setup, keypad-shifted-setup): Added choice to setup
Numeric keypad with decimal key; value is selected character.
(keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
(keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
(keypad-setup):  Arg list changed to support the new options.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 14 May 2002 20:30:17 +0000 (20:30 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Markus Rost [Tue, 14 May 2002 20:18:50 +0000 (20:18 +0000)]
*** empty log message ***

22 years ago(dabbrev-case-distinction): New option.
Richard M. Stallman [Tue, 14 May 2002 19:45:16 +0000 (19:45 +0000)]
(dabbrev-case-distinction): New option.
(dabbrev--try-find): Handle dabbrev-case-distinction.
(dabbrev--search): Clean up the code.
(dabbrev-upcase-means-case-search): Doc fix.
(dabbrev-case-replace): Fix custom tags and docs.