]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago* frames.texi (Color Parameters): Document alpha parameter.
Chong Yidong [Tue, 18 Nov 2008 07:05:26 +0000 (07:05 +0000)]
* frames.texi (Color Parameters): Document alpha parameter.

16 years agoRegenerate.
Glenn Morris [Tue, 18 Nov 2008 03:50:10 +0000 (03:50 +0000)]
Regenerate.

16 years ago* international/mule-cmds.el (update-leim-list-file): Simplify.
Juanma Barranquero [Tue, 18 Nov 2008 01:35:25 +0000 (01:35 +0000)]
* international/mule-cmds.el (update-leim-list-file): Simplify.
  (prefer-coding-system, find-coding-systems-for-charsets):
  Fix docstring typos.
  (select-safe-coding-system, input-method-exit-on-first-char)
  (language-info-alist, language-info-custom-alist): Reflow docstrings.
  (toggle-input-method, read-multilingual-string): Doc fixes.
  Reflow docstrings.
  (locale-name-match, sort-coding-systems, find-multibyte-characters)
  (read-char-by-name): Use `string-match-p'.
  (get-char-code-property, put-char-code-property)
  (char-code-property-description): Be silent while loading uni-* files.
  (ucs-names): Use `dotimes-with-progress-reporter', because loading
  the Unicode character names is *slow*.

16 years agoLinum mode mentioned in the manual.
Chong Yidong [Mon, 17 Nov 2008 23:12:43 +0000 (23:12 +0000)]
Linum mode mentioned in the manual.

16 years agoChecked custom.texi
Chong Yidong [Mon, 17 Nov 2008 23:11:44 +0000 (23:11 +0000)]
Checked custom.texi

16 years ago(Easy Customization): Use "init file" instead of .emacs.
Chong Yidong [Mon, 17 Nov 2008 23:09:04 +0000 (23:09 +0000)]
(Easy Customization): Use "init file" instead of .emacs.
(Customization Groups): Update to new Custom buffer appearance.
(Saving Customizations): Copyedits.  Update example.
(Variables): Give example of variable type-sensitivity.
(Examining): Update example.
(Hooks): Copyedits.
(Specifying File Variables): Use C comments instead of an artificial
Lisp for the example.
(Keymaps): Move internals discussion to Prefix Keymaps.
(Rebinding): Remove redundant paragraph (stated in Key Binding).
(Init Rebinding): Document kbd macro.
(Init File): Link to Find Init.

16 years ago* custom.texi (Easy Customization): Use "init file" instead of .emacs.
Chong Yidong [Mon, 17 Nov 2008 23:08:58 +0000 (23:08 +0000)]
* custom.texi (Easy Customization): Use "init file" instead of .emacs.
(Customization Groups): Update to new Custom buffer appearance.
(Saving Customizations): Copyedits.  Update example.
(Variables): Give example of variable type-sensitivity.
(Examining): Update example.
(Hooks): Copyedits.
(Specifying File Variables): Use C comments instead of an artificial
Lisp for the example.
(Keymaps): Move internals discussion to Prefix Keymaps.
(Rebinding): Remove redundant paragraph (stated in Key Binding).
(Init Rebinding): Document kbd macro.
(Init File): Link to Find Init.

16 years ago(Clipboard): Note that paste is bound to clipboard-yank.
Chong Yidong [Mon, 17 Nov 2008 21:50:37 +0000 (21:50 +0000)]
(Clipboard): Note that paste is bound to clipboard-yank.

16 years ago* frames.texi (Clipboard): Note that paste is bound to clipboard-yank.
Chong Yidong [Mon, 17 Nov 2008 21:50:31 +0000 (21:50 +0000)]
* frames.texi (Clipboard): Note that paste is bound to clipboard-yank.

16 years agoDecrease size to 8x8.
Chong Yidong [Mon, 17 Nov 2008 18:38:01 +0000 (18:38 +0000)]
Decrease size to 8x8.

16 years ago(widget-image-insert): Don't add a mouse-face.
Chong Yidong [Mon, 17 Nov 2008 18:37:47 +0000 (18:37 +0000)]
(widget-image-insert): Don't add a mouse-face.

16 years ago* wid-edit.el (widget-image-insert): Don't add a mouse-face.
Chong Yidong [Mon, 17 Nov 2008 18:37:38 +0000 (18:37 +0000)]
* wid-edit.el (widget-image-insert): Don't add a mouse-face.

16 years ago(custom-group-value-create): Don't insert docstring twice.
Chong Yidong [Mon, 17 Nov 2008 18:05:42 +0000 (18:05 +0000)]
(custom-group-value-create): Don't insert docstring twice.

16 years ago* cus-edit.el (custom-group-value-create): Don't insert docstring
Chong Yidong [Mon, 17 Nov 2008 18:05:30 +0000 (18:05 +0000)]
* cus-edit.el (custom-group-value-create): Don't insert docstring
twice.

16 years ago* international/mule-cmds.el (ucs-completions): Mark as risky.
Juanma Barranquero [Mon, 17 Nov 2008 17:46:22 +0000 (17:46 +0000)]
* international/mule-cmds.el (ucs-completions): Mark as risky.

16 years ago(Using Region): Document Delete Selection Mode more thoroughly.
Chong Yidong [Mon, 17 Nov 2008 16:39:24 +0000 (16:39 +0000)]
(Using Region): Document Delete Selection Mode more thoroughly.

16 years ago(Mouse Commands): Move most of the description of Delete Selection
Chong Yidong [Mon, 17 Nov 2008 16:39:17 +0000 (16:39 +0000)]
(Mouse Commands): Move most of the description of Delete Selection
Mode to Using Region, and link to it.

16 years ago(Minor Modes): Define mode commands and mode variables more precisely.
Chong Yidong [Mon, 17 Nov 2008 16:39:04 +0000 (16:39 +0000)]
(Minor Modes): Define mode commands and mode variables more precisely.
Recommend using mode commands instead of setting variables directly.
Put minor modes in a list, and add more modes.

16 years ago* custom.texi (Minor Modes): Define mode commands and mode variables
Chong Yidong [Mon, 17 Nov 2008 16:38:54 +0000 (16:38 +0000)]
* custom.texi (Minor Modes): Define mode commands and mode variables
more precisely.  Recommend using mode commands instead of setting
variables directly.  Put minor modes in a list, and add more modes.

* mark.texi (Using Region): Document Delete Selection Mode more
thoroughly.

* frames.texi (Mouse Commands): Move most of the description of Delete
Selection Mode to Using Region, and link to it.

16 years ago(three-step-help): Remove * from defcustom.
Martin Rudalics [Mon, 17 Nov 2008 10:07:37 +0000 (10:07 +0000)]
(three-step-help): Remove * from defcustom.
(make-help-screen): Don't iconify selected frame.  (Bug#1322)
Use when instead of if and cond within condition-case.

16 years ago(quit-window): Bind window to selected window when
Martin Rudalics [Mon, 17 Nov 2008 09:58:50 +0000 (09:58 +0000)]
(quit-window): Bind window to selected window when
trying to delete it.

16 years ago(c-put-char-property-fun): Add fallback definition of 'ignore, rather
Glenn Morris [Mon, 17 Nov 2008 08:41:14 +0000 (08:41 +0000)]
(c-put-char-property-fun): Add fallback definition of 'ignore, rather
than nil.  (Bug#1353)

16 years ago(Tutorial): Clarify how to set up the on-line tutorial.
Jay Belanger [Mon, 17 Nov 2008 05:00:23 +0000 (05:00 +0000)]
(Tutorial): Clarify how to set up the on-line tutorial.

16 years ago(window--frame-usable-p): Allow use for soft-dedication.
Stefan Monnier [Mon, 17 Nov 2008 04:53:55 +0000 (04:53 +0000)]
(window--frame-usable-p): Allow use for soft-dedication.

16 years agoFix typo.
Juanma Barranquero [Mon, 17 Nov 2008 02:26:57 +0000 (02:26 +0000)]
Fix typo.

16 years ago* emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
Juanma Barranquero [Mon, 17 Nov 2008 02:24:16 +0000 (02:24 +0000)]
* emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
* org/org.el (org-time-string-to-absolute, org-small-year-to-year)
  (org-tags-sparse-tree): Fix typos in docstrings.

16 years ago* simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
Juanma Barranquero [Mon, 17 Nov 2008 01:54:02 +0000 (01:54 +0000)]
* simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
  (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
  (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
  (kill-word, backward-kill-word): Doc fixes.
  (shell-command, repeat-complex-command): Reflow docstrings.
  (zap-to-char, pop-to-mark-command): Fix typos in docstrings.

16 years agoMinor doc fix, suggested by Juri Linkov.
Chong Yidong [Mon, 17 Nov 2008 01:52:22 +0000 (01:52 +0000)]
Minor doc fix, suggested by Juri Linkov.

16 years ago*** compilation-scroll-output accepts a new value, `first-error', which
Chong Yidong [Mon, 17 Nov 2008 01:51:09 +0000 (01:51 +0000)]
*** compilation-scroll-output accepts a new value, `first-error', which
says to stop auto scrolling at the first error that occurs.

16 years ago(Compilation): Document first-error value of compilation-scroll-output.
Chong Yidong [Mon, 17 Nov 2008 01:38:47 +0000 (01:38 +0000)]
(Compilation): Document first-error value of compilation-scroll-output.
(Compilation Mode): Note that compilation-auto-jump-to-first-error
works as soon as an error is available.  Suggested by Juri Linkov.

16 years ago* building.texi (Compilation): Document first-error value of
Chong Yidong [Mon, 17 Nov 2008 01:38:08 +0000 (01:38 +0000)]
* building.texi (Compilation): Document first-error value of
compilation-scroll-output.
(Compilation Mode): Note that compilation-auto-jump-to-first-error
works as soon as an error is available.  Suggested by Juri Linkov.

16 years agoC-y now works when entering passwords.
Chong Yidong [Mon, 17 Nov 2008 01:26:13 +0000 (01:26 +0000)]
C-y now works when entering passwords.

16 years ago(Passwords): New node.
Chong Yidong [Mon, 17 Nov 2008 01:24:48 +0000 (01:24 +0000)]
(Passwords): New node.

16 years ago(Top): Update node listings.
Chong Yidong [Mon, 17 Nov 2008 01:23:16 +0000 (01:23 +0000)]
(Top): Update node listings.

16 years ago(Remote Files): Link to Passwords node.
Chong Yidong [Mon, 17 Nov 2008 01:23:05 +0000 (01:23 +0000)]
(Remote Files): Link to Passwords node.

16 years ago* mini.texi (Passwords): New node.
Chong Yidong [Mon, 17 Nov 2008 01:22:50 +0000 (01:22 +0000)]
* mini.texi (Passwords): New node.

* files.texi (Remote Files): Link to Passwords node.

* emacs.texi (Top): Update node listings.

16 years ago(minibuffer-default-add-function): Fix docstring to
Juri Linkov [Mon, 17 Nov 2008 00:45:25 +0000 (00:45 +0000)]
(minibuffer-default-add-function): Fix docstring to
use clear text "default values" instead of obscure references to
the dynamic variable `minibuffer-default'.

16 years ago(Info-search, Info-mode): Rename
Juri Linkov [Mon, 17 Nov 2008 00:43:58 +0000 (00:43 +0000)]
(Info-search, Info-mode): Rename
`isearch-success-function' to `isearch-filter-predicate'.
(Info-isearch-filter-predicate): Rename from
`Info-search-success-function'.

16 years ago(dired-isearch-filter-predicate-orig): Rename from
Juri Linkov [Mon, 17 Nov 2008 00:43:27 +0000 (00:43 +0000)]
(dired-isearch-filter-predicate-orig): Rename from
`dired-isearch-orig-success-function'.
(dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
(dired-isearch-filenames-end): Rename `isearch-success-function' to
`isearch-filter-predicate'.  Doc fix.
(dired-isearch-filter-filenames): Rename from
`dired-isearch-success-function'.

16 years ago(isearch-filter-predicate): Rename from
Juri Linkov [Mon, 17 Nov 2008 00:42:46 +0000 (00:42 +0000)]
(isearch-filter-predicate): Rename from
`isearch-success-function'.  Rename default value from
`isearch-success-function-default' to
`isearch-filter-invisible'.  Doc fix.
(isearch-filter-invisible): Rename from
`isearch-success-function-default'.  Doc fix.
(isearch-search, isearch-lazy-highlight-search): Rename
`isearch-success-function' to `isearch-filter-predicate'.

16 years ago(ns-extended-platform-support-mode): Tweak menu entry from previous change.
Glenn Morris [Sun, 16 Nov 2008 23:47:04 +0000 (23:47 +0000)]
(ns-extended-platform-support-mode): Tweak menu entry from previous change.

16 years ago(advertised-widget-backward): Remove autoload cookie.
Glenn Morris [Sun, 16 Nov 2008 23:33:14 +0000 (23:33 +0000)]
(advertised-widget-backward): Remove autoload cookie.

16 years ago(custom-buffer-create-internal): Always insert the
Glenn Morris [Sun, 16 Nov 2008 23:27:52 +0000 (23:27 +0000)]
(custom-buffer-create-internal): Always insert the
in-buffer buttons, regardless of tool-bar.  (Bug#1326)

16 years agoFix typo in last change.
Chong Yidong [Sun, 16 Nov 2008 21:02:22 +0000 (21:02 +0000)]
Fix typo in last change.

16 years ago(read-passwd): Use read-event instead of read-char-exclusive.
Chong Yidong [Sun, 16 Nov 2008 21:02:05 +0000 (21:02 +0000)]
(read-passwd): Use read-event instead of read-char-exclusive.

16 years ago* subr.el (read-passwd): Use read-event instead of
Chong Yidong [Sun, 16 Nov 2008 21:01:25 +0000 (21:01 +0000)]
* subr.el (read-passwd): Use read-event instead of
read-char-exclusive.

16 years ago(ielm-eval-input): Fix thinko in last change.
Stefan Monnier [Sun, 16 Nov 2008 20:22:01 +0000 (20:22 +0000)]
(ielm-eval-input): Fix thinko in last change.

16 years ago(read-passwd): Yank current kill if the user enters C-y.
Chong Yidong [Sun, 16 Nov 2008 20:02:49 +0000 (20:02 +0000)]
(read-passwd): Yank current kill if the user enters C-y.

16 years ago* subr.el (read-passwd): Yank current kill if the user enters C-y.
Chong Yidong [Sun, 16 Nov 2008 19:58:38 +0000 (19:58 +0000)]
* subr.el (read-passwd): Yank current kill if the user enters C-y.

16 years ago(syms_of_buffer): Fix doc-string of cursor-type.
Martin Rudalics [Sun, 16 Nov 2008 18:54:50 +0000 (18:54 +0000)]
(syms_of_buffer): Fix doc-string of cursor-type.

16 years agoCopyedit.
Chong Yidong [Sun, 16 Nov 2008 18:41:03 +0000 (18:41 +0000)]
Copyedit.

16 years agoFurther updates.
Chong Yidong [Sun, 16 Nov 2008 18:39:54 +0000 (18:39 +0000)]
Further updates.

16 years agoAdditional copyedits.
Chong Yidong [Sun, 16 Nov 2008 18:26:34 +0000 (18:26 +0000)]
Additional copyedits.

16 years ago(Acknowledgments): Some updating of credits.
Chong Yidong [Sun, 16 Nov 2008 18:24:08 +0000 (18:24 +0000)]
(Acknowledgments): Some updating of credits.

16 years ago* ack.texi (Acknowledgments): Some updating of credits.
Chong Yidong [Sun, 16 Nov 2008 18:23:15 +0000 (18:23 +0000)]
* ack.texi (Acknowledgments): Some updating of credits.

16 years ago* emacs.texi (Acknowledgments): Add a couple more names.
Chong Yidong [Sun, 16 Nov 2008 16:58:42 +0000 (16:58 +0000)]
* emacs.texi (Acknowledgments): Add a couple more names.

16 years agoAdd a couple more names to the credits.
Chong Yidong [Sun, 16 Nov 2008 16:58:25 +0000 (16:58 +0000)]
Add a couple more names to the credits.

16 years ago* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Handle
Michael Albinus [Sun, 16 Nov 2008 14:16:41 +0000 (14:16 +0000)]
* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Handle
`file-name-as-directory'.

16 years ago* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Handle
Michael Albinus [Sun, 16 Nov 2008 14:15:14 +0000 (14:15 +0000)]
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Handle
`file-name-as-directory'.

16 years ago* net/tramp.el (tramp-handle-file-name-as-directory): New defun.
Michael Albinus [Sun, 16 Nov 2008 14:14:03 +0000 (14:14 +0000)]
* net/tramp.el (tramp-handle-file-name-as-directory): New defun.
(tramp-file-name-handler-alist): Handle `file-name-as-directory'.

16 years ago(Splitting Windows, Deleting Windows)
Martin Rudalics [Sun, 16 Nov 2008 10:15:50 +0000 (10:15 +0000)]
(Splitting Windows, Deleting Windows)
(Selecting Windows, Cyclic Window Ordering)
(Buffers and Windows, Displaying Buffers, Choosing Window)
(Dedicated Windows, Window Point, Window Start and End)
(Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
(Size of Window, Resizing Windows, Window Configurations)
(Window Parameters): Avoid @var at beginning of sentences and
reword accordingly.

16 years agoDocumented delete-by-moving-to-trash.
Chong Yidong [Sun, 16 Nov 2008 07:27:27 +0000 (07:27 +0000)]
Documented delete-by-moving-to-trash.

16 years ago(Directories): Describe delete-directory in text.
Chong Yidong [Sun, 16 Nov 2008 07:26:21 +0000 (07:26 +0000)]
(Directories): Describe delete-directory in text.
(Misc File Ops): Document use of trash.

16 years ago(Dired Deletion): Document delete-by-moving-to-trash.
Chong Yidong [Sun, 16 Nov 2008 07:26:15 +0000 (07:26 +0000)]
(Dired Deletion): Document delete-by-moving-to-trash.

16 years ago* dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
Chong Yidong [Sun, 16 Nov 2008 07:26:06 +0000 (07:26 +0000)]
* dired.texi (Dired Deletion): Document delete-by-moving-to-trash.

* files.texi (Directories): Describe delete-directory in text.
(Misc File Ops): Document use of trash.

16 years ago(Directories): Describe delete-directory in text.
Chong Yidong [Sun, 16 Nov 2008 07:04:05 +0000 (07:04 +0000)]
(Directories): Describe delete-directory in text.
(Misc File Ops): Document delete-by-moving-to-trash.

16 years ago* files.texi (Directories): Describe delete-directory in text.
Chong Yidong [Sun, 16 Nov 2008 07:03:58 +0000 (07:03 +0000)]
* files.texi (Directories): Describe delete-directory in text.
(Misc File Ops): Document delete-by-moving-to-trash.

16 years ago(fancy-startup-text): Give "Emacs tutorial" line the usual
Chong Yidong [Sun, 16 Nov 2008 06:53:06 +0000 (06:53 +0000)]
(fancy-startup-text): Give "Emacs tutorial" line the usual
variable-pitch face.

16 years ago* startup.el (fancy-startup-text): Give "Emacs tutorial" line the
Chong Yidong [Sun, 16 Nov 2008 06:52:33 +0000 (06:52 +0000)]
* startup.el (fancy-startup-text): Give "Emacs tutorial" line the
usual variable-pitch face.

16 years agoFix typos.
Juanma Barranquero [Sun, 16 Nov 2008 06:03:52 +0000 (06:03 +0000)]
Fix typos.

16 years agoFix typo.
Juanma Barranquero [Sun, 16 Nov 2008 06:03:25 +0000 (06:03 +0000)]
Fix typo.

16 years ago* net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
Juanma Barranquero [Sun, 16 Nov 2008 05:50:23 +0000 (05:50 +0000)]
* net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
  (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
  (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
  (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
  (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
  (ange-ftp-quote-string, ange-ftp-process-handle-line)
  (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
  (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
  (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
  (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
  (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
  (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
  (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
  (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
  (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
  (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
  (ange-ftp-default-user, ange-ftp-default-password)
  (ange-ftp-default-account, ange-ftp-netrc-default-password)
  (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
  (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
  (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
  (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
  (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
  (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
  (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
  (ange-ftp-make-backup-files, ange-ftp-retry-time)
  (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
  (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
  (ange-ftp-gateway-tmp-name-template)
  (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
  (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
  (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
  (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
  (ange-ftp-gateway-program): Remove * from docstring and reflow.
  (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
  (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
  (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
  (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
  (ange-ftp-rename-local-to-remote): Doc fixes.
  (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
  Use `when', `unless'.
  (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
  (ange-ftp-process-handle-hash): Rename arg STR to STRING.
  (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
  (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
  (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
  (ange-ftp-process-sentinel): Use `when'.  Fix typo.
  (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
  (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
  (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
  (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
  (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
  (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
  (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
  (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
  `(save-match-data (string-match ...))'.
  (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
  (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
  Use `string-match-p' instead of `(save-match-data (string-match ...))'.
  Doc fixes.

16 years agoversion timestamp update
Michael Kifer [Sun, 16 Nov 2008 05:18:36 +0000 (05:18 +0000)]
version timestamp update

16 years agoversion timestamp update
Michael Kifer [Sun, 16 Nov 2008 05:06:55 +0000 (05:06 +0000)]
version timestamp update

16 years agoFix typo.
Juanma Barranquero [Sun, 16 Nov 2008 05:03:02 +0000 (05:03 +0000)]
Fix typo.

16 years agoversion timestamp update
Michael Kifer [Sun, 16 Nov 2008 05:02:33 +0000 (05:02 +0000)]
version timestamp update

16 years agoFix typos.
Juanma Barranquero [Sun, 16 Nov 2008 04:59:24 +0000 (04:59 +0000)]
Fix typos.

16 years ago2008-16-06 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 16 Nov 2008 04:57:50 +0000 (04:57 +0000)]
2008-16-06  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): removed.

16 years ago2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 16 Nov 2008 04:55:45 +0000 (04:55 +0000)]
2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-init.el (viper-ESC-keyseq-timeout): Make it into a function
instead of a variable.

* viper-util.el (viper-fast-keysequence-p): Changed to use
viper-ESC-keyseq-timeout as a function.
(viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
defsubst.

* viper-cmd.el: Let line-move-visual to nil when using next-line or
previous-line.
(viper-R-state-post-command-sentinel): Use defun instead of defsubst.

* viper-keym.el (viper-ESC-key): Use (kbd "ESC").

* ediff-util.el (ediff-toggle-multiframe): Check if control window is
live.
(ediff-save-buffer): Let window-min-height to 2.

* ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
the minibuffer.

16 years ago* ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
Juanma Barranquero [Sun, 16 Nov 2008 04:54:05 +0000 (04:54 +0000)]
* ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
  (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
  (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
  (ielm-map): Define within defvar.  Add docstring.
  (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
  (ielm-complete-filename): Use `when', `unless'.
  (ielm-is-whitespace-or-comment): Use `string-match-p'.
  (ielm-return, ielm-get-old-input): Use `looking-at-p'.
  (ielm-change-working-buffer): Check that the buffer is live.
  (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
  Simplify.  Reflow docstring.
  (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
  New aliases, to satisfy `define-derived-mode' expectations.

16 years ago* macos.texi (Mac Customization): Fix typos.
Juanma Barranquero [Sun, 16 Nov 2008 04:44:42 +0000 (04:44 +0000)]
* macos.texi (Mac Customization): Fix typos.

16 years ago(find-function-advised-original): New.
Glenn Morris [Sat, 15 Nov 2008 23:36:26 +0000 (23:36 +0000)]
(find-function-advised-original): New.
(find-function-C-source, find-function-noselect):
Use find-function-advised-original to handle advised funcs.  (Bug#789)

(find-function-noselect): Add missing "is" in alias message.

16 years ago(uniquify-maybe-rerationalize-w/o-cb): Remove
Glenn Morris [Sat, 15 Nov 2008 22:37:20 +0000 (22:37 +0000)]
(uniquify-maybe-rerationalize-w/o-cb): Remove
uniquify-after-kill-buffer-p dependency.
(uniquify-kill-buffer-function): New function.
(kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)

16 years ago(ns-do-applescript, ns-popup-font-panel): Declare.
Glenn Morris [Sat, 15 Nov 2008 22:29:59 +0000 (22:29 +0000)]
(ns-do-applescript, ns-popup-font-panel): Declare.
(ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
main Emacs manual.

16 years ago*** empty log message ***
Glenn Morris [Sat, 15 Nov 2008 22:20:43 +0000 (22:20 +0000)]
*** empty log message ***

16 years ago(src): Move removal of src/bootlisp after recursing into `lisp'.
Eli Zaretskii [Sat, 15 Nov 2008 20:29:14 +0000 (20:29 +0000)]
(src): Move removal of src/bootlisp after recursing into `lisp'.

16 years ago(run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg
Eli Zaretskii [Sat, 15 Nov 2008 16:20:09 +0000 (16:20 +0000)]
(run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg
if noninteractive is non-zero.

16 years agoUpdate the list of utilities needed by lisp/Makefile and for bootstrapping.
Eli Zaretskii [Sat, 15 Nov 2008 15:41:56 +0000 (15:41 +0000)]
Update the list of utilities needed by lisp/Makefile and for bootstrapping.

16 years agoEdit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.
Eli Zaretskii [Sat, 15 Nov 2008 15:38:56 +0000 (15:38 +0000)]
Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.

16 years agoDon't convert *.el files to Unix text format, and don't copy ldefs-boot.el
Eli Zaretskii [Sat, 15 Nov 2008 15:38:14 +0000 (15:38 +0000)]
Don't convert *.el files to Unix text format, and don't copy ldefs-boot.el
into loaddefs.el.

16 years agoCreate bootlisp when bootstrapping b-emacs.exe.
Eli Zaretskii [Sat, 15 Nov 2008 15:37:41 +0000 (15:37 +0000)]
Create bootlisp when bootstrapping b-emacs.exe.

16 years agoMake bootstrap work again:
Eli Zaretskii [Sat, 15 Nov 2008 15:37:10 +0000 (15:37 +0000)]
Make bootstrap work again:

(boot): New variable.
(src): Pass $(boot) to sub-Make.  Remove src/bootlisp.  If src/bootlisp
exists after running Make, run Make in `lisp' as well.
(clean, mostlyclean): Remove bogus repeated clean in the top-level directory.
(info, bootstrap-clean): New targets.
(bootstrap): Depend only on bootstrap-clean.  Commands modified to be
equivalent to top-level Makefile.in.
(bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
(bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
(clean, mostlyclean, distclean, maintainer-clean, extraclean): Don't recurse
into lwlib and oldXMenu.

16 years ago(INFO_FILES): Remove ns-emacs.
Eli Zaretskii [Sat, 15 Nov 2008 10:36:18 +0000 (10:36 +0000)]
(INFO_FILES): Remove ns-emacs.

16 years agoUpdate the list of utilities needed by lisp/Makefile and for bootstrapping.
Eli Zaretskii [Sat, 15 Nov 2008 10:24:08 +0000 (10:24 +0000)]
Update the list of utilities needed by lisp/Makefile and for bootstrapping.

16 years ago(NS-Emacs): Remove entry.
Eli Zaretskii [Sat, 15 Nov 2008 09:52:43 +0000 (09:52 +0000)]
(NS-Emacs): Remove entry.

16 years agoFix EOLs broken with last commit.
Martin Rudalics [Sat, 15 Nov 2008 08:54:12 +0000 (08:54 +0000)]
Fix EOLs broken with last commit.

16 years ago(quit-window): Restore delete window with second
Martin Rudalics [Sat, 15 Nov 2008 08:51:13 +0000 (08:51 +0000)]
(quit-window): Restore delete window with second
arg non-nil behavior as of before 2008-10-30 change.

16 years ago* org-publish.el (org-publish-attachment): Alow copy-file to
Carsten Dominik [Sat, 15 Nov 2008 06:44:19 +0000 (06:44 +0000)]
* org-publish.el (org-publish-attachment): Alow copy-file to
overwrite files.

16 years ago*** empty log message ***
Carsten Dominik [Sat, 15 Nov 2008 06:43:50 +0000 (06:43 +0000)]
*** empty log message ***

16 years ago(describe-function-1): Do char-range check for self-insert-command.
Chong Yidong [Sat, 15 Nov 2008 06:19:12 +0000 (06:19 +0000)]
(describe-function-1): Do char-range check for self-insert-command.