bpt/emacs.git
17 years ago(Margins): indent-to-left-margin is not the default.
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.

17 years ago(Example Major Modes): Explain last line of text-mode is redundant.
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.

17 years ago(section{Incremental Search}): Minor corrections.
Richard M. Stallman [Sat, 12 May 2007 16:57:11 +0000 (16:57 +0000)]
(section{Incremental Search}): Minor corrections.

17 years ago(viperCard.ps, calccard.ps refcard.ps)
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'.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 11 May 2007 19:03:51 +0000 (19:03 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 11 May 2007 14:34:48 +0000 (14:34 +0000)]
*** empty log message ***

17 years agoRemove the description comment (nndiary is now properly documented in the Gnus
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".

17 years ago(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
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.

17 years ago(python-font-lock-keywords, python-open-block-statement-p, python-mode):
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.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 10 May 2007 16:39:46 +0000 (16:39 +0000)]
*** empty log message ***

17 years ago(Scanning Keymaps): Update where-is-internal example.
Richard M. Stallman [Thu, 10 May 2007 16:39:33 +0000 (16:39 +0000)]
(Scanning Keymaps): Update where-is-internal example.

17 years ago(Keys in Documentation): Add reference to Documentation Tips.
Richard M. Stallman [Thu, 10 May 2007 16:38:28 +0000 (16:38 +0000)]
(Keys in Documentation): Add reference to Documentation Tips.

17 years ago(Format Conversion): TO-FN gets three arguments.
Richard M. Stallman [Thu, 10 May 2007 16:37:21 +0000 (16:37 +0000)]
(Format Conversion): TO-FN gets three arguments.

17 years ago(iso-cvt-read-only): Ignore 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.

17 years ago(define-minor-mode): Fix generated doc string.
Richard M. Stallman [Thu, 10 May 2007 16:33:50 +0000 (16:33 +0000)]
(define-minor-mode): Fix generated doc string.

17 years ago(timeclock-in): Fix non-interactive workday specifications.
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.

17 years ago(fancy-splash-text): Add URL of guided tour.
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.

17 years ago(compilation-handle-exit):
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.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 10 May 2007 14:53:13 +0000 (14:53 +0000)]
*** empty log message ***

17 years ago(Auto Major Mode): Document file-start-mode-alist.
Richard M. Stallman [Thu, 10 May 2007 14:51:08 +0000 (14:51 +0000)]
(Auto Major Mode): Document file-start-mode-alist.

17 years ago(file-start-mode-alist): New variable.
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.

17 years ago(sendmail-pre-abbrev-expand-hook):
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 `-'.

17 years ago(python-guess-indent): Check non-nullness before comparing indent against
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.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 May 2007 23:42:38 +0000 (23:42 +0000)]
*** empty log message ***

17 years ago(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
Stefan Monnier [Mon, 7 May 2007 15:25:47 +0000 (15:25 +0000)]
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)

17 years ago(mac-ts-unicode-for-key-event): Check if text is available.
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:06:55 +0000 (08:06 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 18:10:44 +0000 (18:10 +0000)]
*** empty log message ***

17 years ago(turn-on-eldoc-mode): Doc fix.
Richard M. Stallman [Sun, 6 May 2007 18:10:35 +0000 (18:10 +0000)]
(turn-on-eldoc-mode): Doc fix.

17 years ago(Create Tags Table): Add text about the dangers of
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.)

17 years ago(Accepting Output): Revert most of previous change.
Richard M. Stallman [Sun, 6 May 2007 17:44:41 +0000 (17:44 +0000)]
(Accepting Output): Revert most of previous change.

17 years agoUndo May 3 change.
Richard M. Stallman [Sun, 6 May 2007 17:39:53 +0000 (17:39 +0000)]
Undo May 3 change.

17 years agoChange from author without relevant assignment is (thankfully) tiny.
Glenn Morris [Sat, 5 May 2007 22:57:07 +0000 (22:57 +0000)]
Change from author without relevant assignment is (thankfully) tiny.

17 years agoTry 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.

17 years ago*** empty log message ***
Glenn Morris [Sat, 5 May 2007 22:39:13 +0000 (22:39 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 5 May 2007 04:50:04 +0000 (04:50 +0000)]
*** empty log message ***

17 years ago(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
Richard M. Stallman [Sat, 5 May 2007 04:49:51 +0000 (04:49 +0000)]
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.

17 years ago(Accepting Output): accept-process-output
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.

17 years ago(Faccept_process_output): Revert 2006-03-22 change so
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.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 4 May 2007 17:09:11 +0000 (17:09 +0000)]
*** empty log message ***

17 years agoEMACSVER 22.1 for printed version
Karl Berry [Fri, 4 May 2007 17:03:08 +0000 (17:03 +0000)]
EMACSVER 22.1 for printed version

17 years agoAdd 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.

17 years ago(Documentation Tips): Rearrange items to place the more important ones first.
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.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 3 May 2007 22:56:49 +0000 (22:56 +0000)]
*** empty log message ***

17 years agomake EMACSVER plain 22 for printed version
Karl Berry [Thu, 3 May 2007 16:47:47 +0000 (16:47 +0000)]
make EMACSVER plain 22 for printed version

17 years agoblack refs for printing
Karl Berry [Thu, 3 May 2007 16:34:25 +0000 (16:34 +0000)]
black refs for printing

17 years agono @anchor in mid-paragraph
Karl Berry [Thu, 3 May 2007 16:33:40 +0000 (16:33 +0000)]
no @anchor in mid-paragraph

17 years agoignore *.pdf
Karl Berry [Thu, 3 May 2007 16:31:03 +0000 (16:31 +0000)]
ignore *.pdf

17 years agotexinfo.tex update
Karl Berry [Thu, 3 May 2007 16:30:24 +0000 (16:30 +0000)]
texinfo.tex update

17 years agono color for hyperlinks for printing
Karl Berry [Thu, 3 May 2007 15:53:11 +0000 (15:53 +0000)]
no color for hyperlinks for printing

17 years agoTweak message about the absence of shell functions.
Glenn Morris [Thu, 3 May 2007 04:12:13 +0000 (04:12 +0000)]
Tweak message about the absence of shell functions.

17 years ago*** empty log message ***
Glenn Morris [Thu, 3 May 2007 04:11:38 +0000 (04:11 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 2 May 2007 04:32:34 +0000 (04:32 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 2 May 2007 02:33:04 +0000 (02:33 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 May 2007 22:42:07 +0000 (22:42 +0000)]
*** empty log message ***

17 years ago(Initial Options): Under --batch, mention --eval.
Richard M. Stallman [Tue, 1 May 2007 21:55:26 +0000 (21:55 +0000)]
(Initial Options): Under --batch, mention --eval.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 May 2007 20:48:06 +0000 (20:48 +0000)]
*** empty log message ***

17 years agoRevert 2007-04-06 change.
Romain Francoise [Tue, 1 May 2007 09:33:51 +0000 (09:33 +0000)]
Revert 2007-04-06 change.

17 years ago(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
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.

17 years ago(gud-menu-map): Pdb can't handle SIGINT so
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.

17 years ago*** empty log message ***
Nick Roberts [Mon, 30 Apr 2007 22:03:30 +0000 (22:03 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 22:35:06 +0000 (22:35 +0000)]
*** empty log message ***

17 years ago(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.

17 years ago(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.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 14:46:51 +0000 (14:46 +0000)]
*** empty log message ***

17 years ago(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.

17 years ago(try_window_reusing_current_matrix): Fix number of disabled lines.
YAMAMOTO Mitsuharu [Sun, 29 Apr 2007 07:26:50 +0000 (07:26 +0000)]
(try_window_reusing_current_matrix): Fix number of disabled lines.

17 years agoAdd another url.
Glenn Morris [Sat, 28 Apr 2007 22:27:58 +0000 (22:27 +0000)]
Add another url.

17 years ago*** empty log message ***
Glenn Morris [Sat, 28 Apr 2007 20:39:52 +0000 (20:39 +0000)]
*** empty log message ***

17 years agoStefan Monnier <monnier at iro.umontreal.ca>
Glenn Morris [Sat, 28 Apr 2007 20:39:11 +0000 (20:39 +0000)]
Stefan Monnier  <monnier at iro.umontreal.ca>

(c-before-change): Use point-min rather than 1.

17 years agoRevert addition of duplicate 2007 to copyright years in previous
Glenn Morris [Sat, 28 Apr 2007 20:30:15 +0000 (20:30 +0000)]
Revert addition of duplicate 2007 to copyright years in previous
change.

17 years agoRestore mention of python.el pending consideration of legal status.
Glenn Morris [Sat, 28 Apr 2007 20:18:40 +0000 (20:18 +0000)]
Restore mention of python.el pending consideration of legal status.

17 years agoRestore python.el pending consideration of legal status.
Glenn Morris [Sat, 28 Apr 2007 20:17:17 +0000 (20:17 +0000)]
Restore python.el pending consideration of legal status.

17 years agoRestore file pending consideration of python.el legal status.
Glenn Morris [Sat, 28 Apr 2007 19:59:28 +0000 (19:59 +0000)]
Restore file pending consideration of python.el legal status.

17 years agoRestore python.el pending consideration of legal status. Remove
Glenn Morris [Sat, 28 Apr 2007 19:54:53 +0000 (19:54 +0000)]
Restore python.el pending consideration of legal status. Remove
reference to external python version.

17 years ago(locate-in-alternate-database): Doc fix mistakenly left out of
Glenn Morris [Sat, 28 Apr 2007 19:44:06 +0000 (19:44 +0000)]
(locate-in-alternate-database): Doc fix mistakenly left out of
previous change ("command" -> "program").

17 years agoAdd pointers to the relevant mailing lists threads.
Glenn Morris [Sat, 28 Apr 2007 19:40:48 +0000 (19:40 +0000)]
Add pointers to the relevant mailing lists threads.

17 years agoDavid R. Linn <drl at jekyll.vuse.vanderbilt.edu>
Glenn Morris [Sat, 28 Apr 2007 19:16:50 +0000 (19:16 +0000)]
David R. Linn  <drl at jekyll.vuse.vanderbilt.edu>

Add section on Solaris out-of-tree install issues with non-GNU make.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 28 Apr 2007 18:06:15 +0000 (18:06 +0000)]
*** empty log message ***

17 years ago~ description fixes from rms
Karl Berry [Sat, 28 Apr 2007 18:00:51 +0000 (18:00 +0000)]
~ description fixes from rms

17 years agoone more line break
Karl Berry [Sat, 28 Apr 2007 17:54:13 +0000 (17:54 +0000)]
one more line break

17 years agopropagate changes from trunk
Karl Berry [Sat, 28 Apr 2007 17:45:50 +0000 (17:45 +0000)]
propagate changes from trunk

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 28 Apr 2007 17:21:40 +0000 (17:21 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 28 Apr 2007 17:09:54 +0000 (17:09 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 28 Apr 2007 15:51:04 +0000 (15:51 +0000)]
*** empty log message ***

17 years ago(sh-mode): Recognize .profile as sh style.
Richard M. Stallman [Sat, 28 Apr 2007 15:37:58 +0000 (15:37 +0000)]
(sh-mode): Recognize .profile as sh style.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 28 Apr 2007 14:28:22 +0000 (14:28 +0000)]
*** empty log message ***

17 years ago(vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
Stefan Monnier [Sat, 28 Apr 2007 14:08:58 +0000 (14:08 +0000)]
(vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.

17 years ago($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.
Eli Zaretskii [Sat, 28 Apr 2007 09:34:36 +0000 (09:34 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e.

17 years ago(fill-paragraph): Doc fix.
Eli Zaretskii [Sat, 28 Apr 2007 09:32:26 +0000 (09:32 +0000)]
(fill-paragraph): Doc fix.

17 years agoImport bugs from copy of this file on the trunk.
Glenn Morris [Sat, 28 Apr 2007 04:17:12 +0000 (04:17 +0000)]
Import bugs from copy of this file on the trunk.

17 years ago(image-dired-cmd-create-thumbnail-options)
Glenn Morris [Sat, 28 Apr 2007 04:11:53 +0000 (04:11 +0000)]
(image-dired-cmd-create-thumbnail-options)
(image-dired-cmd-create-temp-image-options): Replace option
+profile "*" with -strip.

17 years ago*** empty log message ***
Glenn Morris [Sat, 28 Apr 2007 04:10:51 +0000 (04:10 +0000)]
*** empty log message ***

17 years ago** mathias.dahl@gmail.com, Apr 24: Tumme fails with default custom settings
Chong Yidong [Fri, 27 Apr 2007 19:03:48 +0000 (19:03 +0000)]
** mathias.dahl@gmail.com, Apr 24: Tumme fails with default custom settings
Fixed in 2007-04-25 checkin.

17 years ago** pj@heslin.eclipse.co.uk, Apr 24: Small bug in flyspell.el
Chong Yidong [Fri, 27 Apr 2007 18:54:25 +0000 (18:54 +0000)]
** pj@heslin.eclipse.co.uk, Apr 24: Small bug in flyspell.el
Fixed.

17 years ago(flyspell-auto-correct-previous-word): Use window-start and
Chong Yidong [Fri, 27 Apr 2007 18:53:31 +0000 (18:53 +0000)]
(flyspell-auto-correct-previous-word): Use window-start and
window-end.

17 years ago* textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
Chong Yidong [Fri, 27 Apr 2007 18:53:22 +0000 (18:53 +0000)]
* textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
window-start and window-end.

17 years agoMinor updates for IDLWAVE 6.1.
J.D. Smith [Fri, 27 Apr 2007 18:50:35 +0000 (18:50 +0000)]
Minor updates for IDLWAVE 6.1.

17 years agoMention problems with files larger than 4GB on MS-Windows.
Eli Zaretskii [Fri, 27 Apr 2007 13:41:53 +0000 (13:41 +0000)]
Mention problems with files larger than 4GB on MS-Windows.

17 years agoAdd item about support for large files on MS-Windows.
Eli Zaretskii [Fri, 27 Apr 2007 13:40:04 +0000 (13:40 +0000)]
Add item about support for large files on MS-Windows.

17 years ago(xg_update_menubar, create_menus): Create empty
Jan Djärv [Fri, 27 Apr 2007 06:39:45 +0000 (06:39 +0000)]
(xg_update_menubar, create_menus): Create empty
submenu for menu bar items.