summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add `enable-dir-local-variables'Glenn Morris2013-02-104-9/+25
| | | | | | | | | * lisp/files.el (enable-dir-local-variables): New variable. (hack-dir-local-variables): Respect enable-dir-local-variables. * lisp/tutorial.el (help-with-tutorial): Ignore directory-local variables. Fixes: debbugs:11127
* NEWS copyeditsGlenn Morris2013-02-101-7/+12
|
* * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...Glenn Morris2013-02-102-15/+19
| | | | | | (vc-svn-global-switches): ... to here. Fixes: debbugs:13513
* ChangeLog for previousGlenn Morris2013-02-101-0/+4
|
* * configure.ac (emacs_config_options): Record some env vars.Glenn Morris2013-02-101-0/+12
|
* Remove obsolete references to VAX in comments.Paul Eggert2013-02-104-40/+3
|
* Speed up some redisplay operations with very long lines (Bug#13675).Eli Zaretskii2013-02-102-4/+21
| | | | | | src/xdisp.c (move_it_vertically_backward, move_it_by_lines): When text lines are longer than window's screen lines, don't move back too far. This speeds up some redisplay operations.
* * syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov2013-02-102-0/+6
| | | | Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change.
* * minibuf-eldef.el (minibuffer-default--in-prompt-regexps): HandleChristopher Schmidt2013-02-102-0/+6
| | | | "foo (bar, default: xxx): " prompts.
* Auto-commit of generated files.Glenn Morris2013-02-101-1/+1
|
* * fileio.c (Fexpand_file_name): Omit confusing pointer comparisonPaul Eggert2013-02-102-2/+7
| | | | that was not needed.
* * configure.ac (emacs_config_options): Strip out the (internal) argumentsGlenn Morris2013-02-092-1/+6
| | | | --no-create and --no-recursion.
* * files.el (basic-save-buffer-1): Don't set buffer-file-coding-system-explicit.Chong Yidong2013-02-103-12/+16
| | | | Fixes: debbugs:4533
* Merge from emacs-24; up to 2012-12-15T12:19:04Z!juri@jurta.orgGlenn Morris2013-02-099-24/+32
|\
| * * doc/emacs/trouble.texi (Checklist): Update bug keybinding.Glenn Morris2013-02-092-1/+5
| |
| * ChangeLog typo fixGlenn Morris2013-02-091-1/+1
| |
| * lisp/gnus/nnir.el ("nnir"): Add 'virtual ability to nnir backendKatsumi Yamaoka2013-02-102-1/+6
| |
| * Correct non-standard binding of report-emacs-bug-insert-to-mailer.Chong Yidong2013-02-093-4/+15
| | | | | | | | | | | | | | * lisp/mail/emacsbug.el (report-emacs-bug): Change binding of report-emacs-bug-insert-to-mailer to C-c M-i. Fixes: debbugs:13510
| * * doc/lispref/keymaps.texi (Creating Keymaps): Update make-keymap result.Glenn Morris2013-02-082-1/+7
| |
| * More small TODO updatesGlenn Morris2013-02-081-16/+4
| |
* | ChangeLog attribution fixGlenn Morris2013-02-091-8/+7
| |
* | lisp/gnus/nnir.el ("nnir"): Add 'virtual ability to nnir backendKatsumi Yamaoka2013-02-102-1/+6
| |
* | * doc/misc/calc.texi (Basic Operations on Units):Jay Belanger2013-02-095-11/+54
| | | | | | | | | | | | | | (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'. * lisp/calc/calc.el (calc-allow-units-as-numbers): New variable. * lisp/calc/calc-units.el (calc-convert-units): Use new variable.
* | Minor hashing refactoring.Paul Eggert2013-02-094-7/+23
| | | | | | | | | | | | | | | | | | | | | | * fns.c (SXHASH_REDUCE): Move to lisp.h. (sxhash_float): Return EMACS_UINT, for consistency with the other hash functions. * lisp.h (INTMASK): Now a macro, since SXHASH_REDUCE is now a non-static inline function and therefore can't use static vars. (SXHASH_REDUCE): Move here from fns.c, and make it inline. * profiler.c (hashfn_profiler): Use SXHASH_REDUCE, to be consistent with the other hash functions.
* | Fix last ChangeLog entry.Eli Zaretskii2013-02-091-3/+3
| | | | | | | | Fixes: debbugs:13661
* | Fix bug #13661 with w32-downcase-file-names and shell-command.Eli Zaretskii2013-02-092-2/+24
| | | | | | | | | | | | src/callproc.c (Fcall_process_region): Make sure the XXXXXX part of the temporary file pattern is not downcased even when w32-downcase-file-names is non-nil.
* | subr.el (buffer-file-type, default-buffer-file-type): Remove.Eli Zaretskii2013-02-092-10/+2
| |
* | Remove all references to buffer-file-type and related features.Eli Zaretskii2013-02-0919-182/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/xdisp.c (decode_mode_spec): Remove handling of %t. lisp/net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference buffer-file-type. lisp/mail/feedmail.el (feedmail-force-binary-write): Doc fix. (feedmail-run-the-queue, feedmail-dump-message-to-queue) (feedmail-send-it-immediately): Don't bind buffer-file-type, bind coding-system-for-write instead. lisp/jka-compr.el (jka-compr-write-region): Don't bind buffer-file-type. lisp/emacs-lisp/bytecomp.el (byte-compile-file): Don't bind buffer-file-type. lisp/files.el (file-name-buffer-file-type-alist): Remove defvar. (insert-file-contents-literally): Remove reference to file-name-buffer-file-type-alist. lisp/dos-w32.el (file-name-buffer-file-type-alist): Deprecate and make-obsolete. (find-buffer-file-type-match, find-buffer-file-type): Remove. (find-buffer-file-type-coding-system): Remove references to find-buffer-file-type-match, find-buffer-file-type, and buffer-file-type. Don't put find-buffer-file-type-coding-system into file-coding-system-alist. (find-file-binary, find-file-text): Bind coding-system-for-read instead of file-name-buffer-file-type-alist. lisp/erc/erc-dcc.el (erc-dcc-get-file): Don't reference buffer-file-type. doc/emacs/msdog.texi (Text and Binary): Delete the description of file-name-buffer-file-type-alist. doc/lispref/modes.texi (%-Constructs): Remove the description of %t. doc/lispref/nonascii.texi (MS-DOS File Types): Delete node. Fixes: debbugs:12989
* | Auto-commit of generated files.Glenn Morris2013-02-093-38/+93
| |
* | * doc-view.el: Use (and prefer) soffice as default ODF->PDFTassilo Horn2013-02-092-7/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | converter (Bug#13622). Patch provided by Jambunathan K <kjambunathan@gmail.com>. (doc-view-unoconv-program): Make obsolete variable. (doc-view-odf->pdf-converter-program): New variable. (doc-view-odf->pdf-converter-function): New variable. (doc-view-mode-p): Use it. (doc-view-odf->pdf-converter-unoconv): Rename from `doc-view-odf->pdf-converter-unoconv'. (doc-view-odf->pdf-converter-soffice): New function. (doc-view-convert-current-doc): Use `doc-view-odf->pdf-converter-function'.
* | src/msdos.c (careadlinkatcwd): Remove.Eli Zaretskii2013-02-092-8/+4
| |
* | Bind view-echo-area-messages in minibuffer-inactive-mode-map.Chong Yidong2013-02-093-5/+9
| | | | | | | | | | | | | | | | | | * help.el (view-echo-area-messages): Use display-buffer. * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to view-echo-area-messages. Fixes: debbugs:13340
* | * dired-x.el (dired-do-run-mail): Prompt for confirmation.Chong Yidong2013-02-093-7/+19
| | | | | | | | Fixes: debbugs:13561
* | * sedlibmk.inp: Sync with changes in lib/Makefile.in.Paul Eggert2013-02-082-0/+7
| | | | | | | | (HAVE_SECURE_GETENV, GNULIB_SECURE_GETENV): Edit to appropriate values.
* | Merge from gnulib.Paul Eggert2013-02-0811-144/+202
| |
* | * movemail.c (getenv): Remove decl (unused since 1994).Paul Eggert2013-02-082-1/+4
| |
* | * src/lread.c (skip_dyn_bytes): New function.Stefan Monnier2013-02-083-33/+54
| | | | | | | | | | | | | | (read1): Use it. Use getc instead of READCHAR to read bytes. (load_each_byte): Remove. Update users. Fixes: debbugs:12598
* | Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.orgGlenn Morris2013-02-086-154/+418
|\|
| * Remove old TODO item - user-error was addedGlenn Morris2013-02-081-3/+0
| |
| * Remove longlines entry (bug#13652)Glenn Morris2013-02-081-4/+0
| |
| * keymaps.texi tweakGlenn Morris2013-02-082-4/+8
| | | | | | | | | | | | | | * doc/lispref/keymaps.texi (Active Keymaps, Searching Keymaps): Remove confusing mention of "symbolic prefix". Fixes: debbugs:13643
| * * doc/misc/eshell.texi: Fill most of the missing sections.Aidan Gauland2013-02-082-231/+474
| |\
| | * * doc/misc/eshell.texi: Fill most of the missing sections.Aidan Gauland2013-02-081-132/+391
| | |
| | * quail/indian.el (indian-tlg-base-table): Fix typo; dev -> tlg.Kenichi Handa2012-03-042-1/+5
| | |
| * | src/xdisp.c: Fix commentary of display_count_lines.Eli Zaretskii2013-02-081-5/+9
| | |
* | | * lisp/emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):Stefan Monnier2013-02-082-5/+8
| | | | | | | | | | | | | | | | | | Eval body right away, now that we do eager macroexpansion. Fixes: debbugs:13605
* | | * lisp/simple.el (end-of-buffer): Don't touch unrelated windows.Stefan Monnier2013-02-082-3/+6
| | | | | | | | | | | | | | | | | | (fundamental-mode): Use run-mode-hooks. Fixes: debbugs:13466
* | | * leim/quail/latin-ltx.el: Add greek superscripts.Stefan Monnier2013-02-082-7/+15
| | |
* | | * lisp/eshell/esh-proc.el (eshell/kill): Fix last change.Stefan Monnier2013-02-083-34/+35
| | | | | | | | | | | | * lisp/eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
* | | * lisp/eshell: Minor fixes.Aidan Gauland2013-02-083-40/+56
| | | | | | | | | | | | | | | | | | * lisp/eshell/em-ls.el (show-almost-all): Declare. (eshell-do-ls): Add support for -A argument. * lisp/eshell/esh-proc.el (eshell/kill): Rewrite.