1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

36348 Commits

Author SHA1 Message Date
Romain Francoise
da888ddfaf (whois-server-tld): Update server for .org.
(whois-server-list): Add whois.publicinterestregistry.net.
(whois-guess-server): Fix formatting in docstring.
2007-02-26 17:43:11 +00:00
Kim F. Storm
760a2050ca (mouse-show-mark): Run hooks and perform command
remapping for mouse-region-delete-keys.
2007-02-26 10:11:34 +00:00
Kim F. Storm
864129b6f7 *** empty log message *** 2007-02-26 10:11:22 +00:00
Juanma Barranquero
7af1dacf7d (font-lock-mode): Doc fix. 2007-02-26 09:40:04 +00:00
Kim F. Storm
16f462c5f9 (ido-buffer-internal): Set this-command to fallback command.
Add selected buffer to buffer-name-history.
(ido-file-internal): Set this-command to fallback command.
Add file names to to file-name-history.
2007-02-25 23:48:54 +00:00
Kim F. Storm
7c9fe7ee59 *** empty log message *** 2007-02-25 23:48:44 +00:00
Kim F. Storm
f7f2cc5da8 (map-y-or-n-p): Apply minibuffer-prompt-properties. 2007-02-25 22:01:08 +00:00
Kim F. Storm
4b547e5acf *** empty log message *** 2007-02-25 22:00:58 +00:00
Eli Zaretskii
3b61abfe71 Add comment explaining why we look for simple.el on startup. 2007-02-25 21:16:11 +00:00
Andreas Schwab
f215a02f44 (hack-one-local-variable-eval-safep): Correct handling
of edebug-form-spec property value.  Reported by Johan Bockgård
<bojohan+mail@dd.chalmers.se>.
2007-02-25 09:24:29 +00:00
Carsten Dominik
f252c2ad23 *** empty log message *** 2007-02-25 06:43:10 +00:00
Carsten Dominik
d3f4dbe852 (org-table-overlay-coordinates)
(org-table-toggle-coordinate-overlays): New functions.
	(org-table-overlay-coordinates, org-table-coordinate-overlays):
	New variables.
	(org-startup-with-deadline-check): Option removed.
	(org-mode): Remove deadline check on startup.
	(org-table-limit-column-width): Option removed.
	(org-table-formula-numbers-only): Option removed.
	(org-link-style, org-link-format): Options removed.
	(org-select-agenda-window, org-fit-agenda-window): Options
	removed.
	(org-export-ascii-show-new-buffer)
	(org-export-html-show-new-buffer): Options removed.
	(org-activate-links): Camel option removed.
	(org-file-link-context-use-camel-case): Option removed.
	(org-camel-regexp): Veriable removed.
	(org-activate-camels): Function removed.
	(org-store-link): Removed Camel stuff.
	(org-make-org-heading-camel): Function removed.
	(org-open-at-point): Removed camel stuff.
	(org-link-search): Removed camel stuff.
	(org-camel-to-words): Function removed.
	(org-get-agenda-file-buffer): Make sure we prepare the
	base buffers, not any indirect buffers.
	(org-sort-entries): Sort top-level when not on a
	headline, and no active region.
	(org-in-regexp): New function.
	(org-search-not-self): Renamed from `org-search-not-link'.
	(org-open-link-marker): New variable.
	(org-open-at-point): Set `org-open-link-marker'.
	(org-print-icalendar-entries): Fixed bug with excluding DONE
	entries from the exported list.
	(org-edit-formula-lisp-indent): New command.
	(orgtbl-to-texinfo, orgtbl-to-html): New functions.
	(orgtbl-to-latex, orgtbl-insert-radio-table)
	(orgtbl-toggle-comment, orgtbl-send-table): New functions.
	(orgtbl-radio-table-templates): New option.
	(org-store-link-props):
	(org-remember-templates): More possibilities to insert
	info into templates.
	(org-remember-apply-template): Make use of the extended template
	capabilities.
	(org-remember-redo-template): New command.
	(org-upgrade-old-links)
	(org-table-modify-formulas, org-table-replace-in-formulas)
	(org-table-find-dataline)
	(org-table-get-vertical-vector): Functions removed.
	(org-table-remove-rectangle-highlight)
	(org-time-stamp-format, org-toggle-log-option)
	(org-table-highlight-rectangle)
	(org-table-iterate, org-table-make-reference):
	(org-translate-time, org-tree-to-indirect-buffer)
	(org-table-field-info, org-table-fix-formulas)
	(org-table-force-dataline, org-table-get-descriptor-line)
	(org-table-get-range)
	(org-skip-comments, org-sort)
	(org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
	(org-table-current-dline, org-table-current-field-formula)
	(org-table-edit-backward-field)
	(org-table-edit-formulas-post-command)
	(org-table-edit-line-down, org-table-edit-line-up)
	(org-agenda-archive)
	(org-agenda-clock-cancel)
	(org-agenda-clock-out, org-agenda-list-stuck-projects)
	(org-agenda-open-link, org-agenda-show-new-time)
	(org-agenda-skip-subtree-when-regexp-matches)
	(org-agenda-tree-to-indirect-buffer, org-agenda-undo)
	(org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
	(org-do-sort, org-file-image-p, org-find-overlays)
	(org-find-row-type, org-get-indirect-buffer, org-get-repeat)
	(org-highlight-until-next-command, org-isearch-end)
	(org-match-any-p, org-next-link, org-previous-link):
	(org-remove-subtree-entries-from-agenda, org-replace-escapes)
	(org-rewrite-old-row-references)
	(org-isearch-post-command)
	(org-table-edit-move, org-table-edit-next-field)
	(org-table-edit-scroll, org-table-edit-scroll-down)
	(org-set-frame-title, org-show-reference)
	(org-unhighlight-once, org-verify-change-for-undo): New
	functions.
	(org-show-variable): Command removed.
	(org-add-log-maybe): New arguments STATE, FINDPOS
	(org-table-sort-lines): Rewritten from scratch.
	(org-link-search): New argument AVOID-POS.
	(org-print-icalendar-entries): Argument CATEGORY removed.
	(org-run-agenda-series): Argument WONDOW removed.
	(org-next-link, org-previous-link): New commands.
	(org-agenda-date-format): New option.
	(org-table-iterate): New command.
	(org-table-modify-formulas)
	(org-table-replace-in-formulas): Functions removed.
	(org-table-fix-formulas): New function.
	(org-table-insert-column, org-table-delete-column)
	(org-table-move-column): Use `org-table-fix-formulas'.
	(org-follow-gnus-link): Patch from Bastien/Leo.
	(org-table-current-field-formula): New function.
	(org-file-image-p): New function.
	(org-agenda-show-new-time): New function.
	(org-agenda-date-later): Call `org-agenda-show-new-time'.
	(org-with-remote-undo): New macro.
	(org-agenda-undo): New command.
	(org-verify-change-for-undo): New function.
	(org-time-stamp-format): New function.
	(org-agenda-get-timestamps): Skip scheduled if DONE and requested
	by user.
	(org-match-any-p): New function.
	(org-make-tags-matcher): Handle regular expressions for tag and
	todo matches.
	(org-read-date): Accept "+N" as input for a date relative to the
	current date.
	(org-remove-subtree-entries-from-agenda): New function.
	(org-agenda-archive, org-agenda-kill): Use
	`org-remove-subtree-entries-from-agenda'.
	(org-do-sort, org-sort-entries): New functions.
	(org-sort): New command.
	(org-table-sort-lines): Use `org-do-sort'.
	(org-fix-decoded-time): New function.
	(org-table-number-regexp): Require 0x... to identify as number in
	tables.
	(org-startup-options): New keywords for note taking.
	(org-upgrade-old-links): Function removed.
	(org-get-repeat): New function.
	(org-show-context): Also show siblings on current level.
	(org-show-siblings): New function.
	(org-isearch-end, org-isearch-post-command): New functions.
	(org-show-siblings): New option.
	(org-show-context): Use `org-show-siblings'.
	(org-table-maybe-recalculate-line): No longer require `calc-eval'
	to be bound, because user may just use elisp.
2007-02-25 06:40:38 +00:00
Juanma Barranquero
483a1c2bf3 *** empty log message *** 2007-02-25 01:00:40 +00:00
Kim F. Storm
ed8bc9f8e4 (cua-paste): Handle x-clipboard-yank.
(cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2007-02-24 21:52:43 +00:00
Kim F. Storm
b0943f48d9 *** empty log message *** 2007-02-24 21:52:24 +00:00
Dan Nicolaescu
2863a9be6a (command-line): Also check if the abbrev file is
readable.
2007-02-24 18:29:19 +00:00
John Paul Wallington
9bdd0e1632 (tls-certtool-program): Fix custom type. 2007-02-24 18:07:17 +00:00
John Paul Wallington
7c2288eaa2 (feedmail-message-id-generator, feedmail-date-generator): Fix custom types. 2007-02-24 17:24:29 +00:00
John Paul Wallington
8ae63446ef (rmail-message-filter): Fix custom type. 2007-02-24 17:13:33 +00:00
Eli Zaretskii
735895f1fa (command-line): If simple.el cannot be found, proceed with a warning message. 2007-02-24 13:58:35 +00:00
Juanma Barranquero
02714f8dab *** empty log message *** 2007-02-24 03:01:11 +00:00
Kenichi Handa
bfd1426943 (utf-8-pre-write-conversion): Handle the
case that BEG is a string.
2007-02-24 01:26:22 +00:00
Kim F. Storm
948f751616 *** empty log message *** 2007-02-24 00:12:30 +00:00
Kim F. Storm
bb4c0f16cd 2007-02-24 Chris Moore <dooglus@gmail.com>
(pgg-*-encrypt-region):
Check pgg-encrypt-for-me if no other recipients.
2007-02-24 00:07:19 +00:00
Eli Zaretskii
b0629b0dab *** empty log message *** 2007-02-23 20:01:24 +00:00
Eli Zaretskii
22cc1d2046 (rmail-cease-edit): Restore the Rmail toolbar. 2007-02-23 20:00:31 +00:00
Eli Zaretskii
617a675699 *** empty log message *** 2007-02-23 19:28:42 +00:00
Eli Zaretskii
da8092ef54 (sgml-validate): Quote the file name with shell-quote-argument. 2007-02-23 19:27:46 +00:00
Eli Zaretskii
d695bd172e (comint-read-input-ring): Use comint-input-ring-size from the comint buffer
instead of the temporary one.
2007-02-23 19:22:09 +00:00
Eli Zaretskii
c34a8a8740 (custom-save-all): Canonicalize custom-file before storing it in
recentf-exclude.
2007-02-23 19:13:40 +00:00
Chong Yidong
38008dcd92 Bump to version 22.0.94. 2007-02-23 17:37:28 +00:00
Chong Yidong
fc858181de Regenerate. 2007-02-23 17:35:22 +00:00
Chong Yidong
333e873775 (fancy-splash-screens): Make cursor-type buffer-local in splash
screen.
2007-02-23 16:26:28 +00:00
Chong Yidong
7596c645dc * startup.el (fancy-splash-screens): Make cursor-type buffer-local
in splash screen.
2007-02-23 16:26:16 +00:00
J.D. Smith
fbc232f4e2 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs. 2007-02-22 20:18:17 +00:00
J.D. Smith
ecd3d5570e *** empty log message *** 2007-02-22 20:17:52 +00:00
J.D. Smith
6a8cc02d1c (idlwave-shell-mode): Clean up pending commands, for
restart. (idlwave-shell-current-module): Fix handling of module name by
type.  (idlwave-shell-break-in): Update type handling.
(idlwave-shell-bp-get): Encode type in BP structure.
(idlwave-shell-set-bp): Fix setting condition on disabled BPs.
(idlwave-shell-module-source-query): Query routine info based on type.
Fix path parsing for non-compiled files.
(idlwave-shell-module-source-filter): Don't signal error in filter if no
source found.  (idlwave-shell-set-bp-in-module): Use fallback source to
prevent filter race.
2007-02-22 20:05:16 +00:00
Kim F. Storm
3c00238a4a *** empty log message *** 2007-02-22 00:35:28 +00:00
Kim F. Storm
10dbcdd730 (editable-field): Fix typo in last change. 2007-02-22 00:33:58 +00:00
Kim F. Storm
3bff434b8f (widget-default-create): Undo 2007-02-04 change.
(editable-field): Document need to put some text before the %v
escape in :format string.
2007-02-22 00:32:51 +00:00
Stefan Monnier
fc2fb30ca6 Remove the code inherited from CVSREAD and `cvs edit'.
(vc-svn-use-edit): Remove unused config var.
(vc-svn-update, vc-svn-revert): Checkout is always implicit.
2007-02-19 19:42:10 +00:00
Stefan Monnier
8d683c8e16 (hide-sublevels): Keep empty last line, if available. 2007-02-19 18:48:58 +00:00
Stefan Monnier
c822571ac0 (list-buffers-noselect): Use explicit unicode code rather than the
corresponding unicode char, to make the code more readable.
2007-02-19 15:46:25 +00:00
Juanma Barranquero
b7f61dfee8 (speedbar-frame-mode, speedbar-frame-width, speedbar-show-unknown-files,
speedbar-item-info-file-helper, speedbar-item-info-tag-helper): Doc fixes.
2007-02-19 13:39:33 +00:00
Kenichi Handa
8b93e342f4 *** empty log message *** 2007-02-19 02:52:22 +00:00
Kenichi Handa
e79c1ab360 *** empty log message *** 2007-02-19 02:02:36 +00:00
Kenichi Handa
58802cd7d3 (locale-language-names): Map "eo" to "Esperanto". 2007-02-19 01:59:20 +00:00
Kenichi Handa
dd8925f372 ("Esperanto"): New language environment. 2007-02-19 01:55:12 +00:00
Miles Bader
aa260d631b Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
   articles posted in the last 24 hours.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-642
2007-02-19 00:49:13 +00:00
Stefan Monnier
700b8e6647 Revert the accidental commit of unrelated patches in the previous commit. 2007-02-18 20:36:06 +00:00
Stefan Monnier
dfee9538a1 (font-lock-extend-region-wholelines): Revert last change. 2007-02-18 18:52:18 +00:00
Richard M. Stallman
3ce97b7359 *** empty log message *** 2007-02-17 23:07:29 +00:00
Richard M. Stallman
602157ab37 (kill-line): Doc fix. 2007-02-17 23:06:12 +00:00
Kim F. Storm
4e7a0e25fd (bindat--unpack-u*): Optimize.
(bindat--unpack-item, bindat--length-group, bindat--pack-item)
(bindat--unpack-group, bindat--pack-group):
Handle vectors with optional element type.
2007-02-17 22:02:25 +00:00
Kim F. Storm
255d98f85d *** empty log message *** 2007-02-17 22:02:04 +00:00
Richard M. Stallman
4ebb03e66b (pgg-gpg-process-region): Make USE-AGENT nil if PASSPHRASE is given. 2007-02-17 20:39:55 +00:00
Eli Zaretskii
e925d5ae32 Remove `(tiny change)' from Chris Moore's contributions. 2007-02-17 12:36:55 +00:00
Eli Zaretskii
73c03f767f (jka-compr-compression-info-list): Recognize backups of bz2 compressed files. 2007-02-17 12:31:06 +00:00
Eli Zaretskii
e8d2103a83 (info-lookup): Bind Info-fontify-maximum-menu-size to nil to speed up lookup
of the symbol in index nodes.
2007-02-17 12:03:01 +00:00
Eli Zaretskii
8e1ac0634a (calculate-lisp-indent): Added indentation for the constants of Lisp. 2007-02-17 11:35:22 +00:00
Eli Zaretskii
ead4759c9c (font-lock-extend-region-wholelines): Test for EOB in addition to BOL. 2007-02-17 11:28:18 +00:00
Stefan Monnier
cf04718a31 Use (defvar <foo>) where applicable.
(ps-print-emacs-type): Remove.
(ps-x-frame-property, ps-e-frame-parameter): Remove.
(ps-frame-parameter): Align its call-convention with frame-parameter.
(ps-begin-job): Adjust calls to it appropriately.
(ps-setup): Don't print ps-print-emacs-type.
(ps-e-find-composition, ps-mark-active-p, ps-color-device):
Define in such a way that it's obvious that it's defined.
(ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
(ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
(ps-jts-ps-setup): Use flavor-neutral syntax instead.
2007-02-16 16:11:05 +00:00
Glenn Morris
1452f27e47 Add copyright and license notice (ESR states that he was probably the
author).
2007-02-16 08:01:22 +00:00
Alan Mackenzie
94dd9d6dc9 (c-indent-new-comment-line): When splitting an empty one-line C-style
comment, post-position point properly.
2007-02-15 22:31:52 +00:00
Alan Mackenzie
0535d51b4c *** empty log message *** 2007-02-15 22:28:17 +00:00
Chong Yidong
0b60cc0908 (replace-highlight): Bind search-whitespace-regexp to nil. 2007-02-15 16:54:24 +00:00
Chong Yidong
9a19394446 (isearch-lazy-highlight-space-regexp): New variable.
(isearch-lazy-highlight-new-loop): Bind it.
(isearch-lazy-highlight-search): Use it.
2007-02-15 16:54:09 +00:00
Chong Yidong
51eeb2ff1b * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
(isearch-lazy-highlight-new-loop): Bind it.
(isearch-lazy-highlight-search): Use it.

* replace.el (replace-highlight): Bind search-whitespace-regexp to
nil.
2007-02-15 16:53:53 +00:00
Stefan Monnier
a360974315 (font-lock-extend-region-wholelines):
Only return non-nil if the region has really been changed.
Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2007-02-15 16:36:58 +00:00
Juanma Barranquero
8bec6ac5df *** empty log message *** 2007-02-15 11:01:16 +00:00
Juanma Barranquero
849aa55387 (5x5-crack-xor-mutate): Doc fix.
(5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack,
5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2007-02-15 10:58:11 +00:00
Chong Yidong
ecc7b2bade (smiley-regexp-alist): Add "dead" smiley. 2007-02-14 17:32:50 +00:00
Chong Yidong
c371062c1b * smiley.el (smiley-regexp-alist): Add "dead" smiley. 2007-02-14 17:32:41 +00:00
Juanma Barranquero
424f699884 *** empty log message *** 2007-02-14 15:49:29 +00:00
Juanma Barranquero
22bbca614f (color-values): Revert changes to docstring from 2007-01-31 and 2000-09-07. 2007-02-14 15:31:09 +00:00
Juanma Barranquero
ce6fb7e623 (ispell-dictionary-alist): Doc fix. 2007-02-14 12:46:43 +00:00
Juanma Barranquero
b11a1b2e3b (ispell-keep-choices-win, ispell-dictionary-alist, ispell-word,
ispell-begin-skip-region-regexp): Fix typos in docstrings.
(ispell-process-line): Doc fixes.
(ispell-help): Fix typos in docstring and output message.
2007-02-14 12:42:01 +00:00
Kim F. Storm
428807eae4 *** empty log message *** 2007-02-14 11:59:36 +00:00
Kim F. Storm
9d4a3d3909 (grep-files-aliases): Add tex and texi aliases.
(lgrep): Add DIR arg to start grep in specific directory, like rgrep.
(grep): Fix lgrep reference.
2007-02-14 11:54:12 +00:00
Kim F. Storm
9a184b0029 (latin1-display-char): Use make-glyph-code. 2007-02-14 11:29:05 +00:00
Kim F. Storm
7dbfbd9191 (make-glyph-code, glyph-char, glyph-face): New defuns.
(standard-display-underline): Use make-glyph-code.
2007-02-14 11:28:40 +00:00
Kim F. Storm
da55bb9600 (describe-char): Use glyph-char and glyph-face. 2007-02-14 11:28:31 +00:00
Kim F. Storm
3ae2a0d6ee *** empty log message *** 2007-02-14 11:28:19 +00:00
Juanma Barranquero
df8397f30a *** empty log message *** 2007-02-13 12:52:13 +00:00
Juanma Barranquero
24501f035e (with-electric-help, electric-help-exit, electric-help-retain): Doc fixes. 2007-02-13 12:47:00 +00:00
Miles Bader
e2a9bf154f Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-637
2007-02-13 12:25:18 +00:00
Juanma Barranquero
44426bc36b *** empty log message *** 2007-02-13 12:13:16 +00:00
Juanma Barranquero
f9b4b5d865 (byte-compile-dest-file, byte-compile-file): Doc fixes. 2007-02-13 12:07:26 +00:00
YAMAMOTO Mitsuharu
409d26134b *** empty log message *** 2007-02-13 08:28:48 +00:00
YAMAMOTO Mitsuharu
e5a4ac9d70 Change all uses of
mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
(mac-ae-number): Return integer 0 if coerced result is float 0.0.
(mac-ae-get-url): Call select-frame-set-input-focus.
(mac-dnd-handle-drag-n-drop-event): Don't call
select-frame-set-input-focus.
2007-02-13 08:27:47 +00:00
Kenichi Handa
1799d3ea32 Fix documentation of category `a'. 2007-02-13 02:47:32 +00:00
Dan Nicolaescu
215c384796 (grep): Mention lgrep and rgrep in the
docstring.
2007-02-12 06:44:47 +00:00
Michael Albinus
bf0503cba9 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
(tramp-get-remote-ln): Handle error case.  Reported by Chris Moore
<dooglus@gmail.com>.
2007-02-12 06:19:54 +00:00
Kim F. Storm
b58cb59f10 *** empty log message *** 2007-02-11 22:30:21 +00:00
Kim F. Storm
e3441e506a (ctl-x-map): Remove register compatibility bindings
C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2007-02-11 22:11:48 +00:00
Richard M. Stallman
9f25c0d219 (indent-sexp): Clean up termination condition -- don't fail to stop at endpos. 2007-02-11 11:12:20 +00:00
Richard M. Stallman
531309ebc8 (unload-feature): Handle (t . SYMBOL) entries in load history. 2007-02-11 11:11:09 +00:00
Carsten Dominik
ecf4f6dec2 * textmodes/org.el (org-agenda-get-todos)
(org-agenda-get-timestamps, org-agenda-get-closed)
	(org-agenda-get-deadlines, org-agenda-get-scheduled)
	(org-agenda-get-blocks, org-format-agenda-item)
	(org-agenda-change-all-lines, org-scan-tags): Rename text property
	from `category' to `org-category'.
2007-02-11 07:14:38 +00:00
Carsten Dominik
9334d442a2 *** empty log message *** 2007-02-11 07:14:02 +00:00
Glenn Morris
3037bf345d Revert previous change, since I'm not sure it is correct. 2007-02-11 04:08:01 +00:00
Kenichi Handa
1a03f51504 (titdic-convert): Force files be
written with Unix-like eol format.  Read files under CXTERM-DIC by
raw-text.
(miscdic-convert): Force files be written with Unix-like eol
format.
2007-02-11 02:33:56 +00:00
Juanma Barranquero
550934c800 *** empty log message *** 2007-02-11 02:30:55 +00:00
Juanma Barranquero
96e777e169 (change-major-mode-with-file-name): Fix typo in docstring. 2007-02-11 02:28:57 +00:00
Juanma Barranquero
b9988d515e *** empty log message *** 2007-02-11 01:23:52 +00:00
Glenn Morris
5b87ad5540 Switch to standard GPL text for license. 2007-02-11 01:18:25 +00:00
Juanma Barranquero
bd9bb96e15 (calculator-mode-map): Fix typo in menu entry.
(calculator-prompt): Doc fix.
2007-02-11 01:14:59 +00:00
Glenn Morris
2f969cd490 Add copyright and license notices. 2007-02-11 00:47:36 +00:00
Glenn Morris
cc93e7deb4 Add copyright and license notices (file written by Eric Raymond, who
has assignment).
2007-02-11 00:39:51 +00:00
Jay Belanger
0098d2be69 (calculator): Adjust previous adjustment. 2007-02-10 22:25:51 +00:00
Jay Belanger
a45928e693 (calculator): Do more extensive checking for when 3 lines should be
used for the calculator.
2007-02-10 22:03:55 +00:00
Stefan Monnier
5b0be7fc50 (gdb-script-font-lock-syntactic-keywords): Improve comments. 2007-02-10 20:21:28 +00:00
Eli Zaretskii
3570640e43 *** empty log message *** 2007-02-10 11:57:58 +00:00
Eli Zaretskii
493cf720aa (info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
to speed up lookup of index nodes.
2007-02-10 11:12:42 +00:00
Eli Zaretskii
3d0fc0b76d (Info-fontify-maximum-menu-size): Document the effect of a nil value.
(Info-fontify-node): Make sure Info-fontify-maximum-menu-size is non-nil before
using it as size.
2007-02-10 11:10:49 +00:00
Chong Yidong
029fd82cce (insert-for-yank-1): Prevent read-only properties from interfering
with text property operations.
2007-02-09 23:09:16 +00:00
Chong Yidong
0c92208b5b * subr.el (insert-for-yank-1): Prevent read-only properties from
interfering with text property operations.
2007-02-09 23:08:54 +00:00
Chong Yidong
f992a935ed (image-mode): Revert 2007-01-30 changes. 2007-02-09 16:50:29 +00:00
Chong Yidong
a9bb04bb53 (image-type-auto-detectable): Don't autodetect x[pb]m.
(image-type-auto-detected-p): Fail if another match is found in
auto-mode-alist.
2007-02-09 16:50:16 +00:00
Chong Yidong
a3f83992c5 (magic-mode-alist): Call image-mode instead of image-mode-maybe for
autodetected images.
2007-02-09 16:50:00 +00:00
Chong Yidong
ca878c38f4 * image-mode.el (image-mode): Revert 2007-01-30 changes.
* image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
(image-type-auto-detected-p): Fail if another match is found in
auto-mode-alist.

* files.el (magic-mode-alist): Call image-mode instead of
image-mode-maybe for autodetected images.
2007-02-09 16:49:29 +00:00
Juanma Barranquero
b194bbaf42 *** empty log message *** 2007-02-09 16:23:12 +00:00
Juanma Barranquero
1429d866a5 (smtpmail-smtp-service, smtpmail-queue-index-file): Fix typos in docstrings.
(smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2007-02-09 16:17:56 +00:00
Kim F. Storm
8f92ec4d4f Remove obsolete comment. 2007-02-09 11:23:37 +00:00
Kim F. Storm
35a8a0d008 *** empty log message *** 2007-02-09 11:23:26 +00:00
Karl Fogel
3a4b834777 Revert previous change, at request of RMS:
(fundamental-mode-hook): Remove.
(fundamental-mode): Run after-change-major-mode-hooks manually,
and don't run the now-nonexistent fundamental-mode-hook.
2007-02-08 20:52:39 +00:00
Stefan Monnier
2365ab4a00 (diff-sanity-check-hunk): Fix last fix. 2007-02-08 16:34:28 +00:00
Juanma Barranquero
7d506bfcf7 *** empty log message *** 2007-02-08 12:39:30 +00:00
Karl Fogel
3faea23ac1 (fundamental-mode-hook): Declare new hook.
(fundamental-mode): Run the new dedicated hook, and don't run
after-change-major-mode-hooks manually anymore.
2007-02-08 06:31:28 +00:00
Stefan Monnier
459b1fe4c0 (vc-svn-merge-news): Understand the new format with two
added columns of chars.  Remove support for the "no-meta-info" format.
Prompted by Romain Francoise <romain@orebokech.com>.
2007-02-07 23:02:12 +00:00
Nick Roberts
f7ddc2ce5a (gdb-if-arrow): New macro.
(gdb-mouse-until, gdb-mouse-jump): Use it.
2007-02-07 21:57:04 +00:00
Nick Roberts
f2b3ba1ea3 *** empty log message *** 2007-02-07 21:56:29 +00:00
Nick Roberts
45ab7a6632 (gdb-mouse-until, gdb-mouse-jump): Make them
work when there is just an assembler buffer (no source buffer).
2007-02-07 21:12:52 +00:00
Nick Roberts
b773b623c9 *** empty log message *** 2007-02-07 21:12:18 +00:00
Vinicius Jose Latorre
9e95965c43 Fix ps-print links 2007-02-07 19:01:20 +00:00
Stefan Monnier
a3ee90d98c *** empty log message *** 2007-02-07 17:08:36 +00:00
Juanma Barranquero
ff52c940f6 (frame-set-background-mode): Use color-values' and display-color-p',
not `x-color-values' and `x-display-color-p'.
2007-02-07 14:36:35 +00:00
Juanma Barranquero
9479c0abad *** empty log message *** 2007-02-07 14:16:37 +00:00
Juanma Barranquero
b533d0aec4 (face-valid-attribute-values): Use `defined-colors',
not its semi-obsolete alias `x-defined-colors'.
2007-02-07 14:08:58 +00:00
Vinicius Jose Latorre
5167749c66 Fix background color printing 2007-02-07 13:40:10 +00:00
Chong Yidong
8db9c5eeb4 (face-set-after-frame-default): Compile attributes to be set by frame
parameters before merging in X resources.
2007-02-06 22:36:42 +00:00
Chong Yidong
867eb05082 * faces.el (face-set-after-frame-default): Compile attributes to
be set by frame parameters before merging in X resources.
2007-02-06 22:36:16 +00:00
Juanma Barranquero
d2976f41ca *** empty log message *** 2007-02-06 09:51:17 +00:00
Juanma Barranquero
1c2ba4e7f3 (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):
Doc fixes.
2007-02-06 09:35:04 +00:00
Nick Roberts
d4a574c075 (gdb-frames-mode): Truncate lines in stack
buffer.
2007-02-06 03:40:33 +00:00
Nick Roberts
046024c8d2 *** empty log message *** 2007-02-06 03:38:59 +00:00
Juanma Barranquero
54c6a1c4f5 (unload-feature): Silently ignore load-history' entries of the form (defface
. SYMBOL)', and treat `(autoload . SYMBOL)' entries like `defun'.  Return nil.
2007-02-05 23:45:31 +00:00
Kim F. Storm
74a5d578f1 Doc fixes. 2007-02-05 22:36:13 +00:00
Kim F. Storm
0fd91d23cf *** empty log message *** 2007-02-05 22:36:00 +00:00
Miles Bader
c91f4b8310 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-629
2007-02-05 05:37:56 +00:00
David Kastrup
a87c4c3059 (mpuz-random-puzzle): Fix potential lockup when
`mpuz-allow-double-multiplicator' is non-zero, and correct
calculation of `min'.
2007-02-04 17:29:50 +00:00
Eli Zaretskii
e0f9569351 (widget-default-create): Insert new text at the :from marker _after_ the
marker, not before it.
2007-02-04 16:02:32 +00:00
Alan Mackenzie
647a3247fc (c-indent-line): Don't erase ^L when a line containing it is re-indented. 2007-02-04 11:16:54 +00:00
Alan Mackenzie
0ac6528f44 *** empty log message *** 2007-02-04 11:12:49 +00:00
Chong Yidong
b3cd7f6176 (url-http-connection-opened): New variable.
(url-http): Initialize it.
(url-http-async-sentinel): Don't try changing sentinels.
Run url-http-end-of-document-sentinel if necessary.
2007-02-04 00:20:59 +00:00
Chong Yidong
7734cb684b (newsticker--insert-image): Update docstring. Insert the image directly.
(newsticker--buffer-redraw): Update docstring.
2007-02-03 17:34:57 +00:00
Chong Yidong
19eee1a97a * net/newsticker.el (newsticker--insert-image): Update docstring,
and insert the image directly.
(newsticker--buffer-redraw): Update docstring.
2007-02-03 17:34:35 +00:00
Chong Yidong
275e4f4ca5 (define-globalized-minor-mode): Rename from define-global-minor-mode. 2007-02-03 17:26:28 +00:00
Chong Yidong
98007d8383 (global-hi-lock-mode): define-global-minor-mode changed to
define-globalized-minor-mode.
2007-02-03 17:26:01 +00:00
Chong Yidong
2b9170195b define-global-minor-mode changed to define-globalized-minor-mode. 2007-02-03 17:25:35 +00:00
Chong Yidong
32324290ca (global-cwarn-mode): Add define-globalized-minor-mode. 2007-02-03 17:25:17 +00:00
Chong Yidong
b6a856a645 (global-cwarn-mode): define-global-minor-mode changed to
define-globalized-minor-mode.
2007-02-03 17:24:52 +00:00
Chong Yidong
44cba17eed (global-font-lock-mode): define-global-minor-mode changed to
define-globalized-minor-mode.
2007-02-03 17:24:35 +00:00
Chong Yidong
367248914a * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
from define-global-minor-mode.

* progmodes/cwarn.el (global-cwarn-mode):
* emacs-lisp/autoload.el (make-autoload):
* hi-lock.el (global-hi-lock-mode):
* font-core.el (global-font-lock-mode): All callers changed.
2007-02-03 17:24:01 +00:00
Eli Zaretskii
f647237715 (texinfo-menu-copy-old-description):
Don't copy @ignore lines into menu descriptions.
(texinfo-multi-file-update): Goto the @node line before attempting to pluck the
node name.
(texinfo-multiple-files-update): Reverse the optional arguments' order, as per
the doc string and the `interactive' form.
2007-02-03 14:02:45 +00:00
Chong Yidong
49f1a2f461 Use autoload to avoid overriding disabled setting applied in .emacs. 2007-02-03 01:01:01 +00:00
Chong Yidong
a6ed414a2a * image-mode.el: Use autoload to avoid overriding disabled setting
applied in .emacs.
2007-02-03 01:00:52 +00:00
Vinicius Jose Latorre
4303661c5e Doc fixes 2007-02-03 00:18:24 +00:00
Alan Mackenzie
10489fcbef (c-in-knr-argdecl): Slight correction for, e.g. "void (*hdone)();" in a
k&r list.  (No WS between adjacent paren groups).
2007-02-02 23:06:41 +00:00
Alan Mackenzie
7bee28dc92 *** empty log message *** 2007-02-02 23:02:04 +00:00
Eli Zaretskii
71ed83cabb *** empty log message *** 2007-02-02 18:28:00 +00:00
Eli Zaretskii
5e5eaedadb (dired-do-relsymlink): Add an autoload cookie. 2007-02-02 18:27:09 +00:00
Eli Zaretskii
4d4238ccc8 (dired-do-relsymlink): Fix last change. 2007-02-02 18:23:04 +00:00
Eli Zaretskii
3a69c54c42 *** empty log message *** 2007-02-02 18:05:40 +00:00
Juanma Barranquero
3c269b1ee7 Fix typos. 2007-02-02 15:40:10 +00:00
Eli Zaretskii
42496dc848 (dired-do-relsymlink): Add reference to dired-do-symlink. 2007-02-02 14:51:30 +00:00
Eli Zaretskii
806f34d6a7 (dired-do-symlink): Add reference to dired-do-relsymlink. 2007-02-02 14:51:08 +00:00
Eli Zaretskii
84e42e60e1 <left-fringe mouse-2, right-fringe mouse-3, left-fringe mouse-3>: New bindings. 2007-02-02 14:42:38 +00:00
Juanma Barranquero
4bbe413d84 Fix typos. 2007-02-02 14:39:39 +00:00
Eli Zaretskii
13c0ee1447 (newsticker-version): Changed to "1.10".
(newsticker--set-customvar): Doc string.
(newsticker-new-item-face): Doc string.
(newsticker-mode): Initialize `invisibility-spec' with t.
(newsticker-mode-map): Added `newsticker-mark-all-items-at-point-as-read'.
(newsticker-menu): Added narrow-to-item and narrow-to-feed.
(newsticker-w3m-show-inline-images): Do not call `w3m-remove-image'.
(newsticker--buffer-after-w3m-insert-image): New advice for
w3m-insert-image to cache images.
(newsticker-next-item-same-feed): New.
(newsticker-mark-all-items-at-point-as-read-and-redraw): New.
(newsticker-mark-all-items-of-feed-as-read): New.
(newsticker-mark-all-items-at-point-as-read): Use new functions.
(newsticker-mark-item-at-point-as-read): Doc string.
(newsticker-mark-item-at-point-as-read): Use new functions.
(newsticker--do-mark-item-at-point-as-read): New, extracted from
`newsticker-mark-item-at-point-as-read'.
(newsticker-hide-entry): Use (t) instead of t for invisibility.
(newsticker--sentinel): Yet another xml-parser workaround.
(newsticker--decode-iso8601-date): Bugfix for datestrings without days.
(newsticker--buffer-do-insert-text): Fix.
(newsticker--buffer-insert-enclosure): Fix. length might be missing.
(newsticker--buffer-make-item-completely-visible): `switch-to-buffer' not
necessary.
2007-02-02 14:29:50 +00:00
Eli Zaretskii
815cbda2de (ebnf-eps-buffer, ebnf-eps-region)
(ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
(ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
(ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
(ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2007-02-02 14:06:07 +00:00
Juanma Barranquero
7a3eb8862a *** empty log message *** 2007-02-02 14:00:57 +00:00
Kenichi Handa
06d5f40963 (quail-show-key): Fix an error message. 2007-02-02 11:44:14 +00:00
Juanma Barranquero
72827a91e8 Fix date in entry. 2007-02-02 11:28:43 +00:00
Juanma Barranquero
f2c661c44c *** empty log message *** 2007-02-01 16:47:30 +00:00
Juanma Barranquero
a61afeac43 (set-face-underline-p, modify-face): Rename arg UNDERLINE-P
to UNDERLINE (it is not a flag).
2007-02-01 16:30:13 +00:00
Nick Roberts
b41a756946 (gdb-speedbar-update): Avoid duplication
when adding gdb-speedbar-update to gdb-input-queue.
2007-02-01 08:42:47 +00:00
Nick Roberts
eaa9ecddb4 *** empty log message *** 2007-02-01 08:42:00 +00:00
Glenn Morris
c2e309f269 Add copyright and permissions notices. 2007-02-01 03:10:42 +00:00
Kenichi Handa
fbfc1a5bd6 (quail-show-key): Fix previous change. 2007-02-01 01:46:58 +00:00
Kenichi Handa
fdb594455b (quail-show-key): Signal an error if the
current input method is not using Quail.
2007-02-01 01:45:04 +00:00
J.D. Smith
a86bd65016 (idlwave-xml-create-sysvar-alist): Trim leading whitespace in sysvar
names.
2007-02-01 01:04:59 +00:00
Juanma Barranquero
39a897a583 (internal-find-face, internal-get-face): Doc fixes. 2007-02-01 00:39:02 +00:00
Juanma Barranquero
ccaa42ede5 (ido-set-common-completion): Use let', not let*'. 2007-01-31 15:31:15 +00:00
Romain Francoise
e3633d8bdc Delete extra copy of `comint-copy-old-input' added in previous change to
this file.
2007-01-31 13:20:52 +00:00
Jason Rumney
28ed185c9a *** empty log message *** 2007-01-31 12:45:31 +00:00
Jason Rumney
e8a84e5ba2 (magic-mode-alist): Use image-mode-maybe rather than
image-mode.
2007-01-31 12:37:29 +00:00
Jason Rumney
9fce2d717b (image-mode-maybe): Prevent magic-mode-alist from
interfering with attempt to set major mode from modified
auto-mode-alist.
2007-01-31 12:37:08 +00:00
Juanma Barranquero
edcacc1c14 *** empty log message *** 2007-01-31 12:34:01 +00:00
Juanma Barranquero
95facc1758 (color-values): Doc fix.
(face-differs-from-default-p): Don't check :foreground twice.
2007-01-31 12:16:25 +00:00
J.D. Smith
46bb060f6c - Prevent non-keyword fontification by default. 2007-01-31 05:53:30 +00:00
Kenichi Handa
1583f1f5de (quail-store-decode-map-key): Store a
translated character too.
(quail-char-equal-p): New function.
(quail-find-key1): Check character equality by quail-char-equal-p.
(quail-decode-map-generated): New variable.
(quail-find-key): Check quail-decode-map-generated and re-generate
a decode map if necessary.
2007-01-31 00:45:24 +00:00
Richard M. Stallman
25752d87eb *** empty log message *** 2007-01-30 23:49:40 +00:00
Richard M. Stallman
5a192d7c8a (tutorial--detailed-help): Make the list of changed keys look nicer. 2007-01-30 23:47:57 +00:00
Miles Bader
41e49ce63e Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 197-199)

   - Merge from emacs--devo--0
   - Update from CVS

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnslashdot.el (nnslashdot-request-article): Update end-of-article
   regexp.

2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/uudecode.el (uudecode-string-to-multibyte): New function emulating
   string-to-multibyte.
   (uudecode-decode-region-internal): Use it.

2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * man/gnus.texi (Batching Agents): Fix example. Reported by Tassilo Horn
   <tassilo@member.fsf.org>.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-621
2007-01-30 22:18:03 +00:00
Nick Roberts
01b8fc600a (gdb-var-delete-1): New function.
(gdb-var-delete): Use it.
(gdb-var-update-handler-1): Handle value "invalid" for MI field
`in_scope'.
2007-01-30 22:07:12 +00:00
Nick Roberts
8af39ffbb3 *** empty log message *** 2007-01-30 22:06:26 +00:00
Michael Albinus
06531fc3fc * files.el (get-free-disk-space): Return nil for remote
directories.

* net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
instead of "dir".
2007-01-30 20:23:38 +00:00
Chong Yidong
a5b5e31e1c (type-break-catch-up-event): New function.
(type-break-demo-hanoi, type-break-demo-life)
(type-break-demo-boring): Use it.
2007-01-30 19:36:41 +00:00
Chong Yidong
9b4837a444 * type-break.el (type-break-catch-up-event): New function.
(type-break-demo-hanoi, type-break-demo-life)
(type-break-demo-boring): Use it.
2007-01-30 19:36:32 +00:00
Chong Yidong
fd014ebf25 (image-toggle-display): Add `disabled' property. 2007-01-30 16:57:36 +00:00
Chong Yidong
caf39874e0 * image-mode.el (image-toggle-display): Add `disabled' property. 2007-01-30 16:57:18 +00:00
Chong Yidong
9f446ee905 (image-mode): Don't automatically view as image. 2007-01-30 16:52:48 +00:00
Chong Yidong
28c0f07a3c * image-mode.el (image-mode): Don't automatically view as image. 2007-01-30 16:52:39 +00:00
Juanma Barranquero
8f77631e60 *** empty log message *** 2007-01-29 17:12:38 +00:00
Juanma Barranquero
aa81935458 (gnus-button-prefer-mid-or-mail): Fix typo in docstring. 2007-01-29 17:03:13 +00:00
Juanma Barranquero
d7c2974dec (url-get-authentication): Fix typo in docstring. 2007-01-29 17:01:33 +00:00
Juanma Barranquero
a4c6cfad1c (vhdl-components-package-name, vhdl-get-library-unit, vhdl-corresponding-begin,
vhdl-skip-case-alternative, vhdl-backward-skip-label, vhdl-align-region-2,
vhdl-electric-dash, vhdl-case-word, vhdl-hooked-abbrev,
vhdl-hs-forward-sexp-func, vhdl-font-lock-match-item): Fix typos in docstrings.
(vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist, vhdl-set-offset,
vhdl-fix-case-region-1, vhdl-scan-directory-contents,
vhdl-speedbar-insert-project-hierarchy): Improve argument/docstring consistency.
2007-01-29 16:56:46 +00:00
Juanma Barranquero
84bb5a0c65 (flymake-init-create-temp-source-and-master-buffer-copy): Fix typo in docstring. 2007-01-29 16:18:04 +00:00
Juanma Barranquero
12f5c601bf (c-offsets-alist): Fix typo in docstring. 2007-01-29 16:17:05 +00:00
Juanma Barranquero
c006623074 (c-emacs-features): Fix typo in docstring. 2007-01-29 16:16:22 +00:00
Juanma Barranquero
d7df856111 (sc-attrib-selection-list): Fix typo in docstring. 2007-01-29 16:15:08 +00:00
Juanma Barranquero
382f8b5c8f (find-auto-coding): Fix typo in docstring. 2007-01-29 16:14:13 +00:00
Juanma Barranquero
31096fe898 (eshell-rewrite-for-command): Fix typo in docstring. 2007-01-29 16:13:22 +00:00
Juanma Barranquero
1b1200a120 (ps-build-face-reference): Fix typo in docstring. 2007-01-29 16:11:48 +00:00
Juanma Barranquero
228b1afdf7 (isearchb-iswitchb): Fix typo in docstring. 2007-01-29 16:10:37 +00:00
Juanma Barranquero
f5bb919695 (list-load-path-shadows): Doc fix. 2007-01-29 11:55:30 +00:00
Kenichi Handa
8c8d1081b6 (py-converter): Fix previous change. 2007-01-29 11:08:19 +00:00
Kenichi Handa
f6c02c7add (skkdic-convert): Add
byte-compile-disable-print-circle:t at the head.
2007-01-29 03:59:59 +00:00
Kenichi Handa
7d15a839d9 (tit-process-header): Add
byte-compile-disable-print-circle:t at the head.
(miscdic-convert): Likewise.
(py-converter): Skip the header comments.
2007-01-29 03:58:40 +00:00
Chong Yidong
dc2cef7741 (jka-compr-partial-uncompress, jka-compr-call-process): Rebind
default-directory if it is invalid.  Suggested by Chris Moore.
2007-01-29 02:51:41 +00:00
Chong Yidong
44dc01e42b * jka-compr.el (jka-compr-partial-uncompress)
(jka-compr-call-process): Rebind default-directory if it is
invalid.  Suggested by Chris Moore.
2007-01-29 02:51:28 +00:00
Chong Yidong
645200b521 * comint.el (comint-insert-input): Handle situation where the
selected buffer is not the clicked buffer.
2007-01-29 02:31:28 +00:00
Chong Yidong
445de73cf6 (comint-insert-input): Handle situation where the selected buffer is
not the clicked buffer.
2007-01-29 02:31:22 +00:00
Kenichi Handa
0e66b003a7 (byte-compile-disable-print-circle): New
variable.
(byte-compile-output-file-form): Bing print-circle to nil if
byte-compile-output-file-form is not nil.
(byte-compile-output-docform): Likewise.
2007-01-29 01:22:53 +00:00
Kim F. Storm
5c4a605238 (cua-global-keymap, cua--region-keymap):
Declare earlier to avoid byte compiler warnings.
2007-01-28 22:34:31 +00:00
Kim F. Storm
176b179b51 *** empty log message *** 2007-01-28 22:34:06 +00:00
Eli Zaretskii
98ef9fa49d (speedbar-make-specialized-keymap): Doc fix. 2007-01-28 20:46:53 +00:00
Chong Yidong
d33ca4d437 (gamegrid-kill-timer): Cancel timer directly.
(gamegrid-add-score-with-update-game-score-1): Allow local quits
when calling update-game-score program.  Remove unnecessary
save-excursion.
2007-01-28 19:40:31 +00:00
Chong Yidong
d46b940851 (tetris-new-shape): Stop drawing if game is over. 2007-01-28 19:39:58 +00:00
Chong Yidong
2f028807fd * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
(gamegrid-add-score-with-update-game-score-1): Allow local quits
when calling update-game-score program.  Remove unnecessary
save-excursion.

* play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2007-01-28 19:39:44 +00:00
Nick Roberts
5754d11f61 (gdb-breakpoint-regexp): Declare earlier to
avoid compiler warning.
(gdb-var-update-handler-1): Consider that the MI field `in_scope'
might have values other than "true" or "false".
2007-01-28 09:42:23 +00:00
Nick Roberts
306c24b561 *** empty log message *** 2007-01-28 09:41:48 +00:00
Richard M. Stallman
d938042573 *** empty log message *** 2007-01-28 07:20:47 +00:00
Richard M. Stallman
bbc02d0063 (fill-paragraph-function): Doc fix.
(fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2007-01-28 07:13:10 +00:00
Richard M. Stallman
f61eed1d1a (pp-eval-last-sexp): Don't eval here. 2007-01-28 07:11:24 +00:00
Richard M. Stallman
3205431dd0 (image-type-header-regexps): Make GIF regex more specific. 2007-01-28 07:09:44 +00:00
Richard M. Stallman
7378b2f995 (tutorial--default-keys): Check M-DEL, not `M-backspace'.
Don't check `backspace'.
(tutorial--find-changed-keys): Look up bindings in a temp buffer
in Fundamental mode.
2007-01-28 07:08:51 +00:00
Richard M. Stallman
5650acf81b (fancy-splash-text, normal-splash-screen): Mention C-g. 2007-01-28 07:07:01 +00:00
Richard M. Stallman
e56b4640c2 (vc-arch-file-id): Move with-current-buffer inside the if. 2007-01-28 07:05:42 +00:00
Richard M. Stallman
22e088c68f (eval-expression): Don't use eval-last-sexp-print-value
when inserting in buffer.
2007-01-28 07:05:17 +00:00