1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

819 Commits

Author SHA1 Message Date
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
Glenn Morris
3ac9d2545d (locate-library): Doc fix. 2008-06-10 03:10:06 +00:00
Stefan Monnier
ab1d38354d * progmodes/flymake.el (flymake-save-buffer-in-file):
* shadowfile.el (shadow-copy-file):
* arc-mode.el (archive-*-write-file-member):
* files.el (diff-buffer-with-file):
* subr.el (with-temp-file): Pass nil to write-region.
* jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
2008-05-28 17:35:34 +00:00
Glenn Morris
6b5de13685 (ignore-errors): Move here from cl-macs.el. 2008-05-07 02:57:53 +00:00
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Sam Steingold
5ad4f91cb2 * vc.el (vc-dir-mode-map): Enable mouse bindings.
(vc-at-event): New macro: run the body at the even location.
(vc-dir-menu, vc-dir-toggle-mark): Use it.
(vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
* subr.d (mouse-event-p): Check if the even is mouse-related.
2008-05-02 14:37:39 +00:00
Stefan Monnier
ca7871a3e5 (translation-table-for-input): Mark as obsolete. 2008-04-24 18:10:09 +00:00
Stefan Monnier
6a02191778 * finder.el (finder-commentary):
* subr.el (locate-library): Use locate-file-completion-table.
2008-04-19 04:01:16 +00:00
Stefan Monnier
21622c6d10 * minibuffer.el (complete-with-action, lazy-completion-table):
Move from subr.el.
(apply-partially, completion-table-dynamic)
(completion-table-with-context, completion-table-with-terminator)
(completion-table-in-turn): New funs.
(completion--make-envvar-table, completion--embedded-envvar-table): New funs.
(read-file-name-internal): Use them.
(completion-setup-hook): Move from simple.el.
* subr.el (complete-with-action, lazy-completion-table):
* simple.el (completion-setup-hook): Move to minibuffer.el.
2008-04-11 22:28:02 +00:00
Juanma Barranquero
2b69ccfd46 (assoc-ignore-case, assoc-ignore-representation):
Add WHEN to obsolescence declaration.
2008-04-10 11:07:37 +00:00
Stefan Monnier
9f2bd2e7c9 (combine-and-quote-strings): Also quote strings that contain the separator. 2008-04-07 16:29:54 +00:00
Stefan Monnier
fc944cd4c5 (functionp): Return nil for special forms. 2008-04-05 20:22:22 +00:00
Stefan Monnier
64981d1aab *** empty log message *** 2008-04-05 20:00:23 +00:00
Stefan Monnier
00f7c5edc6 * subr.el (keymap-canonicalize): New function.
* mouse.el (mouse-menu-non-singleton): Use it.
(mouse-major-mode-menu): Remove hack made unnecessary.
* keymap.c (Qkeymap_canonicalize): New var.
(Fmap_keymap_internal): New fun.
(describe_map): Use keymap-canonicalize.
2008-04-04 17:31:20 +00:00