bpt/emacs.git
15 years ago(vc-mtn-diff-switches): New option.
Glenn Morris [Sat, 22 Nov 2008 03:34:55 +0000 (03:34 +0000)]
(vc-mtn-diff-switches): New option.
(vc-mtn-program): Rename from vc-mtn-command, for
consistency with other backends.  Keep old name as alias.
Update callers.  Make it a defcustom.
(vc-mtn-diff): Give it a doc string.  Apply diff switches.

15 years ago(vc-arch-program): Rename from vc-arch-command, for
Glenn Morris [Sat, 22 Nov 2008 03:30:22 +0000 (03:30 +0000)]
(vc-arch-program): Rename from vc-arch-command, for
consistency with other backends.  Make it a defcustom.
(vc-arch-command, vc-arch-trim-revlib): Adapt for above change.

15 years ago(vc-hg-program): New option.
Glenn Morris [Sat, 22 Nov 2008 03:29:03 +0000 (03:29 +0000)]
(vc-hg-program): New option.
(vc-hg-state, vc-hg-working-revision, vc-hg-command):
Use vc-hg-program rather than hard-coded "hg".

15 years agoRemove leading `*' from defcustom doc-strings.
Glenn Morris [Sat, 22 Nov 2008 03:27:18 +0000 (03:27 +0000)]
Remove leading `*' from defcustom doc-strings.
(vc-svn-program): Move defcustom to start.
(vc-svn-create-repo, vc-svn-modify-change-comment):
Use vc-svn-program rather than hard-coded "svn".

15 years agoStylistic consistency fixes for various menu and help texts.
Glenn Morris [Sat, 22 Nov 2008 03:24:10 +0000 (03:24 +0000)]
Stylistic consistency fixes for various menu and help texts.

15 years ago(kmacro-insert-counter): Doc fix.
Glenn Morris [Sat, 22 Nov 2008 03:19:06 +0000 (03:19 +0000)]
(kmacro-insert-counter): Doc fix.

15 years agoDerek Peschel <dpeschel at eskimo.com> (tiny change)
Glenn Morris [Sat, 22 Nov 2008 03:18:03 +0000 (03:18 +0000)]
Derek Peschel  <dpeschel at eskimo.com>  (tiny change)

(add_regex): Pass correct length to re_compile_pattern.

15 years ago(message-send-mail): Just set the buffer to unibyte
Stefan Monnier [Fri, 21 Nov 2008 22:26:54 +0000 (22:26 +0000)]
(message-send-mail): Just set the buffer to unibyte
rather than use mm-with-unibyte-current-buffer which does a lot more.
(message-send-mail-partially): Don't bother with
mm-with-unibyte-current-buffer since it's already been made unibyte by
message-send-mail.

15 years ago(tcl-filter): Don't forcibly move point.
Stefan Monnier [Fri, 21 Nov 2008 22:17:42 +0000 (22:17 +0000)]
(tcl-filter): Don't forcibly move point.

15 years ago(quail-indent-to): New function.
Stefan Monnier [Fri, 21 Nov 2008 20:40:08 +0000 (20:40 +0000)]
(quail-indent-to): New function.
(quail-completion-1, quail-completion-list-translations)
(quail-insert-decode-map): Use it to improve alignment.
(quail-build-decode-map): Don't ignore latin-1 chars.
(quail-help): Increase the max decode-map size so that even the TeX map
gets printed.

15 years ago(bookmark-get-bookmark): Add `noerror' arg.
Stefan Monnier [Fri, 21 Nov 2008 19:29:16 +0000 (19:29 +0000)]
(bookmark-get-bookmark): Add `noerror' arg.
Signal error for invalid bookmark.
(bookmark-get-bookmark-record): Undo last change.
(bookmark-store, bookmark-delete): Use new arg `noerror'.

15 years ago(bookmark-buffer-file-name): Also abbreviate dired-dir.
Stefan Monnier [Fri, 21 Nov 2008 19:07:21 +0000 (19:07 +0000)]
(bookmark-buffer-file-name): Also abbreviate dired-dir.
Suggested by Toru TSUNEYOSHI.

15 years ago(byte-compile-butlast): Move up in file.
Chong Yidong [Fri, 21 Nov 2008 18:51:48 +0000 (18:51 +0000)]
(byte-compile-butlast): Move up in file.
(byte-optimize-plus): Don't call
byte-optimize-delay-constants-math (bug#1334).  Use
byte-optimize-predicate to optimize constants.
(byte-optimize-minus): Don't call
byte-optimize-delay-constants-math.  Remove zero arguments first
if possible.  Call byte-optimize-predicate to optimize constants.
(byte-optimize-multiply): Remove optimizations for arguments of 0
and 2, which may be inaccurate.  Optimize (* x -1) to (- x).  Call
byte-optimize-predicate.
(byte-optimize-divide): Leave runtime errors unchanged.
Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.

15 years ago* byte-opt.el (byte-compile-butlast): Move up in file.
Chong Yidong [Fri, 21 Nov 2008 18:51:19 +0000 (18:51 +0000)]
* byte-opt.el (byte-compile-butlast): Move up in file.
(byte-optimize-plus): Don't call
byte-optimize-delay-constants-math (bug#1334).  Use
byte-optimize-predicate to optimize constants.
(byte-optimize-minus): Don't call
byte-optimize-delay-constants-math.  Remove zero arguments first
if possible.  Call byte-optimize-predicate to optimize constants.
(byte-optimize-multiply): Remove optimizations for arguments of 0
and 2, which may be inaccurate.  Optimize (* x -1) to (- x).  Call
byte-optimize-predicate.
(byte-optimize-divide): Leave runtime errors unchanged.
Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.

15 years ago(misc): New target.
Eli Zaretskii [Fri, 21 Nov 2008 15:55:58 +0000 (15:55 +0000)]
(misc): New target.
(all, info): Depend on `misc'.

15 years agoUpdate.
Andreas Schwab [Fri, 21 Nov 2008 14:33:31 +0000 (14:33 +0000)]
Update.

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.