Stefan Monnier
d548715ceb
(abbrev--write): Fix error in transcription from C.
2007-11-16 18:27:07 +00:00
Stefan Monnier
e85c6b7cee
(pc-select-shifted-mark): Remove.
...
(pc-select-ensure-mark): Set mark-active to a special value instead.
Rename from ensure-mark. Update call callers.
(pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
Rewrite. Update all callers.
(pc-selection-mode): Remove redundant var declaration.
2007-11-16 18:07:14 +00:00
Dan Nicolaescu
da99b369e9
* doc-view.el (doc-view-search-backward, doc-view-search): Fix
...
assignment to free variable bug.
2007-11-16 18:00:39 +00:00
Stefan Monnier
de299ed741
(pc-select-shifted-mark): New var.
...
(ensure-mark): Set it.
(maybe-deactivate-mark): New fun.
Use it everywhere instead of (setq mark-active nil)
2007-11-16 17:58:30 +00:00
Dan Nicolaescu
9efa445fbe
* smime.el (from):
...
* rfc2047.el (message-posting-charset):
* qp.el (mm-use-ultra-safe-encoding):
* pop3.el (parse-time-months):
* nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
* nnml.el (files):
* nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
(jka-compr-compression-info-list, ange-ftp-path-format)
(efs-path-regexp):
* nndiary.el (files):
* mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
(pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
(epg-digest-algorithm-alist, inhibit-redisplay)
(password-cache-expiry):
* mml1991.el (pgg-default-user-id, pgg-errors-buffer)
(pgg-output-buffer, password-cache-expiry):
* mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
(efs-path-regexp):
* mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
(inhibit-redisplay):
* mm-uu.el (file-name, start-point, end-point, entry)
(gnus-newsgroup-name, gnus-newsgroup-charset):
* mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
(latin-unity-ucs-list):
* mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
(mm-uu-binhex-decode-function):
* message.el (gnus-message-group-art, gnus-list-identifiers, )
(rmail-enable-mime-composing, gnus-local-organization)
(gnus-post-method, gnus-select-method, gnus-active-hashtb)
(gnus-read-active-file, facemenu-add-face-function)
(facemenu-remove-face-function, gnus-article-decoded-p)
(tool-bar-mode):
* mail-source.el (display-time-mail-function):
* gnus-util.el (nnmail-pathname-coding-system)
(nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
(gnus-original-article-buffer, gnus-user-agent)
(rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
(xemacs-codename, sxemacs-codename, emacs-program-version):
* gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
* gnus-start.el (gnus-agent-covered-methods)
(gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
(gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
(gnus-newsgroup-headers, gnus-group-list-mode)
(gnus-group-mark-positions, gnus-newsgroup-data)
(gnus-newsgroup-unreads, nnoo-state-alist)
(gnus-current-select-method, mail-sources)
(nnmail-scan-directory-mail-source-once, nnmail-split-history)
(nnmail-spool-file, gnus-cache-active-hashtb):
* gnus-mh.el (mh-lib-progs):
* gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
(gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
(gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
(gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
(gnus-group-buffer):
* gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
(font-lock-set-defaults):
* gnus-art.el (tool-bar-map, w3m-minor-mode-map)
(gnus-face-properties-alist, charset, gnus-summary-article-menu)
(gnus-summary-post-menu, total-parts, type, condition, length):
* gnus-agent.el (gnus-agent-read-agentview):
* flow-fill.el (show-trailing-whitespace):
* gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
eval-and-compile wrappers for byte compiler pacifiers.
* mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
(mm-display-inline-fontify): Check for featurep 'xemacs not
extent-list.
* mm-decode.el (mm-display-external): Check for featurep 'xemacs not
itimer-list.
(mm-create-image-xemacs): Only do something for XEmacs.
(mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
* mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
* gnus-registry.el (gnus-adaptive-word-syntax-table):
* gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
* textmodes/reftex-dcr.el (reftex-start-itimer-once): Add check
for XEmacs.
* calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
* doc-view.el (doc-view-resolution): Add missing :group.
2007-11-16 16:50:35 +00:00
Juanma Barranquero
c456960854
(make-variable-frame-local): Fix typo in obsolescence message.
2007-11-16 11:13:15 +00:00
Werner LEMBERG
dddb4597e1
* files.el (set-auto-mode-1): Check second line for -*- if file
...
starts with '\" (which is used by man pages to identify needed
troff preprocessors).
2007-11-16 08:03:45 +00:00
Glenn Morris
78a4e22e89
(mail-extr-all-top-level-domains): Update domains.
2007-11-16 07:55:42 +00:00
Jay Belanger
e60594293d
Mention menu.
2007-11-16 04:27:57 +00:00
Juri Linkov
7dc5b46da5
(keep-lines-read-args, occur-read-primary-args):
...
Use a list of default values for DEFAULT arg of read-from-minibuffer.
2007-11-16 01:20:20 +00:00
Stefan Monnier
05477667af
(doc-view-ghostscript-options): Remove resolution arg.
...
(doc-view-resolution): New custom var.
(doc-view-pdf/ps->png): Use it.
(doc-view-shrink-factor): New var.
(doc-view-enlarge, doc-view-shrink): New commands.
(doc-view-mode-map): Use them.
2007-11-15 19:56:44 +00:00
Juanma Barranquero
ec5741dc7f
(nnimap-split-download-body): Fix typo in docstring.
2007-11-15 16:59:38 +00:00
Stefan Monnier
f2c232a244
(cua--pre-command-handler-1):
...
Use input-decode-map instead of function-key-map.
Use event-modifiers now that it works reliably.
2007-11-15 16:36:03 +00:00
Stefan Monnier
4befebc175
(vc-diff-internal): Pop-to-buffer later.
2007-11-15 16:33:08 +00:00
Stefan Monnier
58da34c73b
* subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
...
* keyboard.c (Fevent_symbol_parse_modifiers): New function.
(syms_of_keyboard): Defsubr it.
2007-11-15 16:03:00 +00:00
Stefan Monnier
e75e6cc8f7
(cvs-revert-if-needed): Ignore `unknown' files, since cvs
...
did not touch them.
2007-11-15 15:37:55 +00:00
Jay Belanger
3fad8aaace
*** empty log message ***
2007-11-15 06:04:31 +00:00
Juanma Barranquero
f31d0424ea
Comment change.
2007-11-14 11:18:54 +00:00
Nick Roberts
8e813bab82
*** empty log message ***
2007-11-14 08:58:07 +00:00
Noah Friedman
84b4b70d64
Add `backward-delete-char-untabify' to the list of bindings to remap when
...
`calc-scan-for-dels' is non-nil.
2007-11-13 18:52:00 +00:00
Dan Nicolaescu
d8947b79fc
* emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
...
constant forms.
(byte-compile-nilconstp): New function.
(byte-optimize-cond): Kill subsequent branches when a branch is
know to be taken or not taken.
(byte-optimize-if): Use byte-compile-nilconstp instead of hand
coding.
2007-11-13 16:10:14 +00:00
Dan Nicolaescu
30a308aa4b
(vc-register): Allow registering a file passed as a
...
parameter instead of just the current buffer.
2007-11-13 15:11:41 +00:00
Michael Albinus
e42c6bbc41
* net/tramp.el (tramp-open-connection-setup-interactive-shell): Check
...
whether the output of "uname -sr" has been changed.
2007-11-12 20:04:13 +00:00
Vinicius Jose Latorre
ddab770590
Insert patterns from compilation-perl.el and compilation-weblint.el files.
2007-11-12 18:29:05 +00:00
Dan Nicolaescu
2dea72abb4
* progmodes/compilation-perl.el:
...
* progmodes/compilation-weblint.el: Disable autoloads, they cause
a bootstrap failure.
2007-11-12 07:17:45 +00:00
Dan Nicolaescu
2e7a8a21c9
(vc-cvs-diff): If backup files exist, diff them
...
instead of doing "cvs diff" in order to avoid accessing the
repository.
2007-11-12 03:56:38 +00:00
Vinicius Jose Latorre
4cbf3aa72e
New files.
2007-11-12 03:00:25 +00:00
Juanma Barranquero
dcb3ea403d
*** empty log message ***
2007-11-11 23:13:48 +00:00
Juri Linkov
34065e5efd
Add comments about isearch support.
2007-11-11 22:24:04 +00:00
Dan Nicolaescu
c27f56ee33
(vc-start-entry): Fix setting the in the case the function
...
is called from vc-dired. Use when instead of if where
appropriate.
2007-11-11 14:55:56 +00:00
Vinicius Jose Latorre
3bcc60cfaf
Error if ps-lpr-switches is not a list.
2007-11-11 14:18:17 +00:00
Miles Bader
a457417ee5
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927
2007-11-11 00:03:33 +00:00
Juri Linkov
06f5c483ca
(custom-note-var-changed): Remove the `interactive'
...
spec from this new non-interactive function.
2007-11-10 23:03:57 +00:00
Juri Linkov
7baca0fa6e
(doc-view-mode-map, doc-view-menu, doc-view-pdf->txt-sentinel):
...
Adapt to new search UI.
(doc-view-search-backward): New function.
(doc-view-search): Query new regexp if prefix arg is given, else
jump to next/previous match.
(doc-view-mode): Handle compressed files.
(jka-compr): Required for compressed files.
2007-11-10 21:53:47 +00:00
Juri Linkov
7abe68aa19
(query-replace-show-replacement): New defcustom.
...
(perform-replace): Use `match-substitute-replacement' if
`query-replace-show-replacement' is non-nil.
2007-11-10 21:49:19 +00:00
Juri Linkov
ad360c9356
(emacs-copyright): Add emacs-copyright.
2007-11-10 21:21:03 +00:00
Carsten Dominik
303c8351a2
*** empty log message ***
2007-11-10 17:20:18 +00:00
Martin Rudalics
aa13a09404
(describe-function, describe-variable)
...
(describe-syntax, describe-categories):
Use with-help-window instead of with-output-to-temp-buffer.
2007-11-10 09:59:54 +00:00
Dan Nicolaescu
70f4194508
* emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
...
(featurep 'emacs) to t.
* emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New
function.
(byte-compile-maybe-guarded): Use it to also look for bound
symbols inside `and' forms. Comment out non-working code that was
trying to avoid warnings for XEmacs code.
2007-11-10 08:05:15 +00:00
Dan Nicolaescu
fe1919ab86
* vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
...
* vc-svn.el (vc-svn-print-log, vc-svn-diff):
* vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
* vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
(vc-cvs-annotate-command):
* vc-arch.el (vc-arch-diff): Remove test to check if start-process
is bound, it always is.
2007-11-10 05:22:16 +00:00
Jason Rumney
1e013b1336
Sync charset names with setup-default-fontset.
...
Append "-1" where second part missing.
2007-11-10 01:47:45 +00:00
Jason Rumney
1adf362df7
(w32-initialize-window-system): Move SJIS font setup here from global scope.
2007-11-10 01:30:33 +00:00
Jason Rumney
756d09c83f
Enable SJIS fonts before creating any fontsets.
2007-11-10 01:28:52 +00:00
Juanma Barranquero
e290d997cd
(ido-save-history): Write the history file in UTF-8,
...
and add `coding' file-local variable.
2007-11-10 00:28:58 +00:00
Juanma Barranquero
d725608c0e
(ido-save-history): Save the history file in UTF-8,
...
not the current filename coding system.
2007-11-10 00:19:44 +00:00
Stefan Monnier
5015055ea5
(interprogram-cut-function, interprogram-paste-function):
...
Don't make them frame-local any more.
2007-11-09 20:55:29 +00:00
Stefan Monnier
a3ee6f08ac
(x-create-frame-with-faces, tty-create-frame-with-faces):
...
Don't set interprogram-(cut|paste)-function on each frame.
2007-11-09 19:41:44 +00:00
Stefan Monnier
c7e36bd992
(x-select-text, x-cut-buffer-or-selection-value):
...
Make them work in tty frames.
(interprogram-cut-function, interprogram-paste-function): Set them globally.
2007-11-09 19:37:03 +00:00
Juanma Barranquero
aa58f006b4
*** empty log message ***
2007-11-09 17:13:01 +00:00
Juanma Barranquero
83fa612309
*** empty log message ***
2007-11-09 16:59:24 +00:00