bpt/emacs.git
19 years ago(dot, dot-min, dot-max): Don't create
Nick Roberts [Sun, 1 May 2005 13:28:55 +0000 (13:28 +0000)]
(dot, dot-min, dot-max): Don't create
bytecode symbols.

19 years ago*** empty log message ***
Nick Roberts [Sun, 1 May 2005 13:27:53 +0000 (13:27 +0000)]
*** empty log message ***

19 years ago(require-final-newline): Make Custom tags consistent
Luc Teirlinck [Sun, 1 May 2005 12:56:42 +0000 (12:56 +0000)]
(require-final-newline): Make Custom tags consistent
with mode-require-final-newline.
(mode-require-final-newline): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 1 May 2005 12:53:17 +0000 (12:53 +0000)]
*** empty log message ***

19 years agoAdd arch tagline
Miles Bader [Sun, 1 May 2005 11:56:17 +0000 (11:56 +0000)]
Add arch tagline

19 years ago(get_frame_size) [VMS]: Use a fresh i/o channel.
Thien-Thi Nguyen [Sun, 1 May 2005 11:34:54 +0000 (11:34 +0000)]
(get_frame_size) [VMS]: Use a fresh i/o channel.

19 years ago(latexenc-find-file-coding-system): Fix regular expressions.
Lute Kamstra [Sun, 1 May 2005 11:05:08 +0000 (11:05 +0000)]
(latexenc-find-file-coding-system): Fix regular expressions.
Suggested by David Kastrup <dak@gnu.org> and Stefan Monnier
<monnier@iro.umontreal.ca>.

19 years agoCorrect key binding for dired-mark-omitted.
Lars Hansen [Sun, 1 May 2005 07:07:19 +0000 (07:07 +0000)]
Correct key binding for dired-mark-omitted.

19 years ago(string-to-int): Make obsolete.
Nick Roberts [Sun, 1 May 2005 04:44:14 +0000 (04:44 +0000)]
(string-to-int): Make obsolete.

19 years ago*** empty log message ***
Nick Roberts [Sun, 1 May 2005 04:43:32 +0000 (04:43 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 30 Apr 2005 20:34:12 +0000 (20:34 +0000)]
*** empty log message ***

19 years ago(Compressed Files): Auto Compression normally enabled.
Richard M. Stallman [Sat, 30 Apr 2005 20:34:01 +0000 (20:34 +0000)]
(Compressed Files): Auto Compression normally enabled.

19 years ago(Debugger Operation): Clarify previous change.
Richard M. Stallman [Sat, 30 Apr 2005 20:33:27 +0000 (20:33 +0000)]
(Debugger Operation): Clarify previous change.

19 years ago(next-error-overlay-arrow-position): Turn off, for ttys.
Richard M. Stallman [Sat, 30 Apr 2005 20:30:53 +0000 (20:30 +0000)]
(next-error-overlay-arrow-position): Turn off, for ttys.

19 years ago(Magic File Names): Document `operations' property.
Richard M. Stallman [Sat, 30 Apr 2005 20:30:03 +0000 (20:30 +0000)]
(Magic File Names): Document `operations' property.

19 years agoLoad jka-comp-hook.
Richard M. Stallman [Sat, 30 Apr 2005 20:20:59 +0000 (20:20 +0000)]
Load jka-comp-hook.

19 years agoMany functions and vars moved to jka-compr-hook.el.
Richard M. Stallman [Sat, 30 Apr 2005 20:18:10 +0000 (20:18 +0000)]
Many functions and vars moved to jka-compr-hook.el.
(jka-compr-handler): Add autoload.  `put' calls moved
to jka-compr-hook.el.
(compression, jka-compr): defgroups moved to jka-compr-hook.el.
(jka-compr-inhibit): Autoload.

19 years agoNew file.
Richard M. Stallman [Sat, 30 Apr 2005 20:15:33 +0000 (20:15 +0000)]
New file.
Enable the mode by default.

19 years ago(backup-buffer-copy): Use copy-file instead
Richard M. Stallman [Sat, 30 Apr 2005 20:14:32 +0000 (20:14 +0000)]
(backup-buffer-copy): Use copy-file instead
of write-region, and put back the 'excl.

19 years ago(flymake-split-string)
Richard M. Stallman [Sat, 30 Apr 2005 20:13:39 +0000 (20:13 +0000)]
(flymake-split-string)
(flymake-split-string, flymake-log, flymake-pid-to-names)
(flymake-reg-names, flymake-get-source-buffer-name)
(flymake-unreg-names, flymake-add-line-err-info)
(flymake-add-err-info): Clarify docstrings.
(flymake-popup-menu, flymake-make-emacs-menu)
(flymake-make-xemacs-menu): Add docstrings.
(flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
Set variables directly throughout.

19 years ago(Ffind_file_name_handler): Handle the `operations'
Richard M. Stallman [Sat, 30 Apr 2005 20:12:13 +0000 (20:12 +0000)]
(Ffind_file_name_handler): Handle the `operations'
property of the file name handler.
(Qoperations): New variable.
(syms_of_fileio): Initialize and staticpro it.

19 years ago(set_message_1): Delete xassert.
Richard M. Stallman [Sat, 30 Apr 2005 20:08:12 +0000 (20:08 +0000)]
(set_message_1): Delete xassert.

19 years ago(c-mode): If there is no file (Macroexpansion) don't create an alist.
Nick Roberts [Sat, 30 Apr 2005 05:16:49 +0000 (05:16 +0000)]
(c-mode): If there is no file (Macroexpansion) don't create an alist.

19 years ago*** empty log message ***
Nick Roberts [Sat, 30 Apr 2005 05:15:52 +0000 (05:15 +0000)]
*** empty log message ***

19 years ago(cc-create-define-alist): Check that file
Nick Roberts [Fri, 29 Apr 2005 23:47:30 +0000 (23:47 +0000)]
(cc-create-define-alist): Check that file
exists. Initialise cc-define-alist.
(c-mode): Add cc-create-define-alist locally to after-save-hook.

19 years ago*** empty log message ***
Nick Roberts [Fri, 29 Apr 2005 23:46:57 +0000 (23:46 +0000)]
*** empty log message ***

19 years ago(Debugger Operation): Spelling mistake.
Nick Roberts [Fri, 29 Apr 2005 22:39:56 +0000 (22:39 +0000)]
(Debugger Operation): Spelling mistake.
assiciated -> associated

19 years ago*** empty log message ***
Nick Roberts [Fri, 29 Apr 2005 22:38:08 +0000 (22:38 +0000)]
*** empty log message ***

19 years ago(cc-mode-cpp-program): New user variable.
Sam Steingold [Fri, 29 Apr 2005 18:23:33 +0000 (18:23 +0000)]
(cc-mode-cpp-program): New user variable.
(cc-create-define-alist): Use it instead of the hard-coded string.

19 years ago(file-coding-system-alist): Fix regexp for latexenc.
Stefan Monnier [Fri, 29 Apr 2005 16:09:59 +0000 (16:09 +0000)]
(file-coding-system-alist): Fix regexp for latexenc.

19 years ago*** empty log message ***
Lute Kamstra [Fri, 29 Apr 2005 13:17:49 +0000 (13:17 +0000)]
*** empty log message ***

19 years agoImprove commentary section.
Lute Kamstra [Fri, 29 Apr 2005 13:12:26 +0000 (13:12 +0000)]
Improve commentary section.
(define-generic-mode): Improve docstring.

19 years ago(Generic Modes): New node.
Lute Kamstra [Fri, 29 Apr 2005 13:02:54 +0000 (13:02 +0000)]
(Generic Modes): New node.
(Major Modes): Add it to the menu.
(Derived Modes): Add "derived mode" to concept index.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 29 Apr 2005 11:54:19 +0000 (11:54 +0000)]
*** empty log message ***

19 years ago[HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
YAMAMOTO Mitsuharu [Fri, 29 Apr 2005 09:00:57 +0000 (09:00 +0000)]
[HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
before/after including Carbon.h if there is a working mktime.

19 years ago(Fx_server_version): Add BLOCK_INPUT around Gestalt.
YAMAMOTO Mitsuharu [Fri, 29 Apr 2005 09:00:22 +0000 (09:00 +0000)]
(Fx_server_version): Add BLOCK_INPUT around Gestalt.

19 years agoDon't include time.h. Include sysselect.h after systime.h.
YAMAMOTO Mitsuharu [Fri, 29 Apr 2005 09:00:07 +0000 (09:00 +0000)]
Don't include time.h.  Include sysselect.h after systime.h.

19 years agoMany small changes to keep the byte compiler happy. Furthermore:
Carsten Dominik [Fri, 29 Apr 2005 08:40:22 +0000 (08:40 +0000)]
Many small changes to keep the byte compiler happy.  Furthermore:
(org-prefix-format-compiled): New variable.
(org-compile-prefix-format): New function.
(org-timeline, org-agenda, org-diary): Call
`org-compile-prefix-format'.
(org-agenda-prefix-format,org-timeline-prefix-format): New
options.
(org-agenda-get-scheduled): Check if file is openned in
`org-mode'.
(org-get-entries-from-diary): Use `org-get-time-of-day', for
consistency with entries from `org-mode' files.
(org-get-time-of-day): Fixed bug with partial matches early in a
line.
(org-non-link-chars): New constant.
(org-link-regexp): Respect `org-non-link-chars'.
(org-agenda-day-view): Command removed.
(org-agenda-toggle-week-view): Renamed from
`org-agenda-week-view'.
(org-follow-bbdb-link, org-store-link): Search also company field.
(org-highlight-overlay): New variable.
(org-highlight, org-unhighlight): New functions.
(org-agenda-mode): Added pre-command-hook to remove highlight.
(org-evaluate-time-range): Behavior depend upon time stamp format:
Does it contain a time or not?
(org-show-subtree, org-show-entry): New functions.
(org-agenda-cleanup-fancy-diary): Remove empty lines.

19 years ago*** empty log message ***
Carsten Dominik [Fri, 29 Apr 2005 08:39:30 +0000 (08:39 +0000)]
*** empty log message ***

19 years ago(comint-output-filter-functions): Add autoload cookie.
Luc Teirlinck [Fri, 29 Apr 2005 00:27:51 +0000 (00:27 +0000)]
(comint-output-filter-functions): Add autoload cookie.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 29 Apr 2005 00:26:16 +0000 (00:26 +0000)]
*** empty log message ***

19 years agoAdd arch tagline
Miles Bader [Thu, 28 Apr 2005 20:58:55 +0000 (20:58 +0000)]
Add arch tagline

19 years ago(ido-everywhere): Fix last change.
Kim F. Storm [Thu, 28 Apr 2005 15:09:34 +0000 (15:09 +0000)]
(ido-everywhere): Fix last change.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 28 Apr 2005 15:09:22 +0000 (15:09 +0000)]
*** empty log message ***

19 years ago(define-generic-mode): Fix docstring.
Lute Kamstra [Thu, 28 Apr 2005 14:01:03 +0000 (14:01 +0000)]
(define-generic-mode): Fix docstring.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 28 Apr 2005 13:38:25 +0000 (13:38 +0000)]
*** empty log message ***

19 years ago(resolve_face_name): Add arg SIGNAL_P. Calls changed.
Kim F. Storm [Thu, 28 Apr 2005 13:14:06 +0000 (13:14 +0000)]
(resolve_face_name): Add arg SIGNAL_P.  Calls changed.
Fix cyclic alias check.  If alias loop is detected, signal
circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.

19 years ago(file-coding-system-alist): For .tex,
Thien-Thi Nguyen [Thu, 28 Apr 2005 11:54:11 +0000 (11:54 +0000)]
(file-coding-system-alist): For .tex,
.ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 28 Apr 2005 11:50:34 +0000 (11:50 +0000)]
*** empty log message ***

19 years ago(font-lock-add-keywords, font-lock-remove-keywords): Clarify docstring.
Lute Kamstra [Thu, 28 Apr 2005 11:48:53 +0000 (11:48 +0000)]
(font-lock-add-keywords, font-lock-remove-keywords): Clarify docstring.
(font-lock-keywords-alist, font-lock-removed-keywords-alist):
Don't start docstrings with a `*'.
(font-lock-update-removed-keyword-alist): Give it a docstring.

19 years agoInitial revision.
Thien-Thi Nguyen [Thu, 28 Apr 2005 11:48:27 +0000 (11:48 +0000)]
Initial revision.

19 years ago(Standard Hooks): Add Font-Lock hooks.
Lute Kamstra [Thu, 28 Apr 2005 11:35:02 +0000 (11:35 +0000)]
(Standard Hooks): Add Font-Lock hooks.

19 years ago(Syntax Properties): Add cross reference.
Lute Kamstra [Thu, 28 Apr 2005 11:33:59 +0000 (11:33 +0000)]
(Syntax Properties): Add cross reference.

19 years ago(Defining Minor Modes): Fix previous change.
Lute Kamstra [Thu, 28 Apr 2005 11:32:54 +0000 (11:32 +0000)]
(Defining Minor Modes): Fix previous change.
(Font Lock Mode): Simplify.
(Font Lock Basics): Say that font-lock-defaults is buffer-local
when set and that some parts are optional.  Add cross references.
(Search-based Fontification): Say how to specify font-lock-keywords.
Add cross references.  Add font-lock-multiline to index.  Move
font-lock-keywords-case-fold-search here from node "Other Font
Lock Variables".  Document font-lock-add-keywords and
font-lock-remove-keywords
(Other Font Lock Variables): Move font-lock-keywords-only,
font-lock-syntax-table, font-lock-beginning-of-syntax-function,
and font-lock-syntactic-face-function to node "Syntactic Font
Lock".  Move font-lock-keywords-case-fold-search to node
"Search-based Fontification".  Document font-lock-inhibit-thing-lock
and font-lock-{,un}fontify-{buffer,region}-function.
(Precalculated Fontification): Remove reference to deleted variable
font-lock-core-only.
(Faces for Font Lock): Add font-lock-comment-delimiter-face.
(Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
font-lock-syntax-table, font-lock-beginning-of-syntax-function,
and font-lock-syntactic-face-function here from node "Other Font
Lock Variables".  Move font-lock-syntactic-keywords to "Setting
Syntax Properties".  Add cross references.
(Setting Syntax Properties): New node.  Move
font-lock-syntactic-keywords here from "Syntactic Font Lock".

19 years ago*** empty log message ***
Lute Kamstra [Thu, 28 Apr 2005 09:20:45 +0000 (09:20 +0000)]
*** empty log message ***

19 years ago(generic-mode-internal): Simplify font-lock-defaults.
Lute Kamstra [Thu, 28 Apr 2005 09:18:24 +0000 (09:18 +0000)]
(generic-mode-internal): Simplify font-lock-defaults.

19 years agoUpdate commentary section.
Lute Kamstra [Thu, 28 Apr 2005 09:17:06 +0000 (09:17 +0000)]
Update commentary section.
Only require font-lock when compiling.
Define all modes conditionally.
Place all generic modes in the generic-x-modes customization group.
(generic-x-modes): New customization group.
(generic-default-modes, generic-mswindows-modes)
(generic-unix-modes, generic-other-modes): New constants.
(generic-define-mswindows-modes, generic-define-unix-modes):
Update docstrings.  Make them obsolete.
(generic-extras-enable-list): New default value.  Update
docstring.  Improve :type.  Change :set function.
(bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
Fix docstring.

19 years ago(grep-mode-font-lock-keywords): Use the font-lock-face property to
Lute Kamstra [Thu, 28 Apr 2005 09:15:40 +0000 (09:15 +0000)]
(grep-mode-font-lock-keywords): Use the font-lock-face property to
highlight matches.

19 years ago(do_autoload): Record only autoloads in the autoload property of symbols.
Lute Kamstra [Thu, 28 Apr 2005 08:38:35 +0000 (08:38 +0000)]
(do_autoload): Record only autoloads in the autoload property of symbols.

19 years ago(Debugger Operation): Add description for
Nick Roberts [Thu, 28 Apr 2005 06:52:01 +0000 (06:52 +0000)]
(Debugger Operation): Add description for
GUD tooltips when program is not running.

19 years ago*** empty log message ***
Nick Roberts [Thu, 28 Apr 2005 06:50:20 +0000 (06:50 +0000)]
*** empty log message ***

19 years ago(USAGE1): Add --basic-display and --quick options.
Nick Roberts [Thu, 28 Apr 2005 03:01:07 +0000 (03:01 +0000)]
(USAGE1): Add --basic-display and --quick options.

19 years ago(tooltip-gud-tips): Show the associated #define
Nick Roberts [Wed, 27 Apr 2005 22:01:14 +0000 (22:01 +0000)]
(tooltip-gud-tips): Show the associated #define
directives when a C program under GDB is not executing.

19 years ago(gdb-active-process): New variable.
Nick Roberts [Wed, 27 Apr 2005 22:00:22 +0000 (22:00 +0000)]
(gdb-active-process): New variable.
(gdb-exited): New function.
(gdb-annotation-rules): Use it.
(gdb-starting): Set gdb-active-process to t.
(gdb-stopping): Amend doc string.
(gdb-reset): Set gdb-active-process to nil.

19 years ago(cc-create-define-alist): New function.
Nick Roberts [Wed, 27 Apr 2005 21:59:43 +0000 (21:59 +0000)]
(cc-create-define-alist): New function.
(cc-define-alist): New variable.
(c-mode): Make it local and set it.

19 years ago*** empty log message ***
Nick Roberts [Wed, 27 Apr 2005 21:57:26 +0000 (21:57 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Wed, 27 Apr 2005 20:00:03 +0000 (20:00 +0000)]
*** empty log message ***

19 years ago(cperl-mode): Don't precompile the font-lock-fontify-syntactic-keywords.
Stefan Monnier [Wed, 27 Apr 2005 19:46:13 +0000 (19:46 +0000)]
(cperl-mode): Don't precompile the font-lock-fontify-syntactic-keywords.

19 years ago(font-lock-default-fontify-region): Don't force
Stefan Monnier [Wed, 27 Apr 2005 19:43:50 +0000 (19:43 +0000)]
(font-lock-default-fontify-region): Don't force
parse-sexp-lookup-properties to nil.

19 years ago(man-mode-syntax-table): Set up `:' to have word-constituent syntax.
Eli Zaretskii [Wed, 27 Apr 2005 12:39:44 +0000 (12:39 +0000)]
(man-mode-syntax-table): Set up `:' to have word-constituent syntax.

19 years ago(syms_of_data) Staticpro Qcyclic_variable_indirection.
Kim F. Storm [Wed, 27 Apr 2005 11:30:42 +0000 (11:30 +0000)]
(syms_of_data) Staticpro Qcyclic_variable_indirection.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 27 Apr 2005 11:30:30 +0000 (11:30 +0000)]
*** empty log message ***

19 years ago(disable-command): Don't add spurious newlines to the init file.
Lute Kamstra [Wed, 27 Apr 2005 07:44:15 +0000 (07:44 +0000)]
(disable-command): Don't add spurious newlines to the init file.
Reported by Dan Jacobson <jidanni@jidanni.org>.

19 years ago*** empty log message ***
Jay Belanger [Wed, 27 Apr 2005 04:53:04 +0000 (04:53 +0000)]
*** empty log message ***

19 years ago(calc-edit-finish): Make sure there is more than one window before
Jay Belanger [Wed, 27 Apr 2005 04:35:16 +0000 (04:35 +0000)]
(calc-edit-finish): Make sure there is more than one window before
deleting window.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 27 Apr 2005 00:37:59 +0000 (00:37 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 27 Apr 2005 00:30:29 +0000 (00:30 +0000)]
*** empty log message ***

19 years ago(Shell): Add `Shell Prompts' to menu.
Luc Teirlinck [Wed, 27 Apr 2005 00:06:36 +0000 (00:06 +0000)]
(Shell): Add `Shell Prompts' to menu.
(Shell Mode): Add xref to `Shell Prompts'.  Clarify `C-c C-u'
description.  Delete remarks moved to new node.
(Shell Prompts): New node.
(History References): Replace remarks moved to `Shell Prompts'
with xref to that node.
(Remote Host): Clarify how to specify the terminal type when
logging in to a different machine.

19 years ago(inferior-emacs-lisp-mode): Set paragraph-separate buffer locally to
Luc Teirlinck [Tue, 26 Apr 2005 23:26:20 +0000 (23:26 +0000)]
(inferior-emacs-lisp-mode): Set paragraph-separate buffer locally to
"\\'".  Replace obsolete `comint-use-prompt-regexp-instead-of-fields'
with `comint-use-prompt-regexp'.

19 years ago(inferior-lisp-prompt): Doc fix.
Luc Teirlinck [Tue, 26 Apr 2005 23:18:05 +0000 (23:18 +0000)]
(inferior-lisp-prompt): Doc fix.

19 years ago(shell-prompt-pattern): Doc fix.
Luc Teirlinck [Tue, 26 Apr 2005 23:16:20 +0000 (23:16 +0000)]
(shell-prompt-pattern): Doc fix.
(shell-mode): Set paragraph-separate buffer locally to "\\'".

19 years ago(nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):
Luc Teirlinck [Tue, 26 Apr 2005 23:15:08 +0000 (23:15 +0000)]
(nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):
comint-use-prompt-regexp-instead-of-fields has been renamed to
comint-use-prompt-regexp.

19 years ago(try-expand-line, try-expand-line-all-buffers):
Luc Teirlinck [Tue, 26 Apr 2005 23:13:46 +0000 (23:13 +0000)]
(try-expand-line, try-expand-line-all-buffers):
`comint-use-prompt-regexp-instead-of-fields' has been renamed to
`comint-use-prompt-regexp'.

19 years ago(comint-prompt-regexp, comint-get-old-input)
Luc Teirlinck [Tue, 26 Apr 2005 23:11:17 +0000 (23:11 +0000)]
(comint-prompt-regexp, comint-get-old-input)
(comint-use-prompt-regexp)
(comint-use-prompt-regexp-instead-of-fields)
(comint-replace-by-expanded-history, comint-send-input)
(comint-output-filter, comint-get-old-input-default)
(comint-line-beginning-position, comint-bol, comint-show-output)
(comint-backward-matching-input, comint-forward-matching-input)
(comint-next-prompt, comint-previous-prompt): Rename
`comint-use-prompt-regexp-instead-of-fields' to
`comint-use-prompt-regexp'.  Keep old name as alias and declare obsolete.
(comint-use-prompt-regexp): Shorten first line of doc string.

19 years ago(Fsame_window_p, Fspecial_display_p): Doc fixes.
Richard M. Stallman [Tue, 26 Apr 2005 22:42:28 +0000 (22:42 +0000)]
(Fsame_window_p, Fspecial_display_p): Doc fixes.
(syms_of_window): Doc fixes.

19 years ago(gdb-location-alist): Rename from
Nick Roberts [Tue, 26 Apr 2005 21:25:55 +0000 (21:25 +0000)]
(gdb-location-alist): Rename from
gdb-location-list.
Break lines that are over 80 characters wide.

19 years ago*** empty log message ***
Nick Roberts [Tue, 26 Apr 2005 21:25:10 +0000 (21:25 +0000)]
*** empty log message ***

19 years agoRename "full-path" -> "full-name".
Stefan Monnier [Tue, 26 Apr 2005 20:37:31 +0000 (20:37 +0000)]
Rename "full-path" -> "full-name".

19 years agoRename "full-path" -> "full-name".
Stefan Monnier [Tue, 26 Apr 2005 20:35:42 +0000 (20:35 +0000)]
Rename "full-path" -> "full-name".
(cvs-fileinfo->full-path, cvs-display-full-path):
New fun and var, to preserve compatibility.
(cvs-fileinfo->backup-file): Don't pass the full file name
to file-newer-than-file-p.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Apr 2005 18:32:09 +0000 (18:32 +0000)]
*** empty log message ***

19 years ago(line-move-1): Avoid using vertical-motion in easy cases.
Richard M. Stallman [Tue, 26 Apr 2005 18:31:19 +0000 (18:31 +0000)]
(line-move-1): Avoid using vertical-motion in easy cases.

19 years ago(Fvertical_motion): Undo previous change.
Richard M. Stallman [Tue, 26 Apr 2005 18:24:52 +0000 (18:24 +0000)]
(Fvertical_motion): Undo previous change.

19 years ago(define-minor-mode): Fix docstring.
Lute Kamstra [Tue, 26 Apr 2005 14:17:51 +0000 (14:17 +0000)]
(define-minor-mode): Fix docstring.

19 years ago(font-lock-fontify-region-function): Fix docstring.
Lute Kamstra [Tue, 26 Apr 2005 14:14:42 +0000 (14:14 +0000)]
(font-lock-fontify-region-function): Fix docstring.
(font-lock-comment-delimiter-face): Ditto.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Apr 2005 11:05:02 +0000 (11:05 +0000)]
*** empty log message ***

19 years ago(hexl-mode): Use new name eldoc-documentation-function.
Richard M. Stallman [Tue, 26 Apr 2005 11:02:15 +0000 (11:02 +0000)]
(hexl-mode): Use new name eldoc-documentation-function.

19 years ago(python-mode): Use new name eldoc-documentation-function.
Richard M. Stallman [Tue, 26 Apr 2005 11:01:52 +0000 (11:01 +0000)]
(python-mode): Use new name eldoc-documentation-function.

19 years agoFix previous change.
Richard M. Stallman [Tue, 26 Apr 2005 11:00:56 +0000 (11:00 +0000)]
Fix previous change.

19 years ago(eldoc-mode): Doc fix.
Richard M. Stallman [Tue, 26 Apr 2005 10:59:44 +0000 (10:59 +0000)]
(eldoc-mode): Doc fix.
(eldoc-documentation-function):
Renamed from eldoc-print-current-symbol-info-function.  Calls changed.

19 years ago(Defining Faces): Document `default' elements of defface spec.
Richard M. Stallman [Tue, 26 Apr 2005 10:58:15 +0000 (10:58 +0000)]
(Defining Faces): Document `default' elements of defface spec.