1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
Commit Graph

58829 Commits

Author SHA1 Message Date
Juri Linkov
f533b4d958 Add examples of finished compilation. 2005-08-06 00:55:11 +00:00
Juri Linkov
a1522a362c Add missing 2005-06-28 entry for progmodes/compile.el. 2005-08-06 00:48:18 +00:00
Miles Bader
11e22c4a01 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-513
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-bodies.el (mm-encode-body): Use coding system rather than
   charset to encode text.

   * lisp/gnus/mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
   number of charsets if utf-8 is available (XEmacs).
2005-08-05 08:48:40 +00:00
Miles Bader
97f78c9b71 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-512
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 101-102)

   - Update from CVS

2005-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-art.el (article-unsplit-urls): Don't anchor urls to the
   start of the lines.
   (gnus-picon-databases): Add /usr/share/picons.

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

   * lisp/gnus/gnus-art.el (gnus-button-valid-localpart-regexp): New variable
   taken from `gnus-button-mid-or-mail-regexp'.
   (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
   (gnus-button-alist): Improve regexp for domain part of the MIDs
   for news:localpart@domain buttons.
   (gnus-button-ctan-directory-regexp): Update.

   * lisp/gnus/message.el (message-kill-buffer): Raise the current frame.
   (message-bury): Use `window-dedicated-p'.

2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/sieve-manage.el (sieve-manage-interactive-login): Use
   make-local-variable rather than make-variable-buffer-local.
   (sieve-manage-open): Ditto.
   (sieve-manage-authenticate): Ditto.
2005-08-05 08:37:44 +00:00
Kenichi Handa
4f27bfc37f *** empty log message *** 2005-08-05 01:19:04 +00:00
Kenichi Handa
fbd3f1a9d3 Fix the entry describing code-pages. 2005-08-05 01:18:52 +00:00
Kenichi Handa
0382cc9ec1 Add autoload cookies for all coding systems. 2005-08-05 01:14:08 +00:00
Luc Teirlinck
0f08b9564d (all): Put undo.c where it alphabetically belongs. 2005-08-04 21:34:41 +00:00
Luc Teirlinck
eaf99616a2 *** empty log message *** 2005-08-04 21:33:21 +00:00
Juri Linkov
94c713b27d (grep-mode-map): Bind TAB to `compilation-next-error'
and [backtab] to `compilation-previous-error'.
2005-08-04 01:38:42 +00:00
Juri Linkov
70fec115d4 (compilation-mode-map): Bind TAB to `compilation-next-error'
and [backtab] to `compilation-previous-error'.
2005-08-04 01:36:10 +00:00
Juri Linkov
3595212959 (grep-regexp-alist): Replace complex regexp
matching line numbers, column numbers and their ranges with regexp
matching only line numbers.
(grep-context-face): New face variable.
(grep-mode-font-lock-keywords): Use it.
2005-08-04 01:11:17 +00:00
Juri Linkov
81435dc42a (read-face-name): Delete duplicate faces. 2005-08-04 01:06:44 +00:00
Juanma Barranquero
bdd78d0586 Fix typo. 2005-08-02 23:18:27 +00:00
Juanma Barranquero
9a69ec4b63 Add `lock'. 2005-08-02 22:59:02 +00:00
Juanma Barranquero
c4a00aa2ec Fix typo. 2005-08-02 13:10:02 +00:00
Juanma Barranquero
6ced5724bc (thumbs-find-image): Don't make variables automatically buffer local.
(thumbs-current-tmp-filename, thumbs-current-image-filename, thumbs-image-num):
Make automatically buffer local.
(thumbs-show-thumbs-list): Use `make-local-variable', not
`make-variable-buffer-local'.
(thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2005-08-02 10:26:31 +00:00
Juanma Barranquero
2bd5227ede (ada-mode): Use make-local-variable', not make-variable-buffer-local'. 2005-08-02 10:24:17 +00:00
Juanma Barranquero
6f08431c31 (doctor-type-symbol): "?\ " -> "?\s".
(**mad**, *debug*, *print-space*, *print-upcase*, abuselst, abusewords, account,
afraidof, arerelated, areyou, bak, beclst, bother, bye, canyou, chatlst,
continue, deathlst, describe, drnk, drugs, eliza-flag, elizalst, famlst, feared,
fears, feelings-about, foullst, found, hello, history, howareyoulst, howdyflag,
huhlst, ibelieve, improve, inter, isee, isrelated, lincount, longhuhlst, lover,
machlst, mathlst, maybe, moods, neglst, obj, object, owner, please, problems,
qlist, random-adjective, relation, remlst, repetitive-shortness, replist,
rms-flag, schoollst, sent, sexlst, shortbeclst, shortlst, something, sportslst,
stallmanlst, states, subj, suicide-flag, sure, things, thlst, toklst, typos,
verb, want, whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
Defvar at compile time.
2005-08-02 09:42:20 +00:00
Juanma Barranquero
31b7cc74d3 (Fframe_char_width): Doc fix. 2005-08-02 08:12:35 +00:00
Miles Bader
afea040a3d Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-507
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-generate-mime-1): Make the content type default to
   text/plain if the filename is not specified.

2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
   instead of insert-buffer.

   * lisp/gnus/message.el (message-yank-original): Ditto; set the mark at the
   end of the yanked message.
2005-08-02 07:21:08 +00:00
Luc Teirlinck
a4fbb790db (all): Make `indicate-buffer-boundaries' display values set outside
Custom once again correctly in Custom buffer.
2005-08-02 02:00:20 +00:00
Kim F. Storm
f28564957e (cua--highlight-rectangle): Only show
rectangle overlay in selected window.
2005-08-01 22:06:42 +00:00
Kim F. Storm
f8a9926b35 *** empty log message *** 2005-08-01 22:06:25 +00:00
Luc Teirlinck
52a434fd58 (all): Prevent nil from matching two alternatives in
`indicate-buffer-boundaries' defcustom.
2005-08-01 20:09:18 +00:00
Luc Teirlinck
3233c063ea (all): Prevent bug if user sets `indicate-buffer-boundaries' outside Custom. 2005-08-01 18:40:16 +00:00
Luc Teirlinck
eb94dac6dd (all): Put `indicate-empty-lines' in fringe group instead of display group.
Make `indicate-buffer-boundaries' customizable through Custom.
2005-08-01 17:20:04 +00:00
Luc Teirlinck
121e80cf1a *** empty log message *** 2005-08-01 17:18:35 +00:00
Thien-Thi Nguyen
08b3406aea Update copyright years section. 2005-08-01 16:14:30 +00:00
Juanma Barranquero
1e5b5dc0a2 (gdb-frame-address, gdb-var-changed, gdb-output-sink, gdba,
gdb-cpp-define-alist-program, gdb-set-gud-minor-mode, gdb-exited,
gdb-setup-windows, gdb-put-string): Fix typos in docstrings.
2005-08-01 16:10:53 +00:00
Thien-Thi Nguyen
5fd6d89f46 Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
Nick Roberts
a3ea6ec61e *** empty log message *** 2005-08-01 10:15:58 +00:00
Nick Roberts
034babe1e1 Update copyright for release of 22.1 for progmodes directory. 2005-08-01 08:43:45 +00:00
Nick Roberts
201dc59419 *** empty log message *** 2005-08-01 08:41:02 +00:00
Nick Roberts
bfa93501f0 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
* progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
(gud-tooltip-mode): Don't barf if the GUD buffer has been killed.
2005-08-01 08:29:11 +00:00
Nick Roberts
e37a0f2dba *** empty log message *** 2005-08-01 08:18:10 +00:00
Kim F. Storm
273681e150 (table-yank-handler): Change defcustom to defvar. 2005-07-31 22:33:09 +00:00
Kim F. Storm
b68eddb4fd *** empty log message *** 2005-07-31 22:32:12 +00:00
Miles Bader
4b91459a29 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-505
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-next-page-1): Reduce the number of
   lines to scroll rather than to stop it.

   * lisp/gnus/mml.el (mml-generate-default-type): Add doc string.
   (mml-generate-mime-1): Use mm-default-file-encoding or make it
   default to application/octet-stream when determining the content
   type if it is not specified for the part or the mml contents; add
   a comment about mml-generate-default-type.

2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
   make it default to application/octet-stream when determining the
   content type if it is not specified for the external contents.

2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-decode.el (mm-display-external): Delete temp file, directory
   and buffer immediately if the external process is exited.
2005-07-31 00:12:23 +00:00
Juanma Barranquero
e2b64074e7 (syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it. 2005-07-30 19:04:19 +00:00
Eli Zaretskii
43e124e682 *** empty log message *** 2005-07-30 11:45:41 +00:00
Eli Zaretskii
ddd3a8bbda (info): Don't run install-info.
($(infodir)/dir): New target, produced by running install-info.
2005-07-30 11:45:20 +00:00
Eli Zaretskii
55c097c01c (info): Don't run multi-install-info.bat.
($(infodir)/dir): New target, produced by running multi-install-info.bat.
2005-07-30 11:42:35 +00:00
Eli Zaretskii
79019d4cb4 (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does. 2005-07-30 11:30:33 +00:00
Nick Roberts
396aa11a78 *** empty log message *** 2005-07-29 21:50:23 +00:00
Stefan Monnier
e56dd5c616 (next-error-follow-minor-mode):
make-variable-buffer-local -> make-local-variable.
2005-07-29 20:55:36 +00:00
Stefan Monnier
25978cf566 Require CL also when compiling. 2005-07-29 20:51:34 +00:00
Stefan Monnier
6bc522026c (subprocess-buf): Declare to quieten compiler. 2005-07-29 20:16:51 +00:00
Stefan Monnier
ceee4f5d39 Avoid end-of-buffer. Clean up. 2005-07-29 20:14:37 +00:00
Stefan Monnier
01e4a4fa03 (byte-compile-make-variable-buffer-local)
(byte-compile-form-make-variable-buffer-local): New functions to warn about
misuses of make-variable-buffer-local where make-local-variable was meant.
2005-07-29 19:54:18 +00:00