1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00
Commit graph

35030 commits

Author SHA1 Message Date
Kenichi Handa
e50e56890f *** empty log message *** 2006-06-09 02:18:09 +00:00
Kenichi Handa
8e71d05927 (tar-extract): Sync with HEAD. 2006-06-09 02:18:00 +00:00
Miles Bader
b883cdb2fe Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 285-296)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * gnus--rel--5.10  (patch 102-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
2006-06-07 18:05:10 +00:00
Miles Bader
26c9afc323 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 103-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-295
2006-06-07 16:39:16 +00:00
Kenichi Handa
8dec0e017b *** empty log message *** 2006-06-07 01:21:12 +00:00
Kenichi Handa
1314c787eb (hack-local-variables-prop-line)
(hack-local-variables): Cancel the previous change.
2006-06-07 01:20:28 +00:00
Kenichi Handa
36e0285064 (find-auto-coding): Don't handle the short name `char-trans'. 2006-06-07 01:20:16 +00:00
Jesper Harder
79f28143be (ediff-diff-mandatory-option): Protect against
file-error.
2006-06-06 18:45:21 +00:00
Chong Yidong
dd24cb375f * diff-mode.el (diff-hunk-kill, diff-file-kill, diff-split-hunk)
(diff-refine-hunk): Set inhibit-read-only to t.
2006-06-06 14:17:31 +00:00
Chong Yidong
53dd481c3f * diff-mode.el (diff-mode): Set buffer-read-only to t when
diff-default-read-only is non-nill.

	* diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
	modifying the *Diff* buffer.
	(diff-process-filter): New filter function for diff process that
	sets inhibit-read-only to t when modifying the *Diff* buffer.
2006-06-06 14:06:13 +00:00
Carsten Dominik
98a5380242 *** empty log message *** 2006-06-06 08:26:45 +00:00
Carsten Dominik
7d143c2582 (org-archive-subtree): Use end-of-subtree as insertion
point and control the number of empty lines.
	(org-paste-subtree): Limit the number of empty lines at the end of
	the inserted tree.
	(org-agenda): Use buffer name of current file for narrowing.
	(org-export-as-xml): Command removed.
	(org-export-xml-type): Option removed.
	(org-mode-map): Call `org-export-as-xoxo' directly.
	(org-get-indentation): New optional argument LINE.
	(org-fix-indentation, org-remove-tabs): New functions.
	(org-export-as-ascii, org-ascii-level-start): Determine and apply
	correct indentation for headlines that are converted it items.
	(org-skip-comments): Remove table lines that contain narrowing
	cookies but no other non-empty fields.
	(org-set-tags): Allow groups of mutually exclusive tags.
	(org-cmp-time): Sort 24:21 before items without time.
	(org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
	(org-open-at-point): Require double colon also for numbers.
2006-06-06 08:26:10 +00:00
Kim F. Storm
d9e17d28a2 Correction for AUTHORS. 2006-06-06 07:46:25 +00:00
Kenichi Handa
3ec0b7a9de *** empty log message *** 2006-06-06 03:57:22 +00:00
Kenichi Handa
6118a2b8c1 (font-encoding-alist): Add koi8-4.
(script-representative-chars): Set the default value.
(create-fontset-from-x-resource): Delete `message'.
2006-06-06 03:54:18 +00:00
Kenichi Handa
35acfcc3b9 (font-weight-table, font-slant-table)
(font-swidth-table): New customizable variables.
2006-06-06 03:53:59 +00:00
Kim F. Storm
a11ad595d4 (ido-default-file-method, ido-default-buffer-method):
Make choice values consistent with corresponding command names.
(ido-visit-buffer): Update accordingly.  Default to selected-window.
2006-06-05 22:22:41 +00:00
Kim F. Storm
92f0c93da2 *** empty log message *** 2006-06-05 22:22:27 +00:00
Nick Roberts
ff239a7eaa (gud-running): Fix doc string.
(gud-menu-map): Use :visible instead fo :enable for debugger test.
(gud-tooltip-modes): Add python-mode.
(gud-tooltip-print-command): Add pdb.  Remove perldb.
2006-06-05 21:31:24 +00:00
Nick Roberts
876bd6e47e *** empty log message *** 2006-06-05 21:30:54 +00:00
Eli Zaretskii
3152b1ebb0 (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS). 2006-06-05 19:47:51 +00:00
Richard M. Stallman
43c58260f6 (defined-colors): Doc fix. 2006-06-05 17:21:37 +00:00
Thien-Thi Nguyen
58ce5535fd (vc-process-filter): Inhibit undo
info collection around call to insert.
(vc-setup-buffer): Likewise for call to erase-buffer.
(vc-do-command): Likewise for call to process-file.
2006-06-05 15:46:00 +00:00
Romain Francoise
63fbb6441f Formatting fixes. 2006-06-05 11:56:03 +00:00
Nick Roberts
623c14d3aa *** empty log message *** 2006-06-05 10:14:16 +00:00
Nick Roberts
121586b1f7 (gud-menu-map): Use a conditional help echo for gud-go.
(gud-common-init): Other debuggers may trigger error.
2006-06-05 10:10:51 +00:00
Kenichi Handa
dac5ab0a1b (find-auto-coding): Handle
enable-character-translation in file header.
2006-06-05 07:11:33 +00:00
Kenichi Handa
f090034b78 *** empty log message *** 2006-06-05 07:11:13 +00:00
Kim F. Storm
9109bf4909 (authors-aliases): Add mode aliases.
(authors-fixed-entries): Fix spelling.
(authors-canonical-file-name): Don't report error for wildcards.
2006-06-04 22:01:24 +00:00
Kim F. Storm
34c614a862 Corrections for AUTHORS. 2006-06-04 22:00:54 +00:00
Kim F. Storm
e38cc268e2 (view-emacs-news): Rewrite to support new NEWS,
NEWS.major, and NEWS.1-17 file naming.  Add more intelligense,
e.g. version 10 matches 1.10, and don't be confused by version 1.1
begin a prefix of 1.12 (etc).  A numeric prefix arg also works.
2006-06-04 01:14:15 +00:00
Kim F. Storm
32a877bb67 Reorganize NEWS and ONEWS files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version.
Update copyright notices.
2006-06-04 01:11:51 +00:00
Eli Zaretskii
af6aef872b Fix date of last entry. 2006-06-03 08:39:30 +00:00
Eli Zaretskii
6d39902f35 (sh-quoted-exec): New face for quoted exec constructs like foo bar.
(sh-quoted-subshell): New helper function to search for a possibly nested
subshell (like `` or $()) within a "" quoted string.
(sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
(sh-apply-quoted-subshell): Flag quote characters inside a subshell, which is
itself already in a quoted region, as punctuation, since this is the closest
to what they actually are.
(sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
sh-apply-quoted-subshell.
(sh-font-lock-syntactic-face-function): Apply the new face for text inside ``
instead of the old font-lock-string-face.
2006-06-03 08:38:43 +00:00
YAMAMOTO Mitsuharu
fabcf45510 *** empty log message *** 2006-06-03 02:34:35 +00:00
YAMAMOTO Mitsuharu
dc34c597e4 (mac-ts-active-input-overlay): Add defvar.
(mac-ae-number, mac-ae-frame, mac-ae-script-language)
(mac-bytes-to-text-range, mac-ae-text-range-array)
(mac-ts-update-active-input-buf, mac-split-string-by-property-change)
(mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
(mac-ts-unicode-for-key-event):	New functions.
(mac-handle-toolbar-switch-mode): Use mac-ae-frame.
(mac-handle-font-selection): Use mac-ae-number.
(mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
New variables.
(mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
(mac-ts-converted-text, mac-ts-selected-converted-text)
(mac-ts-block-fill-text, mac-ts-outline-text)
(mac-ts-selected-text, mac-ts-no-hilite): New faces.
(mac-ts-hilite-style-faces): New constant.
(mac-apple-event-map): Bind text input events.
(mac-dispatch-apple-event): Use command-execute instead of
call-interactively.
(global-map): Don't bind mac-apple-event.
(special-event-map): Bind mac-apple-event.
2006-06-03 02:31:51 +00:00
Bill Wohler
c1def6ea27 (mh-folder-exists-p): Change test from an empty buffer, to one that
contains the actual folder, since GNU mailutils' folder command
displays output if the folder doesn't exist (closes SF #1499712).
2006-06-02 18:47:44 +00:00
Juri Linkov
2e17852c46 *** empty log message *** 2006-06-02 18:24:59 +00:00
Juri Linkov
21b28a27fc (sgml-html-meta-auto-coding-function):
Remove the condition `(search-forward "<html" size t)'.
Replace `\"' with `[\"']?' in `re-search-forward'.
2006-06-02 18:17:02 +00:00
Romain Francoise
06c7827a73 *** empty log message *** 2006-06-02 17:33:54 +00:00
Eli Zaretskii
3d80c94156 *** empty log message *** 2006-06-02 10:13:43 +00:00
Eli Zaretskii
3196bfd286 (EMACS): Remove quotes from the Emacs executable file name.
(emacs): Enclose the value of $(EMACS) in quotes.
2006-06-02 09:48:28 +00:00
Kenichi Handa
62e51d5356 (find-auto-coding): Fix previous change. 2006-06-02 06:34:41 +00:00
Kenichi Handa
8a3d7ed346 (hack-local-variables): Ignore char-trans' as well as coding'. 2006-06-02 06:34:00 +00:00
Kenichi Handa
09e5712dd1 (enable-character-translation): Put
permanent-local and safe-local-variable properties.
(find-auto-coding): Handle char-trans: tag.
2006-06-02 06:28:36 +00:00
Kenichi Handa
c55122c321 (hack-local-variables-prop-line): Ignore `char-trans'
as well as `coding'.
2006-06-02 06:28:13 +00:00
Kenichi Handa
b3a726d586 (sgml-html-meta-auto-coding-function):
Limit the search by the end of the HTML header (if any).
2006-06-02 03:54:14 +00:00
Kenichi Handa
605e71f10e *** empty log message *** 2006-06-02 03:53:55 +00:00
Richard M. Stallman
08a61c99b5 (with-current-buffer): Doc fix. 2006-06-02 03:30:24 +00:00
Masatake YAMATO
eb3d96092a (compilation-error-regexp-alist-alist::gcov-*): Almost rewrite. Underlines over all lines of gcov output are too uncomfortable to read. 2006-06-02 02:38:53 +00:00