]>
git.eshelyaron.com Git - emacs.git/log
Michael Albinus [Tue, 19 Dec 2006 06:57:28 +0000 (06:57 +0000)]
* tramp.texi (External transfer methods): Describe new method `scpc'.
Michael Albinus [Tue, 19 Dec 2006 06:56:27 +0000 (06:56 +0000)]
* net/tramp.el (tramp-methods): Introduce new method `scpc'.
Remove "ControlMaster" option from the other `scp*' methods.
(tramp-default-method): Check for ssh-agent before setting to
`scp'.
Jan Djärv [Tue, 19 Dec 2006 06:49:01 +0000 (06:49 +0000)]
Regenerate
Jan Djärv [Tue, 19 Dec 2006 06:48:25 +0000 (06:48 +0000)]
* configure.in: Check if Gtk+ compiles at all.
Chong Yidong [Mon, 18 Dec 2006 21:50:51 +0000 (21:50 +0000)]
** font-lock-defaults = (nil t) is slow?
It is not.
Eli Zaretskii [Mon, 18 Dec 2006 20:46:19 +0000 (20:46 +0000)]
(Windows Keyboard): Add a footnote about "Windows" keys peculiarities.
Juanma Barranquero [Mon, 18 Dec 2006 16:47:28 +0000 (16:47 +0000)]
[WINDOWSNT] (set_fg, get_wc): New variables.
[WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
(main) [WINDOWSNT]: Remove code to release the focus; call
w32_give_focus instead.
Chong Yidong [Mon, 18 Dec 2006 16:29:59 +0000 (16:29 +0000)]
** jpff@cs.bath.ac.uk, Dec 7: Failure to submit second netnews message.
Closing in absence of followup from reporter.
Carsten Dominik [Mon, 18 Dec 2006 15:20:27 +0000 (15:20 +0000)]
(org-mode): Show context after isearch.
(org-show-siblings): New function.
(org-show-context): Use `org-show-siblings'.
Carsten Dominik [Mon, 18 Dec 2006 15:19:51 +0000 (15:19 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 18 Dec 2006 14:34:01 +0000 (14:34 +0000)]
(syntax-ppss-flush-cache, syntax-ppss): Use syntax-ppss-toplevel-pos.
Stefan Monnier [Mon, 18 Dec 2006 14:02:30 +0000 (14:02 +0000)]
(syntax-ppss-toplevel-pos): Improve docstring.
Carsten Dominik [Mon, 18 Dec 2006 11:53:08 +0000 (11:53 +0000)]
(org-current-line): Make sure that lines are
counted from beginning of buffer.
(org-table-copy-region, org-table-paste-rectangle): Make sure that
lines are counted from beginning of buffer.
Carsten Dominik [Mon, 18 Dec 2006 11:52:03 +0000 (11:52 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 18 Dec 2006 09:11:20 +0000 (09:11 +0000)]
Whitespace change (again).
Juanma Barranquero [Mon, 18 Dec 2006 08:52:27 +0000 (08:52 +0000)]
Whitespace change.
Chong Yidong [Mon, 18 Dec 2006 05:16:48 +0000 (05:16 +0000)]
(Info-build-node-completions): Signal error if tag-table marker is not
found.
Chong Yidong [Mon, 18 Dec 2006 05:16:39 +0000 (05:16 +0000)]
* info.el (Info-build-node-completions): Signal error if tag-table
marker is not found.
Richard M. Stallman [Mon, 18 Dec 2006 01:53:05 +0000 (01:53 +0000)]
(Editing Abbrevs): Fix previous change.
Chong Yidong [Sun, 17 Dec 2006 23:19:53 +0000 (23:19 +0000)]
** Document use of gpg-agent
Done.
Chong Yidong [Sun, 17 Dec 2006 23:18:36 +0000 (23:18 +0000)]
(pgg-gpg-use-agent): Default to t.
Chong Yidong [Sun, 17 Dec 2006 23:18:27 +0000 (23:18 +0000)]
* pgg-gpg.el (pgg-gpg-use-agent): Default to t.
Chong Yidong [Sun, 17 Dec 2006 23:17:13 +0000 (23:17 +0000)]
Added short note on gpg-agent to the introduction.
Chong Yidong [Sun, 17 Dec 2006 23:17:05 +0000 (23:17 +0000)]
* pgg.texi: Added short note on gpg-agent to the introduction.
Chong Yidong [Sun, 17 Dec 2006 23:04:13 +0000 (23:04 +0000)]
** rms@gnu.org, Dec 9: wdired bug with symlinks
Was already fixed by cyd's 2006-12-09 change.
Chong Yidong [Sun, 17 Dec 2006 23:02:50 +0000 (23:02 +0000)]
** Should CC mode set beginning-of-defun-function?
Resolved.
Chong Yidong [Sun, 17 Dec 2006 22:56:39 +0000 (22:56 +0000)]
(beginning-of-defun-raw): Optimise (for speed) the case when
open-paren-in-column-0-is-defun-start is nil. Based on code by Martin
Rudalics.
Chong Yidong [Sun, 17 Dec 2006 22:56:27 +0000 (22:56 +0000)]
* emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
speed) the case when open-paren-in-column-0-is-defun-start is nil.
Based on code by Martin Rudalics.
Richard M. Stallman [Sun, 17 Dec 2006 22:23:36 +0000 (22:23 +0000)]
Comment change.
Richard M. Stallman [Sun, 17 Dec 2006 22:23:13 +0000 (22:23 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 17 Dec 2006 22:23:07 +0000 (22:23 +0000)]
(Named Features): Explain subfeatures better.
Richard M. Stallman [Sun, 17 Dec 2006 22:20:40 +0000 (22:20 +0000)]
Use "option" only for user options.
For the keyword values inside defcustom etc, say "keywords".
For :options value's elements, say "elements".
:group should not be omitted.
Alan Mackenzie [Sun, 17 Dec 2006 22:15:46 +0000 (22:15 +0000)]
(c-basic-common-init): don't set open-paren-in-column-0-is-defun-start to
nil any more.
Richard M. Stallman [Sun, 17 Dec 2006 22:14:48 +0000 (22:14 +0000)]
(delete-horizontal-space): Use prefix arg.
Richard M. Stallman [Sun, 17 Dec 2006 22:14:11 +0000 (22:14 +0000)]
(describe-variable): Improve blank separator lines.
Alan Mackenzie [Sun, 17 Dec 2006 22:13:41 +0000 (22:13 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 17 Dec 2006 22:12:59 +0000 (22:12 +0000)]
Say that C-d and DEL with arg do killing.
Alan Mackenzie [Sun, 17 Dec 2006 22:04:05 +0000 (22:04 +0000)]
programs.texi (Left Margin Paren): Remove the bit which says
that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
Discuss some of the issues of setting this option to nil.
Richard M. Stallman [Sun, 17 Dec 2006 22:02:52 +0000 (22:02 +0000)]
(Parsing Expressions): Split up node.
(Motion via Parsing, Position Parse, Parser State)
(Low-Level Parsing, Control Parsing): New subnodes.
(Parser State): Document syntax-ppss-toplevel-pos.
Richard M. Stallman [Sun, 17 Dec 2006 22:01:03 +0000 (22:01 +0000)]
(List Motion): Punctuation fix.
Richard M. Stallman [Sun, 17 Dec 2006 20:39:33 +0000 (20:39 +0000)]
Comment change.
Richard M. Stallman [Sun, 17 Dec 2006 20:16:00 +0000 (20:16 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 17 Dec 2006 20:14:13 +0000 (20:14 +0000)]
Fix previous change.
Richard M. Stallman [Sun, 17 Dec 2006 20:13:13 +0000 (20:13 +0000)]
(File Name Completion): Document PREDICATE arg to file-name-completion.
Richard M. Stallman [Sun, 17 Dec 2006 20:11:16 +0000 (20:11 +0000)]
(Fread_file_name_internal): Pass Vread_file_name_predicate
to Ffile_name_completion.
Richard M. Stallman [Sun, 17 Dec 2006 20:10:33 +0000 (20:10 +0000)]
(file_name_completion): New arg PREDICATE. Some cleanup.
(file_name_completion): New arg PREDICATE.
Richard M. Stallman [Sun, 17 Dec 2006 18:03:26 +0000 (18:03 +0000)]
(magic-mode-alist): Mark as risky.
(make-backup-file-name-1): Expand backup-directory explicitly.
Magnus Henoch [Sun, 17 Dec 2006 17:00:18 +0000 (17:00 +0000)]
*** empty log message ***
Michael Albinus [Sun, 17 Dec 2006 12:58:04 +0000 (12:58 +0000)]
* net/tramp.el (tramp-default-method): Before setting to "pscp",
check whether package password.el is loaded, or Pageant is running.
Juanma Barranquero [Sun, 17 Dec 2006 11:54:10 +0000 (11:54 +0000)]
(Fkill_buffer): Doc fix.
(syms_of_buffer) <kill-buffer-query-functions>: Doc fix.
Glenn Morris [Sun, 17 Dec 2006 07:02:26 +0000 (07:02 +0000)]
Copy copyright header from forms.el (at rms instruction).
Glenn Morris [Sun, 17 Dec 2006 07:00:03 +0000 (07:00 +0000)]
Add a copyright notice, with years based on earliest date in this
file, combined with broadest subsequent set used for other url files.
Glenn Morris [Sun, 17 Dec 2006 06:51:14 +0000 (06:51 +0000)]
Verna has assigned copyright to FSF, so merge his years info FSF's.
Glenn Morris [Sun, 17 Dec 2006 06:50:19 +0000 (06:50 +0000)]
Scholz has assigned copyright to FSF, so merge his years info FSF's.
Glenn Morris [Sun, 17 Dec 2006 06:48:06 +0000 (06:48 +0000)]
(Editing Abbrevs): Mention system abbrevs.
Glenn Morris [Sun, 17 Dec 2006 06:47:42 +0000 (06:47 +0000)]
*** empty log message ***
Glenn Morris [Sun, 17 Dec 2006 06:23:52 +0000 (06:23 +0000)]
From Ulf Jasper <ulf.jasper at web.de>:
(icalendar-version): Increase to "0.14".
(icalendar--rris): First try Emacs, then XEmacs.
(icalendar--convert-ical-to-diary): Doc fix. Insert
newline at end of target file.
Glenn Morris [Sun, 17 Dec 2006 06:14:02 +0000 (06:14 +0000)]
Change from author with no copyright assignment was "tiny".
Richard M. Stallman [Sun, 17 Dec 2006 04:39:52 +0000 (04:39 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 17 Dec 2006 00:48:26 +0000 (00:48 +0000)]
(outline-isearch-open-invisible-function): New defvar.
(outline-flag-region): Use it if non-nil for isearch-open-invisible
overlay property instead of outline-isearch-open-invisible.
Kim F. Storm [Sun, 17 Dec 2006 00:48:14 +0000 (00:48 +0000)]
*** empty log message ***
Juanma Barranquero [Sat, 16 Dec 2006 20:43:50 +0000 (20:43 +0000)]
*** empty log message ***
Juanma Barranquero [Sat, 16 Dec 2006 20:38:14 +0000 (20:38 +0000)]
(Ftry_completion): Check that obarray buckets are symbols.
Eli Zaretskii [Sat, 16 Dec 2006 19:16:30 +0000 (19:16 +0000)]
(Building Emacs, Writing Emacs Primitives): Add index entries.
Eli Zaretskii [Sat, 16 Dec 2006 18:48:44 +0000 (18:48 +0000)]
(Windows Keyboard): Fix last change.
Eli Zaretskii [Sat, 16 Dec 2006 14:39:33 +0000 (14:39 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 16 Dec 2006 14:38:44 +0000 (14:38 +0000)]
(w32-window-exists-p): New function.
(syms_of_w32fns): Defsubr it.
Eli Zaretskii [Sat, 16 Dec 2006 14:00:15 +0000 (14:00 +0000)]
Document problems with rebasing Cygwin DLLs.
Eli Zaretskii [Sat, 16 Dec 2006 12:46:45 +0000 (12:46 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 16 Dec 2006 12:45:59 +0000 (12:45 +0000)]
[STDC_HEADERS]: Include stdlib.h.
Eli Zaretskii [Sat, 16 Dec 2006 12:31:22 +0000 (12:31 +0000)]
(Windows Files): `w32-get-true-file-attributes' is only relevant for NTFS
volumes.
(ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS volumes.
Eli Zaretskii [Sat, 16 Dec 2006 12:23:25 +0000 (12:23 +0000)]
(Windows Keyboard): Clarify `w32-recognize-altgr' effect.
Kim F. Storm [Sat, 16 Dec 2006 01:34:10 +0000 (01:34 +0000)]
(ido-toggle-ignore, ido-completion-help): Print message while
reading big directory.
Kim F. Storm [Sat, 16 Dec 2006 01:33:58 +0000 (01:33 +0000)]
*** empty log message ***
Kim F. Storm [Sat, 16 Dec 2006 01:24:26 +0000 (01:24 +0000)]
(ido-completion-help): Build ido-cur-list and ido-matches
if ido-directory-too-big is set on entry.
Kim F. Storm [Sat, 16 Dec 2006 01:24:16 +0000 (01:24 +0000)]
*** empty log message ***
Juanma Barranquero [Sat, 16 Dec 2006 00:47:30 +0000 (00:47 +0000)]
(Ftry_completion): Use `check_obarray' if ALIST is a vector.
Richard M. Stallman [Fri, 15 Dec 2006 21:21:43 +0000 (21:21 +0000)]
(shell): Doc fix.
Richard M. Stallman [Fri, 15 Dec 2006 21:17:01 +0000 (21:17 +0000)]
(shell): Doc fix.
Richard M. Stallman [Fri, 15 Dec 2006 19:05:47 +0000 (19:05 +0000)]
Comment and whitespace changes.
Juanma Barranquero [Fri, 15 Dec 2006 17:50:28 +0000 (17:50 +0000)]
Rework a few comments.
Eli Zaretskii [Fri, 15 Dec 2006 16:36:31 +0000 (16:36 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 15 Dec 2006 16:35:43 +0000 (16:35 +0000)]
(USAGE3): Clarify documentation of --color.
Eli Zaretskii [Fri, 15 Dec 2006 16:24:04 +0000 (16:24 +0000)]
Replace `/' with a `-', to fix a problem on Cygwin.
Eli Zaretskii [Fri, 15 Dec 2006 16:11:08 +0000 (16:11 +0000)]
Update maintainer's email address. Corrects documentation of C-b binding.
Eli Zaretskii [Fri, 15 Dec 2006 16:09:17 +0000 (16:09 +0000)]
Update maintainer's email address.
Juanma Barranquero [Fri, 15 Dec 2006 14:53:44 +0000 (14:53 +0000)]
(w32_execvp): New function; wrapper for `execvp'.
(execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
(fail): Remove Windows-specific fix (subsumed in w32_execvp).
Eli Zaretskii [Fri, 15 Dec 2006 14:12:44 +0000 (14:12 +0000)]
(HTML Mode): Fix "C-c TAB".
Eli Zaretskii [Fri, 15 Dec 2006 12:12:49 +0000 (12:12 +0000)]
(c-font-lock-declarations): Fix previous change.
Juanma Barranquero [Fri, 15 Dec 2006 09:21:58 +0000 (09:21 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 15 Dec 2006 08:05:52 +0000 (08:05 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 15 Dec 2006 08:05:42 +0000 (08:05 +0000)]
(mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern.
YAMAMOTO Mitsuharu [Fri, 15 Dec 2006 08:05:35 +0000 (08:05 +0000)]
(mac_query_char_extents) [USE_ATSUI]: Don't call
ATSUGetGlyphBounds if not necessary.
(Vmac_atsu_font_table) [USE_ATSUI]: Remove Variable.
(syms_of_macterm) [USE_ATSUI]: Don't defvar it.
(fm_get_style_from_font, atsu_find_font_from_family_name)
(atsu_find_font_family_name, mac_atsu_font_face_attributes)
[USE_ATSUI]: New functions.
(init_font_name_table) [USE_ATSUI]: Use atsu_find_font_family_name.
(mac_load_query_font) [USE_ATSUI]: Use atsu_find_font_from_family_name.
Don't get metrics for Latin-1 right half characters.
(mac_load_query_font): Don't load font if space width is not positive.
[TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): Use
mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
(XTread_socket): Call SelectWindow when unfocused frame is clicked.
YAMAMOTO Mitsuharu [Fri, 15 Dec 2006 08:05:27 +0000 (08:05 +0000)]
[TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use
mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
YAMAMOTO Mitsuharu [Fri, 15 Dec 2006 08:05:18 +0000 (08:05 +0000)]
(mac_atsu_font_face_attributes) [USE_ATSUI]: Add extern.
(Fmac_atsu_font_face_attributes) [USE_ATSUI]: New function.
(syms_of_macfns) [USE_ATSUI]: Defsubr it.
YAMAMOTO Mitsuharu [Fri, 15 Dec 2006 08:05:10 +0000 (08:05 +0000)]
(wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]: New
variable.
(ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros.
[!MAC_OSX] (select): Use them.
[MAC_OSX] (select_and_poll_event, sys_select): Likewise.
(mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: New function.
YAMAMOTO Mitsuharu [Fri, 15 Dec 2006 08:04:47 +0000 (08:04 +0000)]
(mac-atsu-font-table): Remove defvar.
(mac-handle-font-selection): Use mac-atsu-font-face-attributes
instead of mac-atsu-font-table.
(fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
Richard M. Stallman [Fri, 15 Dec 2006 02:13:51 +0000 (02:13 +0000)]
No maintainer.
Miles Bader [Fri, 15 Dec 2006 01:14:50 +0000 (01:14 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 176)
- Update from CVS
2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
also applies to Cc.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-560
Kim F. Storm [Fri, 15 Dec 2006 00:23:10 +0000 (00:23 +0000)]
(redisplay_window): Set ignore_mouse_drag_p if tool-bar
is resized to avoid generating a mouse drag event.