1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 21:12:23 -08:00
Commit graph

36095 commits

Author SHA1 Message Date
Kim F. Storm
4e7a0e25fd (bindat--unpack-u*): Optimize.
(bindat--unpack-item, bindat--length-group, bindat--pack-item)
(bindat--unpack-group, bindat--pack-group):
Handle vectors with optional element type.
2007-02-17 22:02:25 +00:00
Kim F. Storm
255d98f85d *** empty log message *** 2007-02-17 22:02:04 +00:00
Richard M. Stallman
4ebb03e66b (pgg-gpg-process-region): Make USE-AGENT nil if PASSPHRASE is given. 2007-02-17 20:39:55 +00:00
Eli Zaretskii
e925d5ae32 Remove `(tiny change)' from Chris Moore's contributions. 2007-02-17 12:36:55 +00:00
Eli Zaretskii
73c03f767f (jka-compr-compression-info-list): Recognize backups of bz2 compressed files. 2007-02-17 12:31:06 +00:00
Eli Zaretskii
e8d2103a83 (info-lookup): Bind Info-fontify-maximum-menu-size to nil to speed up lookup
of the symbol in index nodes.
2007-02-17 12:03:01 +00:00
Eli Zaretskii
8e1ac0634a (calculate-lisp-indent): Added indentation for the constants of Lisp. 2007-02-17 11:35:22 +00:00
Eli Zaretskii
ead4759c9c (font-lock-extend-region-wholelines): Test for EOB in addition to BOL. 2007-02-17 11:28:18 +00:00
Stefan Monnier
cf04718a31 Use (defvar <foo>) where applicable.
(ps-print-emacs-type): Remove.
(ps-x-frame-property, ps-e-frame-parameter): Remove.
(ps-frame-parameter): Align its call-convention with frame-parameter.
(ps-begin-job): Adjust calls to it appropriately.
(ps-setup): Don't print ps-print-emacs-type.
(ps-e-find-composition, ps-mark-active-p, ps-color-device):
Define in such a way that it's obvious that it's defined.
(ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
(ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
(ps-jts-ps-setup): Use flavor-neutral syntax instead.
2007-02-16 16:11:05 +00:00
Glenn Morris
1452f27e47 Add copyright and license notice (ESR states that he was probably the
author).
2007-02-16 08:01:22 +00:00
Alan Mackenzie
94dd9d6dc9 (c-indent-new-comment-line): When splitting an empty one-line C-style
comment, post-position point properly.
2007-02-15 22:31:52 +00:00
Alan Mackenzie
0535d51b4c *** empty log message *** 2007-02-15 22:28:17 +00:00
Chong Yidong
0b60cc0908 (replace-highlight): Bind search-whitespace-regexp to nil. 2007-02-15 16:54:24 +00:00
Chong Yidong
9a19394446 (isearch-lazy-highlight-space-regexp): New variable.
(isearch-lazy-highlight-new-loop): Bind it.
(isearch-lazy-highlight-search): Use it.
2007-02-15 16:54:09 +00:00
Chong Yidong
51eeb2ff1b * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
(isearch-lazy-highlight-new-loop): Bind it.
(isearch-lazy-highlight-search): Use it.

* replace.el (replace-highlight): Bind search-whitespace-regexp to
nil.
2007-02-15 16:53:53 +00:00
Stefan Monnier
a360974315 (font-lock-extend-region-wholelines):
Only return non-nil if the region has really been changed.
Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2007-02-15 16:36:58 +00:00
Juanma Barranquero
8bec6ac5df *** empty log message *** 2007-02-15 11:01:16 +00:00
Juanma Barranquero
849aa55387 (5x5-crack-xor-mutate): Doc fix.
(5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack,
5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2007-02-15 10:58:11 +00:00
Chong Yidong
ecc7b2bade (smiley-regexp-alist): Add "dead" smiley. 2007-02-14 17:32:50 +00:00
Chong Yidong
c371062c1b * smiley.el (smiley-regexp-alist): Add "dead" smiley. 2007-02-14 17:32:41 +00:00
Juanma Barranquero
424f699884 *** empty log message *** 2007-02-14 15:49:29 +00:00
Juanma Barranquero
22bbca614f (color-values): Revert changes to docstring from 2007-01-31 and 2000-09-07. 2007-02-14 15:31:09 +00:00
Juanma Barranquero
ce6fb7e623 (ispell-dictionary-alist): Doc fix. 2007-02-14 12:46:43 +00:00
Juanma Barranquero
b11a1b2e3b (ispell-keep-choices-win, ispell-dictionary-alist, ispell-word,
ispell-begin-skip-region-regexp): Fix typos in docstrings.
(ispell-process-line): Doc fixes.
(ispell-help): Fix typos in docstring and output message.
2007-02-14 12:42:01 +00:00
Kim F. Storm
428807eae4 *** empty log message *** 2007-02-14 11:59:36 +00:00
Kim F. Storm
9d4a3d3909 (grep-files-aliases): Add tex and texi aliases.
(lgrep): Add DIR arg to start grep in specific directory, like rgrep.
(grep): Fix lgrep reference.
2007-02-14 11:54:12 +00:00
Kim F. Storm
9a184b0029 (latin1-display-char): Use make-glyph-code. 2007-02-14 11:29:05 +00:00
Kim F. Storm
7dbfbd9191 (make-glyph-code, glyph-char, glyph-face): New defuns.
(standard-display-underline): Use make-glyph-code.
2007-02-14 11:28:40 +00:00
Kim F. Storm
da55bb9600 (describe-char): Use glyph-char and glyph-face. 2007-02-14 11:28:31 +00:00
Kim F. Storm
3ae2a0d6ee *** empty log message *** 2007-02-14 11:28:19 +00:00
Juanma Barranquero
df8397f30a *** empty log message *** 2007-02-13 12:52:13 +00:00
Juanma Barranquero
24501f035e (with-electric-help, electric-help-exit, electric-help-retain): Doc fixes. 2007-02-13 12:47:00 +00:00
Miles Bader
e2a9bf154f Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-637
2007-02-13 12:25:18 +00:00
Juanma Barranquero
44426bc36b *** empty log message *** 2007-02-13 12:13:16 +00:00
Juanma Barranquero
f9b4b5d865 (byte-compile-dest-file, byte-compile-file): Doc fixes. 2007-02-13 12:07:26 +00:00
YAMAMOTO Mitsuharu
409d26134b *** empty log message *** 2007-02-13 08:28:48 +00:00
YAMAMOTO Mitsuharu
e5a4ac9d70 Change all uses of
mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
(mac-ae-number): Return integer 0 if coerced result is float 0.0.
(mac-ae-get-url): Call select-frame-set-input-focus.
(mac-dnd-handle-drag-n-drop-event): Don't call
select-frame-set-input-focus.
2007-02-13 08:27:47 +00:00
Kenichi Handa
1799d3ea32 Fix documentation of category `a'. 2007-02-13 02:47:32 +00:00
Dan Nicolaescu
215c384796 (grep): Mention lgrep and rgrep in the
docstring.
2007-02-12 06:44:47 +00:00
Michael Albinus
bf0503cba9 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
(tramp-get-remote-ln): Handle error case.  Reported by Chris Moore
<dooglus@gmail.com>.
2007-02-12 06:19:54 +00:00
Kim F. Storm
b58cb59f10 *** empty log message *** 2007-02-11 22:30:21 +00:00
Kim F. Storm
e3441e506a (ctl-x-map): Remove register compatibility bindings
C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2007-02-11 22:11:48 +00:00
Richard M. Stallman
9f25c0d219 (indent-sexp): Clean up termination condition -- don't fail to stop at endpos. 2007-02-11 11:12:20 +00:00
Richard M. Stallman
531309ebc8 (unload-feature): Handle (t . SYMBOL) entries in load history. 2007-02-11 11:11:09 +00:00
Carsten Dominik
ecf4f6dec2 * textmodes/org.el (org-agenda-get-todos)
(org-agenda-get-timestamps, org-agenda-get-closed)
	(org-agenda-get-deadlines, org-agenda-get-scheduled)
	(org-agenda-get-blocks, org-format-agenda-item)
	(org-agenda-change-all-lines, org-scan-tags): Rename text property
	from `category' to `org-category'.
2007-02-11 07:14:38 +00:00
Carsten Dominik
9334d442a2 *** empty log message *** 2007-02-11 07:14:02 +00:00
Glenn Morris
3037bf345d Revert previous change, since I'm not sure it is correct. 2007-02-11 04:08:01 +00:00
Kenichi Handa
1a03f51504 (titdic-convert): Force files be
written with Unix-like eol format.  Read files under CXTERM-DIC by
raw-text.
(miscdic-convert): Force files be written with Unix-like eol
format.
2007-02-11 02:33:56 +00:00
Juanma Barranquero
550934c800 *** empty log message *** 2007-02-11 02:30:55 +00:00
Juanma Barranquero
96e777e169 (change-major-mode-with-file-name): Fix typo in docstring. 2007-02-11 02:28:57 +00:00