summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Remove Time-Stamp annoyance.Glenn Morris2006-12-051-1/+0
|
* Update copyright years.Glenn Morris2006-12-051-2/+2
|
* *** empty log message ***Glenn Morris2006-12-051-0/+13
|
* (vhdl-mode-abbrev-table-init): Do not clear abbrev table, else savedGlenn Morris2006-12-051-1/+0
| | | | abbrevs will not be restored.
* (sql-mode-abbrev-table): Define abbrevs even if abbrev-table isGlenn Morris2006-12-051-17/+18
| | | | non-nil (saved user abbrevs may have been restored).
* (octave-abbrev-table): Define abbrevs even if abbrev-table is non-nilGlenn Morris2006-12-051-31/+32
| | | | (saved user abbrevs may have been restored).
* (fortran-mode-abbrev-table): Define abbrevs even if abbrev-table isGlenn Morris2006-12-051-71/+73
| | | | non-nil (saved user abbrevs may have been restored).
* (f90-mode-abbrev-table): Define abbrevs even if abbrev-table isGlenn Morris2006-12-051-66/+68
| | | | non-nil (saved user abbrevs may have been restored).
* (cperl-mode): Define abbrevs even if abbrev-table is non-nil (savedGlenn Morris2006-12-051-4/+3
| | | | user abbrevs may have been restored).
* *** empty log message ***Juanma Barranquero2006-12-041-2/+6
|
* (facemenu-unlisted-faces): Put obsolescence info in the call toJuanma Barranquero2006-12-041-4/+3
| | | | `make-obsolete-variable', not in the docstring.
* (facemenu-unlisted-faces): Define as obsolete variable.Chong Yidong2006-12-041-0/+10
|
* * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.Chong Yidong2006-12-041-0/+5
|
* Replace easy-menu-change by easy-menu-add-item.Vinicius Jose Latorre2006-12-042-1/+6
|
* Remove Time-stamp comment mark.Vinicius Jose Latorre2006-12-0414-13/+16
|
* Merge from gnus--rel--5.10Miles Bader2006-12-042-1/+6
| | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 171) - Update from CVS 2006-12-04 Jouni K. Sepp,Ad(Bnen <jks@iki.fi> (tiny change) * lisp/gnus/mm-url.el (mm-url-predefined-programs): Call curl with correct options. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-540
* *** empty log message ***Juanma Barranquero2006-12-041-0/+5
|
* *** empty log message ***Kim F. Storm2006-12-041-0/+5
|
* (ada-check-current): Doc fix.Juanma Barranquero2006-12-041-4/+4
| | | | (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
* (global-map): Bind [signal t] to ignore, to haveKim F. Storm2006-12-041-0/+4
| | | | user signals ignored by default.
* (describe-char-unicode-data): Use a hidden buffer for Unicode data file pointedJuanma Barranquero2006-12-042-5/+9
| | | | to by `describe-char-unicodedata-file'.
* (sgml-font-lock-keywords-1): Fix pathological O(n^2) regexp-search byStefan Monnier2006-12-042-7/+15
| | | | anchoring the search.
* (whitespace-cleanup-internal): Use currentDan Nicolaescu2006-12-042-1/+6
| | | | argument for recursive call.
* * net/tramp.el (tramp-methods): Add "ControlPath" andMichael Albinus2006-12-042-10/+44
| | | | | | | | "ControlMaster" to scp, scp1 and scp2 methods. Suggested by Andreas Schwab <schwab@suse.de>. (tramp-do-copy-or-rename-file-out-of-band) (tramp-open-connection-rsh): Compute format spec for ?t. (tramp-process-actions): Trace command parameters.
* (toggle-truncate-lines): Clarify doc string.Nick Roberts2006-12-041-1/+1
|
* *** empty log message ***Nick Roberts2006-12-041-0/+2
|
* (gdb-var-delete-children): New function.Nick Roberts2006-12-041-5/+16
| | | | (gdb-speedbar-expand-node): Use it.
* *** empty log message ***Nick Roberts2006-12-041-0/+5
|
* *** empty log message ***Juanma Barranquero2006-12-041-5/+0
|
* (python-indent): Add safe-local-variable prop.Richard M. Stallman2006-12-042-0/+25
|
* (dired-revert): Turn off dired-after-readin-hook around call to dired-readin.Richard M. Stallman2006-12-041-2/+2
|
* (outline-end-of-subtree): Don't leave an emptyRichard M. Stallman2006-12-041-1/+2
| | | | line hidden as we would a real next heading.
* (menu-bar-make-toggle): Add "globally" to echo area messages.Richard M. Stallman2006-12-041-8/+9
| | | | | | <indicate-empty-lines, case-fold-search>: Add "globally" to Help string. <case-fold-search>: MESSAGE arg need not say "globally". (menu-bar-edit-menu <paste-from-menu>): Renamed from select-and-paste.
* Fix paren.el doc.Vinicius Jose Latorre2006-12-031-1/+1
|
* Ken Manheimer <ken.manheimer@gmail.com>:Kim F. Storm2006-12-031-218/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (allout-ascend): Add an optional argument to preserve original position of point when unsuccessful. Also, fix a docstring error. (allout-yank-processing): Fix depth shift of multiple-topic so yanks work again, using allout-ascend's new option. (allout-setup-mode-map): Extracted from allout-mode to initialize allout-mode-map. Call it on file load, so the mode docstring substitutions work even if allout mode has not yet been invoked. (allout-mode): Use new allout-setup-mode-map to track any keybinding customizations since the map was last processed. Also, refine the docstring so it's ship-shape for release. (allout-default-layout, allout-beginning-of-line-cycles) (allout-distinctive-bullets-string, allout-use-mode-specific-leader) (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill) (allout-version, allout-layout, allout-infer-body-reindent) (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook) (allout-init, allout-mode, allout-next-heading, allout-chart-subtree) (allout-previous-heading, allout-goto-prefix-doublechecked) (allout-current-bullet-pos, allout-next-sibling-leap) (allout-pre-command-business, allout-encrypted-type-prefix) (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading) (allout-rebullet-topic, allout-rebullet-topic-grunt) (allout-flag-region, allout-expose-topic, allout-expose-topic) (allout-old-expose-topic, allout-listify-exposed) (allout-process-exposed, allout-latex-verb-quote) (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable) (allout-toggle-current-subtree-encryption) (allout-toggle-subtree-encryption, allout-bullet-isearch): Remove extraneous open-paren and close paren string escapes.
* *** empty log message ***Kim F. Storm2006-12-031-0/+32
|
* (is-windows, ada-find-in-src-path): Doc fixes.Juanma Barranquero2006-12-032-20/+26
| | | | | | (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize, ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current): Fix typos in docstrings.
* Fix paren.el.Vinicius Jose Latorre2006-12-031-2/+3
|
* *** empty log message ***Glenn Morris2006-12-031-0/+15
|
* Fix Copyright format.Glenn Morris2006-12-031-2/+3
| | | | Update package URL.
* Fix Copyright format.Glenn Morris2006-12-0311-22/+32
|
* (mouse-drag-track): Suppress automatic hscrolling for initial downChong Yidong2006-12-021-1/+10
| | | | event.
* * mouse.el (mouse-drag-track): Suppress automatic hscrolling forChong Yidong2006-12-021-0/+5
| | | | initial down event.
* (cua-toggle-set-mark): Doc fix.Kim F. Storm2006-12-021-19/+100
| | | | | | | | | (cua-repeat-replace-region): Make M-v more robust. (cua-paste-pop-rotate-temporarily): New defcustom. (cua-paste-pop): Use it. (cua-auto-mark-last-change): New defcustom. (cua-pop-to-last-change): New helper function. (cua-set-mark): Use them.
* *** empty log message ***Kim F. Storm2006-12-021-0/+10
|
* *** empty log message ***Nick Roberts2006-12-011-1/+1
|
* (toggle-case-fold-search): Clarify doc/help string andNick Roberts2006-12-011-3/+3
| | | | mini-buffer message.
* *** empty log message ***Nick Roberts2006-12-011-0/+5
|
* Fix the highlight overlay extensionVinicius Jose Latorre2006-12-012-2/+6
|
* *** empty log message ***Juanma Barranquero2006-12-012-7/+11
|