aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2006-11-122-0/+17
|
* (server-visit-files): If `minibuffer-auto-raise' has been set to t, respect it.Juanma Barranquero2006-11-121-1/+2
|
* (reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*Juanma Barranquero2006-11-121-0/+1
| | | | buffer (it causes spurious error messages).
* (Fchar_category_set): Improve arg/docstring consistency.Juanma Barranquero2006-11-121-1/+2
|
* (Frandom, Flength, Fsafe_length, Fstring_bytes, Fstring_equal, Fcompare_strings,Juanma Barranquero2006-11-121-9/+9
| | | | Fstring_lessp, Fcopy_sequence, Fstring_make_unibyte): Fix typos in docstrings.
* (Flogxor): Fix typo in docstring.Juanma Barranquero2006-11-121-1/+1
|
* mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist):Stephen Gildea2006-11-113-32/+69
| | | | | | | | | | | | use mh-junk-background consistently in call-process calls. (mh-bogofilter-blacklist, mh-bogofilter-whitelist, mh-spamprobe-blacklist, mh-spamprobe-whitelist): use with-current-buffer so the right thing happens if mh-junk-background is t. (closes SF #1594802). mh-e.el (mh-junk-background): document that On value is 0; t may be used for debugging.
* Delete `eval-and-compile' around `require'.Juanma Barranquero2006-11-112-74/+113
| | | | | | | | | | | | | | | | Delete commented out code for old Emacs versions. Autoloading of "ada-xref", "ada-prj" is useful even if compiler is not GNAT. (ada-mode-version): Bump version number. (ada-95-string-keywords, ada-2005-string-keywords, ada-2005-keywords, ada-name-regexp): New constant. (ada-language-version, ada-procedure-start-regexp, ada-mode, ada-font-lock-keywords): Add support for Ada 2005 keywords. (ada-package-start-regexp): Support private packages, include package name (for ada-set-point-accordingly). (ada-next-procedure, ada-previous-procedure, ada-which-function-are-we-in): Match changes to ada-procedure-start-regexp. (ada-make-body): Make non-interactive; not a user function. (ada-make-subprogram-body): Improve doc string.
* (cperl-mode): Before adding to it, make `compilation-error-regexp-alist'Romain Francoise2006-11-112-0/+7
| | | | | buffer-local, since we changed `compilation-error-regexp-alist-alist' locally.
* Fix braino.Juanma Barranquero2006-11-111-3/+3
|
* *** empty log message ***Juanma Barranquero2006-11-111-2/+7
|
* (server-visit-files): Bind `minibuffer-auto-raise' to the value ofJuanma Barranquero2006-11-111-1/+2
| | | | `server-raise-frame'.
* (org-export-with-timestamps)Glenn Morris2006-11-112-4/+18
| | | | | (org-export-remove-timestamps-from-toc) (org-export-with-tags): Improve previous doc fixes.
* (vhdl-reset-active-high, vhdl-clock-rising-edge): Improve previous docGlenn Morris2006-11-111-2/+2
| | | | fixes.
* (ebnf-stop-on-error): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
|
* (compilation-directory-matcher): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
|
* (c-lineup-string-cont): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
|
* (tramp-unified-filenames): Improve previos doc fix.Glenn Morris2006-11-111-1/+1
|
* (ses-call-printer-return): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
|
* (ido-enable-prefix): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
|
* (flyspell-mode-map): Bind C-c $ instead of M-RET.Richard M. Stallman2006-11-112-1/+6
|
* ** [email protected], Nov 8: url-gw.el: Cannot use proxy with url-gw\.el ↵Chong Yidong2006-11-101-2/+0
| | | | | | 2006-10-29T21:00:[email protected] Fixed.
* (url-http-mark-connection-as-free, url-http-find-free-connection):Chong Yidong2006-11-101-3/+3
| | | | | Don't treat process with status `connect' as free. (url-http-async-sentinel): Request correct url.
* * url-http.el (url-http-mark-connection-as-free)Chong Yidong2006-11-101-0/+7
| | | | | | (url-http-find-free-connection): Don't treat process with status `connect' as free. (url-http-async-sentinel): Request correct url.
* (c-font-lock-declarations): Don't overwrite fontification for "case"Chong Yidong2006-11-101-14/+32
| | | | and "default" keywords.
* * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwriteChong Yidong2006-11-101-0/+5
| | | | fontification for "case" and "default" keywords.
* Two more entries (yes, I'm easily amused).Juanma Barranquero2006-11-102-2/+27
|
* ** [email protected], Nov 2: EMACS environment variable.Chong Yidong2006-11-101-2/+0
| | | | Resolved: email sent to SWI Prolog dev team.
* ** [email protected], Nov 5: calendar gets wrong end for Daylight Savings TimeChong Yidong2006-11-101-2/+0
| | | | Fixed.
* [!WINDOWSNT]: Include <sys/types.h>.Juanma Barranquero2006-11-102-2/+8
|
* *** empty log message ***Andreas Schwab2006-11-102-0/+9
|
* (calendar-dst-check-each-year-flag): AvoidAndreas Schwab2006-11-101-1/+1
| | | | starting sentence with "nil".
* (mh-draft-folder): Avoid starting sentence with "nil".Andreas Schwab2006-11-101-1/+1
|
* *** empty log message ***Juanma Barranquero2006-11-101-42/+40
|
* (server-raise-frame): New option.Juanma Barranquero2006-11-101-6/+12
| | | | (server-switch-buffer): Use it.
* (gdb-many-windows): Start doc stringNick Roberts2006-11-101-4/+4
| | | | with a capital.
* *** empty log message ***Nick Roberts2006-11-102-10/+5
|
* *** empty log message ***Nick Roberts2006-11-101-0/+10
|
* *** empty log message ***Glenn Morris2006-11-103-0/+21
|
* (mh-draft-folder): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (org-export-with-timestamps)Glenn Morris2006-11-101-4/+4
| | | | | (org-export-remove-timestamps-from-toc, org-export-with-tags) (org-read-date): Doc fix (Nil -> nil).
* (vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil).Glenn Morris2006-11-101-2/+2
|
* (gdb-many-windows): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (ebnf-stop-on-error): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (compilation-directory-matcher): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (c-lineup-string-cont): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (tramp-unified-filenames): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (ses-call-printer-return): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* (ido-enable-prefix): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* *** empty log message ***Carsten Dominik2006-11-102-0/+26
|