aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (gud-display-line): If the current file is newer than itsNick Roberts2003-01-201-4/+15
| | | | | | buffer, offer to reread the file. (gud-keep-buffer): New buffer local variable. Ensures offer to reread file is made just once.
* *** empty log message ***Nick Roberts2003-01-201-0/+7
|
* (regexp-opt-group): Undo last change. Fix the docstring instead.Stefan Monnier2003-01-202-14/+16
|
* (calendar-only-one-frame-setup): Add autoload.Glenn Morris2003-01-202-0/+7
|
* *** empty log message ***Richard M. Stallman2003-01-201-1/+2
|
* (completion-setup-function): Set default-directoryRichard M. Stallman2003-01-202-1/+20
| | | | in the minibuffer, so it'll be copied into the completion list buffer.
* (regexp-opt-group): Compute HALF2 properly.Richard M. Stallman2003-01-201-1/+4
|
* (octave-mode-map): Change C-c i bindings to C-c C-i.Richard M. Stallman2003-01-201-8/+15
| | | | Duplicate its bindings with last char a ctl char.
* (load-path): Rename `path' local var.Richard M. Stallman2003-01-201-6/+6
|
* (ls-lisp-use-insert-directory-program): Make defaultMarkus Rost2003-01-202-1/+10
| | | | | value system dependent. (ls-lisp-support-shell-wildcards): Add autoload cookie.
* *** empty log message ***Kim F. Storm2003-01-191-0/+4
|
* Use `dir' instead of `path' everywhere.Kim F. Storm2003-01-191-41/+41
|
* *** empty log message ***Kim F. Storm2003-01-191-0/+14
|
* (insert-for-yank): Set yank-undo-function after calling FUNCTION,Kim F. Storm2003-01-191-9/+11
| | | | unless it was set by FUNCTION (in case FUNCTION calls insert-for-yank).
* *** empty log message ***Stefan Monnier2003-01-191-0/+6
|
* (fill-comment-paragraph): Fix simplistic regexp-concatenation.Stefan Monnier2003-01-191-1/+1
|
* (insert-for-yank): Doc fix.Kim F. Storm2003-01-191-2/+2
|
* (yank-pop): Always call yank-undo-function with start <= end.Kim F. Storm2003-01-181-1/+3
|
* Update copyright.Kim F. Storm2003-01-181-1/+1
|
* (insert-for-yank): Arg list changed; now only accepts oneKim F. Storm2003-01-181-9/+42
| | | | | | string rather than any number of strings; no callers needed change. Use yank-handler text property on the arg string. Set yank-undo-function variable appropriately for yank-pop.
* (kill-new, kill-append, kill-region): New optional parameter yank-handler.Kim F. Storm2003-01-181-16/+36
| | | | | | | (yank-excluded-properties): Add yank-handler to list. (yank-undo-function): New variable. (yank): Use it to undo previous yank or yank-pop command. Allow insert-for-yank to override this-command.
* (add-change-log-entry): Don't leave space at eol.Stefan Monnier2003-01-181-29/+27
| | | | (add-log-current-defun): Perl functions names can't have (or {.
* (sh-indent-line): Use indent-line-to.Stefan Monnier2003-01-182-54/+69
| | | | | | (sh-non-closing-paren): New const. (sh-case, sh-while-getopts): Use it to make props non-sticky. (sh-add-completer): Use test-completion.
* Don't make faces depend on window-system.Juanma Barranquero2003-01-182-48/+50
|
* (customize-changed-options): Undo last doc change.Markus Rost2003-01-182-9/+9
|
* (skeleton-internal-list, skeleton-internal-1):Stefan Monnier2003-01-171-2/+2
| | | | Don't treat \n specially in sub-skeletons.
* Redo 8859-6 change in the rightDave Love2003-01-172-1/+7
| | | | place.
* *** empty log message ***Kenichi Handa2003-01-171-0/+14
|
* Call setup-default-fontset.Kenichi Handa2003-01-171-0/+2
|
* Require fontset and call setup-default-fontset.Kenichi Handa2003-01-171-0/+2
|
* Require fontset unconditionally again.Kenichi Handa2003-01-171-2/+4
| | | | Call setup-default-fontset at the top level.
* Don't setup the default fontset andKenichi Handa2003-01-171-12/+6
| | | | | | font-encoding-alist at the top level. (setup-default-fontset): New function. (create-fontset-from-fontset-spec): Delete autoload cookie.
* * gnus-sum.el (gnus-alter-header-function): Add type and group.ShengHuo ZHU2003-01-162-1/+8
|
* (fill-region-as-paragraph): Only erase `hard' property until end-of-paragraph.Stefan Monnier2003-01-161-1/+1
|
* Undo the last change.Kenichi Handa2003-01-161-1/+1
|
* *** empty log message ***Kenichi Handa2003-01-161-0/+4
|
* * gnus-agent.el: Don't use `path'.ShengHuo ZHU2003-01-1610-14/+34
| | | | | | | | | | | | | | | | | | * nnsoup.el (nnsoup-file-name): Ditto. * nnmail.el (nnmail-pathname-coding-system): Ditto. (nnmail-group-pathname): Ditto. * nnimap.el (nnimap-group-overview-filename): Ditto. * nnheader.el (nnheader-pathname-coding-system): Ditto. (nnheader-group-pathname): Ditto. * nnfolder.el (nnfolder-group-pathname): Ditto. * gnus.el (gnus-home-directory): Ditto. * gnus-group.el (gnus-group-icon-list): Ditto.
* (dired-filename-at-point): Fix filename-chars.Dave Love2003-01-152-2/+9
|
* (thing-at-point-file-name-chars): Include non-ASCIIDave Love2003-01-151-2/+2
| | | | and use documented treatment of -.
* Set up tables for 8859-6.Dave Love2003-01-152-1/+9
|
* (server-window): Customize.Dave Love2003-01-151-12/+41
| | | | | (server-mode): New. (server-unload-hook): Call server-start.
* (eshell-save-history-on-exit): Renamed `eshell-ask-to-save-history'John Wiegley2003-01-151-9/+9
| | | | | to `eshell-save-history-on-exit', because the former name is somewhat unrelated to the variables' possible values.
* *** empty log message ***John Wiegley2003-01-151-1/+7
|
* Add Calc maintainer.Deepak Goel2003-01-151-0/+10
|
* Add new maintainer (deego).Deepak Goel2003-01-1541-42/+83
|
* *** empty log message ***Deepak Goel2003-01-152-2/+4
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+1
|
* *** empty log message ***Andrew Innes2003-01-151-0/+18
|
* (loaddefs.el): Invoke make to build stub fileAndrew Innes2003-01-151-8/+39
| | | | | | | | | | | | | | using appropriate rule for build environment. (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set of autoloads and defvars, sufficient to dump bootstrap emacs. (update-subdirs-SH): Use hard-coded list of top-level lisp subdirs, because find program on Windows is not compatible with Unix find. (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'. Explicitly load loaddefs.el so that bootstrap emacs can compile properly. (bootstrap-clean): Add dependency on loaddefs.el, to ensure minimal stub sufficient for dumping bootstrap emacs is available.
* Include lisp/textmodes in load-path for bootstrapAndrew Innes2003-01-151-1/+2
| | | | emacs, to resolve ispell menu reference.