]>
git.eshelyaron.com Git - emacs.git/log
Michaël Cadilhac [Tue, 15 May 2007 01:15:11 +0000 (01:15 +0000)]
Rewrite using German layout.
Eli Zaretskii [Mon, 14 May 2007 20:00:00 +0000 (20:00 +0000)]
(rmail-convert-to-babyl-format): Check content-transfer-encoding _last_,
because it's its position that we need as value of base64-header-field-end.
Chong Yidong [Mon, 14 May 2007 14:53:15 +0000 (14:53 +0000)]
(pbm_load): Check image size for monochrome pbm.
Chong Yidong [Mon, 14 May 2007 14:53:09 +0000 (14:53 +0000)]
* image.c (pbm_load): Check image size for monochrome pbm.
Juanma Barranquero [Mon, 14 May 2007 10:42:39 +0000 (10:42 +0000)]
(mode-require-final-newline, require-final-newline, enable-local-variables,
enable-local-eval): Doc fixes.
Vinicius Jose Latorre [Sun, 13 May 2007 21:29:33 +0000 (21:29 +0000)]
Use default color when color is unspecified.
Glenn Morris [Sun, 13 May 2007 19:44:45 +0000 (19:44 +0000)]
python.el is ok.
Chong Yidong [Sun, 13 May 2007 13:37:11 +0000 (13:37 +0000)]
(XTread_socket): Revert last change.
Chong Yidong [Sun, 13 May 2007 13:37:05 +0000 (13:37 +0000)]
* xterm.c (XTread_socket): Revert last change.
Miles Bader [Sun, 13 May 2007 01:31:05 +0000 (01:31 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 14-15)
- Update from CVS
2007-05-12 Richard M. Stallman <rms@gnu.org>
* etc/refcard.tex (section{Incremental Search}): Minor corrections.
2007-05-12 Richard M. Stallman <rms@gnu.org>
* lispref/text.texi (Margins): indent-to-left-margin is not the default.
(Mode-Specific Indent): For indent-line-function, the default
is indent-relative.
* lispref/modes.texi (Example Major Modes): Explain last line of text-mode
is redundant.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-746
Chong Yidong [Sat, 12 May 2007 23:56:41 +0000 (23:56 +0000)]
** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
Fixed.
Chong Yidong [Sat, 12 May 2007 23:55:51 +0000 (23:55 +0000)]
(pbm_load): Correctly check image size for greyscale pbm.
Chong Yidong [Sat, 12 May 2007 23:55:42 +0000 (23:55 +0000)]
* image.c (pbm_load): Correctly check image size for greyscale pbm.
Chong Yidong [Sat, 12 May 2007 23:53:57 +0000 (23:53 +0000)]
(pbm_load): Correctly check image size for greyscale pbm.
Chong Yidong [Sat, 12 May 2007 23:53:49 +0000 (23:53 +0000)]
* image.c (pbm_load): Correctly check image size for greyscale pbm.
Chong Yidong [Sat, 12 May 2007 23:35:31 +0000 (23:35 +0000)]
(XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
Chong Yidong [Sat, 12 May 2007 23:35:24 +0000 (23:35 +0000)]
* xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
Chong Yidong [Sat, 12 May 2007 23:28:16 +0000 (23:28 +0000)]
(XTread_socket): Yet another uncaught X error crash (YAUXEC).
Chong Yidong [Sat, 12 May 2007 23:28:05 +0000 (23:28 +0000)]
* xterm.c (XTread_socket): Yet another uncaught X error
crash (YAUXEC).
Chong Yidong [Sat, 12 May 2007 23:19:08 +0000 (23:19 +0000)]
(longlines-mode): Make longlines-auto-wrap buffer-local. Add hooks unconditionally.
(longlines-auto-wrap): Toggle wrapping.
(longlines-after-change-function)
(longlines-post-command-function): Check longlines-auto-wrap.
Chong Yidong [Sat, 12 May 2007 23:18:51 +0000 (23:18 +0000)]
* longlines.el (longlines-mode): Make longlines-auto-wrap
buffer-local. Add hooks unconditionally.
(longlines-auto-wrap): Toggle wrapping.
(longlines-after-change-function)
(longlines-post-command-function): Check longlines-auto-wrap.
Richard M. Stallman [Sat, 12 May 2007 16:59:34 +0000 (16:59 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 12 May 2007 16:59:24 +0000 (16:59 +0000)]
(Margins): indent-to-left-margin is not the default.
(Mode-Specific Indent): For indent-line-function, the default
is indent-relative.
Richard M. Stallman [Sat, 12 May 2007 16:58:31 +0000 (16:58 +0000)]
(Example Major Modes): Explain last line of text-mode is redundant.
Richard M. Stallman [Sat, 12 May 2007 16:57:11 +0000 (16:57 +0000)]
(section{Incremental Search}): Minor corrections.
Michaël Cadilhac [Sat, 12 May 2007 14:31:59 +0000 (14:31 +0000)]
(viperCard.ps, calccard.ps refcard.ps)
(sk-dired-ref.ps sk-refcard.ps sk-survival.ps)
(de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an explicit
output argument for `dvips'.
Michaël Cadilhac [Sat, 12 May 2007 14:27:34 +0000 (14:27 +0000)]
(viperCard.ps, calccard.ps refcard.ps)
(sk-dired-ref.ps sk-refcard.ps sk-survival.ps)
(de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an explicit
output argument for `dvips'.
Nick Roberts [Sat, 12 May 2007 09:39:06 +0000 (09:39 +0000)]
(xterm-mouse-debug-buffer): New variable.
(xterm-mouse-translate): Use it.
Nick Roberts [Sat, 12 May 2007 09:38:20 +0000 (09:38 +0000)]
Qualify using a separate terminal for debugging.
Richard M. Stallman [Fri, 11 May 2007 19:03:51 +0000 (19:03 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 11 May 2007 14:34:48 +0000 (14:34 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 11 May 2007 11:22:54 +0000 (11:22 +0000)]
Add myself.
Miles Bader [Fri, 11 May 2007 04:44:30 +0000 (04:44 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 13)
- Update from CVS
2007-05-10 Richard M. Stallman <rms@gnu.org>
* lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Fix generated doc string.
* lisp/startup.el (fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
* lisp/progmodes/compile.el (compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
* lisp/files.el (file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
2007-05-10 Richard M. Stallman <rms@gnu.org>
* lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.
* lispref/help.texi (Keys in Documentation): Add reference to
Documentation Tips.
* lispref/files.texi (Format Conversion): TO-FN gets three arguments.
* lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
Reiner Steib [Thu, 10 May 2007 18:44:49 +0000 (18:44 +0000)]
Remove the description comment (nndiary is now properly documented in the Gnus
manual). Fix the spelling of "Back End".
Reiner Steib [Thu, 10 May 2007 18:44:01 +0000 (18:44 +0000)]
(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
(Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.
Stefan Monnier [Thu, 10 May 2007 17:39:27 +0000 (17:39 +0000)]
(python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.
Richard M. Stallman [Thu, 10 May 2007 16:39:46 +0000 (16:39 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 10 May 2007 16:39:33 +0000 (16:39 +0000)]
(Scanning Keymaps): Update where-is-internal example.
Richard M. Stallman [Thu, 10 May 2007 16:38:28 +0000 (16:38 +0000)]
(Keys in Documentation): Add reference to Documentation Tips.
Richard M. Stallman [Thu, 10 May 2007 16:37:21 +0000 (16:37 +0000)]
(Format Conversion): TO-FN gets three arguments.
Richard M. Stallman [Thu, 10 May 2007 16:34:28 +0000 (16:34 +0000)]
(iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
Richard M. Stallman [Thu, 10 May 2007 16:33:50 +0000 (16:33 +0000)]
(define-minor-mode): Fix generated doc string.
Richard M. Stallman [Thu, 10 May 2007 16:32:30 +0000 (16:32 +0000)]
(timeclock-in): Fix non-interactive workday specifications.
(timeclock-log): Don't kill the log buffer if it already existed.
Richard M. Stallman [Thu, 10 May 2007 16:12:37 +0000 (16:12 +0000)]
(fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
Richard M. Stallman [Thu, 10 May 2007 16:10:27 +0000 (16:10 +0000)]
(compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
Richard M. Stallman [Thu, 10 May 2007 14:53:13 +0000 (14:53 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 10 May 2007 14:51:08 +0000 (14:51 +0000)]
(Auto Major Mode): Document file-start-mode-alist.
Richard M. Stallman [Thu, 10 May 2007 14:48:46 +0000 (14:48 +0000)]
(file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
Richard M. Stallman [Thu, 10 May 2007 14:46:52 +0000 (14:46 +0000)]
(dabbrev-eliminate-newlines): Renamed from
dabbrev--eliminate-newlines. All uses changed.
Michaël Cadilhac [Thu, 10 May 2007 11:54:33 +0000 (11:54 +0000)]
(Man-next-section): Don't consider the last line of the page as being
part of any section.
Thien-Thi Nguyen [Thu, 10 May 2007 08:43:56 +0000 (08:43 +0000)]
* elisp.texi (Top): Remove "Saving Properties" from detailed menu.
* files.texi (Format Conversion): Expand intro; add menu.
(Format Conversion Overview, Format Conversion Round-Trip)
(Format Conversion Piecemeal): New nodes/subsections.
* hooks.texi: Xref "Format Conversion" , not "Saving Properties".
* text.texi (Text Properties): Remove "Saving Properties" from menu.
(Saving Properties): Delete node/subsection.
Stefan Monnier [Thu, 10 May 2007 06:02:15 +0000 (06:02 +0000)]
(sgml-value): Fix handling of attributes which can take any number of values.
Stefan Monnier [Thu, 10 May 2007 06:00:48 +0000 (06:00 +0000)]
(tex-font-lock-keywords-2): Add citet and citep
to the list of citation commands.
Miles Bader [Wed, 9 May 2007 23:47:51 +0000 (23:47 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 12)
- Update from CVS
2007-05-08 Richard M. Stallman <rms@gnu.org>
* lisp/mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-739
Reiner Steib [Wed, 9 May 2007 21:02:29 +0000 (21:02 +0000)]
(nndiary-request-move-article): Revert hunk from previous commit.
Reiner Steib [Wed, 9 May 2007 19:29:12 +0000 (19:29 +0000)]
Remove the description comment (nndiary is now properly documented in the Gnus
manual). Fix the spelling of "Back End".
Reiner Steib [Wed, 9 May 2007 19:07:32 +0000 (19:07 +0000)]
(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
(Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.
Stefan Monnier [Wed, 9 May 2007 17:09:08 +0000 (17:09 +0000)]
(vc-find-root): Stop searching when the user changes.
Stefan Monnier [Wed, 9 May 2007 16:56:20 +0000 (16:56 +0000)]
(python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.
Stefan Monnier [Wed, 9 May 2007 16:53:13 +0000 (16:53 +0000)]
(python-end-of-block): Revert last change.
(python-end-of-statement): Make sure we move *forward*.
Richard M. Stallman [Tue, 8 May 2007 18:15:58 +0000 (18:15 +0000)]
(sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.
Stefan Monnier [Tue, 8 May 2007 16:07:32 +0000 (16:07 +0000)]
(diff-apply-hunk, diff-test-hunk): Don't do by default
the exact opposite of diff-goto-source.
Stefan Monnier [Tue, 8 May 2007 16:05:02 +0000 (16:05 +0000)]
(ad-special-forms): Remove.
(ad-special-form-p): Use subr-arity.
Stefan Monnier [Tue, 8 May 2007 16:02:14 +0000 (16:02 +0000)]
(compilation-find-file): Add a big comment.
Stefan Monnier [Tue, 8 May 2007 15:59:45 +0000 (15:59 +0000)]
(comment-search-forward): Make sure we search forward.
(comment-enter-backward): Try and distinguish the non-matching case at
EOB from the non-matching case with a missing comment-end-skip for
a 2-char comment ender.
(comment-choose-indent): New function extracted from comment-indent.
Improve the alignment algorithm.
(comment-indent): Use it.
Stefan Monnier [Tue, 8 May 2007 06:57:38 +0000 (06:57 +0000)]
(sgml-lexical-context): Add handling of XML style Processing Instructions.
(sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
(sgml-calculate-indent): Handle `pi' context.
Stefan Monnier [Tue, 8 May 2007 04:26:41 +0000 (04:26 +0000)]
Ensure that update-changelog issues an error when used with
a backend that does not implement it.
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
Remove `backend' argument. Use expand-file-name.
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
Miles Bader [Tue, 8 May 2007 02:07:17 +0000 (02:07 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 11)
- Update from CVS
2007-05-08 David Reitter <david.reitter@gmail.com>
* lisp/progmodes/python.el (python-guess-indent): Check non-nullness
before comparing indent against the 2..8 interval.
2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
* src/editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup
(YAILOM)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-736
Stefan Monnier [Tue, 8 May 2007 01:35:26 +0000 (01:35 +0000)]
(python-guess-indent): Check non-nullness before comparing indent against
the 2..8 interval.
Stefan Monnier [Tue, 8 May 2007 00:50:07 +0000 (00:50 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 7 May 2007 23:42:38 +0000 (23:42 +0000)]
*** empty log message ***
Andreas Schwab [Mon, 7 May 2007 20:50:08 +0000 (20:50 +0000)]
(Flookup_key): Fix typo in last change.
Karl Berry [Mon, 7 May 2007 17:08:09 +0000 (17:08 +0000)]
EMACSVER=22 for printing, per rms.
Stefan Monnier [Mon, 7 May 2007 15:41:37 +0000 (15:41 +0000)]
(Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
mapping for unibyte strings.
Stefan Monnier [Mon, 7 May 2007 15:25:47 +0000 (15:25 +0000)]
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:06:55 +0000 (08:06 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:05:55 +0000 (08:05 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.
Miles Bader [Mon, 7 May 2007 01:09:35 +0000 (01:09 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 9-10)
- Update from CVS
2007-05-06 Richard M. Stallman <rms@gnu.org>
* lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2007-05-03 Ryan Yeske <rcyeske@gmail.com>
* lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
disconnections.
2007-05-06 Richard M. Stallman <rms@gnu.org>
* lispref/processes.texi (Accepting Output): Revert most of previous change.
2007-05-05 Richard M. Stallman <rms@gnu.org>
* lispref/processes.texi (Accepting Output): accept-process-output
uses microseconds, not milliseconds. But that arg is obsolete.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-734
Richard M. Stallman [Sun, 6 May 2007 20:27:47 +0000 (20:27 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 18:10:44 +0000 (18:10 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 18:10:35 +0000 (18:10 +0000)]
(turn-on-eldoc-mode): Doc fix.
Richard M. Stallman [Sun, 6 May 2007 17:50:22 +0000 (17:50 +0000)]
(Create Tags Table): Clean up previous change.
Richard M. Stallman [Sun, 6 May 2007 17:49:19 +0000 (17:49 +0000)]
(Create Tags Table): Add text about the dangers of
making symbolic links to tags files. (Clarified by RMS.)
Richard M. Stallman [Sun, 6 May 2007 17:44:41 +0000 (17:44 +0000)]
(Accepting Output): Revert most of previous change.
Richard M. Stallman [Sun, 6 May 2007 17:39:53 +0000 (17:39 +0000)]
Undo May 3 change.
Glenn Morris [Sat, 5 May 2007 22:57:07 +0000 (22:57 +0000)]
Change from author without relevant assignment is (thankfully) tiny.
Glenn Morris [Sat, 5 May 2007 22:50:55 +0000 (22:50 +0000)]
*** empty log message ***
Glenn Morris [Sat, 5 May 2007 22:47:02 +0000 (22:47 +0000)]
Add notes about NEWS, as a reminder for the next release.
Glenn Morris [Sat, 5 May 2007 22:40:31 +0000 (22:40 +0000)]
Try to rearrange by related topics, and some order of importance.
Glenn Morris [Sat, 5 May 2007 22:39:58 +0000 (22:39 +0000)]
Try to rearrange by related topics, and some order of importance.
Glenn Morris [Sat, 5 May 2007 22:39:13 +0000 (22:39 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 5 May 2007 22:12:40 +0000 (22:12 +0000)]
(diff): Use buffer-local vars diff-old-file and diff-new-file
rather than storing their value in the revert-buffer function.
Richard M. Stallman [Sat, 5 May 2007 04:50:04 +0000 (04:50 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 5 May 2007 04:49:51 +0000 (04:49 +0000)]
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
Richard M. Stallman [Sat, 5 May 2007 04:05:14 +0000 (04:05 +0000)]
(Accepting Output): accept-process-output
uses microseconds, not milliseconds. But that arg is obsolete.
Richard M. Stallman [Sat, 5 May 2007 04:02:09 +0000 (04:02 +0000)]
(Faccept_process_output): Revert 2006-03-22 change so
that the third argument once again is in microseconds (not
milliseconds). This makes it compatible with Emacs 21 and
earlier. Problem found by Henrik Rindlöw.
Francesco Potortì [Sat, 5 May 2007 00:36:21 +0000 (00:36 +0000)]
(Create Tags Table): Add text about the dangers of
making symbolic links to tags files.
Francesco Potortì [Sat, 5 May 2007 00:35:55 +0000 (00:35 +0000)]
maintaining.texi changes to etags abotu symlinks.
Miles Bader [Fri, 4 May 2007 23:08:42 +0000 (23:08 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 8)
- Update from CVS
2007-05-04 Karl Berry <karl@tug.org>
* lispref/elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2007-05-04 Karl Berry <karl@gnu.org>
* man/emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-731
Karl Berry [Fri, 4 May 2007 20:40:48 +0000 (20:40 +0000)]
sync for lispref changes