]>
git.eshelyaron.com Git - emacs.git/log
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
Richard M. Stallman [Fri, 4 May 2007 17:09:11 +0000 (17:09 +0000)]
*** empty log message ***
Karl Berry [Fri, 4 May 2007 17:03:08 +0000 (17:03 +0000)]
EMACSVER 22.1 for printed version
Juanma Barranquero [Fri, 4 May 2007 14:06:32 +0000 (14:06 +0000)]
Fix typos.
Eli Zaretskii [Fri, 4 May 2007 13:43:21 +0000 (13:43 +0000)]
Add information about building with Cygwin Make 3.80.
Eli Zaretskii [Fri, 4 May 2007 13:41:15 +0000 (13:41 +0000)]
Add information about building with Cygwin Make 3.80.
Eli Zaretskii [Fri, 4 May 2007 13:20:25 +0000 (13:20 +0000)]
(Documentation Tips): Rearrange items to place the more important ones first.
Add an index entry for hyperlinks.
Eli Zaretskii [Fri, 4 May 2007 13:17:20 +0000 (13:17 +0000)]
(Documentation Tips): Rearrange items to place the more important ones first.
Add an index entry for hyperlinks.
Nick Roberts [Fri, 4 May 2007 02:26:14 +0000 (02:26 +0000)]
(t-mouse-mode): Do nothing on a graphical display
when disabling t-mouse-mode.
Nick Roberts [Fri, 4 May 2007 02:23:56 +0000 (02:23 +0000)]
*** empty log message ***
Miles Bader [Fri, 4 May 2007 01:05:55 +0000 (01:05 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 6)
- Update from CVS
2007-05-03 Karl Berry <karl@gnu.org>
* man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
* man/texinfo.tex: update from current version for better pdf generation.
* man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
for printing.
2007-05-03 Karl Berry <karl@gnu.org>
* lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
2007-05-01 Richard M. Stallman <rms@gnu.org>
* man/cmdargs.texi (Initial Options): Under --batch, mention --eval.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
Richard M. Stallman [Thu, 3 May 2007 22:56:49 +0000 (22:56 +0000)]
*** empty log message ***
Karl Berry [Thu, 3 May 2007 16:47:47 +0000 (16:47 +0000)]
make EMACSVER plain 22 for printed version
Karl Berry [Thu, 3 May 2007 16:36:22 +0000 (16:36 +0000)]
black refs for printing
Karl Berry [Thu, 3 May 2007 16:34:25 +0000 (16:34 +0000)]
black refs for printing
Karl Berry [Thu, 3 May 2007 16:33:40 +0000 (16:33 +0000)]
no @anchor in mid-paragraph
Karl Berry [Thu, 3 May 2007 16:32:07 +0000 (16:32 +0000)]
ignore *.pdf
Karl Berry [Thu, 3 May 2007 16:31:03 +0000 (16:31 +0000)]
ignore *.pdf
Karl Berry [Thu, 3 May 2007 16:30:24 +0000 (16:30 +0000)]
texinfo.tex update
Karl Berry [Thu, 3 May 2007 16:28:29 +0000 (16:28 +0000)]
avoid @anchor in middle of paragraph
Karl Berry [Thu, 3 May 2007 15:53:11 +0000 (15:53 +0000)]
no color for hyperlinks for printing
Glenn Morris [Thu, 3 May 2007 04:13:45 +0000 (04:13 +0000)]
Tweak message about the absence of shell functions.
Glenn Morris [Thu, 3 May 2007 04:13:27 +0000 (04:13 +0000)]
*** empty log message ***
Glenn Morris [Thu, 3 May 2007 04:12:13 +0000 (04:12 +0000)]
Tweak message about the absence of shell functions.
Glenn Morris [Thu, 3 May 2007 04:11:38 +0000 (04:11 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 2 May 2007 04:32:34 +0000 (04:32 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 2 May 2007 02:33:04 +0000 (02:33 +0000)]
*** empty log message ***
Miles Bader [Tue, 1 May 2007 23:00:38 +0000 (23:00 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 217)
- Update from CVS
2007-04-30 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-725
Richard M. Stallman [Tue, 1 May 2007 22:42:07 +0000 (22:42 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 1 May 2007 21:55:26 +0000 (21:55 +0000)]
(Initial Options): Under --batch, mention --eval.
Richard M. Stallman [Tue, 1 May 2007 20:48:06 +0000 (20:48 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 1 May 2007 15:25:21 +0000 (15:25 +0000)]
Update version number.
(timeclock-modeline-display): Mention timeclock-use-display-time
in explanatory message.
(timeclock-in): Fix non-interactive workday specifications.
(timeclock-log): Don't kill the log buffer if it already existed.
Suppress warnings when finding the log. Don't check for a nil
project twice. Run hooks after killing the buffer (if applicable).
(timeclock-geometric-mean): Rename to `timeclock-mean' (it never
was geometric). All uses changed.
(timeclock-generate-report): Support prefix argument.
Miles Bader [Tue, 1 May 2007 09:55:06 +0000 (09:55 +0000)]
Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
Patches applied:
* emacs--rel--22 (patch 4-5)
- Update from CVS
2007-05-01 Romain Francoise <romain@orebokech.com>
* lisp/dired-x.el: Revert 2007-04-06 change.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-723
Romain Francoise [Tue, 1 May 2007 09:33:51 +0000 (09:33 +0000)]
Revert 2007-04-06 change.
YAMAMOTO Mitsuharu [Tue, 1 May 2007 08:17:19 +0000 (08:17 +0000)]
(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.
YAMAMOTO Mitsuharu [Tue, 1 May 2007 08:15:56 +0000 (08:15 +0000)]
(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.
Nick Roberts [Mon, 30 Apr 2007 22:05:51 +0000 (22:05 +0000)]
(gud-menu-map): Pdb can't handle SIGINT so
don't put stop on toolbar.
Nick Roberts [Mon, 30 Apr 2007 22:03:30 +0000 (22:03 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 22:35:06 +0000 (22:35 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 21:57:37 +0000 (21:57 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 21:57:33 +0000 (21:57 +0000)]
(replace_range): For undo, record insertion first.
Richard M. Stallman [Sun, 29 Apr 2007 21:56:23 +0000 (21:56 +0000)]
(replace_range): For undo, record insertion first.
Richard M. Stallman [Sun, 29 Apr 2007 21:11:42 +0000 (21:11 +0000)]
(find-dired-filter): Propertize all text down to eob.
Richard M. Stallman [Sun, 29 Apr 2007 21:10:46 +0000 (21:10 +0000)]
(find-dired-filter): Propertize all text down to eob.
Richard M. Stallman [Sun, 29 Apr 2007 16:14:03 +0000 (16:14 +0000)]
Delete duplicate change.
Andreas Schwab [Sun, 29 Apr 2007 16:08:14 +0000 (16:08 +0000)]
(VECSIZE): Use OFFSETOF.
Richard M. Stallman [Sun, 29 Apr 2007 14:46:51 +0000 (14:46 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 14:43:28 +0000 (14:43 +0000)]
(auto-coding-alist): Add pdf => no-conversion.
Richard M. Stallman [Sun, 29 Apr 2007 14:39:07 +0000 (14:39 +0000)]
(auto-coding-alist): Add pdf => no-conversion.