Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org> | Katsumi Yamaoka | 2009-09-09 | 6 | -26/+56 |
| | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | (where_is_internal): Filter out shadowed remappings. | Stefan Monnier | 2009-09-09 | 2 | -55/+47 |
| | | | | | Assume that where_is_internal returns unshadowed bindings to simplify the code and get rid of the gotos. Use ASIZE. | ||||
* | Mention world-readable install. | Glenn Morris | 2009-09-09 | 1 | -0/+4 |
| | |||||
* | (ffap-file-at-point): Handle absolute (non-remote) files with line | Glenn Morris | 2009-09-09 | 2 | -2/+10 |
| | | | | numbers too. (Bug#4374) | ||||
* | (install-arch-indep): Don't recursively change perms of | Glenn Morris | 2009-09-09 | 2 | -8/+16 |
| | | | | | | | 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. | ||||
* | (install): Set umask to world-readable before creating directories. | Glenn Morris | 2009-09-09 | 2 | -1/+6 |
| | |||||
* | ($(DESTDIR)${archlibdir}): Set umask to world-readable before creating | Glenn Morris | 2009-09-09 | 2 | -3/+8 |
| | | | | directories and game score files. | ||||
* | (Vtruncate_partial_width_windows): Improve docstring. | Stefan Monnier | 2009-09-09 | 1 | -4/+4 |
| | |||||
* | (smerge-remove-props, smerge-refine): | Stefan Monnier | 2009-09-08 | 2 | -6/+9 |
| | | | | Use with-silent-modifications (bug#4342). | ||||
* | (with-silent-modifications): New macro. | Stefan Monnier | 2009-09-08 | 3 | -0/+29 |
| | |||||
* | Update. | Juanma Barranquero | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | * files.el (top-level): Require `cl' when compiling. | Juanma Barranquero | 2009-09-07 | 2 | -1/+7 |
| | |||||
* | (proced-mode-map): Bind "d" to proced-mark-alt. | Glenn Morris | 2009-09-07 | 2 | -1/+8 |
| | | | | (proced-mark-alt): New alias, to control the advertised key. (Bug#4362) | ||||
* | (auto-mode-alist): Use delphi-mode for .dpr files. | Glenn Morris | 2009-09-07 | 2 | -0/+5 |
| | |||||
* | Fix typos. | Juanma Barranquero | 2009-09-07 | 2 | -10/+10 |
| | |||||
* | Fix typo (again). | Juanma Barranquero | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Juanma Barranquero | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | * unidata/.gitignore: New file. | Juanma Barranquero | 2009-09-07 | 2 | -4/+5 |
| | |||||
* | (vc-git-annotate-command): Use separator to parse | Nick Roberts | 2009-09-06 | 1 | -1/+1 |
| | | | | arguments correctly. | ||||
* | *** empty log message *** | Nick Roberts | 2009-09-06 | 1 | -0/+5 |
| | |||||
* | (proced-mode): Doc fix. | Eli Zaretskii | 2009-09-06 | 2 | -1/+5 |
| | |||||
* | * net/tramp.el (tramp-perl-file-attributes): Print "nil" when | Michael Albinus | 2009-09-06 | 2 | -127/+150 |
| | | | | | | | | 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. | ||||
* | (diary-entry): Add help-echo and follow-link properties to this button. | Glenn Morris | 2009-09-05 | 2 | -5/+12 |
| | | | | | (diary-fancy-display): Don't extend the button to the final newline. (diary-fancy-display-mode): Continue to define "q" as a local key. | ||||
* | (holiday-chinese): Make it slightly more efficient. | Glenn Morris | 2009-09-05 | 2 | -31/+39 |
| | |||||
* | (lisp-font-lock-keywords-2): Add letf. | Glenn Morris | 2009-09-05 | 2 | -1/+3 |
| | |||||
* | Mention that redefining the function byte-compile-dest-file is obsolete. | Glenn Morris | 2009-09-05 | 1 | -0/+5 |
| | |||||
* | (emacs-lisp-file-regexp): Doc fix. | Glenn Morris | 2009-09-05 | 2 | -31/+85 |
| | | | | | | | | | | | | | (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. | ||||
* | Don't mention maintainer-clean, since `make bootstrap' does this now. | Glenn Morris | 2009-09-05 | 1 | -7/+2 |
| | | | | (With the exception that it does not remove Makefile from lisp/ or src/). | ||||
* | Fix typos. | Juanma Barranquero | 2009-09-05 | 1 | -27/+27 |
| | |||||
* | * lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually | Karl Fogel | 2009-09-05 | 2 | -2/+20 |
| | | | | | | 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) | ||||
* | * lisp/files.el (find-alternate-file): If the old buffer is modified | Karl Fogel | 2009-09-05 | 2 | -6/+15 |
| | | | | | | | | 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 Carsten Dominik <dominik@u016822.science.uva.nl> | Carsten Dominik | 2009-09-05 | 1 | -1/+1 |
| | | | | | * org-gnus.el (require): Wrap (require gnus-sum) into eval-when-compils. | ||||
* | *** empty log message *** | Carsten Dominik | 2009-09-05 | 1 | -0/+5 |
| | |||||
* | Fix some dates. | Juanma Barranquero | 2009-09-05 | 1 | -6/+6 |
| | |||||
* | Fix whitespace. | Juanma Barranquero | 2009-09-05 | 1 | -10/+10 |
| | |||||
* | * net/tramp-compat.el (tramp-compat-line-beginning-position): New defun. | Michael Albinus | 2009-09-04 | 2 | -0/+18 |
| | |||||
* | * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" | Michael Albinus | 2009-09-04 | 1 | -6/+3 |
| | | | | also when adding a new directory. | ||||
* | Remove leading * from defcustom and defface docs. | Glenn Morris | 2009-09-04 | 10 | -72/+77 |
| | |||||
* | Reword header to fool copyright-update-year. | Glenn Morris | 2009-09-04 | 1 | -8/+8 |
| | | | | Remove leading * from defcustom and defface docs. | ||||
* | Reword the header to fool copyright-update-year. | Glenn Morris | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | (x_focus_changed): If we get a focusout and pointer | Jan Djärv | 2009-09-04 | 2 | -0/+6 |
| | | | | is invisible, make it visible. | ||||
* | Must define x_*_window_to_frame for non-toolkit. | Jan Djärv | 2009-09-04 | 1 | -0/+5 |
| | |||||
* | * xterm.h: Remove condition for declaration of | Jan Djärv | 2009-09-04 | 2 | -2/+5 |
| | | | | x_*_window_to_frame. | ||||
* | (locate-file-completion-table): Make it provide boundary | Stefan Monnier | 2009-09-04 | 2 | -8/+23 |
| | | | | information, so partial-completion works better. | ||||
* | (Footnote-text-under-cursor): | Stefan Monnier | 2009-09-04 | 2 | -1/+7 |
| | | | | Check footnote-text-marker-alist before using it (bug#4324). | ||||
* | fancy diary and view mode. | Glenn Morris | 2009-09-04 | 1 | -0/+2 |
| | |||||
* | (diary-fancy-display): Only switch modes if necessary. | Glenn Morris | 2009-09-04 | 2 | -2/+16 |
| | | | | | | (diary-fancy-overriding-map): New variable. (diary-fancy-display-mode): Set minor-mode-overriding-map-alist. Use view-mode. | ||||
* | (vc-rcs-annotate-command): Use forward-line rather than goto-line. | Glenn Morris | 2009-09-04 | 2 | -2/+9 |
| | |||||
* | Use default-value rather than default-enable-multibyte-characters. | Glenn Morris | 2009-09-04 | 3 | -7/+18 |
| | |||||
* | (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or | Glenn Morris | 2009-09-04 | 1 | -13/+11 |
| | | | | mm-with-unibyte-buffer, rather than default-enable-multibyte-characters. |