]>
git.eshelyaron.com Git - emacs.git/log
Chong Yidong [Wed, 3 Dec 2008 04:32:15 +0000 (04:32 +0000)]
* xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
Chong Yidong [Wed, 3 Dec 2008 04:10:55 +0000 (04:10 +0000)]
Fix typo.
Chong Yidong [Wed, 3 Dec 2008 04:10:37 +0000 (04:10 +0000)]
(x_draw_glyph_string): Fall back on underline_minimum_offset for
undlerline position.
Chong Yidong [Wed, 3 Dec 2008 04:10:17 +0000 (04:10 +0000)]
* xterm.c (x_draw_glyph_string): Fall back on underline_minimum_offset
for undlerline position.
Dan Nicolaescu [Wed, 3 Dec 2008 03:37:37 +0000 (03:37 +0000)]
Include <darpa/inet.h>.
Chong Yidong [Wed, 3 Dec 2008 03:26:54 +0000 (03:26 +0000)]
Correcct spellng.
Chong Yidong [Wed, 3 Dec 2008 03:26:23 +0000 (03:26 +0000)]
Correct spellling.
Chong Yidong [Wed, 3 Dec 2008 03:26:01 +0000 (03:26 +0000)]
Correct spalling.
Chong Yidong [Wed, 3 Dec 2008 03:25:34 +0000 (03:25 +0000)]
Correctt speling.
Chong Yidong [Wed, 3 Dec 2008 03:25:15 +0000 (03:25 +0000)]
Coract spelling.
Chong Yidong [Wed, 3 Dec 2008 03:24:49 +0000 (03:24 +0000)]
Correct speling.
Katsumi Yamaoka [Wed, 3 Dec 2008 03:00:41 +0000 (03:00 +0000)]
(message-idna-to-ascii-rhs-1): Protect against local users' addresses that
don't have domain parts.
Chong Yidong [Wed, 3 Dec 2008 02:40:46 +0000 (02:40 +0000)]
(pmail-summary-goto-msg): Use pmail-show-message-maybe.
Chong Yidong [Wed, 3 Dec 2008 02:40:40 +0000 (02:40 +0000)]
* pmailsum.el (pmail-summary-goto-msg): Use pmail-show-message-maybe.
Dan Nicolaescu [Wed, 3 Dec 2008 02:40:26 +0000 (02:40 +0000)]
* keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
* character.c (c_string_width): Specify the type for LEN.
Dan Nicolaescu [Wed, 3 Dec 2008 02:33:39 +0000 (02:33 +0000)]
Remove deleted files from the list.
Katsumi Yamaoka [Wed, 3 Dec 2008 02:32:18 +0000 (02:32 +0000)]
(message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head rather than
message-narrow-to-head since there will be the message header separator.
Kenichi Handa [Wed, 3 Dec 2008 02:27:26 +0000 (02:27 +0000)]
(detect_coding_system): Initialize utf_16_le_eol to -1, val to
Qnil.
(produce_chars): Initialize consumed_chars to 0.
Kenichi Handa [Wed, 3 Dec 2008 01:22:25 +0000 (01:22 +0000)]
(decode_coding_utf_8): Likewise.
Kenichi Handa [Wed, 3 Dec 2008 01:19:06 +0000 (01:19 +0000)]
(decode_coding_utf_16): Initialize consumed_chars_base
to 0.
Chong Yidong [Tue, 2 Dec 2008 23:12:56 +0000 (23:12 +0000)]
(make_lispy_position): Only use PT if the selected window is current.
Chong Yidong [Tue, 2 Dec 2008 23:12:38 +0000 (23:12 +0000)]
* keyboard.c (make_lispy_position): Only use PT if the selected
window is current.
Chong Yidong [Tue, 2 Dec 2008 22:57:02 +0000 (22:57 +0000)]
(pmail-new-summary): Check for pmail-summary-mode in the current
buffer, not in the pmail buffer.
Chong Yidong [Tue, 2 Dec 2008 22:56:56 +0000 (22:56 +0000)]
* pmailsum.el (pmail-new-summary): Check for pmail-summary-mode in the
current buffer, not in the pmail buffer.
Andreas Schwab [Tue, 2 Dec 2008 22:47:20 +0000 (22:47 +0000)]
(font_unparse_fcname): Fix use of uninitialized variable.
Andreas Schwab [Tue, 2 Dec 2008 22:34:12 +0000 (22:34 +0000)]
(doprnt1): Fix size of charbuf.
Stefan Monnier [Tue, 2 Dec 2008 22:29:13 +0000 (22:29 +0000)]
(nnimap-retrieve-headers-progress): Don't use nnimap-demule
since the result is inserted in a unibyte buffer anyway.
(nnimap-demule-use-string-to-multibyte): Remove.
(nnimap-demule): Alias it to mm-string-to-multibyte.
Juanma Barranquero [Tue, 2 Dec 2008 16:40:31 +0000 (16:40 +0000)]
Fix typos.
Chong Yidong [Tue, 2 Dec 2008 16:32:20 +0000 (16:32 +0000)]
(timer_check): Revert last change.
Chong Yidong [Tue, 2 Dec 2008 16:32:11 +0000 (16:32 +0000)]
* keyboard.c (timer_check): Revert last change.
Chong Yidong [Tue, 2 Dec 2008 14:03:27 +0000 (14:03 +0000)]
(pmail-get-summary-labels): If no attribute headers are found, use the
empty string.
Chong Yidong [Tue, 2 Dec 2008 14:03:19 +0000 (14:03 +0000)]
(pmail-only-expunge): Pass correct arg to pmail-show-message-maybe.
Chong Yidong [Tue, 2 Dec 2008 14:03:10 +0000 (14:03 +0000)]
* pmail.el (pmail-only-expunge): Pass correct arg to
pmail-show-message-maybe.
* pmailsum.el (pmail-get-summary-labels): If no attribute
headers are found, use the empty string.
Juanma Barranquero [Tue, 2 Dec 2008 08:35:30 +0000 (08:35 +0000)]
* makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
Stefan Monnier [Tue, 2 Dec 2008 07:08:35 +0000 (07:08 +0000)]
(PC-do-completion): Fix leftover bug from Emacs-21 when
the prompt was added to the minibuffer.
Glenn Morris [Tue, 2 Dec 2008 03:40:15 +0000 (03:40 +0000)]
(Format Conversion Round-Trip): Rewrite format-write-file section yet again.
Glenn Morris [Tue, 2 Dec 2008 03:36:25 +0000 (03:36 +0000)]
(texinfo-insert-quote): Tweak previous change.
Glenn Morris [Tue, 2 Dec 2008 03:34:19 +0000 (03:34 +0000)]
Aaron S. Hawley <aaronh at garden.org>
(texinfo-insert-quote): Handle corner case where point is at the
beginning of the buffer. (Bug#1239)
Glenn Morris [Tue, 2 Dec 2008 03:32:41 +0000 (03:32 +0000)]
Lennart Borgman <lennart.borgman at gmail.com>
(nxml-indent-line): Don't re-indent lines that already have the
correct indentation. (Bug#859)
Glenn Morris [Tue, 2 Dec 2008 03:32:05 +0000 (03:32 +0000)]
(c-tab-always-indent, c-insert-tab-function): Doc fix. (Bug#1368)
Glenn Morris [Tue, 2 Dec 2008 03:31:40 +0000 (03:31 +0000)]
(format-write-file): Rewrite doc yet again.
Kenichi Handa [Tue, 2 Dec 2008 01:14:45 +0000 (01:14 +0000)]
Re-generated.
Kenichi Handa [Tue, 2 Dec 2008 01:12:14 +0000 (01:12 +0000)]
(unidata-prop-alist): Docstring for
`decomposition' property adjusted.
(unidata-split-decomposition): Don't include surrounding "<" and
">" in a symbol name.
Kenichi Handa [Tue, 2 Dec 2008 01:12:02 +0000 (01:12 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 1 Dec 2008 23:39:48 +0000 (23:39 +0000)]
* makefile.w32-in: Update dependencies.
(CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
Dan Nicolaescu [Mon, 1 Dec 2008 20:29:02 +0000 (20:29 +0000)]
(scan_lisp_file): Use xmalloc instead of malloc.
Andreas Schwab [Mon, 1 Dec 2008 20:14:43 +0000 (20:14 +0000)]
(register_font_driver): Use xmalloc.
(font_put_frame_data): Likewise.
Chong Yidong [Mon, 1 Dec 2008 18:08:59 +0000 (18:08 +0000)]
(realize_x_face): Make abort condition clearer.
Chong Yidong [Mon, 1 Dec 2008 18:08:53 +0000 (18:08 +0000)]
* xfaces.c (realize_x_face): Make abort condition clearer.
Chong Yidong [Mon, 1 Dec 2008 17:59:53 +0000 (17:59 +0000)]
(update_frame_tool_bar): Initialize variable.
Chong Yidong [Mon, 1 Dec 2008 17:59:38 +0000 (17:59 +0000)]
* gtkutil.c (update_frame_tool_bar): Initialize variable.
Andreas Schwab [Mon, 1 Dec 2008 16:07:19 +0000 (16:07 +0000)]
(dired-font-lock-keywords): Avoid fontifying file names
ending in a colon as directory header.
Kenichi Handa [Mon, 1 Dec 2008 12:14:03 +0000 (12:14 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 1 Dec 2008 11:42:43 +0000 (11:42 +0000)]
Re-generated.
Kenichi Handa [Mon, 1 Dec 2008 11:41:16 +0000 (11:41 +0000)]
(unidata-prop-alist): Docstring adjusted.
Kenichi Handa [Mon, 1 Dec 2008 11:39:09 +0000 (11:39 +0000)]
(unidata-prop-alist): Set `numric-value'
property generator to unidata-gen-table-numeric.
(unidata-get-numeric, unidata-put-numeric)
(unidata-gen-table-numeric): New functions.
(unidata-encode-val): Use assoc to get a slot in VAL-LIST.
Juanma Barranquero [Mon, 1 Dec 2008 11:07:41 +0000 (11:07 +0000)]
* international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item.
Martin Rudalics [Mon, 1 Dec 2008 06:58:38 +0000 (06:58 +0000)]
(Top): Fix typo.
Michael Albinus [Mon, 1 Dec 2008 06:37:54 +0000 (06:37 +0000)]
* net/tramp-cache.el (tramp-cache-data-changed): New defvar.
(tramp-set-connection-property, tramp-flush-connection-property)
(tramp-dump-connection-properties): Use it.
Miles Bader [Mon, 1 Dec 2008 02:27:55 +0000 (02:27 +0000)]
Add arch tagline
Jay Belanger [Mon, 1 Dec 2008 02:09:58 +0000 (02:09 +0000)]
(About This Manual): Clarify behavior of `C-x * t'.
(Using Calc): Clarify use of `C-x * o'.
(Embedded Mode (Overview)): Clarify use of `C-x * e'.
Chong Yidong [Sun, 30 Nov 2008 23:08:22 +0000 (23:08 +0000)]
DocView is documented.
Chong Yidong [Sun, 30 Nov 2008 23:02:50 +0000 (23:02 +0000)]
hide-ifdef-mode documented; mark some entries as not needed doc updates.
Chong Yidong [Sun, 30 Nov 2008 23:01:56 +0000 (23:01 +0000)]
(Top): Add DocView nodes to detailed node listing.
Chong Yidong [Sun, 30 Nov 2008 22:57:43 +0000 (22:57 +0000)]
(Document View): Explain dependence on gs at the top. Copyedits.
Chong Yidong [Sun, 30 Nov 2008 22:57:36 +0000 (22:57 +0000)]
* misc.texi (Document View): Explain dependence on gs at the top.
Copyedits.
Chong Yidong [Sun, 30 Nov 2008 22:11:56 +0000 (22:11 +0000)]
Martin changed windows.texi.
Chong Yidong [Sun, 30 Nov 2008 22:10:20 +0000 (22:10 +0000)]
Checked programs.texi.
Chong Yidong [Sun, 30 Nov 2008 22:10:02 +0000 (22:10 +0000)]
(Other C Commands): Document hide-ifdef-shadow.
(Comment Commands): Discuss region-active behavior of M-; first.
Chong Yidong [Sun, 30 Nov 2008 22:07:16 +0000 (22:07 +0000)]
* programs.texi (Other C Commands): Document hide-ifdef-shadow.
(Comment Commands): Discuss region-active behavior of M-; first.
Chong Yidong [Sun, 30 Nov 2008 17:33:36 +0000 (17:33 +0000)]
(timer_check): After a timer runs, ensure that the selected window's
buffer is current.
Chong Yidong [Sun, 30 Nov 2008 17:33:22 +0000 (17:33 +0000)]
* keyboard.c (timer_check): After a timer runs, ensure that the
selected window's buffer is current.
Chong Yidong [Sun, 30 Nov 2008 16:21:20 +0000 (16:21 +0000)]
Undo last change.
Chong Yidong [Sun, 30 Nov 2008 16:19:31 +0000 (16:19 +0000)]
(allout-keybindings-list): Remove C-h binding to allow users to ask
for help.
Chong Yidong [Sun, 30 Nov 2008 16:19:20 +0000 (16:19 +0000)]
* allout.el (allout-keybindings-list): Remove C-h binding to allow
users to ask for help.
Juanma Barranquero [Sun, 30 Nov 2008 14:18:26 +0000 (14:18 +0000)]
* makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
It was accidentally restored by the Unicode merge.
Chong Yidong [Sun, 30 Nov 2008 05:57:33 +0000 (05:57 +0000)]
New file.
Chong Yidong [Sun, 30 Nov 2008 05:57:19 +0000 (05:57 +0000)]
* bytecomp-testsuite.el: New file,
Chong Yidong [Sun, 30 Nov 2008 05:42:35 +0000 (05:42 +0000)]
(wdired-finish-edit): If displaying a single file, change
dired-directory if that file was renamed.
Chong Yidong [Sun, 30 Nov 2008 05:42:01 +0000 (05:42 +0000)]
* wdired.el (wdired-finish-edit): If displaying a single file,
change dired-directory if that file was renamed.
Chong Yidong [Sun, 30 Nov 2008 03:00:18 +0000 (03:00 +0000)]
(macro-declaration-function): Disallow declare specs with lengths of 3
or more.
Chong Yidong [Sun, 30 Nov 2008 02:59:18 +0000 (02:59 +0000)]
* emacs-lisp/byte-run.el (macro-declaration-function): Disallow
declare specs with lengths of 3 or more.
Juanma Barranquero [Sun, 30 Nov 2008 02:58:31 +0000 (02:58 +0000)]
* w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
Chong Yidong [Sun, 30 Nov 2008 02:21:24 +0000 (02:21 +0000)]
(dirtrack): Fix error message.
Chong Yidong [Sun, 30 Nov 2008 02:20:50 +0000 (02:20 +0000)]
* dirtrack.el (dirtrack): Fix error message.
Glenn Morris [Sun, 30 Nov 2008 01:58:06 +0000 (01:58 +0000)]
(vc-svn-diff-switches): Doc fix.
(vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
Glenn Morris [Sun, 30 Nov 2008 01:45:29 +0000 (01:45 +0000)]
(vc-mtn-diff): No need to duplicate vc-switches logic.
Glenn Morris [Sun, 30 Nov 2008 01:44:52 +0000 (01:44 +0000)]
(vc-hg-diff): No need to duplicate vc-switches logic.
Glenn Morris [Sun, 30 Nov 2008 01:44:33 +0000 (01:44 +0000)]
(vc-git-diff): No need to duplicate vc-switches logic.
Glenn Morris [Sun, 30 Nov 2008 01:28:01 +0000 (01:28 +0000)]
(eshell-needs-pipe): New variable.
(eshell-needs-pipe-p): New function.
(eshell-gather-process-output): Set process-connection-type according to
eshell-needs-pipe-p. (Bug#1388)
Juanma Barranquero [Sun, 30 Nov 2008 01:01:18 +0000 (01:01 +0000)]
* calendar/diary-lib.el (diary-cyclic): Doc fix.
(diary-remind-message, diary-number-of-entries)
(diary-include-other-diary-files, diary-mark-included-diary-files)
(diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
(diary-font-lock-keywords-1): Reflow docstrings.
(diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
(diary-anniversary, diary-date-display-form): Fix typos in docstrings.
* emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
(timer-duration): Use `string-match-p'.
Chong Yidong [Sat, 29 Nov 2008 21:45:22 +0000 (21:45 +0000)]
Fix typo.
Chong Yidong [Sat, 29 Nov 2008 21:41:30 +0000 (21:41 +0000)]
(minibuffer-confirm-exit-commands): Add PC-complete and
PC-complete-word to the list.
Chong Yidong [Sat, 29 Nov 2008 21:41:11 +0000 (21:41 +0000)]
(PC-do-complete-and-exit): Use minibuffer-confirm-exit-commands.
Chong Yidong [Sat, 29 Nov 2008 21:40:51 +0000 (21:40 +0000)]
* complete.el (PC-do-complete-and-exit): Use
minibuffer-confirm-exit-commands.
* minibuffer.el (minibuffer-confirm-exit-commands): Add
PC-complete and PC-complete-word to the list.
Juanma Barranquero [Sat, 29 Nov 2008 21:32:39 +0000 (21:32 +0000)]
* files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag.
Juanma Barranquero [Sat, 29 Nov 2008 20:25:54 +0000 (20:25 +0000)]
* emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
(reb-mode): Define with `define-derived-mode'.
Juanma Barranquero [Sat, 29 Nov 2008 20:05:32 +0000 (20:05 +0000)]
Fix typo.
Karl Fogel [Sat, 29 Nov 2008 19:04:14 +0000 (19:04 +0000)]
* emacs-cvs/lisp/files.el
(break-hardlink-on-save): New variable.
(basic-save-buffer-2): Honor new variable break-hardlink-on-save.
(file-precious-flag): Mention it in doc string.
Juanma Barranquero [Sat, 29 Nov 2008 18:35:33 +0000 (18:35 +0000)]
* w32proc.c: Include "coding.h".
(Fw32_short_file_name): Encode filename passed to Windows API.
(Fw32_long_file_name): Encode filename passed to Windows API and
decode back the result. (Bug#1433)