1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

37192 commits

Author SHA1 Message Date
Stefan Monnier
008e2c2a69 (byte-compile-log-file, byte-recompile-directory, byte-compile-file)
(byte-compile-from-buffer): Use with-current-buffer.
2007-08-22 15:51:13 +00:00
Stefan Monnier
1d7e635667 (text-invisible-p): Rename from line-move-invisible-p.
(line-move-invisible-p): Keep as an obsolete alias, just to be safe.
(line-move-1, line-move-finish, line-move-to-column)
(move-end-of-line, move-beginning-of-line): Use new name.
2007-08-22 15:31:31 +00:00
Glenn Morris
e6754bfca5 (backup-buffer-copy): Check backup directory is writable, to avoid
infloop deleting old backup.
2007-08-22 03:47:35 +00:00
Glenn Morris
816d4e8d28 *** empty log message *** 2007-08-22 03:47:12 +00:00
Glenn Morris
f2d2775a31 Comment. 2007-08-22 03:34:13 +00:00
Glenn Morris
c27ed12d73 (rmail-movemail-variant-p): Call on load to set movemail related variables.
(rmail-insert-inbox-text): Use only rmail-movemail-program, which
will now be set before this is called.
2007-08-22 03:33:37 +00:00
Glenn Morris
0d827f6f0f *** empty log message *** 2007-08-22 03:33:13 +00:00
Stefan Monnier
5d3440f4b6 (backquote-delay-process): Fix last change. 2007-08-21 19:09:25 +00:00
Stefan Monnier
d5dac3b9bd (ada-create-keymap): Paren typo. 2007-08-21 16:25:41 +00:00
Stefan Monnier
23b747d1ed Fix up comment style in header.
(ada-check-emacs-version): Remove.
(ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
(ada-region-selected): Use (featurep 'xemacs) rather than contortions
to try and quieten the byte-compiler.
(ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2007-08-21 16:24:43 +00:00
Stefan Monnier
79f47f3842 (vc-annotate-warp-version): Don't use previous-line. 2007-08-21 16:24:21 +00:00
Miles Bader
11abff8e05 Merge from gnus--rel--5.10
Patches applied:

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

   - Update from CVS

2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.

2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-maximum-newsgroup): New variable.

   * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
   according to gnus-maximum-newsgroup.

   * lisp/gnus/gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
   (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
   the range of articles according to gnus-maximum-newsgroup.

2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-96
2007-08-21 04:52:22 +00:00
Vinicius Jose Latorre
30a718e6b7 preceding-sexp 2007-08-20 15:52:47 +00:00
Glenn Morris
7de61ce2d7 (custom-deps, finder-data, autoloads, recompile)
(progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
shadow files messing up the compilation.
2007-08-19 00:24:55 +00:00
Glenn Morris
a2d1720359 *** empty log message *** 2007-08-19 00:24:41 +00:00
Glenn Morris
e8612bf263 (scheme-mode-variables): Set font-lock-comment-start-skip. 2007-08-18 23:45:58 +00:00
Martin Rudalics
bef8366655 (ada-create-syntax-table): Move
set-syntax-table from here to ...
(ada-mode): ... here.  Do not change global value of
comment-multi-line.  Call new function
ada-initialize-syntax-table-properties and add new function
ada-handle-syntax-table-properties to font-lock-mode-hook.
(ada-deactivate-properties, ada-initialize-properties): Replace
by new functions ...
(ada-handle-syntax-table-properties)
(ada-initialize-syntax-table-properties)
(ada-set-syntax-table-properties): ... to set up syntax-table
properties uniformly, independently from whether font-lock-mode
is enabled or not.  Handle read-only buffers and do not change
undo-list when setting syntax-table properties.
(ada-after-change-function): Use ada-set-syntax-table-properties.
2007-08-18 08:33:06 +00:00
Thien-Thi Nguyen
c2659333c2 Revert last change. 2007-08-17 22:16:59 +00:00
Thien-Thi Nguyen
578bbaf55b (copyright-update-year, copyright-update)
(copyright-fix-years): Fix bug: Handle nil copyright-limit.
2007-08-17 22:04:18 +00:00
Vinicius Jose Latorre
05927f8c8b Fix s{a}{b} parsing 2007-08-17 18:58:32 +00:00
Glenn Morris
912651fc0c (compilation-get-file-structure): Make use of the directory part when
checking for an existing entry, to handle files with same basename in
different directories.
2007-08-17 07:16:17 +00:00
Glenn Morris
5f15401ac7 *** empty log message *** 2007-08-17 07:15:55 +00:00
Vinicius Jose Latorre
f360c323b1 Docstring fix 2007-08-17 01:43:06 +00:00
Vinicius Jose Latorre
6c8cb70160 Docstring fix 2007-08-17 01:29:39 +00:00
Vinicius Jose Latorre
91fc3f99db Docstring fix 2007-08-16 22:28:43 +00:00
Stefan Monnier
de68951156 (smerge-resolve): New arg `safe'.
(smerge-resolve-all, smerge-batch-resolve): New function.
(smerge-refine): Make sure `diff' returns the expected result.
(smerge-parsep-re): New const.
(smerge-mode): Use it to adjust paragraph-separate.
2007-08-16 20:04:36 +00:00
Stefan Monnier
ed0e2ad11b (perl-font-lock-syntactic-keywords): Correctly match / regexp matchers
as first char on a line when fontifying only that line.
2007-08-16 14:20:37 +00:00
Stefan Monnier
4d78a860b9 (cl-transform-lambda): Preserve the match-data. 2007-08-16 04:24:57 +00:00
Glenn Morris
c7c804c288 (ps-font-size): Doc fix. 2007-08-16 03:18:34 +00:00
Glenn Morris
af9f81a0de Tweak previous change (don't init statics). 2007-08-16 03:17:12 +00:00
Stefan Monnier
fba500b6f1 Don't fiddle with vc-handled-backend.
(vc-bzr-registered): Don't redundantly protect against
file-error.  Actually use the format-specific code.
(vc-bzr-buffer-nonblank-p): Remove.
(vc-bzr-status): Change `kindchange' -> `kindchanged'.
2007-08-15 21:10:46 +00:00
Glenn Morris
ef831bd0dc (rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
GNU Mailman.
(rmail-digest-rfc1153): Initialize `result' correctly.
2007-08-15 03:09:52 +00:00
Glenn Morris
1502ed91e1 *** empty log message *** 2007-08-15 03:08:42 +00:00
Glenn Morris
f7b949ad26 (bad-packages-alist): Fix regexp typo in previous change. 2007-08-14 08:47:44 +00:00
Glenn Morris
290e2424e6 Move CUA-mode check to `bad-packages-alist'. 2007-08-14 08:42:11 +00:00
Glenn Morris
0b964e141e (bad-packages-alist): New constant.
(bad-package-check): New function.  Together, these two add
elements to `after-load-alist' to check for problematic external
packages.
2007-08-14 07:45:48 +00:00
Glenn Morris
6dbb1e769f *** empty log message *** 2007-08-14 07:41:31 +00:00
Miles Bader
3b807f0d2d Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nntp.el (nntp-xref-number-is-evil): New server variable.
   (nntp-find-group-and-number): If it is non-nil, don't trust article
   numbers in the Xref header.

2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.

2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.

2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NNTP): Mention nntp-xref-number-is-evil.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-92
2007-08-13 13:44:55 +00:00
Juanma Barranquero
9d2db4c663 *** empty log message *** 2007-08-13 11:47:43 +00:00
Juanma Barranquero
86444e1bf0 (vhdl-update-progress-info): Avoid divide by zero error. 2007-08-13 11:39:45 +00:00
Juanma Barranquero
0fad0ff9f7 (ada-gnatls-args): Fix docstring.
(ada-treat-cmd-string): Improve error message.
(ada-do-file-completion): Call `ada-require-project-file', so project variables
are set properly.
(ada-prj-find-prj-file): Delete Emacs 20.2 support.
(ada-gnatfind-buffer-name): New constant.
(ada-find-any-references): Use new constant.  Set buffer name properly in
compilation-start.  Toggle read-only properly.
(ada-find-in-src-path): Fix spelling error in docstring.
2007-08-13 11:38:37 +00:00
Juanma Barranquero
a6631b3a5c (cvs-parse-table): Handle additional instance of optional quotes
around files in NEED-UPDATE . REMOVED case.
2007-08-13 11:37:50 +00:00
Nick Roberts
cdf71ff2ef (gdb-send): Handle CTRL-D more carefully. 2007-08-13 09:28:31 +00:00
Nick Roberts
9f78fa2c10 *** empty log message *** 2007-08-13 09:26:45 +00:00
Richard M. Stallman
ad4fed11b3 (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
(cvs-execute-single-file): Use new name split-string-and-unquote.
(cvs-header-msg): Use new name combine-and-quote-strings.
2007-08-12 18:11:57 +00:00
Richard M. Stallman
c0d8c0a4c5 (vi-next-line): Ignore return value of line-move. 2007-08-12 18:05:08 +00:00
Richard M. Stallman
00b733b76d (gud-common-init): Use new name split-string-and-unquote. 2007-08-12 18:02:39 +00:00
Richard M. Stallman
a988c1c239 (flymake-err-line-patterns): Fix infloop in javac regexp. 2007-08-12 18:01:29 +00:00
Richard M. Stallman
517e7169e1 (cvs-qtypedesc-strings): Use new names
combine-and-quote-strings and split-string-and-unquote.
2007-08-12 18:00:34 +00:00
Richard M. Stallman
e80b38498c (combine-and-quote-strings): Renamed from strings->string.
(split-string-and-unquote): Renamed from string->strings.
2007-08-12 17:59:40 +00:00