1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 08:51:10 -08:00
Commit graph

15257 commits

Author SHA1 Message Date
Eli Zaretskii
30ee26a959 (apply-partially): Move from subr.el to simple.el. 2008-10-20 23:14:36 +00:00
Andreas Schwab
d551d20dda (split-string-and-unquote): Simplify regexp. 2008-10-20 17:29:29 +00:00
Eli Zaretskii
d0fc47eda0 (top-level): Require `cl' when compiling. 2008-10-20 09:40:23 +00:00
David Reitter
f133efb005 * info.el (Info-mode): Do not remove an existing header line if
`Info-use-header-line' is nil.
2008-10-20 02:25:11 +00:00
Juri Linkov
04ff2deeb3 (query-replace, query-replace-regexp)
(replace-string, replace-regexp, perform-replace): Add "word"
indicatiors to the prompt for word delimited replacements.
2008-10-19 22:34:35 +00:00
Juri Linkov
10965505b4 (read-regexp): Rename arg default' to default-value'. Doc fix. 2008-10-19 22:04:59 +00:00
Eli Zaretskii
b8fc05a9f2 (apply-partially): Move from minibuffer.el to subr.el. 2008-10-19 21:07:17 +00:00
Eli Zaretskii
086a7dd476 (minibuffer-default-add-shell-commands): Doc fix. 2008-10-19 15:01:46 +00:00
Eli Zaretskii
d24ae8f057 *** empty log message *** 2008-10-19 14:16:28 +00:00
Martin Rudalics
3ad8faa7ff (enlarge-window-horizontally, shrink-window-horizontally):
Make argument names follow Elisp manual.
2008-10-19 13:58:11 +00:00
Eli Zaretskii
d6ab98408b (remember-data-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:15:04 +00:00
Eli Zaretskii
0c5f6acaaf (dos-reevaluate-defcustoms): New function. Add it to before-init-hook. 2008-10-19 09:36:51 +00:00
Eli Zaretskii
95aac6d114 (ediff-exec-process): For buffer jobs, bind coding-system-for-read
to ediff-coding-system-for-write.
2008-10-19 08:27:14 +00:00
Juri Linkov
66fc722fc3 * info.el (Info-file-supports-index-cookies-list): New variable.
(Info-file-supports-index-cookies): New function.
(Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
(Info-index-nodes): Let-bind Info-point-loc to nil for files
without an index cookie to ignore it when Info-index-nodes is
called during navigating from an index node with line numbers.
(Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)

* info.el (Info-breadcrumbs-depth): Move defcustom higher to the
variable definition section.
2008-10-18 23:45:05 +00:00
Stefan Monnier
0296a35eeb (emacs-internal): New coding system alias. 2008-10-18 23:13:09 +00:00
Juri Linkov
73bde1a893 (Info-find-node-2): Put initial point below the header line and breadcrumbs line. 2008-10-18 23:05:11 +00:00
Glenn Morris
ca32d854d6 (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if the needed
external programs were not found.
2008-10-18 22:30:55 +00:00
Eli Zaretskii
e240aaa99e (trash-directory): Run thru `convert-standard-filename'.
(file-modes-char-to-who, file-modes-char-to-right)
(file-modes-rights-to-number, file-modes-symbolic-to-number)
(read-file-modes): Doc fixes.
2008-10-18 18:41:32 +00:00
Chong Yidong
fdf3379025 * abbrev.el (define-abbrev): Doc fix. 2008-10-17 21:25:46 +00:00
Alan Mackenzie
48e5a21681 *** empty log message *** 2008-10-17 20:24:02 +00:00
Chong Yidong
74a3abf3c1 * faces.el (face-spec-set-2): Don't pass invalid attributes to
set-face-attribute.
2008-10-17 17:14:03 +00:00
Juanma Barranquero
ac62ec165a * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
according to `locale-coding-system'.  (This fixes trivial bug reported
  as part of bug#1179).
  Sort list of valid locale ids (EnumSystemLocales does not guarantee any
  particular order).  Use `when'.
2008-10-17 11:11:34 +00:00
Juanma Barranquero
72ab66ebe3 * w32-fns.el (w32-check-shell-configuration): Doc fix.
(w32-add-charset-info): Fix typo in docstring.
2008-10-16 15:28:29 +00:00
Teodor Zlatanov
15bcf45606 Removed utf8' and UTF8' aliases after discussion. 2008-10-16 12:57:28 +00:00
Magnus Henoch
b4a7be3810 * vc-arch.el (vc-arch-dir-status): New function.
(vc-arch-after-dir-status): New function.
2008-10-16 11:48:42 +00:00
Glenn Morris
3d56260a0b (Man-getpage-in-background): Force recent `man's to output
escape sequences even when stdout is not a tty.  (Bug#1142)
2008-10-16 07:18:04 +00:00
Teodor Zlatanov
3ca194c218 Add utf8' and UTF8' as aliases for the `utf-8' coding system. 2008-10-15 17:31:01 +00:00
Juanma Barranquero
0c69125233 * find-file.el (ff-get-file): Doc fix.
(ff-get-file-name): Use `let', not `let*'.
  (ff-search-directories): Fix typo in docstring.
  (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
  (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
  (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
  (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
  (cc-other-file-alist, modula2-other-file-alist):
  Remove spurious * in docstrings.
2008-10-15 15:32:21 +00:00
Chong Yidong
5bb86dc465 * faces.el (set-face-attribute): Set family and foundry before
other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.
2008-10-14 19:01:39 +00:00
Juanma Barranquero
b1bad9f3d6 * hl-line.el (hl-line-unload-function): New function.
(hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
  (hl-line-sticky-flag): Remove spurious * in docstring.
2008-10-14 15:02:05 +00:00
Dan Nicolaescu
07ebab6658 * vc-git.el (vc-git-show-log-entry): Include the revision in the
search string.
2008-10-14 07:05:07 +00:00
Michael Albinus
95d610cb98 * net/tramp.el (tramp-process-one-action): Embed regexp in
parentheses, before adding end-of-buffer construct.  Suggested by
Markus Triska <markus.triska@gmx.at>.
2008-10-14 05:53:56 +00:00
Juanma Barranquero
6c25620ad9 Fix typo. 2008-10-13 22:48:24 +00:00
Alan Mackenzie
a85fd6da69 Amend several doc strings and comments. 2008-10-13 19:12:48 +00:00
Ulf Jasper
17abdd4783 newsticker: declare-function compatibility 2008-10-13 18:44:14 +00:00
Alan Mackenzie
40ebcb9903 *** empty log message *** 2008-10-13 18:32:55 +00:00
Dan Nicolaescu
5870cb7682 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
* vc-cvs.el (vc-cvs-dir-stay-local): Remove.
(vc-cvs-stay-local): Add a new choice and default to it.
(vc-cvs-dir-status): Use the new vc-stay-local choice.

* vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2008-10-13 01:16:49 +00:00
Juanma Barranquero
dd4fdc44b1 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
Add support for extended return statement.

* progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
  and obj-dir; keep user order.
2008-10-12 23:06:29 +00:00
Glenn Morris
f6c2397a85 (ELCFILES): Update. 2008-10-12 22:46:38 +00:00
Glenn Morris
2e7bd464d8 (shell-delimiter-argument-list, shell-file-name-chars)
(shell-file-name-quote-list): Declare.
2008-10-12 22:45:27 +00:00
Michael Albinus
65b7cb2c90 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst. 2008-10-12 20:07:49 +00:00
Chong Yidong
5e1115e315 * startup.el (command-line): If toolbar is disabled but ought to be
initialized, call tool-bar-setup.
2008-10-12 16:58:17 +00:00
Chong Yidong
105ec34142 Correct last change. 2008-10-12 13:47:09 +00:00
Chong Yidong
3240257259 * tool-bar.el (tool-bar-setup): Variable deleted.
(tool-bar-setup): Set it up unconditionally.

* faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.

* frame.el: Remove unneeded function declaration.

* progmodes/grep.el (grep-mode-tool-bar-map): Check if
tool-bar-map has been initialized before setting it up.

* progmodes/compile.el (compilation-mode-tool-bar-map): Check if
tool-bar-map has been initialized before setting it up.
2008-10-12 13:45:29 +00:00
Chong Yidong
f76103b740 * emacs-lisp/warnings.el (display-warning): Issue a message if
called during daemon initialization.
2008-10-11 22:06:43 +00:00
Chong Yidong
819d674074 * info.el (info-tool-bar-map): Initialize it unconditionally.
* progmodes/gud.el (gud-tool-bar-map): Initialize it
unconditionally.

* progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
unconditionally.

* progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
it unconditionally.
2008-10-11 19:59:27 +00:00
Chong Yidong
fe4d6c1877 * tool-bar.el (tool-bar-local-item)
(tool-bar-local-item-from-menu): Put the check for number of
display colors into the image expression.
(tool-bar-setup): Don't be a no-op on ttys.
2008-10-11 19:45:36 +00:00
Romain Francoise
6b8d1c7243 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
* kmacro.el (kmacro-edit-lossage): Ditto.
* edmacro.el (edit-kbd-macro): Ditto.
2008-10-11 18:43:38 +00:00
Ulf Jasper
4fe0d68e7c newsticker--treeview-list-sort-by-column: variable name e vs. event 2008-10-11 15:17:41 +00:00
Dan Nicolaescu
32f1cc7b8c (command-line): Revert 2008-09-26 change, not
necessary anymore.
2008-10-11 12:56:26 +00:00