1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
emacs/lisp/progmodes
Miles Bader 6f8a87c027 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 55-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 235-236)

   - Update from CVS

2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/replace.el (match): Use yellow1 instead of yellow.

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
   red.

   * lisp/pcvs-info.el (cvs-unknown): Likewise.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lisp/emacs-lisp/lisp-mode.el (eval-defun):
   Explain special handling of `defface'.

2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face)
   (gnus-server-offline-face): Remove variable.
   (gnus-server-font-lock-keywords): Use faces that are not aliases.

   * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
   (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
   if the coding-system argument is nil for XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
   mm-charset-override-alist.

   * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
   rfc2045-encode-string.
   (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
   to quote the parameter value.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lispref/display.texi (Defining Faces): Explain C-M-x feature for defface.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * nt/gmake.defs (OLE32): New library to link.

   * nt/nmake.defs (OLE32): Likewise.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * src/makefile.w32-in (LIBS): Include OLE32.

   * src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
   (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
2007-07-15 01:50:59 +00:00
..
.gitignore
ada-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ada-prj.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ada-stmt.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ada-xref.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
antlr-mode.el (antlr-indent-at-bol-alist): Fix typo in docstring. 2007-01-14 03:46:56 +00:00
asm-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
autoconf.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cc-align.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cc-awk.el Changes to make narrow-to-defun' and mark-defun' work properly in CC 2007-04-09 10:51:29 +00:00
cc-bytecomp.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cc-cmds.el Whitespace change. 2007-04-22 16:53:13 +00:00
cc-compat.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cc-defs.el Changes to make narrow-to-defun' and mark-defun' work properly in CC 2007-04-09 10:51:29 +00:00
cc-engine.el Fix fontification of labels, and other things with ":". 2007-04-06 21:21:55 +00:00
cc-fonts.el Fix fontification of labels, and other things with ":". 2007-04-06 21:21:55 +00:00
cc-langs.el Changes to make narrow-to-defun' and mark-defun' work properly in CC 2007-04-09 10:51:29 +00:00
cc-menus.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cc-mode.el (c-remove-any-local-eval-or-mode-variables): When removing lines, also 2007-06-20 08:51:31 +00:00
cc-styles.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cc-subword.el (c-capitalize-subword): Implement 2007-04-09 13:01:30 +00:00
cc-vars.el * (c-special-indent-hook): Amend doc-string to mention 2007-04-04 20:54:51 +00:00
cfengine.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cmacexp.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
compile.el * progmodes/compile.el (compilation-start): `start-process' must 2007-07-11 19:38:21 +00:00
cperl-mode.el * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var. 2007-04-16 07:05:28 +00:00
cpp.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
cwarn.el (global-cwarn-mode): define-global-minor-mode changed to 2007-02-03 17:24:52 +00:00
dcl-mode.el (top-level): Move (require 'tempo) to start to quieten byte-compiler. 2007-04-10 04:02:45 +00:00
delphi.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebnf2ps.el (ebnf-insert-style, ebnf-merge-style): Fix typos in error messages. 2007-04-13 09:10:56 +00:00
ebnf-abn.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebnf-bnf.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebnf-dtd.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebnf-ebx.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebnf-iso.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebnf-otz.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebnf-yac.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ebrowse.el (ebrowse-draw-file-member-info): Doc fix. 2007-06-07 13:20:47 +00:00
etags.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
executable.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
f90.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
flymake.el (flymake-err-line-patterns): Doc fix. 2007-03-31 09:37:59 +00:00
fortran.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
gdb-ui.el * replace.el (match): Use yellow1 instead of yellow. 2007-07-13 02:50:19 +00:00
glasses.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
grep.el (grep-find-use-xargs): Rewrite docstring. 2007-04-07 16:55:36 +00:00
gud.el * progmodes/compile.el (compilation-start): `start-process' must 2007-07-11 19:38:21 +00:00
hideif.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
hideshow.el (hs-hide-all): Use progress reporter. 2007-06-22 08:41:25 +00:00
icon.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
idlw-complete-structtag.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
idlw-help.el (idlwave-do-context-help1): Don't visit special help topics for 2007-03-08 18:31:13 +00:00
idlw-shell.el (idlwave-shell-clear-all-bp): Don't re-query for each cleared BP. 2007-04-24 00:24:19 +00:00
idlw-toolbar.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
idlwave.el (idlwave-one-key-select): Fix typo in docstring. 2007-06-07 12:41:27 +00:00
inf-lisp.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ld-script.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
m4-mode.el (m4-m4-buffer, m4-m4-region): Fix omission bug: 2007-03-23 14:12:02 +00:00
make-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
mantemp.el (mantemp-make-mantemps-region) 2007-04-21 20:04:06 +00:00
meta-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
mixal-mode.el (mixal-operation-codes-alist): Fix typo in docstring. 2007-06-07 14:27:21 +00:00
modula2.el Add :link (custom-group-link font-lock-faces) to defgroup. 2005-11-17 07:40:11 +00:00
octave-hlp.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
octave-inf.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
octave-mod.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
pascal.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
perl-mode.el (perl-indent-command): Use delete-region instead of kill-region. 2007-04-21 20:06:49 +00:00
prolog.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
ps-mode.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
python.el (python-which-func-length-limit): New var. 2007-07-12 04:36:48 +00:00
scheme.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
sh-script.el (sh-font-lock-paren): Mark the relevant text with font-lock-multiline. 2007-06-18 20:10:06 +00:00
simula.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
sql.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
tcl.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
vera-mode.el Add arch tagline 2007-07-08 11:32:07 +00:00
vhdl-mode.el (vhdl-template-type) 2007-04-21 19:53:39 +00:00
which-func.el (which-func-modes): Add `python-mode'. 2007-07-12 04:37:06 +00:00
xscheme.el Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00