bpt/emacs.git
16 years ago* lisp/vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
Stefan Monnier [Sat, 19 Apr 2008 21:53:55 +0000 (21:53 +0000)]
* lisp/vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
(vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
(vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
(vc-sccs-steal-lock, vc-sccs-modify-change-comment)
(vc-sccs-print-log): Use it.
* lisp/vc-hooks.el (vc-path): Remove SCCS-specific hack.
* lib-src/vcdiff: Use "sccs get" rather than "get"; leave PATH alone.

16 years ago(syms_of_minibuf) <minibuffer-completing-file-name>: Fix docstring.
Stefan Monnier [Sat, 19 Apr 2008 21:44:46 +0000 (21:44 +0000)]
(syms_of_minibuf) <minibuffer-completing-file-name>: Fix docstring.

16 years agoUpdate example of complex interactive spec.
Stefan Monnier [Sat, 19 Apr 2008 19:35:46 +0000 (19:35 +0000)]
Update example of complex interactive spec.

16 years ago* emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
Stefan Monnier [Sat, 19 Apr 2008 19:35:09 +0000 (19:35 +0000)]
* emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
* progmodes/scheme.el (scheme-mode-variables): Don't use it.

16 years ago* tooltip.el (tooltip-previous-message): New var.
Stefan Monnier [Sat, 19 Apr 2008 19:30:53 +0000 (19:30 +0000)]
* tooltip.el (tooltip-previous-message): New var.
(tooltip-show-help-non-mode): Rewrite to better follow the behavior of the
C code (avoid overwriting a minibuffer, restore previous echo message, ...).
(tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt): Simplify.
* keyboard.c (Vpre_help_message): Remove.
(show_help_echo): Remove default C code.

16 years ago(gdb-thread-indicator): New variable.
Nick Roberts [Sat, 19 Apr 2008 06:41:23 +0000 (06:41 +0000)]
(gdb-thread-indicator): New variable.
(gdb-init-1): Initialise it.
(gdb-annotation-rules): New entry for "new-thread".
(gdb-thread-identification): New function to customize
mode-line-buffer-identification.
(gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
(gdb-assembler-mode): Use it.
(gdb-threads-mode): Force "info threads" onto queue.

16 years ago*** empty log message ***
Nick Roberts [Sat, 19 Apr 2008 06:39:48 +0000 (06:39 +0000)]
*** empty log message ***

16 years ago* finder.el (finder-commentary):
Stefan Monnier [Sat, 19 Apr 2008 04:01:16 +0000 (04:01 +0000)]
* finder.el (finder-commentary):
* subr.el (locate-library): Use locate-file-completion-table.

16 years ago(completion-table-with-predicate): Typo.
Stefan Monnier [Sat, 19 Apr 2008 03:34:02 +0000 (03:34 +0000)]
(completion-table-with-predicate): Typo.

16 years ago* files.el (locate-file-completion-table): Rename from
Stefan Monnier [Sat, 19 Apr 2008 03:33:13 +0000 (03:33 +0000)]
* files.el (locate-file-completion-table): Rename from
locate-file-completion and make it use `pred' in the normal way.
(locate-file-completion): New compatibility wrapper.
(load-library): Use locate-file-completion-table.
* emacs-lisp/find-func.el (find-library): Likewise.
* info.el: Use with-current-buffer and inhibit-read-only.
(Info-read-node-name-2): Change to use `predicate' in the normal way.
(Info-read-node-name-1): Adjust uses accordingly.

16 years ago* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier [Sat, 19 Apr 2008 03:23:15 +0000 (03:23 +0000)]
* minibuffer.el (completion-table-with-context): Add support for `pred'.
(completion-table-with-terminator): Don't use complete-with-action
since we have to distinguish all three cases anyway.
(completion-table-with-predicate): New function.
(dynamic-completion-table): Add obsolete alias.
* minibuf.texi (Programmed Completion):
Replace dynamic-completion-table with the new completion-table-dynamic.

16 years ago(trace-make-advice): Don't change selected-window.
Stefan Monnier [Sat, 19 Apr 2008 03:10:31 +0000 (03:10 +0000)]
(trace-make-advice): Don't change selected-window.

16 years ago(directory_files_internal, file_name_completion):
Stefan Monnier [Sat, 19 Apr 2008 03:09:47 +0000 (03:09 +0000)]
(directory_files_internal, file_name_completion):
Only call ENCODE_FILE if the string is indeed decoded.

16 years ago2008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)
Romain Francoise [Fri, 18 Apr 2008 18:24:29 +0000 (18:24 +0000)]
2008-04-18  Steve Grubb  <sgrubb@redhat.com>  (tiny change)

* vcdiff: Use mktemp (CVE-2008-1694).

16 years ago*** empty log message ***
Stefan Monnier [Fri, 18 Apr 2008 15:48:57 +0000 (15:48 +0000)]
*** empty log message ***

16 years ago* configure.in: Define USE_LUCID/USE_MOTIF in config.h.
Stefan Monnier [Fri, 18 Apr 2008 15:48:06 +0000 (15:48 +0000)]
* configure.in: Define USE_LUCID/USE_MOTIF in config.h.
* lwlib/Makefile.in (TOOLKIT_DEFINES): Remove.
* src/Makefile.in (TOOLKIT_DEFINES): Remove.
(LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.

16 years ago*** empty log message ***
Andreas Schwab [Fri, 18 Apr 2008 15:34:26 +0000 (15:34 +0000)]
*** empty log message ***

16 years ago(vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
Sam Steingold [Fri, 18 Apr 2008 14:24:50 +0000 (14:24 +0000)]
(vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
Use quit-window instead of bury-buffer.

16 years ago(completion-table-with-terminator): Fix last fix.
Stefan Monnier [Fri, 18 Apr 2008 12:46:14 +0000 (12:46 +0000)]
(completion-table-with-terminator): Fix last fix.

16 years ago($(MH_E_DIR)/mh-loaddefs.el): Depend on
Andreas Schwab [Fri, 18 Apr 2008 11:04:56 +0000 (11:04 +0000)]
($(MH_E_DIR)/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.
($(CAL_DIR)/cal-loaddefs.el): Likewise.
($(CAL_DIR)/diary-loaddefs.el): Likewise.
($(CAL_DIR)/hol-loaddefs.el): Likewise.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 18 Apr 2008 10:39:01 +0000 (10:39 +0000)]
*** empty log message ***

16 years ago(savehist-load): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:33:52 +0000 (10:33 +0000)]
(savehist-load): Add WHEN to obsolescence declaration.
Remove redundant obsolescence info in docstring.

16 years ago(compile-internal): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:33:17 +0000 (10:33 +0000)]
(compile-internal): Add WHEN to obsolescence declaration.

16 years ago(lisp-comment-indent): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:32:16 +0000 (10:32 +0000)]
(lisp-comment-indent): Add WHEN to obsolescence declaration.

16 years ago(cvs-display-full-path, cvs-fileinfo->full-path):
Juanma Barranquero [Fri, 18 Apr 2008 10:31:54 +0000 (10:31 +0000)]
(cvs-display-full-path, cvs-fileinfo->full-path):
Add WHEN to obsolescence declaration.

16 years ago(cvs-diff-ignore-marks, cvs-diff-buffer-name):
Juanma Barranquero [Fri, 18 Apr 2008 10:31:27 +0000 (10:31 +0000)]
(cvs-diff-ignore-marks, cvs-diff-buffer-name):
Add WHEN to obsolescence declaration.

16 years ago(outline-visible): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:30:56 +0000 (10:30 +0000)]
(outline-visible): Add WHEN to obsolescence declaration.

16 years ago(mouse-wheel-down-button, mouse-wheel-up-button, mouse-wheel-click-button):
Juanma Barranquero [Fri, 18 Apr 2008 10:30:38 +0000 (10:30 +0000)]
(mouse-wheel-down-button, mouse-wheel-up-button, mouse-wheel-click-button):
Add WHEN to obsolescence declaration.

16 years ago(mouse-major-mode-menu, mouse-popup-menubar, mouse-popup-menubar-stuff):
Juanma Barranquero [Fri, 18 Apr 2008 10:30:18 +0000 (10:30 +0000)]
(mouse-major-mode-menu, mouse-popup-menubar, mouse-popup-menubar-stuff):
Add WHEN to obsolescence declaration.

16 years ago(cvs-commit-buffer-require-final-newline, cvs-changelog-full-paragraphs):
Juanma Barranquero [Fri, 18 Apr 2008 10:29:55 +0000 (10:29 +0000)]
(cvs-commit-buffer-require-final-newline, cvs-changelog-full-paragraphs):
Add WHEN to obsolescence declaration.

16 years ago(isearch-return-char): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:29:23 +0000 (10:29 +0000)]
(isearch-return-char): Add WHEN to obsolescence declaration.

16 years ago(highlight-changes-initial-state): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:29:02 +0000 (10:29 +0000)]
(highlight-changes-initial-state): Add WHEN to obsolescence declaration.

16 years ago(screen-height, screen-width, set-screen-width, set-screen-height):
Juanma Barranquero [Fri, 18 Apr 2008 10:28:42 +0000 (10:28 +0000)]
(screen-height, screen-width, set-screen-width, set-screen-height):
Add WHEN to obsolescence declaration.

16 years ago(font-lock-reference-face): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:28:18 +0000 (10:28 +0000)]
(font-lock-reference-face): Add WHEN to obsolescence declaration.

16 years ago(font-lock-defaults-alist): Add WHEN to obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:27:53 +0000 (10:27 +0000)]
(font-lock-defaults-alist): Add WHEN to obsolescence declaration.

16 years ago(char-coding-system-table): Remove redundant obsolescence info in docstring.
Juanma Barranquero [Fri, 18 Apr 2008 10:17:43 +0000 (10:17 +0000)]
(char-coding-system-table): Remove redundant obsolescence info in docstring.
(charset-list, generic-char-p, set-char-table-default): Fix typos in
obsolescence decarations.

16 years ago(non-iso-charset-alist): Fix typo in obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:15:09 +0000 (10:15 +0000)]
(non-iso-charset-alist): Fix typo in obsolescence declaration.
(decode-codepage-char): Remove redundant obsolescence info in docstring.

16 years ago(codepage-setup): Fix typo in obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:10:47 +0000 (10:10 +0000)]
(codepage-setup): Fix typo in obsolescence declaration.

16 years ago(tpu-have-ispell): Fix typo in obsolescence declaration.
Juanma Barranquero [Fri, 18 Apr 2008 10:09:08 +0000 (10:09 +0000)]
(tpu-have-ispell): Fix typo in obsolescence declaration.

16 years ago(checkdoc-minor-keymap): Use `define-obsolete-variable-alias'.
Juanma Barranquero [Fri, 18 Apr 2008 10:06:06 +0000 (10:06 +0000)]
(checkdoc-minor-keymap): Use `define-obsolete-variable-alias'.

16 years ago(vc-ignore-vc-files, vc-master-templates, vc-header-alist):
Juanma Barranquero [Fri, 18 Apr 2008 10:01:07 +0000 (10:01 +0000)]
(vc-ignore-vc-files, vc-master-templates, vc-header-alist):
Add WHEN to obsolescence declaration.
(vc-state): Fix typo in docstring.

16 years ago(facemenu-unlisted-faces): Fix obsolescence description.
Juanma Barranquero [Fri, 18 Apr 2008 09:34:30 +0000 (09:34 +0000)]
(facemenu-unlisted-faces): Fix obsolescence description.

16 years ago(dired-omit-files-p): Use `define-obsolete-variable-alias'.
Juanma Barranquero [Fri, 18 Apr 2008 09:32:42 +0000 (09:32 +0000)]
(dired-omit-files-p): Use `define-obsolete-variable-alias'.

16 years ago(describe-char-after): Use `define-obsolete-function-alias'.
Juanma Barranquero [Fri, 18 Apr 2008 09:30:36 +0000 (09:30 +0000)]
(describe-char-after): Use `define-obsolete-function-alias'.

16 years ago(Fmultibyte_char_to_unibyte): Return latin1 chars unchanged.
Stefan Monnier [Fri, 18 Apr 2008 03:26:55 +0000 (03:26 +0000)]
(Fmultibyte_char_to_unibyte): Return latin1 chars unchanged.

16 years agoMerge from emacs--rel--22
Miles Bader [Fri, 18 Apr 2008 02:56:45 +0000 (02:56 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1112

16 years agoAdd arch tagline
Miles Bader [Fri, 18 Apr 2008 02:46:47 +0000 (02:46 +0000)]
Add arch tagline

16 years ago(Fexpand_file_name): Refine last fix so `nm' is only
Stefan Monnier [Fri, 18 Apr 2008 02:26:05 +0000 (02:26 +0000)]
(Fexpand_file_name): Refine last fix so `nm' is only
relocated if it points to `name'.

16 years agoHandle whitespace-tab-width properly.
Vinicius Jose Latorre [Fri, 18 Apr 2008 02:01:46 +0000 (02:01 +0000)]
Handle whitespace-tab-width properly.

16 years agoFix up comment convention.
Stefan Monnier [Fri, 18 Apr 2008 01:46:37 +0000 (01:46 +0000)]
Fix up comment convention.

16 years ago(debug): Revert to bury-buffer since quit-window is not better anyway.
Stefan Monnier [Fri, 18 Apr 2008 01:29:23 +0000 (01:29 +0000)]
(debug): Revert to bury-buffer since quit-window is not better anyway.

16 years ago(python-mode-map): Use abbrev-table-menu.
Stefan Monnier [Thu, 17 Apr 2008 20:09:54 +0000 (20:09 +0000)]
(python-mode-map): Use abbrev-table-menu.
(python-use-skeletons): Remove, unused.
(python-skeletons): Remove.  Use the abbrev table instead.
(python-mode-abbrev-table): Fix regexp; add enable-function and case-fixed.
(def-python-skeleton): Simplify.
(python-expand-template): Use the abbrev-table and abbrev-insert.
(python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook): Remove.
(python-mode): Don't set pre-abbrev-expand-hook.

16 years agoSet coding-tag.
Stefan Monnier [Thu, 17 Apr 2008 19:54:57 +0000 (19:54 +0000)]
Set coding-tag.

16 years ago(abbrev-insert): New function extracted from expand-abbrev.
Stefan Monnier [Thu, 17 Apr 2008 19:54:00 +0000 (19:54 +0000)]
(abbrev-insert): New function extracted from expand-abbrev.
(expand-abbrev): Use it.
(abbrev-table-menu): New function.

16 years agoDocstring improvements.
Stefan Monnier [Thu, 17 Apr 2008 17:40:52 +0000 (17:40 +0000)]
Docstring improvements.

16 years ago(define-abbrev-table): Fontify dosctrings as such.
Stefan Monnier [Thu, 17 Apr 2008 15:38:39 +0000 (15:38 +0000)]
(define-abbrev-table): Fontify dosctrings as such.

16 years ago(completion-table-with-terminator): Fix paren typo.
Stefan Monnier [Thu, 17 Apr 2008 14:45:27 +0000 (14:45 +0000)]
(completion-table-with-terminator): Fix paren typo.

16 years ago(cvs-bury-buffer): Use quit-window instead of the
Sam Steingold [Thu, 17 Apr 2008 13:44:00 +0000 (13:44 +0000)]
(cvs-bury-buffer): Use quit-window instead of the
idiosyncratic bury-buffer/delete-window logic.

16 years ago(crm-completion-help, crm-complete, crm-complete-word, crm-complete-and-exit):
Juanma Barranquero [Thu, 17 Apr 2008 09:50:05 +0000 (09:50 +0000)]
(crm-completion-help, crm-complete, crm-complete-word, crm-complete-and-exit):
Fix typo in previous change.

16 years agoDon't make the width of U+00AD to 0.
Kenichi Handa [Thu, 17 Apr 2008 07:58:33 +0000 (07:58 +0000)]
Don't make the width of U+00AD to 0.

16 years ago(gdb-stack-update): New variable.
Nick Roberts [Thu, 17 Apr 2008 05:12:42 +0000 (05:12 +0000)]
(gdb-stack-update): New variable.
(gdb, gdb-starting, gdb-frames-mode): Use it.
(gdb-invalidate-frames): Advise to call "info stack" only if
execution has occurred.
(gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
selected frame if no execution has occurred.
(gdb-frames-force-update): New interactive function.
(gdb-frames-mode-map): Bind it to "F".

16 years ago*** empty log message ***
Nick Roberts [Thu, 17 Apr 2008 05:10:04 +0000 (05:10 +0000)]
*** empty log message ***

16 years agoERC: (erc-remove-text-properties-region): Disable this command by default.
Michael Olson [Thu, 17 Apr 2008 05:02:14 +0000 (05:02 +0000)]
ERC: (erc-remove-text-properties-region): Disable this command by default.

16 years agolisp/ChangeLog: Update.
Michael Olson [Thu, 17 Apr 2008 05:00:21 +0000 (05:00 +0000)]
lisp/ChangeLog: Update.

16 years agoRelease Remember 2.0.
Michael Olson [Thu, 17 Apr 2008 04:59:39 +0000 (04:59 +0000)]
Release Remember 2.0.

16 years ago(Faset): Allow setting a multibyte character in an
Kenichi Handa [Thu, 17 Apr 2008 01:11:11 +0000 (01:11 +0000)]
(Faset): Allow setting a multibyte character in an
ASCII-only unibyte string.

16 years ago(STRING_SET_MULTIBYTE): New macro.
Kenichi Handa [Thu, 17 Apr 2008 01:09:57 +0000 (01:09 +0000)]
(STRING_SET_MULTIBYTE): New macro.

16 years ago*** empty log message ***
Dan Nicolaescu [Thu, 17 Apr 2008 00:31:56 +0000 (00:31 +0000)]
*** empty log message ***

16 years ago* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
Stefan Monnier [Wed, 16 Apr 2008 19:53:06 +0000 (19:53 +0000)]
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
rather than change CPPFLAGS.
(HAVE_GTK): Rename to USE_GTK.
* Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
done in config.h.

16 years agoReplace the obsolete macros AC_AIX and
Stefan Monnier [Wed, 16 Apr 2008 17:34:43 +0000 (17:34 +0000)]
Replace the obsolete macros AC_AIX and
AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.

16 years agoCleanup the bug-report email addresses and make sure the
Stefan Monnier [Wed, 16 Apr 2008 14:10:34 +0000 (14:10 +0000)]
Cleanup the bug-report email addresses and make sure the
maintainer is still willing to handle bug reports.

16 years ago(Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction):
Juanma Barranquero [Wed, 16 Apr 2008 11:37:21 +0000 (11:37 +0000)]
(Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction):
Add usage in the docstring.

16 years ago(vc-dir-kill-query): Fix thinko.
Dan Nicolaescu [Wed, 16 Apr 2008 04:58:35 +0000 (04:58 +0000)]
(vc-dir-kill-query): Fix thinko.

16 years agoHonor the indent-tabs-mode and tab-width setting from user.
Vinicius Jose Latorre [Wed, 16 Apr 2008 03:41:17 +0000 (03:41 +0000)]
Honor the indent-tabs-mode and tab-width setting from user.

16 years ago(diary-remind): Don't clobber `date' passed by diary-sexp-entry.
Glenn Morris [Wed, 16 Apr 2008 03:24:06 +0000 (03:24 +0000)]
(diary-remind): Don't clobber `date' passed by diary-sexp-entry.

16 years ago(proced-command-alist): Add support for darwin.
Stefan Monnier [Wed, 16 Apr 2008 03:09:58 +0000 (03:09 +0000)]
(proced-command-alist): Add support for darwin.

16 years ago(proced-mode): Redefine as just the major-mode.
Stefan Monnier [Wed, 16 Apr 2008 03:07:49 +0000 (03:07 +0000)]
(proced-mode): Redefine as just the major-mode.
(proced): Separate it from proced-mode.

16 years agoRename vc-status to vc-dir.
Stefan Monnier [Wed, 16 Apr 2008 03:00:53 +0000 (03:00 +0000)]
Rename vc-status to vc-dir.

16 years agoRename vc-status to vc-dir and the vc-status var to vc-ewoc.
Stefan Monnier [Wed, 16 Apr 2008 00:57:12 +0000 (00:57 +0000)]
Rename vc-status to vc-dir and the vc-status var to vc-ewoc.

16 years ago(print-quoted): Docstring update.
Stefan Monnier [Wed, 16 Apr 2008 00:30:43 +0000 (00:30 +0000)]
(print-quoted): Docstring update.

16 years ago(read_key_sequence): Remove always-true checks.
Chong Yidong [Tue, 15 Apr 2008 23:36:02 +0000 (23:36 +0000)]
(read_key_sequence): Remove always-true checks.

16 years ago* keyboard.c (read_key_sequence): Remove always-true checks.
Chong Yidong [Tue, 15 Apr 2008 23:35:01 +0000 (23:35 +0000)]
* keyboard.c (read_key_sequence): Remove always-true checks.

16 years agoRemove spurious comment change.
Juanma Barranquero [Tue, 15 Apr 2008 21:16:34 +0000 (21:16 +0000)]
Remove spurious comment change.

16 years agoFix comment style.
Stefan Monnier [Tue, 15 Apr 2008 15:25:18 +0000 (15:25 +0000)]
Fix comment style.

16 years ago(mouse-throw-magnifier-with-scroll-bar)
Stefan Monnier [Tue, 15 Apr 2008 15:20:35 +0000 (15:20 +0000)]
(mouse-throw-magnifier-with-scroll-bar)
(mouse-throw-magnifier-with-mouse-movement): Remove.
(mouse-throw-magnifier-base): New const.
(mouse-drag-scroll-delta): New fun.
(mouse-drag-throw): Use it.

16 years agoRegenerate.
Juanma Barranquero [Tue, 15 Apr 2008 13:38:55 +0000 (13:38 +0000)]
Regenerate.

16 years agoUpdate to Unicode 5.1.
Juanma Barranquero [Tue, 15 Apr 2008 13:31:08 +0000 (13:31 +0000)]
Update to Unicode 5.1.

16 years ago(vc-status-fileinfo): Add new member directoryp.
Dan Nicolaescu [Tue, 15 Apr 2008 07:28:31 +0000 (07:28 +0000)]
(vc-status-fileinfo): Add new member directoryp.
(vc-default-status-printer): Print directories.
(vc-status-update): Sort files before subdirectories.

16 years ago(vc-cvs-after-dir-status, vc-cvs-dir-status): Add
Dan Nicolaescu [Tue, 15 Apr 2008 07:26:36 +0000 (07:26 +0000)]
(vc-cvs-after-dir-status, vc-cvs-dir-status): Add
alternative implementation based on "cvs update".

16 years agoChanged requirements section to tell that only one
Tassilo Horn [Tue, 15 Apr 2008 06:46:11 +0000 (06:46 +0000)]
Changed requirements section to tell that only one
of dvipdf or dvipdfm is needed.
(doc-view-already-converted-p): Fix bug that forced reconversion
if doc was already converted.

16 years ago(minibuffer-message): Make sure we can put-text-property.
Stefan Monnier [Mon, 14 Apr 2008 22:04:38 +0000 (22:04 +0000)]
(minibuffer-message): Make sure we can put-text-property.

16 years agoComplete rewrite.
Stefan Monnier [Mon, 14 Apr 2008 19:54:30 +0000 (19:54 +0000)]
Complete rewrite.

16 years ago*** empty log message ***
Michael Albinus [Mon, 14 Apr 2008 18:44:04 +0000 (18:44 +0000)]
*** empty log message ***

16 years ago(tmm-completion-delete-prompt): Don't hardcode point-min==1.
Stefan Monnier [Mon, 14 Apr 2008 18:13:16 +0000 (18:13 +0000)]
(tmm-completion-delete-prompt): Don't hardcode point-min==1.
(tmm-add-prompt): Make sure completion-setup-hook is preserved even in
case of an error in display-completion-list.

16 years ago(file-cache-completions-keymap): Move init from
Stefan Monnier [Mon, 14 Apr 2008 18:11:52 +0000 (18:11 +0000)]
(file-cache-completions-keymap): Move init from
file-cache-completion-setup-function into declaration.
(file-cache-minibuffer-complete): Simplify.
(file-cache-completion-setup-function): Use standard-output,
preserve current-buffer.

16 years agoMinor re-indent.
Stefan Monnier [Mon, 14 Apr 2008 18:09:49 +0000 (18:09 +0000)]
Minor re-indent.

16 years ago(vc-status-update): Set needs-update.
Stefan Monnier [Mon, 14 Apr 2008 16:36:32 +0000 (16:36 +0000)]
(vc-status-update): Set needs-update.
(vc-status-refresh): η-reduce.

16 years ago(vc-status-update): Fix typo.
Stefan Monnier [Mon, 14 Apr 2008 16:21:23 +0000 (16:21 +0000)]
(vc-status-update): Fix typo.

16 years ago(w32font_open_internal): Set max_bounds.descent in
Jason Rumney [Mon, 14 Apr 2008 16:16:01 +0000 (16:16 +0000)]
(w32font_open_internal): Set max_bounds.descent in
compatibility struct, for better underline positioning.

16 years ago(doc-view-mode-map): Bind C-a to image-bol and C-e
Tassilo Horn [Mon, 14 Apr 2008 15:46:06 +0000 (15:46 +0000)]
(doc-view-mode-map): Bind C-a to image-bol and C-e
to image-eol.