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

77832 commits

Author SHA1 Message Date
Kenichi Handa
d4599abc04 *** empty log message *** 2007-11-14 04:52:20 +00:00
Kenichi Handa
1202434be8 (READCHAR): Call readchar with the 2nd arg NULL.
(READCHAR_REPORT_MULTIBYTE): New macro.
(readchar): New 2nd arg MULTIBYTE.
(read1): Use READCHAR_REPORT_MULTIBYTE for the first read.  Make
symbol's name multibyte according to the multibyteness of the
source.
2007-11-14 04:52:07 +00:00
Katsumi Yamaoka
81b5db1ddb Update. 2007-11-12 10:16:48 +00:00
Katsumi Yamaoka
0faed2fe2c Regenerate ldefs-boot.el. 2007-11-12 10:16:00 +00:00
Kenichi Handa
8f46ce9a7c *** empty log message *** 2007-11-12 04:07:16 +00:00
Kenichi Handa
67bb7826df *** empty log message *** 2007-11-12 02:40:22 +00:00
Kenichi Handa
ce9c2e7b3b (face_for_overlay_string): Call lookup_face with
correct arguments (fix of synching with the trunk).
2007-11-12 02:30:30 +00:00
Vinicius Jose Latorre
da13a4be89 Error if ps-lpr-switches is not a list. 2007-11-11 14:14:30 +00:00
Miles Bader
f23d76bdef Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
2007-11-11 00:56:44 +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
4974aba85e (isearch-mode-end-hook, isearch-mode-end-hook-quit):
Fix docstring.  Reported by Leo Liu <sdl.web@gmail.com>.
2007-11-10 23:03:24 +00:00
Juri Linkov
d83e029983 (BASE_PURESIZE): Increase to 1130000. 2007-11-10 22:42:06 +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
59b5d020e4 Add query-replace-show-replacement and match-substitute-replacement. 2007-11-10 21:52:06 +00:00
Juri Linkov
21d50ba11f (Query Replace): Mention `query-replace-show-replacement'. 2007-11-10 21:51:26 +00:00
Juri Linkov
fe2848054d (Replacing Match): Describe new `match-substitute-replacement'. 2007-11-10 21:50:49 +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
8c2e721a69 (match-substitute-replacement): New function. 2007-11-10 21:48:16 +00:00
Juri Linkov
ad360c9356 (emacs-copyright): Add emacs-copyright. 2007-11-10 21:21:03 +00:00
Juri Linkov
c766ffaa57 (help-map, help-for-help-internal): Add `C-h C-a'. 2007-11-10 21:19:54 +00:00
Juri Linkov
90c9e42f45 Add button'. Move up startup'. 2007-11-10 21:19:13 +00:00
Juri Linkov
c7de83fe3d Backport startup screen related changes from the trunk. 2007-11-10 21:18:48 +00:00
Carsten Dominik
18d8cb813a * files.el (auto-mode-alist): Select org-mode for files with the
extension ".org".
2007-11-10 17:20:37 +00:00
Carsten Dominik
303c8351a2 *** empty log message *** 2007-11-10 17:20:18 +00:00
Martin Rudalics
0253fffae2 *** empty log message *** 2007-11-10 10:28:37 +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
Martin Rudalics
4644fd351f (list-colors-display): Use with-help-window instead of with-output-to-temp-buffer. 2007-11-10 09:57:52 +00:00
Martin Rudalics
b766be6a9b (list-faces-display, describe-face):
Use with-help-window instead of with-output-to-temp-buffer.
2007-11-10 09:57:18 +00:00
Martin Rudalics
e3d6825752 (describe-display-table): Use with-help-window instead of with-output-to-temp-buffer. 2007-11-10 09:56:32 +00:00
Martin Rudalics
3db0e8bf35 (describe-char): Use with-help-window instead of with-output-to-temp-buffer. 2007-11-10 09:55:53 +00:00
Martin Rudalics
c6808785f8 (apropos-describe-plist):
Use with-help-window instead of with-output-to-temp-buffer.
2007-11-10 09:55:10 +00:00
Martin Rudalics
91dc07f365 (help-mode): Set view-exit-action to bury the
buffer instead of fiddling with windows.  Simplify code.
(help-mode-finish): When help-window eqs t set it to the selected
window and have with-help-window set up view-return-to-alist.
(help-buffer): Add autoload cookie.
2007-11-10 09:54:07 +00:00
Martin Rudalics
cde5612198 (help-window, help-window-point-marker): New variables.
(help-window-select): New option.
(with-help-window): New macro for displaying help windows.
(help-window-display-message, help-window-setup-finish)
(help-window-setup): New functions used for setting up help windows.
(print-help-return-message): Reset help-window to nil.
(view-lossage): Use with-help-window instead of
with-output-to-temp-buffer and move help-window-point-marker after
inserted text.
(describe-bindings, describe-key, describe-mode): Use
with-help-window instead of with-output-to-temp-buffer.
2007-11-10 09:53:22 +00:00
Martin Rudalics
78ddc123db (view-remove-frame-by-deleting): Change default value to t.
Add autoload cookie.
(view-exit-action, view-file, view-file-other-window)
(view-file-other-frame, view-buffer, view-buffer-other-window)
(view-buffer-other-frame): Rewrite doc strings.
(view-return-to-alist-update): New function to remove stale entries
from view-return-to-alist.
(view-mode-enter): Rewrite doc string and simplify code.
(view-mode-exit): Handle new case 'keep-frame.  Don't reset
view-exit-action to nil.  Simplify code and rewrite doc string.
2007-11-10 09:52:30 +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
Stefan Monnier
8383dac799 (load_overlay_strings): Fix copy&paste typo. 2007-11-10 03:06:45 +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
Glenn Morris
686f5b9a2f Revert merge that re-required rx. 2007-11-09 18:22:03 +00:00
Juanma Barranquero
aa58f006b4 *** empty log message *** 2007-11-09 17:13:01 +00:00
Juanma Barranquero
84ea8ad84e *** empty log message *** 2007-11-09 17:03:16 +00:00
Juanma Barranquero
83fa612309 *** empty log message *** 2007-11-09 16:59:24 +00:00