Juanma Barranquero
060c08b574
* subr.el (do-after-load-evaluation): Fix last change: use `mapc'
...
instead of `dolist' to avoid a recursive require when bootstrapping.
2009-08-30 18:17:20 +00:00
Juanma Barranquero
486cf3b876
* subr.el (do-after-load-evaluation): Simplify.
2009-08-29 22:27:19 +00:00
Stefan Monnier
4e3b4528ea
* subr.el (default-mode-line-format, default-header-line-format)
...
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.
2009-08-27 04:24:00 +00:00
Stefan Monnier
4fd15622e6
(read-passwd): Use read-key so keypad keys work as well.
2009-08-19 19:42:25 +00:00
Stefan Monnier
03a74b84f8
* subr.el (listify-key-sequence-1): Use normal syntax since those
...
integers are nowadays always represented by the same (positive) number
on all platforms.
(read-key-empty-map): New const.
(read-key-delay): New var.
(read-key): New function.
(force-mode-line-update): Use with-current-buffer.
(locate-user-emacs-file): Don't forget to abbreviate the file name.
(start-process-shell-command, start-file-process-shell-command):
Discourage the use of command-args.
* processes.texi (Asynchronous Processes): Adjust arglist of
start-process-shell-command and start-file-process-shell-command.
2009-08-19 03:03:05 +00:00
Chong Yidong
18d433a761
* subr.el: Provide hashtable-print-readable.
2009-08-09 02:57:45 +00:00
Juri Linkov
d842b10332
(process-kill-buffer-query-function): New function.
...
(add-hook)<kill-buffer-query-functions>: Add hook
`process-kill-buffer-query-function'.
2009-07-18 21:06:04 +00:00
Glenn Morris
e32721f52f
(def-edebug-spec): Doc fix.
2009-07-14 07:45:56 +00:00
Glenn Morris
f176290e84
(eval-after-load): Doc fix.
2009-07-06 00:51:27 +00:00
Glenn Morris
00b9254ce3
Fix previous change, sigh.
2009-06-19 03:08:54 +00:00
Glenn Morris
6ec6d6f469
(open-network-stream): Doc fix.
2009-06-19 03:06:40 +00:00
Chong Yidong
753bc4f650
* subr.el (assoc-default): Doc fix.
2009-04-29 04:46:15 +00:00
Chong Yidong
7beba943ec
* subr.el (posn-col-row): Properly compute line spacing.
...
Suggested by Nikolaj Schumacher (Bug#2933).
2009-04-15 22:41:20 +00:00
Juanma Barranquero
673e51692e
* subr.el (forward-point): Add obsolescence declaration.
...
* paren.el (show-paren-function):
* simple.el (kill-forward-chars, kill-backward-chars):
Use (+/- (point) N), instead of `forward-point'.
2009-03-19 14:45:02 +00:00
Eli Zaretskii
b46957e2f4
(translation-table-for-input): Declare obsolete again.
2009-02-14 09:08:08 +00:00
Eli Zaretskii
c9ae6ddd1e
(locate-library): Doc fix. (Bug#2291)
2009-02-13 15:19:06 +00:00
Eli Zaretskii
23f467da2f
Don't declare `translation-table-for-input' obsolete.
...
Equivalent info added to its doc string, q.v.
2009-02-07 10:47:10 +00:00
Juanma Barranquero
d7f90d6c85
* subr.el (play-sound): Doc fix. (Bug#250)
...
(shell-quote-argument, field-at-pos): Fix typos in docstrings.
2009-01-12 20:34:48 +00:00
Glenn Morris
fb2bae29ba
Comment (fix typo).
2009-01-10 21:57:00 +00:00
Glenn Morris
d293848d9d
(last-input-char, last-command-char): Move here from src/keyboard.c.
2009-01-09 03:28:56 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Dan Nicolaescu
53374291b7
(mkdir): New defalias.
2008-12-29 05:11:15 +00:00
Andreas Schwab
c099a58826
(keymap-canonicalize): Properly preserve keymap prompt.
2008-12-26 16:49:30 +00:00
Dan Nicolaescu
e697906720
* subr.el (chmod): New defalias for set-file-modes.
...
* files.texi (Misc File Ops): Mention chmod as an alias for
set-file-modes.
2008-12-24 18:27:30 +00:00
Glenn Morris
83031738b5
(declare-function): Doc fix.
2008-12-13 04:12:45 +00:00
Chong Yidong
c40788234e
Fix typo in last change.
2008-11-16 21:02:22 +00:00
Chong Yidong
d4a263ba04
(read-passwd): Use read-event instead of read-char-exclusive.
2008-11-16 21:02:05 +00:00
Chong Yidong
08640de52c
(read-passwd): Yank current kill if the user enters C-y.
2008-11-16 20:02:49 +00:00
Martin Rudalics
3dcde186be
(looking-back): Fix doc-string typo.
2008-11-04 07:35:57 +00:00
Chong Yidong
cde27dd2ae
(looking-back): Doc fix.
2008-11-03 19:22:28 +00:00
Martin Rudalics
a5094f72a8
(with-selected-window): Call set-frame-selected-window
...
with new argument NORECORD set. Update doc-string.
(with-selected-frame): Call select-frame with new argument
NORECORD set. Update doc-string.
2008-11-02 11:02:58 +00:00
Juanma Barranquero
2bea27959e
* subr.el (locate-user-emacs-file): Simplify. Don't create
...
`user-emacs-directory' when Emacs is running in batch mode.
2008-10-28 11:35:02 +00:00
Martin Rudalics
83f57f499a
(with-current-buffer): Rename buffer argument to buffer-or-name.
2008-10-25 09:18:19 +00:00
Juanma Barranquero
d6c180c46b
New function `locate-user-emacs-file'.
...
* subr.el (locate-user-emacs-file): New function.
(user-emacs-directory): Mention it in docstring.
* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
* url.el (url-configuration-directory): Use `locate-user-emacs-file'.
* NEWS: New function `locate-user-emacs-file'.
2008-10-24 09:39:27 +00:00
Eli Zaretskii
30ee26a959
(apply-partially): Move from subr.el to simple.el.
2008-10-20 23:14:36 +00:00
Eli Zaretskii
887247d23c
Fix last change (again).
2008-10-20 19:04:30 +00:00
Andreas Schwab
d551d20dda
(split-string-and-unquote): Simplify regexp.
2008-10-20 17:29:29 +00:00
Eli Zaretskii
e224699a4a
Fix last change.
2008-10-20 16:14:06 +00:00
Eli Zaretskii
d0fc47eda0
(top-level): Require `cl' when compiling.
2008-10-20 09:40:23 +00:00
Eli Zaretskii
b8fc05a9f2
(apply-partially): Move from minibuffer.el to subr.el.
2008-10-19 21:07:17 +00:00
Martin Rudalics
c41bd0ec43
(read-quoted-char): Call char-resolve-modifiers
...
instead of char-resolve-modifers.
2008-09-28 08:43:50 +00:00
Romain Francoise
86ec740ec4
(with-output-to-string): Make sure that the temporary buffer gets
...
killed.
2008-09-23 17:26:40 +00:00
Martin Rudalics
d21cba62f0
(cancel-change-group): Widen buffer temporarily when
...
undoing changes. (Bug#810)
2008-09-07 09:16:56 +00:00
Martin Rudalics
37fda77e2d
(symbol-file): Fix doc-string.
2008-09-06 10:02:33 +00:00
Glenn Morris
a91ea78c23
(make-variable-frame-local): Tweak obsolescence message.
2008-08-30 22:27:34 +00:00
Chong Yidong
5247a8e6de
(temp-buffer-show-hook): Doc fix.
2008-08-23 03:02:23 +00:00
Dan Nicolaescu
7c2fb837ec
* bitmaps/README:
...
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Glenn Morris
04bf5b655a
American English spelling fix.
2008-06-27 02:14:52 +00:00
Glenn Morris
aa360da10d
Add some compiler declarations, for builds without X.
2008-06-12 03:56:20 +00:00
Stefan Monnier
f70c473628
(momentary-string-display): Use an overlay.
2008-06-10 16:12:18 +00:00