summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (url-cookie-expired-p): Protect against zero-length cookie expiry dates.Lars Magne Ingebrigtsen2011-11-032-1/+7
|
* * srecode.el:David Engster2011-11-0329-40/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * srecode/texi.el: * srecode/template.el: * srecode/java.el: * srecode/insert.el: * srecode/document.el: * srecode/dictionary.el: * srecode/compile.el: * semantic/wisent/java-tags.el: * semantic/texi.el: * semantic/sort.el: * semantic/lex-spp.el: * semantic/idle.el: * semantic/html.el: * semantic/db-typecache.el: * semantic/analyze/complete.el: * ede/generic.el: * ede/custom.el: * ede/cpp-root.el: * ede/base.el: Fix filenames in comments and headers. * semantic/db-find.el: * srecode/insert.el (srecode-insert-include-lookup): * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in comments and docstrings. * semantic/ctxt.el (semantic-end-of-context-default): * semantic/find.el (semantic-find-tags-by-scope-protection): * semantic/java.el (semantic-documentation-for-tag): Fix typos in docstrings. * semantic/db.el (semanticdb-table, semanticdb-abstract-cache) (semanticdb-abstract-db-cache): * semantic/decorate/include.el (semantic-decoration-unknown-include-describe): Fix filenames in docstring. * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent): (semantic-ede-grammar-compiler-bovine): Fix requires that are added to the grammar-make-script.
* * lisp/gnus/nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.Stefan Monnier2011-11-032-0/+12
|
* gnus-util.el (gnus-bound-and-true-p): Another comment to explain why we ↵Teodor Zlatanov2011-11-022-1/+7
| | | | don't use `bound-and-true-p'.
* * lisp/window.el (switch-to-buffer): Use `force-same-window' interactively.Stefan Monnier2011-11-022-12/+15
|
* In quit-window call unrecord-window-buffer later. (Bug#9937)Martin Rudalics2011-11-022-3/+12
| | | | | | | * window.el (quit-window): Call unrecord-window-buffer after showing another buffer in the window. (Bug#9937) (bury-buffer): Call switch-to-prev-buffer with second argument 'bury.
* Rename `gnus-bound-and-true-dumber-p' to `gnus-bound-and-true-p'.Teodor Zlatanov2011-11-024-11/+11
|
* Fix typos.Juanma Barranquero2011-11-022-8/+7
|
* Fix bug#9935Juanma Barranquero2011-11-022-2/+8
| | | | | * lisp/vc/vc-bzr.el: Accept status with more than 9 shelves. Reported by Colin D Bennett <colin@gibibit.com>.
* ChangeLog fixes.Glenn Morris2011-11-011-1/+1
|
* Remove unused variable temp-buffer-show-specifiers.Martin Rudalics2011-11-012-4/+6
| | | | | | | | * window.c (temp_output_buffer_show): Don't use Vtemp_buffer_show_specifiers. (Vtemp_buffer_show_specifiers): Remove unused variable. * help.el (with-help-window): Don't reference temp-buffer-show-specifiers in doc-string.
* gnus-bound-and-true-dumper-p to fix XEmacs build.Ted Zlatanov2011-10-314-2/+11
|
* gnus-registry-enabled fixes to give default value.Ted Zlatanov2011-10-315-11/+10
|
* * lisp/subr.el (keymap--menu-item-with-binding): Ignore item if not aAndreas Schwab2011-10-312-0/+6
| | | | menu-item.
* Bump version to 24.0.91.Chong Yidong2011-10-311-1154/+1379
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Adjust comment.Vinicius Jose Latorre2011-10-301-2/+2
|
* Better code for whitespace-newline-mode.Vinicius Jose Latorre2011-10-301-6/+3
|
* Disable whitespace-newline-mode properly.Vinicius Jose Latorre2011-10-302-5/+15
|
* newsticker: Clean up newsticker--group-manage-orphan-feedsUlf Jasper2011-10-302-8/+17
| | | | | | | | | | | | | | | | 2011-10-30 Ulf Jasper <ulf.jasper@web.de> * net/newst-treeview.el: Remove "Time-stamp". (newsticker--group-manage-orphan-feeds): Do not call newsticker--treeview-tree-update. (newsticker-treeview-update, newsticker-treeview): Call newsticker--treeview-tree-update if necessary. 2011-10-30 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Removed fsetting of newsticker--treeview-tree-update.
* Remove "iso-" infix from window combination functions.Martin Rudalics2011-10-304-32/+41
| | | | | | | | | | | | | | | | * window.el (window-iso-combination-p, window-iso-combined-p) (window-iso-combinations): Remove "iso-" infix. Suggested by Chong Yidong. (window-min-size-1, window-size-fixed-1, window-min-delta-1) (window-max-delta-1, window-resize, window--resize-siblings) (window--resize-this-window, adjust-window-trailing-edge) (split-window, balance-windows-1) (shrink-window-if-larger-than-buffer): * calendar/calendar.el (calendar-generate-window): * help.el (resize-temp-buffer-window): Adjust callers accordingly. * windows.texi (Windows and Frames): Remove "iso-" infix from documentation of window-iso-combined-p.
* * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Fix last change.Stefan Monnier2011-10-302-15/+25
| | | | | | (eshell-do-eval): Handle multiple expressions in `while' body. Fixes: debbugs:9907
* * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the listStefan Monnier2011-10-292-186/+141
| | | | | | | | | | | | | | | | in place. (eshell-subcommand-arg-values, eshell-rewrite-named-command) (eshell-rewrite-if-command, eshell-rewrite-for-command) (eshell-structure-basic-command, eshell-rewrite-while-command) (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command) (eshell-parse-subcommand-argument, eshell-parse-lisp-argument) (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval) (eshell-do-pipelines-synchronously, eshell-eval-command): Use backquotes and prefer setq to set. (eshell-lookup-function, function-p-func, eshell-functionp): Remove. (eshell-macrop): Use functionp. Fixes: debbugs:9907
* * viper-cmd.el (viper-exec-change): Use push-mark not set-mark.Chong Yidong2011-10-302-3/+7
| | | | Fixes: debbugs:9810
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-3026-89/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to split-window-below and split-window-right. * lisp/window.el (split-window-below, split-window-right): Rename from split-window-above-each-other and split-window-side-by-side respectively. All callers changed. (split-window-sensibly, split-window-sensibly): Use them. (split-window-keep-point): Doc fix. * lisp/isearch.el: Add isearch-scroll property to split-window-below and split-window-right. * lisp/follow.el (follow-mode): * lisp/vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): * lisp/progmodes/ada-xref.el (ada-gdb-application): * lisp/emulation/vip.el (vip-buffer-in-two-windows): * lisp/image-dired.el (image-dired-dired-with-window-configuration): * lisp/dired-x.el (dired-do-find-marked-files): * lisp/dired.el (dired-pop-to-buffer): * lisp/bs.el (bs--show-with-configuration): * lisp/vc/emerge.el (emerge-setup-windows): * lisp/textmodes/two-column.el (2C-two-columns): * lisp/textmodes/reftex-toc.el (reftex-toc): * lisp/progmodes/gdb-mi.el (gdb-setup-windows): * lisp/progmodes/fortran.el (fortran-window-create): * lisp/net/newst-treeview.el (newsticker--treeview-window-init): * lisp/emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode): * lisp/emulation/tpu-edt.el (tpu-gold-map): * lisp/emulation/crisp.el (crisp-mode-map): * lisp/calendar/calendar.el (calendar-basic-setup): Callers changed.
* * lisp/subr.el (y-or-n-p): Add code for batch mode.Chong Yidong2011-10-292-6/+22
| | | | Fixes: debbugs:9818
* * lisp/mouse.el (mouse-yank-primary): Push the mark.Chong Yidong2011-10-292-5/+8
| | | | Fixes: debbugs:9894
* * flyspell.el (flyspell-word): Fix char offset for forged Ispell output.Chong Yidong2011-10-292-1/+4
| | | | Fixes: debbugs:7904
* * emacs-lisp/package.el (package-refresh-contents): Add autoload.Chong Yidong2011-10-292-0/+5
|
* * lisp/doc-view.el: Avoid ugly errors about not finding nil.Stefan Monnier2011-10-282-14/+23
| | | | | | | | (doc-view-ghostscript-program, doc-view-dvipdfm-program) (doc-view-dvipdf-program, doc-view-unoconv-program) (doc-view-ps2pdf-program, doc-view-pdftotext-program): Avoid nil or absolute file name as default value. (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
* Increment c-version to 5.32.2.Alan Mackenzie2011-10-282-30/+26
|
* Add and entry to ChangeLog.Alan Mackenzie2011-10-281-0/+27
|
* Merge.Alan Mackenzie2011-10-282-0/+5
|\
| * * net/rcirc.el (rcirc-mode): Use hard newlines.Deniz Dogan2011-10-282-0/+5
| |
* | Boring merge from savannah.Alan Mackenzie2011-10-2836-203/+579
|\|
| * MergeAlan Mackenzie2011-10-284-22/+93
| |\
| | * * lisp/vc/log-edit.el: Fill empty field rather than adding new one.Stefan Monnier2011-10-272-5/+15
| | | | | | | | | | | | | | | (log-edit-add-field): New function. (log-edit-insert-changelog): Use it.
| | * * lisp/mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum.Mark Lillibridge2011-10-272-0/+5
| | | | | | | | | | | | Fixes: debbugs:9802
| | * * lisp/progmodes/gdb-mi.el: Warn the user when -i=mi is missing.Stefan Monnier2011-10-272-17/+35
| | | | | | | | | | | | | | | (gdb--check-interpreter): New function. (gdb): Use it.
| * | Merge in random stuff from savannah.Alan Mackenzie2011-10-2827-106/+265
| |\|
| | * * lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.Glenn Morris2011-10-271-1/+1
| | |
| | * Auto-commit of loaddefs files.Glenn Morris2011-10-271-11/+15
| | |
| | * Add doc-strings to some cl float parameters.Glenn Morris2011-10-273-18/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/cl-extra.el (cl-float-limits): Add doc string. * lisp/emacs-lisp/cl.el (most-positive-float, most-negative-float) (least-positive-float, least-negative-float) (least-positive-normalized-float, least-negative-normalized-float) (float-epsilon, float-negative-epsilon): Add doc-strings, based on those in cl.texi. * lisp/emacs-lisp/cl-extra.el (most-positive-float, most-negative-float) (least-positive-float, least-negative-float) (least-positive-normalized-float, least-negative-normalized-float) (float-epsilon, float-negative-epsilon): Remove unnecessary declarations.
| | * Make set-visited-file-name reload local variables if needed.Glenn Morris2011-10-262-1/+10
| | | | | | | | | | | | | | | | | | | | | * lisp/files.el (set-visited-file-name): If the major-mode changed, reload the local variables. Fixes: debbugs:9796
| | * Replace fundamental-mode-hook with change-major-mode-after-body-hook.Chong Yidong2011-10-275-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/simple.el (fundamental-mode): * lisp/emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28 change introducing fundamental-mode-hook. * lisp/subr.el (change-major-mode-after-body-hook): New hook. (run-mode-hooks): Run it. * lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Use change-major-mode-before-body-hook.
| | * * lisp/gnus/message.el: Don't insert TAB in headers with completion.Stefan Monnier2011-10-262-2/+12
| | | | | | | | | | | | | | | | | | | | | (message-completion-function): Don't fallback on message-tab-body-function when message-completion-alist fails to find a completion. Fixes: debbugs:9158
| | * Fix typos.Juanma Barranquero2011-10-264-4/+4
| | |
| | * * lisp/term/w32-win.el (w32-default-color-map): Declare obsolete.Juanma Barranquero2011-10-262-0/+5
| | | | | | | | | | | | | | | | | | * src/w32fns.c (w32_default_color_map): New function, extracted from Fw32_default_color_map. (Fw32_default_color_map, Fx_open_connection): Use it.
| | * mml.el: Support quoting <#secure> tag.Daiki Ueno2011-10-262-3/+8
| | |
| | * * ido.el (ido-file-name-all-completions-1): Do not requireMichael Albinus2011-10-262-6/+9
| | | | | | | | | | | | tramp.el explicitely. (Bug#7583)
| | * * lisp/progmodes/octave-*.el: Update maintainer.Stefan Monnier2011-10-253-2/+10
| | |