]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 11 Nov 2007 00:03:33 +0000 (00:03 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927

16 years ago(custom-note-var-changed): Remove the `interactive'
Juri Linkov [Sat, 10 Nov 2007 23:03:57 +0000 (23:03 +0000)]
(custom-note-var-changed): Remove the `interactive'
spec from this new non-interactive function.

16 years ago(isearch-mode-end-hook, isearch-mode-end-hook-quit):
Juri Linkov [Sat, 10 Nov 2007 23:03:24 +0000 (23:03 +0000)]
(isearch-mode-end-hook, isearch-mode-end-hook-quit):
Fix docstring.  Reported by Leo Liu <sdl.web@gmail.com>.

16 years ago(BASE_PURESIZE): Increase to 1130000.
Juri Linkov [Sat, 10 Nov 2007 22:42:06 +0000 (22:42 +0000)]
(BASE_PURESIZE): Increase to 1130000.

16 years ago(doc-view-mode-map, doc-view-menu, doc-view-pdf->txt-sentinel):
Juri Linkov [Sat, 10 Nov 2007 21:53:47 +0000 (21:53 +0000)]
(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.

16 years agoAdd query-replace-show-replacement and match-substitute-replacement.
Juri Linkov [Sat, 10 Nov 2007 21:52:06 +0000 (21:52 +0000)]
Add query-replace-show-replacement and match-substitute-replacement.

16 years ago(Query Replace): Mention `query-replace-show-replacement'.
Juri Linkov [Sat, 10 Nov 2007 21:51:26 +0000 (21:51 +0000)]
(Query Replace): Mention `query-replace-show-replacement'.

16 years ago(Replacing Match): Describe new `match-substitute-replacement'.
Juri Linkov [Sat, 10 Nov 2007 21:50:49 +0000 (21:50 +0000)]
(Replacing Match): Describe new `match-substitute-replacement'.

16 years ago(query-replace-show-replacement): New defcustom.
Juri Linkov [Sat, 10 Nov 2007 21:49:19 +0000 (21:49 +0000)]
(query-replace-show-replacement): New defcustom.
(perform-replace): Use `match-substitute-replacement' if
`query-replace-show-replacement' is non-nil.

16 years ago(match-substitute-replacement): New function.
Juri Linkov [Sat, 10 Nov 2007 21:48:16 +0000 (21:48 +0000)]
(match-substitute-replacement): New function.

16 years ago(emacs-copyright): Add emacs-copyright.
Juri Linkov [Sat, 10 Nov 2007 21:21:03 +0000 (21:21 +0000)]
(emacs-copyright): Add emacs-copyright.

16 years ago(help-map, help-for-help-internal): Add `C-h C-a'.
Juri Linkov [Sat, 10 Nov 2007 21:19:54 +0000 (21:19 +0000)]
(help-map, help-for-help-internal): Add `C-h C-a'.

16 years agoAdd `button'. Move up `startup'.
Juri Linkov [Sat, 10 Nov 2007 21:19:13 +0000 (21:19 +0000)]
Add `button'.  Move up `startup'.

16 years agoBackport startup screen related changes from the trunk.
Juri Linkov [Sat, 10 Nov 2007 21:18:48 +0000 (21:18 +0000)]
Backport startup screen related changes from the trunk.

16 years ago* files.el (auto-mode-alist): Select org-mode for files with the
Carsten Dominik [Sat, 10 Nov 2007 17:20:37 +0000 (17:20 +0000)]
* files.el (auto-mode-alist): Select org-mode for files with the
extension ".org".

16 years ago*** empty log message ***
Carsten Dominik [Sat, 10 Nov 2007 17:20:18 +0000 (17:20 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Martin Rudalics [Sat, 10 Nov 2007 10:28:37 +0000 (10:28 +0000)]
*** empty log message ***

16 years ago(describe-function, describe-variable)
Martin Rudalics [Sat, 10 Nov 2007 09:59:54 +0000 (09:59 +0000)]
(describe-function, describe-variable)
(describe-syntax, describe-categories):
Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(list-colors-display): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:57:52 +0000 (09:57 +0000)]
(list-colors-display): Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(list-faces-display, describe-face):
Martin Rudalics [Sat, 10 Nov 2007 09:57:18 +0000 (09:57 +0000)]
(list-faces-display, describe-face):
Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(describe-display-table): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:56:32 +0000 (09:56 +0000)]
(describe-display-table): Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(describe-char): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:55:53 +0000 (09:55 +0000)]
(describe-char): Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(apropos-describe-plist):
Martin Rudalics [Sat, 10 Nov 2007 09:55:10 +0000 (09:55 +0000)]
(apropos-describe-plist):
Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(help-mode): Set view-exit-action to bury the
Martin Rudalics [Sat, 10 Nov 2007 09:54:07 +0000 (09:54 +0000)]
(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.

16 years ago(help-window, help-window-point-marker): New variables.
Martin Rudalics [Sat, 10 Nov 2007 09:53:22 +0000 (09:53 +0000)]
(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.

16 years ago(view-remove-frame-by-deleting): Change default value to t.
Martin Rudalics [Sat, 10 Nov 2007 09:52:30 +0000 (09:52 +0000)]
(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.

16 years ago* emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
Dan Nicolaescu [Sat, 10 Nov 2007 08:05:15 +0000 (08:05 +0000)]
* 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.

16 years ago* vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
Dan Nicolaescu [Sat, 10 Nov 2007 05:22:16 +0000 (05:22 +0000)]
* 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.

16 years ago(load_overlay_strings): Fix copy&paste typo.
Stefan Monnier [Sat, 10 Nov 2007 03:06:45 +0000 (03:06 +0000)]
(load_overlay_strings): Fix copy&paste typo.

16 years agoSync charset names with setup-default-fontset.
Jason Rumney [Sat, 10 Nov 2007 01:47:45 +0000 (01:47 +0000)]
Sync charset names with setup-default-fontset.
Append "-1" where second part missing.

16 years ago(w32-initialize-window-system): Move SJIS font setup here from global scope.
Jason Rumney [Sat, 10 Nov 2007 01:30:33 +0000 (01:30 +0000)]
(w32-initialize-window-system): Move SJIS font setup here from global scope.

16 years agoEnable SJIS fonts before creating any fontsets.
Jason Rumney [Sat, 10 Nov 2007 01:28:52 +0000 (01:28 +0000)]
Enable SJIS fonts before creating any fontsets.

16 years ago(ido-save-history): Write the history file in UTF-8,
Juanma Barranquero [Sat, 10 Nov 2007 00:28:58 +0000 (00:28 +0000)]
(ido-save-history): Write the history file in UTF-8,
and add `coding' file-local variable.

16 years ago(ido-save-history): Save the history file in UTF-8,
Juanma Barranquero [Sat, 10 Nov 2007 00:19:44 +0000 (00:19 +0000)]
(ido-save-history): Save the history file in UTF-8,
not the current filename coding system.

16 years ago(interprogram-cut-function, interprogram-paste-function):
Stefan Monnier [Fri, 9 Nov 2007 20:55:29 +0000 (20:55 +0000)]
(interprogram-cut-function, interprogram-paste-function):
Don't make them frame-local any more.

16 years ago(x-create-frame-with-faces, tty-create-frame-with-faces):
Stefan Monnier [Fri, 9 Nov 2007 19:41:44 +0000 (19:41 +0000)]
(x-create-frame-with-faces, tty-create-frame-with-faces):
Don't set interprogram-(cut|paste)-function on each frame.

16 years ago(x-select-text, x-cut-buffer-or-selection-value):
Stefan Monnier [Fri, 9 Nov 2007 19:37:03 +0000 (19:37 +0000)]
(x-select-text, x-cut-buffer-or-selection-value):
Make them work in tty frames.
(interprogram-cut-function, interprogram-paste-function): Set them globally.

16 years agoRevert merge that re-required rx.
Glenn Morris [Fri, 9 Nov 2007 18:22:03 +0000 (18:22 +0000)]
Revert merge that re-required rx.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 17:13:01 +0000 (17:13 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 17:03:16 +0000 (17:03 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 16:59:24 +0000 (16:59 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 16:49:24 +0000 (16:49 +0000)]
*** empty log message ***

16 years ago(define-abbrev-table): Record the variable definition.
Stefan Monnier [Fri, 9 Nov 2007 16:07:18 +0000 (16:07 +0000)]
(define-abbrev-table): Record the variable definition.

16 years agoFix merge error.
Andreas Schwab [Fri, 9 Nov 2007 16:02:09 +0000 (16:02 +0000)]
Fix merge error.

16 years ago(byte-compile-file-form-define-abbrev-table): New function.
Stefan Monnier [Fri, 9 Nov 2007 15:57:46 +0000 (15:57 +0000)]
(byte-compile-file-form-define-abbrev-table): New function.

16 years agoClean the code for checking suitable Emacs version.
Vinicius Jose Latorre [Fri, 9 Nov 2007 15:34:03 +0000 (15:34 +0000)]
Clean the code for checking suitable Emacs version.

16 years agoIf ps-lpr-switches is not a list, force it to be one.
Vinicius Jose Latorre [Fri, 9 Nov 2007 15:23:07 +0000 (15:23 +0000)]
If ps-lpr-switches is not a list, force it to be one.

16 years agoFix last commit.
Simon Josefsson [Fri, 9 Nov 2007 13:06:05 +0000 (13:06 +0000)]
Fix last commit.

16 years agoAdd w32 keyboard changes.
Jason Rumney [Fri, 9 Nov 2007 12:56:28 +0000 (12:56 +0000)]
Add w32 keyboard changes.

16 years ago(w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
Jason Rumney [Fri, 9 Nov 2007 12:20:55 +0000 (12:20 +0000)]
(w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
(w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.

16 years ago* keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
Jason Rumney [Fri, 9 Nov 2007 12:19:21 +0000 (12:19 +0000)]
* keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
Remove W32_SCROLL_BAR_CLICK_EVENT.
(lispy_function_keys) [WINDOWSNT]: Add more keys.
(lispy_multimedia_keys) [WINDOWSNT]: New array.
(make_lispy_event) [WINDOWSNT]: Use it to translate
MULTIMEDIA_KEY_EVENT.

16 years ago(enum event_kind) [WINDOWSNT]: Likewise.
Jason Rumney [Fri, 9 Nov 2007 12:18:43 +0000 (12:18 +0000)]
(enum event_kind) [WINDOWSNT]: Likewise.
Add MULTIMEDIA_KEY_EVENT.

16 years agoDefine USE_TOOLKIT_SCROLL_BARS.
Jason Rumney [Fri, 9 Nov 2007 12:17:57 +0000 (12:17 +0000)]
Define USE_TOOLKIT_SCROLL_BARS.

16 years ago(w32_pass_multimedia_buttons_to_system): New user option.
Jason Rumney [Fri, 9 Nov 2007 12:17:19 +0000 (12:17 +0000)]
(w32_pass_multimedia_buttons_to_system): New user option.
(syms_of_w32fns): Export and initialize it.
(w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.

16 years ago(WM_APPCOMMAND): Define if not already.
Jason Rumney [Fri, 9 Nov 2007 12:16:34 +0000 (12:16 +0000)]
(WM_APPCOMMAND): Define if not already.
(GET_APPCOMMAND_LPARAM): Likewise.

16 years ago(enable-local-variables): Doc fix.
Juanma Barranquero [Fri, 9 Nov 2007 10:40:32 +0000 (10:40 +0000)]
(enable-local-variables): Doc fix.

16 years agoFix last change (synch from the EMACS_22_BASE branch).
Juanma Barranquero [Fri, 9 Nov 2007 10:28:14 +0000 (10:28 +0000)]
Fix last change (synch from the EMACS_22_BASE branch).

16 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 9 Nov 2007 09:48:56 +0000 (09:48 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 269)

   - Update from CVS

2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.

2007-11-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi, man/gnus-faq.texi, man/message.texi: Bump version to 5.10.9.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-147

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 9 Nov 2007 09:46:02 +0000 (09:46 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-924

16 years agoMerge from emacs--rel--22
Miles Bader [Fri, 9 Nov 2007 09:45:30 +0000 (09:45 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923

16 years ago(face-normalize-spec): Remove function.
YAMAMOTO Mitsuharu [Fri, 9 Nov 2007 08:45:13 +0000 (08:45 +0000)]
(face-normalize-spec): Remove function.
(frame-set-background-mode): Undo last change.

16 years ago* ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
Dan Nicolaescu [Fri, 9 Nov 2007 05:20:57 +0000 (05:20 +0000)]
* ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
(ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
(ediff-current-diff-A, ediff-current-diff-B)
(ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
(ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
(ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
(ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
(ediff-odd-diff-Ancestor, ediff-reset-mouse):
* ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
(ediff-setup-windows-plain-merge)
(ediff-setup-windows-plain-compare, ediff-setup-control-frame)
(ediff-refresh-control-frame, ediff-get-visible-buffer-window):
* ediff-util.el (ediff-setup-keymap, )
(ediff-toggle-wide-display, ediff-toggle-multiframe)
(ediff-toggle-use-toolbar, ediff-really-quit)
(ediff-good-frame-under-mouse)
(ediff-highlight-diff-in-one-buffer)
(ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
(ediff-make-bullet-proof-overlay):
* ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
(ediff-set-meta-overlay):
* ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
* ediff.el (ediff-documentation): Replace ediff-xemacs-p and
ediff-emacs-p with their former definitions.

* emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
(viper-has-face-support-p, viper-inactivate-input-method)
(viper-activate-input-method)
(viper-use-replace-region-delimiters, viper-restore-cursor-type):
* emulation/viper-mous.el (viper-multiclick-timeout)
(viper-surrounding-word, viper-mouse-click-insert-word)
(viper-mouse-click-search-word, viper-parse-mouse-key):
* emulation/viper-macs.el (viper-char-array-to-macro):
* emulation/viper.el (viper-go-away, viper-set-hooks)
(viper-non-hook-settings):
* emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
(viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-emacs-mode)
(viper-check-version, viper-get-visible-buffer-window)
(viper-file-checked-in-p, viper-set-replace-overlay)
(viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
(viper-check-minibuffer-overlay, viper-read-key-sequence)
(viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
with their former definitions.
(viper-eventify-list-xemacs): Only do work for XEmacs.
(viper-set-unread-command-events): Only do work for Emacs.
(viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
(viper-move-overlay, viper-overlay-start, viper-overlay-end)
(viper-overlay-get, viper-overlay-put, viper-read-event)
(viper-characterp, viper-int-to-char, viper-get-face)
(viper-color-defined-p, viper-iconify): New defaliases replacing
the old fsets.

* progmodes/fortran.el (comment-region-function)
(uncomment-region-function): Pacify byte compiler.

* vc.el (vc-diff-internal): Remove code for an old version of
gnus.

16 years agoRevert previous change - merge mistake.
Glenn Morris [Fri, 9 Nov 2007 04:02:15 +0000 (04:02 +0000)]
Revert previous change - merge mistake.

16 years ago(enable-local-variables): Doc fix.
Juanma Barranquero [Fri, 9 Nov 2007 03:19:27 +0000 (03:19 +0000)]
(enable-local-variables): Doc fix.

16 years ago* net/tramp.el (tramp-maybe-open-connection): Use a local copy of
Michael Albinus [Thu, 8 Nov 2007 20:15:25 +0000 (20:15 +0000)]
* net/tramp.el (tramp-maybe-open-connection): Use a local copy of
`process-environment'.

16 years agoObsolete for some years.
Jason Rumney [Thu, 8 Nov 2007 17:37:29 +0000 (17:37 +0000)]
Obsolete for some years.

16 years agoChange regexp to match dir like 'a...b'
Vinicius Jose Latorre [Thu, 8 Nov 2007 17:14:46 +0000 (17:14 +0000)]
Change regexp to match dir like 'a...b'

16 years agoChange regexp to match dir like 'a...b'
Vinicius Jose Latorre [Thu, 8 Nov 2007 17:12:37 +0000 (17:12 +0000)]
Change regexp to match dir like 'a...b'

16 years ago(smerge-refine-subst): Pass "-d" to diff.
Stefan Monnier [Thu, 8 Nov 2007 16:58:07 +0000 (16:58 +0000)]
(smerge-refine-subst): Pass "-d" to diff.

16 years agoFix last commit.
Simon Josefsson [Thu, 8 Nov 2007 13:20:11 +0000 (13:20 +0000)]
Fix last commit.

16 years agoExplain combine-and-quote-strings, split-string-and-unquote.
Glenn Morris [Thu, 8 Nov 2007 08:51:39 +0000 (08:51 +0000)]
Explain combine-and-quote-strings, split-string-and-unquote.
Some re-ordering.

16 years ago* tramp.texi (Overview): Mention also the PuTTY integration under
Michael Albinus [Wed, 7 Nov 2007 20:43:59 +0000 (20:43 +0000)]
* tramp.texi (Overview): Mention also the PuTTY integration under
Win32.  Remove paragraphs about Tramp's experimental status.
(Frequently Asked Questions): Add code example for highlighting the
mode line.

16 years ago* net/tramp.el (tramp-handle-substitute-in-file-name): Don't
Michael Albinus [Wed, 7 Nov 2007 20:41:15 +0000 (20:41 +0000)]
* net/tramp.el (tramp-handle-substitute-in-file-name): Don't
expand the remote connection identification.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
before calling stty.

* net/tramp-cache.el (tramp-cache-print)
(tramp-dump-connection-properties): Fix docstring.
(tramp-list-connections): Renamed from
`tramp-cache-list-connections'.

* net/tramp-cmds.el (tramp-cleanup-connection): Apply it.

* net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
remote connection identification when setting connection property.

* net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
"//" substitutes only in the local filename part.

16 years ago(handle_face_prop): Fix last change.
Chong Yidong [Wed, 7 Nov 2007 15:31:20 +0000 (15:31 +0000)]
(handle_face_prop): Fix last change.

16 years ago(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
Chong Yidong [Wed, 7 Nov 2007 15:30:51 +0000 (15:30 +0000)]
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.

16 years ago* dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
Chong Yidong [Wed, 7 Nov 2007 15:29:56 +0000 (15:29 +0000)]
* dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
twice.

* xdisp.c (handle_face_prop): Fix last change.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 7 Nov 2007 13:08:20 +0000 (13:08 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 7 Nov 2007 12:14:15 +0000 (12:14 +0000)]
*** empty log message ***

16 years agoPlaceholder entry about unsupported Mac Carbon port.
Glenn Morris [Wed, 7 Nov 2007 04:06:55 +0000 (04:06 +0000)]
Placeholder entry about unsupported Mac Carbon port.

16 years agoDeprecate Mac Carbon port.
Glenn Morris [Wed, 7 Nov 2007 04:04:05 +0000 (04:04 +0000)]
Deprecate Mac Carbon port.

16 years agoComment.
Glenn Morris [Wed, 7 Nov 2007 04:00:02 +0000 (04:00 +0000)]
Comment.

16 years agoDavid Hansen <david.hansen at gmx.net>
Glenn Morris [Wed, 7 Nov 2007 03:57:06 +0000 (03:57 +0000)]
David Hansen  <david.hansen at gmx.net>

(eshell-extended-glob): Sort matches.

16 years ago(tpu-map-key): Use unless rather than cond.
Glenn Morris [Wed, 7 Nov 2007 03:46:22 +0000 (03:46 +0000)]
(tpu-map-key): Use unless rather than cond.
Remove superfluous concats.  Move final set-buffer to non-emacs-specific code.

16 years agoRob Riepel <riepel at networking.stanford.edu>
Glenn Morris [Wed, 7 Nov 2007 03:39:19 +0000 (03:39 +0000)]
Rob Riepel  <riepel at networking.stanford.edu>

(tpu-map-key): Remove un-needed cond branch.

16 years agoJohan Bockg� <bojohan at gnu.org>
Glenn Morris [Wed, 7 Nov 2007 03:34:45 +0000 (03:34 +0000)]
Johan Bockg�  <bojohan at gnu.org>

(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.

16 years agoJohan Bockg� <bojohan at gnu.org>
Glenn Morris [Wed, 7 Nov 2007 03:33:56 +0000 (03:33 +0000)]
Johan Bockg�  <bojohan at gnu.org>

(eshell-output-filter): Use `with-current-buffer'.

16 years agoJohan Bockg� <bojohan at gnu.org>
Glenn Morris [Wed, 7 Nov 2007 03:33:16 +0000 (03:33 +0000)]
Johan Bockg�  <bojohan at gnu.org>

(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.

16 years agoJohan Bockg� <bojohan at gnu.org>
Glenn Morris [Wed, 7 Nov 2007 03:32:41 +0000 (03:32 +0000)]
Johan Bockg�  <bojohan at gnu.org>

(eshell-output-filter): Use `with-current-buffer'.

16 years ago*** empty log message ***
Richard M. Stallman [Wed, 7 Nov 2007 01:27:30 +0000 (01:27 +0000)]
*** empty log message ***

16 years ago(server-start): Only register cleanup after server was
Andreas Schwab [Wed, 7 Nov 2007 00:27:13 +0000 (00:27 +0000)]
(server-start): Only register cleanup after server was
started.

16 years ago* net/tramp.el (top): Don't autoload `tramp-cache-print'.
Michael Albinus [Tue, 6 Nov 2007 21:17:36 +0000 (21:17 +0000)]
* net/tramp.el (top): Don't autoload `tramp-cache-print'.

* net/tramp-cache (tramp-cache-print): Move down.
(tramp-cache-list-connections): New defun.

* net/tramp-cmds.el (tramp-cleanup-connection): Use it.

16 years ago*** empty log message ***
Richard M. Stallman [Tue, 6 Nov 2007 16:33:18 +0000 (16:33 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 6 Nov 2007 12:32:16 +0000 (12:32 +0000)]
*** empty log message ***

16 years ago(ido-save-history): Write the history file in the current filename
Juanma Barranquero [Tue, 6 Nov 2007 12:25:06 +0000 (12:25 +0000)]
(ido-save-history): Write the history file in the current filename
coding system, and add `coding' file-local variable.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 6 Nov 2007 11:23:36 +0000 (11:23 +0000)]
*** empty log message ***

16 years ago(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
Jan Djärv [Tue, 6 Nov 2007 11:17:38 +0000 (11:17 +0000)]
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
abort with a message on unhandled store_type values.

16 years ago(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
Jan Djärv [Tue, 6 Nov 2007 09:27:17 +0000 (09:27 +0000)]
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
abort with a message on unhandled store_type values.

16 years ago* textmodes/org.el (org-table-formula-substitute-names): Removed
Carsten Dominik [Tue, 6 Nov 2007 07:00:47 +0000 (07:00 +0000)]
* textmodes/org.el (org-table-formula-substitute-names): Removed
forgotten temporary debugging code.

16 years ago*** empty log message ***
Carsten Dominik [Tue, 6 Nov 2007 07:00:22 +0000 (07:00 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Nov 2007 01:37:39 +0000 (01:37 +0000)]
*** empty log message ***