]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoMerge from emacs--devo--0
Miles Bader [Sat, 29 Dec 2007 02:51:57 +0000 (02:51 +0000)]
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-307

16 years agoRevert incorrect merge
Miles Bader [Sat, 29 Dec 2007 02:44:34 +0000 (02:44 +0000)]
Revert incorrect merge

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

16 years agoMerge from emacs--devo--0
Miles Bader [Sat, 29 Dec 2007 02:39:17 +0000 (02:39 +0000)]
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306

16 years ago(Language Modes): Fix menu.
Jay Belanger [Sat, 29 Dec 2007 01:16:30 +0000 (01:16 +0000)]
(Language Modes): Fix menu.

16 years ago(calc-init-extensions): Autoload commands to change languages.
Jay Belanger [Sat, 29 Dec 2007 01:11:03 +0000 (01:11 +0000)]
(calc-init-extensions): Autoload commands to change languages.

16 years ago*** empty log message ***
Jay Belanger [Sat, 29 Dec 2007 01:06:40 +0000 (01:06 +0000)]
*** empty log message ***

16 years agoMention new languages.
Jay Belanger [Sat, 29 Dec 2007 00:58:07 +0000 (00:58 +0000)]
Mention new languages.

16 years ago(calc-modes-menu): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:57:02 +0000 (00:57 +0000)]
(calc-modes-menu): Add new languages.

16 years ago(calc-yacas-language, calc-maxima-language, calc-giac-language)
Jay Belanger [Sat, 29 Dec 2007 00:56:17 +0000 (00:56 +0000)]
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-yacas-parse-Sum, math-yacas-compose-sum)
(math-yacas-compose-deriv, math-yacas-compose-taylor)
(math-maxima-parse-subst, math-maxima-parse-taylor)
(math-maxima-compose-taylor, math-maxima-compose-subst)
(math-maxima-compose-if, math-lang-switch-args)
(math-lang-compose-switch-args, math-read-giac-subscr):
New functions.

(calc-lang-allow-underscores, calc-lang-allow-percentsigns)
(calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
Add languages.

(math-vector-brackets, math-complex-format, math-variable-table)
(math-parse-table, math-oper-table, math-function-table)
(math-special-function-table, math-compose-subscr):
Add values for new languages.

16 years ago(calc-d-prefix-help): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:38 +0000 (00:55 +0000)]
(calc-d-prefix-help): Add new languages.

16 years ago(calc-init-extensions): Add keybindings for new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:06 +0000 (00:55 +0000)]
(calc-init-extensions): Add keybindings for new languages.

16 years ago(calc-language): Add languages to docstring.
Jay Belanger [Sat, 29 Dec 2007 00:54:16 +0000 (00:54 +0000)]
(calc-language): Add languages to docstring.

16 years ago(math-compose-expr): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:53:34 +0000 (00:53 +0000)]
(math-compose-expr): Add new languages.

16 years ago(math-read-token): Fix misplaced parentheses.
Jay Belanger [Sat, 29 Dec 2007 00:23:41 +0000 (00:23 +0000)]
(math-read-token): Fix misplaced parentheses.

16 years ago(Yacas Language, Maxima Language, Giac Language): New sections.
Jay Belanger [Sat, 29 Dec 2007 00:23:01 +0000 (00:23 +0000)]
(Yacas Language, Maxima Language, Giac Language): New sections.

16 years ago(vc-hg-registered): Return the false when vc-hg-state
Dan Nicolaescu [Fri, 28 Dec 2007 22:50:18 +0000 (22:50 +0000)]
(vc-hg-registered): Return the false when vc-hg-state
returns 'ignored or 'unregistered.
(vc-hg-state): Pass "-A" to the status command and deal with the
output.
(vc-hg-dir-state): Pass "-A" to the status command.

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 28 Dec 2007 22:26:31 +0000 (22:26 +0000)]
Merge from gnus--devo--0

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

16 years agoMerge from emacs--rel--22
Miles Bader [Fri, 28 Dec 2007 22:26:14 +0000 (22:26 +0000)]
Merge from emacs--rel--22

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

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 28 Dec 2007 19:46:56 +0000 (19:46 +0000)]
*** empty log message ***

16 years agoImprove a Changelog comment.
Eric S. Raymond [Fri, 28 Dec 2007 18:19:53 +0000 (18:19 +0000)]
Improve a Changelog comment.

16 years ago* vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
Eric S. Raymond [Fri, 28 Dec 2007 18:16:55 +0000 (18:16 +0000)]
* vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
states. and the new return-value convention.  These are not
actually used yet, just set.

* vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
states when appropriate.

* vc-hg.el (vc-hg-state,vc-hg-dir-state): Set 'ignored and
'unregistered' when appropriate.

* vc-git.el: Document that we don't set the new states yet.

* vc.el (vc-dired-state-info): Display 'unregistered and
'ignored states.

* vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
appropriate.

* vc-bzr.el (vc-bzr-dir-state): Set 'ignored and
'unregistered' when appropriate.

16 years ago* vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
Eric S. Raymond [Fri, 28 Dec 2007 16:24:31 +0000 (16:24 +0000)]
* vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
functions so they don't do work that the default one can do instead

16 years agoTypo fix.
Eric S. Raymond [Fri, 28 Dec 2007 15:00:21 +0000 (15:00 +0000)]
Typo fix.

16 years agoChangelog typo fixes.
Eric S. Raymond [Fri, 28 Dec 2007 13:30:34 +0000 (13:30 +0000)]
Changelog typo fixes.

16 years ago* vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
Eric S. Raymond [Fri, 28 Dec 2007 13:29:41 +0000 (13:29 +0000)]
* vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
to vc-hooks.el so it will be available to other modes, such as
speedbar.el.  Also, teach it to recognize monotine state directories.

* speedbar.el: Remove this mode's fragile assumptions about
version-control systems.  Instead, make it use logic from
vc-hooks.el so it will become smarter whenever VC mode does.

* vc-hooks.el: 'added is a real state, not a future hypothetical
one. Fix the documentation.

16 years ago(rgrep): Fix last change.
YAMAMOTO Mitsuharu [Fri, 28 Dec 2007 10:48:05 +0000 (10:48 +0000)]
(rgrep): Fix last change.

16 years agoAnd another typo fix.
Eric S. Raymond [Fri, 28 Dec 2007 10:00:02 +0000 (10:00 +0000)]
And another typo fix.

16 years agoTypo fix.
Eric S. Raymond [Fri, 28 Dec 2007 09:59:34 +0000 (09:59 +0000)]
Typo fix.

16 years ago*** empty log message ***
Nick Roberts [Fri, 28 Dec 2007 09:48:35 +0000 (09:48 +0000)]
*** empty log message ***

16 years ago* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Eric S. Raymond [Fri, 28 Dec 2007 08:59:50 +0000 (08:59 +0000)]
* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Modify all instances of the dir-state back-end method to suppress
keeping undo lists on the buffers holding astatus output, which
csn get extremely large.

16 years ago(thumbs-call-convert): Use call-process directly
Nick Roberts [Fri, 28 Dec 2007 08:09:57 +0000 (08:09 +0000)]
(thumbs-call-convert): Use call-process directly
with thumbs-conversion-program instead of through shell-file-name
for better error reporting when program is missing.

16 years ago*** empty log message ***
Nick Roberts [Fri, 28 Dec 2007 08:08:34 +0000 (08:08 +0000)]
*** empty log message ***

16 years ago(Size and Position): Explain meaning of frame pixel width and height.
Richard M. Stallman [Fri, 28 Dec 2007 03:50:09 +0000 (03:50 +0000)]
(Size and Position): Explain meaning of frame pixel width and height.

16 years ago(Basic Parameters): For `title', refer to title bar.
Richard M. Stallman [Fri, 28 Dec 2007 03:19:04 +0000 (03:19 +0000)]
(Basic Parameters): For `title', refer to title bar.

16 years ago(Size Parameters): Fix typo.
Richard M. Stallman [Fri, 28 Dec 2007 03:16:48 +0000 (03:16 +0000)]
(Size Parameters): Fix typo.

16 years ago*** empty log message ***
Kenichi Handa [Fri, 28 Dec 2007 02:13:20 +0000 (02:13 +0000)]
*** empty log message ***

16 years ago(setup-default-fontset): Fix lao OTF script name.
Kenichi Handa [Fri, 28 Dec 2007 02:06:38 +0000 (02:06 +0000)]
(setup-default-fontset): Fix lao OTF script name.

16 years ago(math-remove-percentsigns): Change placeholder for percent signs.
Jay Belanger [Thu, 27 Dec 2007 17:35:59 +0000 (17:35 +0000)]
(math-remove-percentsigns): Change placeholder for percent signs.

16 years ago(math-to-percentsigns): Change placeholder for percent signs.
Jay Belanger [Thu, 27 Dec 2007 17:32:59 +0000 (17:32 +0000)]
(math-to-percentsigns): Change placeholder for percent signs.

16 years ago* vc.el (vc-dired-hook): Show unregistered file status as "?" in
Eric S. Raymond [Thu, 27 Dec 2007 16:17:17 +0000 (16:17 +0000)]
* vc.el (vc-dired-hook): Show unregistered file status as "?" in
non-terse mode.
(vc-dired-ignorable-p): Ignore Makefile when it has a peer named
Makefile.in or Makefile.am

16 years agoRefactoring step.
Eric S. Raymond [Thu, 27 Dec 2007 15:26:02 +0000 (15:26 +0000)]
Refactoring step.

16 years ago* vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
Eric S. Raymond [Thu, 27 Dec 2007 14:41:44 +0000 (14:41 +0000)]
* vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
use completion-ignored-extensions to detect files that should be
ignorted in VC-Dired listings, heading off lots of expensive calls
to (vc-state).

16 years agoFix ps-print-preprint-region code
Vinicius Jose Latorre [Thu, 27 Dec 2007 14:00:42 +0000 (14:00 +0000)]
Fix ps-print-preprint-region code

16 years ago* (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
Eric S. Raymond [Thu, 27 Dec 2007 11:26:27 +0000 (11:26 +0000)]
* (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
machinery in place to support editing of change comments
with 'e' in a log-view buffer.  Not documented yet as this
only works for SCCS, RCS, and maybe CVS if you have admin
privileges.  When we have backend support for Subversion and
more modern systems it will ve time to write this up.

16 years ago(select-safe-coding-system): When a
Kenichi Handa [Thu, 27 Dec 2007 10:28:28 +0000 (10:28 +0000)]
(select-safe-coding-system): When a
buffer is modfied, cancel the writing.

16 years ago*** empty log message ***
Nick Roberts [Thu, 27 Dec 2007 05:50:36 +0000 (05:50 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:54:12 +0000 (03:54 +0000)]
*** empty log message ***

16 years ago(compilation-start): Set initial visible point properly even when
Richard M. Stallman [Thu, 27 Dec 2007 03:31:20 +0000 (03:31 +0000)]
(compilation-start): Set initial visible point properly even when
compilation buffer already current.

16 years ago*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:17:24 +0000 (03:17 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:10:52 +0000 (03:10 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Thu, 27 Dec 2007 02:41:35 +0000 (02:41 +0000)]
*** empty log message ***

16 years agoterminal-composition-modification: Delete it.
Kenichi Handa [Thu, 27 Dec 2007 02:41:26 +0000 (02:41 +0000)]
terminal-composition-modification: Delete it.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 27 Dec 2007 02:39:17 +0000 (02:39 +0000)]
*** empty log message ***

16 years ago(terminal-composition-function): Fix previous change.
Kenichi Handa [Thu, 27 Dec 2007 02:37:58 +0000 (02:37 +0000)]
(terminal-composition-function): Fix previous change.

16 years agoShow the functions changed.
Dan Nicolaescu [Thu, 27 Dec 2007 02:22:59 +0000 (02:22 +0000)]
Show the functions changed.

16 years ago*** empty log message ***
Kenichi Handa [Thu, 27 Dec 2007 01:15:57 +0000 (01:15 +0000)]
*** empty log message ***

16 years ago(ftfont_drive_otf): Fix setting of FROM and TO slots of
Kenichi Handa [Thu, 27 Dec 2007 01:15:39 +0000 (01:15 +0000)]
(ftfont_drive_otf): Fix setting of FROM and TO slots of
glyphs.

16 years ago(struct font_driver): Docstring of member `shape' is improved.
Kenichi Handa [Thu, 27 Dec 2007 01:14:29 +0000 (01:14 +0000)]
(struct font_driver): Docstring of member `shape' is improved.

16 years ago(Formatted Text): Improve menu tag.
Richard M. Stallman [Thu, 27 Dec 2007 00:42:26 +0000 (00:42 +0000)]
(Formatted Text): Improve menu tag.
(Editing Format Info): In Info, add duplicate menu of nodes
about the submenus.
(Format Faces): Say where Faces menu is found.  Mention Other.
(Format Colors): Say where these submenus are found.
(Format Indentation, Format Justification): Likewise.
(Format Properties): Likewise.

16 years ago*** empty log message ***
Eric S. Raymond [Wed, 26 Dec 2007 23:24:08 +0000 (23:24 +0000)]
*** empty log message ***

16 years agoWhitespace change.
Richard M. Stallman [Wed, 26 Dec 2007 23:01:34 +0000 (23:01 +0000)]
Whitespace change.

16 years agoOops...describe the file...
Eric S. Raymond [Wed, 26 Dec 2007 21:06:35 +0000 (21:06 +0000)]
Oops...describe the file...

16 years agoAdd log format samples for Subversion and Mercurial.
Eric S. Raymond [Wed, 26 Dec 2007 21:02:59 +0000 (21:02 +0000)]
Add log format samples for Subversion and Mercurial.

16 years ago(save-buffer-state): Make sure the state of the
Andreas Schwab [Wed, 26 Dec 2007 19:05:28 +0000 (19:05 +0000)]
(save-buffer-state): Make sure the state of the
buffer is always restored.

16 years agoFix regexps in fill-french-nobreak-p broken by last patch.
Martin Rudalics [Wed, 26 Dec 2007 18:12:37 +0000 (18:12 +0000)]
Fix regexps in fill-french-nobreak-p broken by last patch.

16 years ago(math-to-percentsigns): New function.
Jay Belanger [Wed, 26 Dec 2007 17:38:24 +0000 (17:38 +0000)]
(math-to-percentsigns): New function.
(math-compose-var): Handle variables with percent signs.
(math-compose-expr): Handle function names with percent signs.

16 years ago(math-to-percentsigns): Declare as function.
Jay Belanger [Wed, 26 Dec 2007 17:32:13 +0000 (17:32 +0000)]
(math-to-percentsigns): Declare as function.
(math-read-exprs): Handle percent signs in languages that allow them.
(math-restore-underscores): Remove function.
(math-remove-percentsigns,math-restore-placeholders): New functions.

16 years ago(conf-mode-maybe): New function.
Richard M. Stallman [Wed, 26 Dec 2007 17:29:34 +0000 (17:29 +0000)]
(conf-mode-maybe): New function.
(auto-mode-alist): Use conf-mode-maybe for .conf etc.

16 years agoFix ps-print-preprint-region code
Vinicius Jose Latorre [Wed, 26 Dec 2007 16:28:30 +0000 (16:28 +0000)]
Fix ps-print-preprint-region code

16 years ago(calc-lang-allow-percentsigns): Declare as a variable.
Jay Belanger [Wed, 26 Dec 2007 16:04:51 +0000 (16:04 +0000)]
(calc-lang-allow-percentsigns): Declare as a variable.

16 years ago(calc-lang-allow-percentsigns): New variable.
Jay Belanger [Wed, 26 Dec 2007 16:04:00 +0000 (16:04 +0000)]
(calc-lang-allow-percentsigns): New variable.

16 years ago2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Wed, 26 Dec 2007 11:48:37 +0000 (11:48 +0000)]
2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>

* image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
New functions.
(image-mode): Set bookmark-make-cell-function appropriately.

* doc-view.el (doc-view-bookmark-jump): Correct misspelled arg
name.

16 years ago(fill-find-break-point): Fix doc-string typo.
Martin Rudalics [Wed, 26 Dec 2007 09:08:59 +0000 (09:08 +0000)]
(fill-find-break-point): Fix doc-string typo.

16 years ago2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Wed, 26 Dec 2007 08:53:06 +0000 (08:53 +0000)]
2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>

* bookmark.el (bookmark-make-cell-function): New variable.
(bookmark-make): Call bookmark-make-cell-function's function
instead of bookmark-make-cell.
(bookmark-get-handler, bookmark-jump-internal): New functions.
(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
(bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use
bookmark-jump-internal.
(bookmark-make-cell-for-text-file): Renamed from
bookmark-make-cell.

* doc-view.el (doc-view-bookmark-make-cell)
(doc-view-bookmark-jump): New functions.
(doc-view-mode): Set bookmark-make-cell-function buffer-locally.

16 years ago*** empty log message ***
Richard M. Stallman [Wed, 26 Dec 2007 05:02:04 +0000 (05:02 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Wed, 26 Dec 2007 01:55:47 +0000 (01:55 +0000)]
*** empty log message ***

16 years ago(x-complement-fontset-spec): Complement size too.
Kenichi Handa [Wed, 26 Dec 2007 01:53:14 +0000 (01:53 +0000)]
(x-complement-fontset-spec): Complement size too.

16 years ago(region-active-p): Doc fix.
Richard M. Stallman [Tue, 25 Dec 2007 23:00:51 +0000 (23:00 +0000)]
(region-active-p): Doc fix.

16 years ago(allout-region-active-p): Renamed from my-region-active-p. Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 23:00:07 +0000 (23:00 +0000)]
(allout-region-active-p): Renamed from my-region-active-p.  Use `use-region-p'.

(allout-write-file-hook-handler): Simplify code.

16 years agoComment change.
Richard M. Stallman [Tue, 25 Dec 2007 22:50:30 +0000 (22:50 +0000)]
Comment change.

16 years ago(ps-mark-active-p): Function deleted.
Richard M. Stallman [Tue, 25 Dec 2007 22:50:08 +0000 (22:50 +0000)]
(ps-mark-active-p): Function deleted.
(ps-print-preprint-region): Use (mark) for the error check.

16 years agoDoc fix.
Richard M. Stallman [Tue, 25 Dec 2007 22:48:48 +0000 (22:48 +0000)]
Doc fix.

16 years ago(tooltip-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:48:13 +0000 (22:48 +0000)]
(tooltip-region-active-p): Use `use-region-p'.

16 years ago(winner-active-region): Use `mark-active' if it's defined.
Richard M. Stallman [Tue, 25 Dec 2007 22:47:35 +0000 (22:47 +0000)]
(winner-active-region): Use `mark-active' if it's defined.

16 years ago(ada-region-selected): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:47:03 +0000 (22:47 +0000)]
(ada-region-selected): Use `use-region-p'.

16 years ago(org-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:45:55 +0000 (22:45 +0000)]
(org-region-active-p): Use `use-region-p'.

16 years ago(idlwave-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:45:27 +0000 (22:45 +0000)]
(idlwave-region-active-p): Use `use-region-p'.

16 years ago(reftex-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:44:57 +0000 (22:44 +0000)]
(reftex-region-active-p): Use `use-region-p'.

16 years ago(c-region-is-active-p): Use `mark-active' if it's defined.
Richard M. Stallman [Tue, 25 Dec 2007 22:44:28 +0000 (22:44 +0000)]
(c-region-is-active-p): Use `mark-active' if it's defined.

16 years ago(region-active-p): New function.
Richard M. Stallman [Tue, 25 Dec 2007 22:43:44 +0000 (22:43 +0000)]
(region-active-p): New function.

16 years ago(c-indent-line-or-region):
Richard M. Stallman [Tue, 25 Dec 2007 22:14:07 +0000 (22:14 +0000)]
(c-indent-line-or-region):
Pass prefix arg to `c-indent-command'.  Use `use-region-p'.

16 years ago(use-region-p): Renamed from `region-active-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:12:56 +0000 (22:12 +0000)]
(use-region-p): Renamed from `region-active-p'.

16 years agoAdd prefix arg handling to indent-for-tab-command
Miles Bader [Tue, 25 Dec 2007 21:07:12 +0000 (21:07 +0000)]
Add prefix arg handling to indent-for-tab-command

(indent-for-tab-command): Rigidly indent the following sexp along
with the current line when a prefix arg is given in the
non-active-region case.  Specify raw prefix in interactive spec.
Simplify main indentation logic to get rid of the conditional call
to `indent-according-to-mode' (it just ended up calling
`indent-line-function' in all cases anyway, which can be done more
simply here).  Remove unnecessary test of ARG in active region case.

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

16 years ago(yank-pop-change-selection): New option.
Richard M. Stallman [Tue, 25 Dec 2007 20:19:13 +0000 (20:19 +0000)]
(yank-pop-change-selection): New option.
(current-kill): Obey it.

16 years ago(mouse-yank-primary): New function (almost same as mouse-yank-secondary).
Richard M. Stallman [Tue, 25 Dec 2007 20:09:05 +0000 (20:09 +0000)]
(mouse-yank-primary): New function (almost same as mouse-yank-secondary).

16 years ago(select-active-regions): New option.
Richard M. Stallman [Tue, 25 Dec 2007 20:02:45 +0000 (20:02 +0000)]
(select-active-regions): New option.
(set-mark): Obey it.

16 years ago(asm-mode-map): Add a major mode menu.
Dan Nicolaescu [Tue, 25 Dec 2007 20:00:12 +0000 (20:00 +0000)]
(asm-mode-map): Add a major mode menu.

16 years ago(x-select-enable-primary): New option.
Richard M. Stallman [Tue, 25 Dec 2007 19:55:59 +0000 (19:55 +0000)]
(x-select-enable-primary): New option.
(x-select-text, x-cut-buffer-or-selection-value): Obey it.

16 years ago* calculator.el:
Dan Nicolaescu [Tue, 25 Dec 2007 19:21:38 +0000 (19:21 +0000)]
* calculator.el:
* dframe.el:
* iswitchb.el:
* whitespace.el:
* winner.el:
* emacs-lisp/checkdoc.el:
* mail/feedmail.el:
* net/quickurl.el:
* obsolete/fast-lock.el:
* play/5x5.el:
* progmodes/delphi.el:
* progmodes/idlw-shell.el:
* progmodes/idlwave.el:
* textmodes/artist.el:
* textmodes/ispell.el:
* textmodes/texinfmt.el:
* textmodes/texinfo.el: Remove obsolete definitions of backward
compatibility macros for defcustom, defgroup, defface, when,
unless, with-current-buffer and with-temp-message.

16 years ago(comint-mode-map): Explicitly bind `delete' and `kp-delete'
Richard M. Stallman [Tue, 25 Dec 2007 16:56:28 +0000 (16:56 +0000)]
(comint-mode-map): Explicitly bind `delete' and `kp-delete'
so they never do EOF.