]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years agoFix typos in comments.
Juanma Barranquero [Fri, 21 Nov 2008 12:14:07 +0000 (12:14 +0000)]
Fix typos in comments.

15 years ago* bookmark.el (bookmark-jump-noselect): Add obsolescence declaration
Juanma Barranquero [Fri, 21 Nov 2008 10:32:39 +0000 (10:32 +0000)]
* bookmark.el (bookmark-jump-noselect): Add obsolescence declaration
  and remove redundant info from docstring.

15 years ago(Frames): Fix typo, add cross references, reword.
Martin Rudalics [Fri, 21 Nov 2008 10:20:14 +0000 (10:20 +0000)]
(Frames): Fix typo, add cross references, reword.
(Initial Parameters): Reword special-display-frame-alist text.
(Frames and Windows): Reword.  Describe argument norecord for
set-frame-selected-window.
(Input Focus): Describe argument norecord for select-frame.
Remove comment on MS-Windows behavior for focus-follows-mouse.
(Raising and Lowering): Mention windows-frames dichotomy in
metaphor.

15 years ago* isearch.el (isearch-search-string): Doc fix.
Juanma Barranquero [Fri, 21 Nov 2008 10:12:57 +0000 (10:12 +0000)]
* isearch.el (isearch-search-string): Doc fix.
  (search-exit-option, search-slow-window-lines, search-slow-speed)
  (search-upper-case, search-nonincremental-instead)
  (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
  (search-ring-update, search-highlight, isearch-lazy-highlight)
  (lazy-highlight-cleanup, lazy-highlight-initial-delay)
  (lazy-highlight-interval): Remove * from defcustom docstrings.
  (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
  Remove * from defcustom docstrings; fix typos.
  (isearch-push-state-function, isearch-help-for-help-internal)
  (isearch-help-for-help, isearch-describe-bindings)
  (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
  (isearch-pop-fun-state, isearch-search-fun-function)
  (isearch-lazy-highlight-search): Fix typos in docstrings.
  (isearch-yank-internal, isearch-fallback): Reflow docstrings.
  (isearch-forward): Fix typo and reflow docstring.
  (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
  (isearch-mode-map): Don't use `let*'.

15 years ago(Displaying Buffers, Vertical Scrolling)
Martin Rudalics [Fri, 21 Nov 2008 07:40:09 +0000 (07:40 +0000)]
(Displaying Buffers, Vertical Scrolling)
(Horizontal Scrolling): Fix indenting and rewording issues
introduced with 2008-11-07 change.

15 years ago(confirm-nonexistent-file-or-buffer): Change default to nil.
Chong Yidong [Fri, 21 Nov 2008 06:46:18 +0000 (06:46 +0000)]
(confirm-nonexistent-file-or-buffer): Change default to nil.

15 years ago* files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
Chong Yidong [Fri, 21 Nov 2008 06:46:01 +0000 (06:46 +0000)]
* files.el (confirm-nonexistent-file-or-buffer): Change default to nil.

15 years ago(Fbuffer_swap_text): Remove redundant marker manipulation.
Stefan Monnier [Fri, 21 Nov 2008 05:33:29 +0000 (05:33 +0000)]
(Fbuffer_swap_text): Remove redundant marker manipulation.
Fix copy/paste typo.  Add checks.

15 years ago(isearch-search-string): Simplify and convert docstring.
Stefan Monnier [Fri, 21 Nov 2008 05:32:07 +0000 (05:32 +0000)]
(isearch-search-string): Simplify and convert docstring.

15 years ago(Buffer-menu-short-ellipsis): Partly undo last change.
Stefan Monnier [Fri, 21 Nov 2008 05:19:40 +0000 (05:19 +0000)]
(Buffer-menu-short-ellipsis): Partly undo last change.

15 years ago(detect_coding_iso_2022): Reject invalid composition
Kenichi Handa [Fri, 21 Nov 2008 02:24:40 +0000 (02:24 +0000)]
(detect_coding_iso_2022): Reject invalid composition
sequence.
(DECODE_COMPOSITION_START): If the current source is the last
block, and the current composition doesn't end, regard this
sequence as invalid.
(decode_coding_iso_2022): Handle invalid composition sequence.

15 years ago* international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
Juanma Barranquero [Thu, 20 Nov 2008 23:07:44 +0000 (23:07 +0000)]
* international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
  (lookup-nested-alist): Doc fix.
  (with-coding-priority): Reflow docstring.
  (detect-coding-with-priority): Fix typos in obsolescence declaration.
  (char-displayable-p): Reflow docstring.  Use `when'.

15 years ago(cal-menu-scroll-menu): Add bindings for
Dan Nicolaescu [Thu, 20 Nov 2008 18:14:10 +0000 (18:14 +0000)]
(cal-menu-scroll-menu): Add bindings for
week forward/backward.

15 years ago* ehelp.el (electric-help-map, ehelp-map): Define within defvar.
Juanma Barranquero [Thu, 20 Nov 2008 16:57:30 +0000 (16:57 +0000)]
* ehelp.el (electric-help-map, ehelp-map): Define within defvar.
  (with-electric-help): Fix typo and reflow docstring.

15 years ago(Buffer-menu-short-ellipsis): New constant.
Stefan Monnier [Thu, 20 Nov 2008 15:35:30 +0000 (15:35 +0000)]
(Buffer-menu-short-ellipsis): New constant.
(Buffer-menu-buffer+size): Use it, fix last change, and simplify.
(list-buffers-noselect): Don't need to pad.

15 years ago(Buffer-menu-buffer+size, list-buffers-noselect):
Stefan Monnier [Thu, 20 Nov 2008 15:22:16 +0000 (15:22 +0000)]
(Buffer-menu-buffer+size, list-buffers-noselect):
Pay attention to char widths when computing string sizes.

15 years ago* emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
Juanma Barranquero [Thu, 20 Nov 2008 12:13:49 +0000 (12:13 +0000)]
* emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
  (byte-compile-output-docform): Reflow docstrings.
  (no-byte-compile): Fix typo in docstring.
  (byte-recompile-directory, compile-defun): Doc fixes.
  (emacs-lisp-file-regexp, byte-compile-verbose)
  (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
  (byte-compile-dynamic-docstrings, byte-optimize-log)
  (byte-compile-error-on-warn, byte-compile-warnings)
  (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
  Remove * from defcustom docstrings.

15 years ago(coordinates_in_window): Don't return
Martin Rudalics [Thu, 20 Nov 2008 10:13:40 +0000 (10:13 +0000)]
(coordinates_in_window): Don't return
ON_VERTICAL_BORDER for the rightmost position of a mode/header
line when the window is not the rightmost one.  (Bug#1372)

15 years agoComment.
Glenn Morris [Thu, 20 Nov 2008 02:58:34 +0000 (02:58 +0000)]
Comment.

15 years agoJosh Elsasser <josh at elsasser.org> (tiny change)
Glenn Morris [Thu, 20 Nov 2008 02:51:58 +0000 (02:51 +0000)]
Josh Elsasser  <josh at elsasser.org>  (tiny change)

Add hppa-*-openbsd* with machine hp800; mistakenly removed while
misclassified as now unsupported hp9000s300.  (Bug#1365)

15 years agoStephen Berman <Stephen.Berman at gmx.net>
Glenn Morris [Thu, 20 Nov 2008 02:45:32 +0000 (02:45 +0000)]
Stephen Berman  <Stephen.Berman at gmx.net>

(auto-mode-alist): Recognize more OpenOffice.org extensions.

15 years ago(fortran-mode-map): Add some menu :help.
Glenn Morris [Thu, 20 Nov 2008 02:44:38 +0000 (02:44 +0000)]
(fortran-mode-map): Add some menu :help.

15 years ago(math-additional-units): Doc fix (active voice).
Glenn Morris [Thu, 20 Nov 2008 02:44:21 +0000 (02:44 +0000)]
(math-additional-units): Doc fix (active voice).

15 years ago(format-alist, format-write-file): Doc fix.
Glenn Morris [Thu, 20 Nov 2008 02:44:05 +0000 (02:44 +0000)]
(format-alist, format-write-file): Doc fix.

15 years ago(vc-hg-diff-switches): New option.
Glenn Morris [Thu, 20 Nov 2008 02:43:45 +0000 (02:43 +0000)]
(vc-hg-diff-switches): New option.
(vc-hg-diff): Apply diff switches.  (Bug#1017)

15 years ago(proced-available): New variable.
Glenn Morris [Thu, 20 Nov 2008 02:43:29 +0000 (02:43 +0000)]
(proced-available): New variable.
(proced-process-attributes): Move availability check from previous
change from here...
(proced): ... to here.

15 years ago(Format Conversion Round-Trip): Mention `preserve' element of `format-alist'.
Glenn Morris [Thu, 20 Nov 2008 02:42:27 +0000 (02:42 +0000)]
(Format Conversion Round-Trip): Mention `preserve' element of `format-alist'.

15 years ago* calc/calc-units.el (math-units-table): Doc fix.
Juanma Barranquero [Wed, 19 Nov 2008 17:03:40 +0000 (17:03 +0000)]
* calc/calc-units.el (math-units-table): Doc fix.
  (math-standard-units): Fix typo in constant's description.
  (math-additional-units): Fix typo in docstring.

15 years ago*** empty log message ***
Jay Belanger [Wed, 19 Nov 2008 14:32:32 +0000 (14:32 +0000)]
*** empty log message ***

15 years ago(math-standard-units): Add eps0, permittivity of vacuum.
Jay Belanger [Wed, 19 Nov 2008 14:17:08 +0000 (14:17 +0000)]
(math-standard-units): Add eps0, permittivity of vacuum.

15 years ago(project-settings-file): Remove.
Dan Nicolaescu [Wed, 19 Nov 2008 13:25:43 +0000 (13:25 +0000)]
(project-settings-file): Remove.
(project-find-settings-file): Undo previous change that added the
use of project-settings-file.

15 years ago(proced, proced-format-time): Doc fixes.
Glenn Morris [Wed, 19 Nov 2008 08:09:22 +0000 (08:09 +0000)]
(proced, proced-format-time): Doc fixes.
(proced-process-attributes): Signal an error if unsupported.  (Bug#1314)

15 years ago(bookmark-jump-noselect): Move the deprecation notice into the doc
Karl Fogel [Wed, 19 Nov 2008 08:03:04 +0000 (08:03 +0000)]
(bookmark-jump-noselect): Move the deprecation notice into the doc
string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.

15 years ago(auto-insert-alist): Don't use match data.
Lute Kamstra [Wed, 19 Nov 2008 05:51:30 +0000 (05:51 +0000)]
(auto-insert-alist): Don't use match data.

15 years ago(help-function-arglist): Autoload it.
Glenn Morris [Wed, 19 Nov 2008 04:38:16 +0000 (04:38 +0000)]
(help-function-arglist): Autoload it.

15 years ago(f90-mode-map): Add some menu :help.
Glenn Morris [Wed, 19 Nov 2008 04:37:25 +0000 (04:37 +0000)]
(f90-mode-map): Add some menu :help.

15 years ago(org-agenda-change-all-lines): Fix declaration.
Glenn Morris [Wed, 19 Nov 2008 04:35:25 +0000 (04:35 +0000)]
(org-agenda-change-all-lines): Fix declaration.

15 years ago(floor*, ceiling*, truncate*, round*, mod*): Declare.
Glenn Morris [Wed, 19 Nov 2008 04:33:52 +0000 (04:33 +0000)]
(floor*, ceiling*, truncate*, round*, mod*): Declare.

15 years ago(x-select-font): Declare.
Glenn Morris [Wed, 19 Nov 2008 04:33:00 +0000 (04:33 +0000)]
(x-select-font): Declare.

15 years ago(emacs-lisp-mode-map): Fix a/an typo.
Glenn Morris [Wed, 19 Nov 2008 04:32:35 +0000 (04:32 +0000)]
(emacs-lisp-mode-map): Fix a/an typo.
Use the imperative for all help strings.

15 years ago(auto-insert-alist): Update template to FDL 1.3+.
Glenn Morris [Wed, 19 Nov 2008 04:32:05 +0000 (04:32 +0000)]
(auto-insert-alist): Update template to FDL 1.3+.

15 years agoManuals GFDL 1.3+.
Glenn Morris [Wed, 19 Nov 2008 04:31:18 +0000 (04:31 +0000)]
Manuals GFDL 1.3+.

15 years agoRelicense all texi files under FDL 1.3 or later.
Glenn Morris [Wed, 19 Nov 2008 04:29:29 +0000 (04:29 +0000)]
Relicense all texi files under FDL 1.3 or later.

15 years agoChange to FDL 1.3.
Glenn Morris [Wed, 19 Nov 2008 04:27:27 +0000 (04:27 +0000)]
Change to FDL 1.3.

15 years agoRelicense under FDL 1.3 or later.
Glenn Morris [Wed, 19 Nov 2008 04:25:49 +0000 (04:25 +0000)]
Relicense under FDL 1.3 or later.

15 years agoUpdate to FDL 1.3.
Glenn Morris [Wed, 19 Nov 2008 04:25:25 +0000 (04:25 +0000)]
Update to FDL 1.3.

15 years agoRelicense under FDL 1.3 or later.
Glenn Morris [Wed, 19 Nov 2008 04:23:58 +0000 (04:23 +0000)]
Relicense under FDL 1.3 or later.
Include doclicense.texi rather than having license in the file itself.

15 years agoNew file.
Glenn Morris [Wed, 19 Nov 2008 04:23:17 +0000 (04:23 +0000)]
New file.

15 years agoRelicense under FDL 1.3 or later.
Glenn Morris [Wed, 19 Nov 2008 04:21:09 +0000 (04:21 +0000)]
Relicense under FDL 1.3 or later.

15 years agoUpdate to FDL 1.3.
Glenn Morris [Wed, 19 Nov 2008 04:20:28 +0000 (04:20 +0000)]
Update to FDL 1.3.

15 years ago(ispell-dictionary-base-alist): Adjust to the
Stefan Monnier [Tue, 18 Nov 2008 21:42:17 +0000 (21:42 +0000)]
(ispell-dictionary-base-alist): Adjust to the
case where the default dictionary is French, Spanish, younameit.

15 years ago(window--frame-usable-p): Consider dedicated windows as usable.
Stefan Monnier [Tue, 18 Nov 2008 20:45:21 +0000 (20:45 +0000)]
(window--frame-usable-p): Consider dedicated windows as usable.

15 years ago(confirm-nonexistent-file-or-buffer):
Stefan Monnier [Tue, 18 Nov 2008 18:26:08 +0000 (18:26 +0000)]
(confirm-nonexistent-file-or-buffer):
Rename from find-file-confirm-nonexistent-file.
(read-buffer-to-switch): Use it.

15 years agoUpdated lispref re *-end-trigger-functions and jit-lock-register.
Chong Yidong [Tue, 18 Nov 2008 18:10:15 +0000 (18:10 +0000)]
Updated lispref re *-end-trigger-functions and jit-lock-register.

15 years ago(Other Font Lock Variables): Document jit-lock-register and
Chong Yidong [Tue, 18 Nov 2008 18:09:32 +0000 (18:09 +0000)]
(Other Font Lock Variables): Document jit-lock-register and
jit-lock-unregister.

15 years ago(Window Hooks): Remove *-end-trigger-functions vars, which are
Chong Yidong [Tue, 18 Nov 2008 18:08:55 +0000 (18:08 +0000)]
(Window Hooks): Remove *-end-trigger-functions vars, which are
obsolete.  Mention jit-lock-register.

15 years ago* windows.texi (Window Hooks): Remove *-end-trigger-functions
Chong Yidong [Tue, 18 Nov 2008 18:08:43 +0000 (18:08 +0000)]
* windows.texi (Window Hooks): Remove *-end-trigger-functions
vars, which are obsolete.  Mention jit-lock-register.

* modes.texi (Other Font Lock Variables): Document
jit-lock-register and jit-lock-unregister.

15 years ago* server.el (server-temp-file-p): Use `string-match-p'.
Juanma Barranquero [Tue, 18 Nov 2008 16:27:06 +0000 (16:27 +0000)]
* 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.

15 years ago* org.el ("speedbar"): Only show context if the file really is an
Carsten Dominik [Tue, 18 Nov 2008 15:07:35 +0000 (15:07 +0000)]
* org.el ("speedbar"): Only show context if the file really is an
org-mode buffer.

15 years ago*** empty log message ***
Carsten Dominik [Tue, 18 Nov 2008 15:07:23 +0000 (15:07 +0000)]
*** empty log message ***

15 years ago(compilation-start-hook): New hook.
Sam Steingold [Tue, 18 Nov 2008 14:14:37 +0000 (14:14 +0000)]
(compilation-start-hook): New hook.
(compilation-start): Run it on the compilation process.

15 years agoMinor fix.
Chong Yidong [Tue, 18 Nov 2008 07:07:46 +0000 (07:07 +0000)]
Minor fix.

15 years agoDocumented alpha frame parameter.
Chong Yidong [Tue, 18 Nov 2008 07:06:04 +0000 (07:06 +0000)]
Documented alpha frame parameter.

15 years ago(Color Parameters): Document alpha parameter.
Chong Yidong [Tue, 18 Nov 2008 07:05:36 +0000 (07:05 +0000)]
(Color Parameters): Document alpha parameter.

15 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.

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

15 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*.

15 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.

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

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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)

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

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

15 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.

15 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.