1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

91531 Commits

Author SHA1 Message Date
Glenn Morris
a5e9211639 (rmail-user-mail-address-regexp): Move to rmail.el.
Put autoloads in rmail.el rather than loaddefs.el.
2009-09-10 06:18:48 +00:00
Glenn Morris
35426db400 Put autoloads in rmail.el rather than loaddefs.el. 2009-09-10 06:18:23 +00:00
Nick Roberts
17b13e732b Bug#4375 (can't kill killed gud buffer")
(gdb): Revert 2009-08-11 change.  User should detach inferior
manually.
2009-09-10 03:42:13 +00:00
Nick Roberts
7ab133d169 *** empty log message *** 2009-09-10 03:40:51 +00:00
Stefan Monnier
19f48442c8 (display_mode_element): Move list length limit from 50 to
5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2009-09-10 03:20:51 +00:00
Nick Roberts
72d83b260c Reported in thread for Bug#4375.
* progmodes/gud.el (gud-tooltip-print-command): Use MI command
"-data-evaluate-expression" instead of print.
* progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
(gdb-tooltip-print): Parse output from above MI command.
2009-09-10 03:03:27 +00:00
Nick Roberts
9f16c54704 *** empty log message *** 2009-09-10 03:02:34 +00:00
Juanma Barranquero
50405cd07f * startup.el (command-line-normalize-file-name): On Windows and
MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
2009-09-10 02:25:53 +00:00
Juri Linkov
7ae624301e (grep-template): Add "<X>" to docstring.
(grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
the list.  Move "asm" to the bottom.
(grep-find-ignored-directories): Add `choice' with nil value
to empty the list easily.
(grep-find-ignored-files): New option.
(grep-files-history): Set to nil by default instead of '("ch" "el").
(grep-compute-defaults): Add "<X>" to `grep-template'.
(grep-read-files): Bind new local variables `default-alias' and
`default-extension'.  Use a list of default values for the file prompt.
(lgrep): Add `--exclude=' command line options composed from
`grep-find-ignored-files'.
(rgrep): Add `-name' command line options composed from
`grep-find-ignored-files'.  (Bug#4301)
2009-09-10 00:58:15 +00:00
Juri Linkov
50c737e439 (shell-command): Set asynchronous process filter to
`comint-output-filter'.  (Bug#4343)
2009-09-10 00:54:36 +00:00
Juri Linkov
cf5e419931 (isearch-text-char-description): Propertize escape
character sequences with the `escape-glyph' face.  (Bug#4344)
2009-09-10 00:54:15 +00:00
Katsumi Yamaoka
83ccc32ced * nnrss.el (nnrss-request-article): Remove binding of
default-enable-multibyte-characters that has gotten needless by
the 2007-07-13 change in rfc2047-encode-message-header.

* mml.el (mml-insert-multipart): Error on the message header.
(mml-insert-part): Error on the message header; position point at
the end of a MIME tag.
2009-09-10 00:12:07 +00:00
Adrian Robert
c1905ca3e6 * nsfont.m (ns_get_family): Don't force first letter to uppercase. 2009-09-09 15:05:47 +00:00
Stefan Monnier
cd8752523c (diff-hunk-kill): Fix the search of the next hunk (bug#4368). 2009-09-09 14:47:54 +00:00
Katsumi Yamaoka
5cc79e5aff (with-no-warnings): Define it for old Emacsen. 2009-09-09 10:41:50 +00:00
Katsumi Yamaoka
38dc51ba9b 2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
* auth.texi (Help for users): Corrected markup.
2009-09-09 10:07:19 +00:00
Katsumi Yamaoka
cdce0b331f * calendar/time-date.el (autoload):
Expand define-obsolete-function-alias into defalias and make-obsolete
for old Emacsen that Gnus supports.
(with-no-warnings): Define it for old Emacsen.
(time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
is available.
(time-to-number-of-days): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>

* net/imap.el (imap-message-map): Docstring fix.
2009-09-09 09:29:29 +00:00
Katsumi Yamaoka
de0bdfe7aa 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-util.el (gnus-float-time): Alias to float-time if it exists.

* ecomplete.el (with-no-warnings): Define it for old Emacsen.
(ecomplete-add-item): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>

* mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
Add the optional argument `encoding' that overrides the default.

* mml.el (mml-generate-mime-1): Pass encoding defined by a user to
mm-encode-buffer.

2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>

* gnus-art.el (gnus-article-read-summary-keys):
Fix gnus-buffer-configuration's value temporarily used.
2009-09-09 09:28:43 +00:00
Stefan Monnier
f9b7b5acb5 (where_is_internal): Filter out shadowed remappings.
Assume that where_is_internal returns unshadowed bindings to simplify
the code and get rid of the gotos.  Use ASIZE.
2009-09-09 02:38:50 +00:00
Glenn Morris
45980501ae Mention world-readable install. 2009-09-09 02:38:06 +00:00
Glenn Morris
2b2eb43148 (ffap-file-at-point): Handle absolute (non-remote) files with line
numbers too.  (Bug#4374)
2009-09-09 02:36:38 +00:00
Glenn Morris
07cd41530f (install-arch-indep): Don't recursively change perms of
site-lisp and infodir.  There may be non-Emacs files in here, and the
files supplied by Emacs are all handled explicitly already.  (Bug#3800)
(mkdir): Set umask to world-readable before creating directories.
mkinstalldirs already checks if dirs exist, don't duplicate this test.
2009-09-09 02:34:17 +00:00
Glenn Morris
a82a8b7519 (install): Set umask to world-readable before creating directories. 2009-09-09 02:32:48 +00:00
Glenn Morris
c5a139ca22 ($(DESTDIR)${archlibdir}): Set umask to world-readable before creating
directories and game score files.
2009-09-09 02:32:25 +00:00
Stefan Monnier
7dfac189f8 (Vtruncate_partial_width_windows): Improve docstring. 2009-09-09 01:21:10 +00:00
Stefan Monnier
755e021055 (smerge-remove-props, smerge-refine):
Use with-silent-modifications (bug#4342).
2009-09-08 19:47:07 +00:00
Stefan Monnier
83a5aac556 (with-silent-modifications): New macro. 2009-09-08 19:42:21 +00:00
Juanma Barranquero
3b814ebcdb Update. 2009-09-07 15:25:38 +00:00
Juanma Barranquero
79f01fa76c * files.el (top-level): Require `cl' when compiling. 2009-09-07 15:23:09 +00:00
Glenn Morris
8f09a02fc8 (proced-mode-map): Bind "d" to proced-mark-alt.
(proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
2009-09-07 02:35:29 +00:00
Glenn Morris
448ecec304 (auto-mode-alist): Use delphi-mode for .dpr files. 2009-09-07 02:26:37 +00:00
Juanma Barranquero
6088b51fd0 Fix typos. 2009-09-07 01:22:41 +00:00
Juanma Barranquero
e308dcd3b1 Fix typo (again). 2009-09-07 01:03:26 +00:00
Juanma Barranquero
b0f1eaf831 Fix typo. 2009-09-07 01:01:47 +00:00
Juanma Barranquero
06d0946173 * unidata/.gitignore: New file. 2009-09-07 00:58:16 +00:00
Nick Roberts
2f1c4cd068 (vc-git-annotate-command): Use separator to parse
arguments correctly.
2009-09-06 22:08:31 +00:00
Nick Roberts
76ff67bfc5 *** empty log message *** 2009-09-06 22:07:55 +00:00
Eli Zaretskii
943c8b75ed (proced-mode): Doc fix. 2009-09-06 20:09:01 +00:00
Michael Albinus
680db9ac65 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
lstat fails.
(tramp-do-file-attributes-with-ls): Check for file existence at
remote end.
(tramp-do-file-attributes-with-stat): Likewise.
(tramp-convert-file-attributes): Return nil when attr is nil.
2009-09-06 14:19:48 +00:00
Glenn Morris
c8dc27bff3 (diary-entry): Add help-echo and follow-link properties to this button.
(diary-fancy-display): Don't extend the button to the final newline.
(diary-fancy-display-mode): Continue to define "q" as a local key.
2009-09-05 21:11:34 +00:00
Glenn Morris
cca065d8cf (holiday-chinese): Make it slightly more efficient. 2009-09-05 21:07:15 +00:00
Glenn Morris
cddaedb65b (lisp-font-lock-keywords-2): Add letf. 2009-09-05 21:00:39 +00:00
Glenn Morris
14ad89e13b Mention that redefining the function byte-compile-dest-file is obsolete. 2009-09-05 19:11:24 +00:00
Glenn Morris
3f12e5bd4c (emacs-lisp-file-regexp): Doc fix.
(byte-compile-dest-file-function): New option.
(byte-compile-dest-file): Doc fix.  Obey byte-compile-dest-file-function.
(byte-compile-cl-file-p): New function.
(byte-compile-eval): Only suppress noruntime warnings about cl functions
if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
(byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
than for file being previously loaded.
(byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
(byte-compile-file-form-require): Handle the case where requiring a file
indirectly causes CL to be loaded.
2009-09-05 19:10:37 +00:00
Glenn Morris
604f2fc044 Don't mention maintainer-clean, since `make bootstrap' does this now.
(With the exception that it does not remove Makefile from lisp/ or src/).
2009-09-05 18:53:34 +00:00
Juanma Barranquero
8bdd66dce4 Fix typos. 2009-09-05 17:47:06 +00:00
Karl Fogel
049a231b91 * lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually
before killing the old buffer, since by the time `kill-buffer' is
  run so many buffer variables have been set to nil that it may not
  behave as expected.  (Bug#4061)
2009-09-05 16:25:27 +00:00
Karl Fogel
ef7ef2a016 * lisp/files.el (find-alternate-file): If the old buffer is modified
and visiting a file, behave similarly to `kill-buffer' when killing
  it, thus reverting to the pre-1.878 behavior; see
  http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
  for discussion.  Also, consult `buffer-file-name' as a variable not
  as a function, for consistency with the rest of the code.
2009-09-05 15:16:49 +00:00
Carsten Dominik
21ee034d12 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
* org-gnus.el (require): Wrap (require gnus-sum) into
	eval-when-compils.
2009-09-05 06:03:01 +00:00
Carsten Dominik
fc226b2fb1 *** empty log message *** 2009-09-05 06:02:49 +00:00