1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
Commit Graph

46425 Commits

Author SHA1 Message Date
Jay Belanger
4929aa69ce (math-standard-units): Add eps0, permittivity of vacuum. 2008-11-19 14:17:08 +00:00
Dan Nicolaescu
35f0d8ce8f (project-settings-file): Remove.
(project-find-settings-file): Undo previous change that added the
use of project-settings-file.
2008-11-19 13:25:43 +00:00
Glenn Morris
667df88c0d (proced, proced-format-time): Doc fixes.
(proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
2008-11-19 08:09:22 +00:00
Karl Fogel
8f7028a84c (bookmark-jump-noselect): Move the deprecation notice into the doc
string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
2008-11-19 08:03:04 +00:00
Lute Kamstra
a3610f0c69 (auto-insert-alist): Don't use match data. 2008-11-19 05:51:30 +00:00
Glenn Morris
688d074450 (help-function-arglist): Autoload it. 2008-11-19 04:38:16 +00:00
Glenn Morris
68fcc3ec7d (f90-mode-map): Add some menu :help. 2008-11-19 04:37:25 +00:00
Glenn Morris
dcbfa92ba2 (org-agenda-change-all-lines): Fix declaration. 2008-11-19 04:35:25 +00:00
Glenn Morris
ec30259371 (floor*, ceiling*, truncate*, round*, mod*): Declare. 2008-11-19 04:33:52 +00:00
Glenn Morris
a70f4c6f55 (x-select-font): Declare. 2008-11-19 04:33:00 +00:00
Glenn Morris
be9b46cb09 (emacs-lisp-mode-map): Fix a/an typo.
Use the imperative for all help strings.
2008-11-19 04:32:35 +00:00
Glenn Morris
d5259d01c8 (auto-insert-alist): Update template to FDL 1.3+. 2008-11-19 04:32:05 +00:00
Stefan Monnier
a1e34e711d (ispell-dictionary-base-alist): Adjust to the
case where the default dictionary is French, Spanish, younameit.
2008-11-18 21:42:17 +00:00
Stefan Monnier
064e57de23 (window--frame-usable-p): Consider dedicated windows as usable. 2008-11-18 20:45:21 +00:00
Stefan Monnier
35b05a7793 (confirm-nonexistent-file-or-buffer):
Rename from find-file-confirm-nonexistent-file.
(read-buffer-to-switch): Use it.
2008-11-18 18:26:08 +00:00
Juanma Barranquero
a77ad24064 * server.el (server-temp-file-p): Use `string-match-p'.
(server-socket-dir): Set to nil if local sockets are unsupported.
  (server-start): Don't try to delete local socket if unsupported.
  (server-kill-new-buffers): Reflow docstring.
  (server-delete-client, server-handle-delete-frame)
  (server-save-buffers-kill-terminal): Doc fixes.
  (server-send-string): Fix typo in docstring.
2008-11-18 16:27:06 +00:00
Carsten Dominik
1ba1f458d8 * org.el ("speedbar"): Only show context if the file really is an
org-mode buffer.
2008-11-18 15:07:35 +00:00
Carsten Dominik
0dade8aac9 *** empty log message *** 2008-11-18 15:07:23 +00:00
Sam Steingold
dd93e6daf7 (compilation-start-hook): New hook.
(compilation-start): Run it on the compilation process.
2008-11-18 14:14:37 +00:00
Juanma Barranquero
d0d8885d3f * 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*.
2008-11-18 01:35:25 +00:00
Chong Yidong
f331f1f80c (widget-image-insert): Don't add a mouse-face. 2008-11-17 18:37:47 +00:00
Chong Yidong
58caa5cf70 * wid-edit.el (widget-image-insert): Don't add a mouse-face. 2008-11-17 18:37:38 +00:00
Chong Yidong
44f2202e84 (custom-group-value-create): Don't insert docstring twice. 2008-11-17 18:05:42 +00:00
Chong Yidong
e89e92b191 * cus-edit.el (custom-group-value-create): Don't insert docstring
twice.
2008-11-17 18:05:30 +00:00
Juanma Barranquero
bdf66e8d5b * international/mule-cmds.el (ucs-completions): Mark as risky. 2008-11-17 17:46:22 +00:00
Martin Rudalics
6c73d986eb (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.
2008-11-17 10:07:37 +00:00
Martin Rudalics
a0c859f043 (quit-window): Bind window to selected window when
trying to delete it.
2008-11-17 09:58:50 +00:00
Glenn Morris
79f0fbcfd4 (c-put-char-property-fun): Add fallback definition of 'ignore, rather
than nil.  (Bug#1353)
2008-11-17 08:41:14 +00:00
Stefan Monnier
4afba8195e (window--frame-usable-p): Allow use for soft-dedication. 2008-11-17 04:53:55 +00:00
Juanma Barranquero
a6387c8d17 Fix typo. 2008-11-17 02:26:57 +00:00
Juanma Barranquero
062552e730 * 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.
2008-11-17 02:24:16 +00:00
Juanma Barranquero
5626c14e8d * 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.
2008-11-17 01:54:02 +00:00
Chong Yidong
6d83103879 Minor doc fix, suggested by Juri Linkov. 2008-11-17 01:52:22 +00:00
Juri Linkov
0eb5f40f85 (minibuffer-default-add-function): Fix docstring to
use clear text "default values" instead of obscure references to
the dynamic variable `minibuffer-default'.
2008-11-17 00:45:25 +00:00
Juri Linkov
a2c72e6cb9 (Info-search, Info-mode): Rename
`isearch-success-function' to `isearch-filter-predicate'.
(Info-isearch-filter-predicate): Rename from
`Info-search-success-function'.
2008-11-17 00:43:58 +00:00
Juri Linkov
43533626b3 (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'.
2008-11-17 00:43:27 +00:00
Juri Linkov
2f669fac39 (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'.
2008-11-17 00:42:46 +00:00
Glenn Morris
ff757fd1df (ns-extended-platform-support-mode): Tweak menu entry from previous change. 2008-11-16 23:47:04 +00:00
Glenn Morris
60d61f434c (advertised-widget-backward): Remove autoload cookie. 2008-11-16 23:33:14 +00:00
Glenn Morris
f6542587fd (custom-buffer-create-internal): Always insert the
in-buffer buttons, regardless of tool-bar.  (Bug#1326)
2008-11-16 23:27:52 +00:00
Chong Yidong
c40788234e Fix typo in last change. 2008-11-16 21:02:22 +00:00
Chong Yidong
d4a263ba04 (read-passwd): Use read-event instead of read-char-exclusive. 2008-11-16 21:02:05 +00:00
Chong Yidong
71a00ac2df * subr.el (read-passwd): Use read-event instead of
read-char-exclusive.
2008-11-16 21:01:25 +00:00
Stefan Monnier
a535b26eb8 (ielm-eval-input): Fix thinko in last change. 2008-11-16 20:22:01 +00:00
Chong Yidong
08640de52c (read-passwd): Yank current kill if the user enters C-y. 2008-11-16 20:02:49 +00:00
Chong Yidong
f5f895cf8e * subr.el (read-passwd): Yank current kill if the user enters C-y. 2008-11-16 19:58:38 +00:00
Michael Albinus
2c5b3bddae * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Handle
`file-name-as-directory'.
2008-11-16 14:16:41 +00:00
Michael Albinus
59c3a9ad8c * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Handle
`file-name-as-directory'.
2008-11-16 14:15:14 +00:00
Michael Albinus
c0fc617049 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
(tramp-file-name-handler-alist): Handle `file-name-as-directory'.
2008-11-16 14:14:03 +00:00
Chong Yidong
ca2672917a (fancy-startup-text): Give "Emacs tutorial" line the usual
variable-pitch face.
2008-11-16 06:53:06 +00:00