- 01 Mar, 2011 7 commits
-
-
Glenn Morris authored
I guess the same changes were applied to emacs-23 and trunk separately. More duplicates remain.
-
Juanma Barranquero authored
-
Glenn Morris authored
* lisp/calendar/cal-hebrew.el (calendar-hebrew-birthday, diary-hebrew-date): Rename and rework functions added in previous change. * etc/NEWS: Mention diary-hebrew-birthday.
-
Ed Reingold authored
* lisp/calendar/cal-hebrew.el (hebrew-calendar-birthday, diary-hebrew-birthday): New functions.
-
Glenn Morris authored
* lisp/dired.el (dired-safe-switches-p): Beef it up. (dired-actual-switches): Use it for the safe-local-variable property.
-
Stefan Monnier authored
-
Glenn Morris authored
* lisp/files.el (dir-locals-collect-variables): Add the ability to exclude subdirectories. * doc/emacs/custom.texi (Directory Variables): Give an example of excluding subdirectories. * doc/lispref/variables.texi (Directory Local Variables): Mention `(subdirs . nil)' alist element. * etc/NEWS: Mention this addition. * lisp/dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
-
- 28 Feb, 2011 8 commits
-
-
Christoph Scholtes authored
(ido-mode): Doc fix.
-
Glenn Morris authored
-
Michael Albinus authored
-
Antoine Levitt authored
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Stephen Berman authored
* lisp/dired-aux.el (dired-update-file-line): Fix 2010-11-09 change.
-
Glenn Morris authored
-
- 27 Feb, 2011 4 commits
-
-
Chong Yidong authored
-
Prestoo Ten authored
-
Stefan Monnier authored
(pcase-mutually-exclusive-predicates): New var. (pcase--split-consp, pcase--split-pred): Use it. (pcase--split-equal, pcase--split-member): When splitting against a pure predicate, run it to know the outcome. (pcase--u1): Mark vars that are actually used. (pcase--q1): Avoid introducing unused vars.
-
Jay Belanger authored
instead of `calc-ul-prefix-help'. * calc/calc-math.el (calcFunc-log10): Don't signal an error in symbolic mode. * calc/calc-vec.el (calcFunc-subscr): Don't do anything if the first argument is a variable.
-
- 26 Feb, 2011 3 commits
-
-
Eli Zaretskii authored
lisp/international/mule-cmds.el (set-default-coding-systems): Use the -unix variant of encoding in default-keyboard-coding-system.
-
Stefan Monnier authored
(aput, adelete, amake): Replace `eval' -> `symbol-value'. Suggested by Michael Heerdegen <michael_heerdegen@web.de>. Fixes: debbugs:8126
-
Juanma Barranquero authored
-
- 25 Feb, 2011 2 commits
-
-
Ted Zlatanov authored
auth-source.el (auth-source-search): Cache empty result sets. password-cache.el (password-in-cache-p): Convenience function to check if a key is in the cache, even if the value is nil.
-
Jambunathan K authored
* emacs-lisp/package-x.el (package--archive-contents-from-url) (package--archive-contents-from-file): New functions. (package-update-news-on-upload): New var. (package-upload-buffer-internal): Extract archive-contents from package-archive-upload-base if it is not found at archive-url. Obey package-update-news-on-upload. (package-upload-buffer, package-upload-file): Doc fix.
-
- 24 Feb, 2011 6 commits
-
-
Glenn Morris authored
* lisp/files-x.el (modify-dir-local-variable): Handle dir-locals from the cache, and from non-file sources.
-
Glenn Morris authored
* lisp/help-fns.el (describe-variable): Return consistent results when a dir-local from a file came from the cache or did not. If a dir-local has no associated file, say it came from a "directory".
-
Glenn Morris authored
* lisp/files.el (hack-local-variables-confirm, hack-local-variables-filter): Doc fix (say _which_ directory `dir-name' is). (hack-dir-local-variables): Fix setting of `dir-name'. Previous value seems clearly wrong. Eg put a risky variable in a dir-locals file, visit a file in a subdirectory, see which directory it says the risky variables come from. It should be the one with the associated directory variables, not the one containing the visited file.
-
Glenn Morris authored
* lisp/files.el (dir-locals-find-file): Doc fix. Fix the check for cache elements that have no associated file, and the mtime check for those that do. Still to do: some places that use dir-locals-find-file assume the result is always a file, which is not true. (The function name is misleading.)
-
Glenn Morris authored
* lisp/dired-x.el (dired-hack-local-variables): Handle interrupts during hacking local variables.
-
Glenn Morris authored
* lisp/emacs-lisp/autoload.el (autoload-save-buffers) (autoload-find-destination, update-directory-autoloads): Avoid prompts when updating autoloads.
-
- 23 Feb, 2011 4 commits
-
-
Stefan Monnier authored
-
Glenn Morris authored
* lisp/dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer. * lisp/dired-x.el (dired-omit-mode): Safe if boolean. (dired-enable-local-variables): Fix doc and custom type. Mark risky. (dired-enable-local-variables, dired-local-variables-file) (dired-hack-local-variables): Make obsolete. (dired-omit-here-always): Use dir-locals.el instead. * doc/misc/dired-x.texi (Features): Don't advertise obsolete local variables. Simplify layout. (Omitting Variables): Update local variables example. (Local Variables): Say this is obsolete. Fix description of dired-enable-local-variables possible values. * etc/NEWS: Relocate the existing entry about directory local variables in file-les buffers, and make it clearer. Mention above dired changes.
-
Glenn Morris authored
This obsolete form is still supported, and present in some of the files synced from gnulib, for example.
-
Kenichi Handa authored
mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an error when a multipart boundary in the nested multipart is found.
-
- 22 Feb, 2011 4 commits
-
-
Stefan Monnier authored
the DOC file disappeared.
-
Michael Albinus authored
remote check to "ftp". (Bug#8089)
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 21 Feb, 2011 2 commits
-
-
Alan Mackenzie authored
c-state-nonlit-pos-cache. Strengthen the comments. (c-state-dump): New commented out diagnostic routine.
-
Michael Albinus authored
`field' property of `rfn-eshadow-overlay'.
-