aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-061-1/+6
|
* *** empty log message ***Nick Roberts2006-05-061-0/+6
|
* *** empty log message ***Kim F. Storm2006-05-051-0/+18
|
* (ewoc-create, ewoc-set-hf): Use `insert'Thien-Thi Nguyen2006-05-051-0/+5
| | | | directly instead of a lambda expression that calls it.
* *** empty log message ***Kim F. Storm2006-05-051-0/+5
|
* (ibuffer-compressed-file-name-regexp): Undo previousDan Nicolaescu2006-05-051-0/+5
| | | | change.
* (command-line-1): Refer to "Pure Storage" onReiner Steib2006-05-051-0/+5
| | | | pure-space-overflow.
* *** empty log message ***Eli Zaretskii2006-05-051-0/+5
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+6
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+13
|
* (command-line): On MS-Windows, probe "~", not "~USER", for warning aboutEli Zaretskii2006-05-051-0/+3
| | | | non-existent home directory
* (archive-l-e): New optional argument `float' means generate a float value.Eli Zaretskii2006-05-051-0/+9
| | | | | | | (archive-arc-summarize, archive-lzh-summarize) (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e with 3rd argument non-nil when file's size is being computed. Format the file sizes with %8.0f instead of %8d.
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-051-0/+18
|
* (perl-beginning-of-function): Skip anonymous subs.Stefan Monnier2006-05-041-14/+16
|
* (ibuffer-compressed-file-name-regexp): Avoid loadingDan Nicolaescu2006-05-041-0/+3
| | | | regexp-opt at run time.
* (term-handle-ansi-escape): Fix off by one error.Dan Nicolaescu2006-05-041-0/+4
|
* *** empty log message ***Nick Roberts2006-05-041-0/+10
|
* *** empty log message ***Richard M. Stallman2006-05-041-0/+2
|
* *** empty log message ***Richard M. Stallman2006-05-031-0/+4
|
* (isearch-update-ring): Take history-delete-duplicatesDan Nicolaescu2006-05-031-0/+5
| | | | into consideration. Replace one arm ifs with whens.
* *** empty log message ***Nick Roberts2006-05-031-1/+6
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261Miles Bader2006-05-021-0/+4
| | | | lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
* calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes):Jay Belanger2006-05-021-0/+7
| | | | | | New variables. (calc-do-embedded): Make sure that Calc keystrokes aren't overwritten by minor modes.
* * msb.el (msb): If EVENT is a down event, read and discard the upChong Yidong2006-05-021-0/+5
| | | | event.
* (command-line-1): Refer to Lisp manual whenReiner Steib2006-05-021-0/+3
| | | | pure-space-overflow occurs.
* (byte-compile-dynamic)Reiner Steib2006-05-021-0/+9
| | | | | | | | (byte-compile-dynamic-docstrings, byte-compile-warnings) (find-file-visit-truename, indent-tabs-mode, left-margin) (no-byte-compile no-update-autoloads, truncate-lines) (version-control): Don't use `t' for safe-local-variable declarations.
* (grep-expand-template): Use symbol-value instead of eval on symbols.Kim F. Storm2006-05-021-8/+8
|
* *** empty log message ***Richard M. Stallman2006-05-021-0/+5
|
* (help-mode): view-exit-action calls delete-windowRichard M. Stallman2006-05-011-1/+14
| | | | only when it is safe and possible.
* * net/tramp.el (tramp-completion-file-name-handler-alist)Michael Albinus2006-05-011-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | (tramp-run-real-handler, tramp-completion-run-real-handler) (tramp-completion-handle-file-name-all-completions) (tramp-completion-handle-file-name-completion): Autoload them. (tramp-completion-handle-file-exists-p) (tramp-completion-handle-file-name-directory) (tramp-completion-handle-file-name-nondirectory) (tramp-completion-handle-expand-file-name): Remove them. (tramp-handle-file-name-directory): Return the real directory name. Returning "/" only doesn't need to be necessary any longer. (tramp-file-name-handler): Make special attention when in hostname completion mode. (tramp-completion-file-name-handler): Revert patch from 2006-04-28. (tramp-register-file-name-handlers): Register `tramp-completion-file-name-handler' only when `partial-completion-mode� is enabled. (tramp-completion-handle-file-name-all-completions): Delete directory part from results. (tramp-get-completion-methods, tramp-get-completion-user-host): Discard deleting "/", it doesn't work after the change of `tramp-handle-file-name-directory' above.
* *** empty log message ***Kim F. Storm2006-05-011-7/+7
|
* *** empty log message ***Kim F. Storm2006-05-011-0/+4
|
* *** empty log message ***Glenn Morris2006-05-011-7/+7
|
* *** empty log message ***Glenn Morris2006-05-011-0/+7
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-011-0/+6
|
* *** empty log message ***Nick Roberts2006-04-301-0/+6
|
* *** empty log message ***Richard M. Stallman2006-04-301-3/+1
|
* (mode-line-major-mode-keymap): Move the major mode menu to Mouse-3.Richard M. Stallman2006-04-301-0/+4
| | | | (help-echo): help-echo doc fixes.
* * help-fns.el (describe-variable): Add info about safe local variables.Dan Nicolaescu2006-04-291-0/+4
| | | | * custom.texi (Examining): Update C-h v output example.
* tramp-file-name-handler-alist): Delete expand-file-name and otherRichard M. Stallman2006-04-291-0/+5
| | | | operations that can cause spurious loading.
* (safe-local-variable-p): Remove support for the special value t.Stefan Monnier2006-04-291-5/+22
|
* *** empty log message ***Kim F. Storm2006-04-281-0/+31
|
* * net/tramp.el (tramp-completion-file-name-handler): DisableMichael Albinus2006-04-281-0/+9
| | | | | | | | Tramp's functionality while loading Tramp itself. (tramp-register-file-name-handlers): That's a defsubst now. Code from `tramp-repair-jka-compr' moved here. Apply it via `after-init-hook'. (tramp-repair-jka-compr): Removed.
* (calc-embedded-make-info): Use `math-read-expr' whenJay Belanger2006-04-271-0/+5
| | | | `math-read-big-expr' doesn't work.
* (command-line-1): Display warning whenReiner Steib2006-04-271-0/+5
| | | | pure-space-overflow is non-nil.
* * textmodes/bibtex.el (bibtex-user-optional-fields): Mark asRoland Winkler2006-04-261-0/+10
| | | | | | | risky. * textmodes/bibtex.el (bibtex-url): New optional arg no-browse. Return the URL or nil if none can be generated.
* *** empty log message ***Nick Roberts2006-04-261-0/+7
|
* Remove local autoload declaration forStefan Monnier2006-04-261-0/+15
| | | | | | | | | | | | | | pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el. (allout-show-bodies, allout-header-prefix, allout-primary-bullet) (allout-plain-bullets-string, allout-distinctive-bullets-string) (allout-use-mode-specific-leader, allout-old-style-prefixes) (allout-stylish-prefixes, allout-numbered-bullet) (allout-file-xref-bullet, allout-presentation-padding) (allout-use-hanging-indents, allout-reindent-bodies): Mark as safe-local-variable with suitable value spec, and add autoload cookie for loaddefs inclusion. We now use an explicit spec everywhere. (move-beginning-of-line, move-end-of-line): Repair so these compat functions now actually resituate the point, when appropriate.
* *** empty log message ***Juanma Barranquero2006-04-261-4/+4
|
* (c-subword-mode-map): Use command remapping.Stefan Monnier2006-04-261-0/+2
|