bpt/emacs.git
15 years ago(Ffont_shape_gstring): Make glyphs of non-nil adjustment
Kenichi Handa [Wed, 10 Sep 2008 05:54:23 +0000 (05:54 +0000)]
(Ffont_shape_gstring): Make glyphs of non-nil adjustment
compose a grapheme cluster with the preceding base glyph.

15 years ago(compose-gstring-for-graphic): Fix previous change.
Kenichi Handa [Wed, 10 Sep 2008 05:49:38 +0000 (05:49 +0000)]
(compose-gstring-for-graphic): Fix previous change.

15 years ago(character.o, chartab.o): Fix config.h typo.
Glenn Morris [Wed, 10 Sep 2008 04:03:15 +0000 (04:03 +0000)]
(character.o, chartab.o): Fix config.h typo.

15 years ago(Info-try-follow-nearest-node): Fix doc typo.
Glenn Morris [Wed, 10 Sep 2008 02:33:29 +0000 (02:33 +0000)]
(Info-try-follow-nearest-node): Fix doc typo.

15 years agoStephen Berman <stephen.berman at gmx.net>
Glenn Morris [Wed, 10 Sep 2008 02:31:58 +0000 (02:31 +0000)]
Stephen Berman  <stephen.berman at gmx.net>

(Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)

15 years ago(composition_compute_stop_pos): Fix previous change.
Kenichi Handa [Wed, 10 Sep 2008 01:36:19 +0000 (01:36 +0000)]
(composition_compute_stop_pos): Fix previous change.

15 years ago* gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
Katsumi Yamaoka [Wed, 10 Sep 2008 01:28:52 +0000 (01:28 +0000)]
* gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
macro caddr in the interactive form since it won't be expanded.

15 years ago* gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
Katsumi Yamaoka [Tue, 9 Sep 2008 22:48:45 +0000 (22:48 +0000)]
* gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
`charset'; fix name of function called recursively.
(gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.

15 years ago(read_key_sequence): Reapply translation maps when switching
Chong Yidong [Tue, 9 Sep 2008 18:16:48 +0000 (18:16 +0000)]
(read_key_sequence): Reapply translation maps when switching
keyboards.

15 years ago* keyboard.c (read_key_sequence): Reapply translation maps when
Chong Yidong [Tue, 9 Sep 2008 18:15:41 +0000 (18:15 +0000)]
* keyboard.c (read_key_sequence): Reapply translation maps when
switching keyboards.

15 years ago* ido.el (ido-unload-function): New function.
Juanma Barranquero [Tue, 9 Sep 2008 14:00:58 +0000 (14:00 +0000)]
* ido.el (ido-unload-function): New function.

15 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Sep 2008 11:09:31 +0000 (11:09 +0000)]
*** empty log message ***

15 years ago(composition_compute_stop_pos): Limit the search of composition to
Kenichi Handa [Tue, 9 Sep 2008 11:07:49 +0000 (11:07 +0000)]
(composition_compute_stop_pos): Limit the search of composition to
at most 500 characters ahead.  If we reach the limit or find a
newline, set cmp_it->ch to -2 and return 0.
(composition_reseat_it): Handle the case that cmp_it->ch is -2.

15 years ago* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero [Tue, 9 Sep 2008 08:02:00 +0000 (08:02 +0000)]
* loading.texi (Where Defined): Add `defface' item.

15 years ago* gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
Katsumi Yamaoka [Tue, 9 Sep 2008 06:23:40 +0000 (06:23 +0000)]
* gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
(gnus-mime-set-charset-parameters): New function.
(gnus-mime-view-part-as-charset): Use it to correctly display part
specifying wrong charset.

15 years ago(ftfont_shape_by_flt): Use "combining" FLT for ASCII characters.
Kenichi Handa [Tue, 9 Sep 2008 02:29:02 +0000 (02:29 +0000)]
(ftfont_shape_by_flt): Use "combining" FLT for ASCII characters.

15 years agoMerge from gnus--devo--0
Miles Bader [Tue, 9 Sep 2008 02:19:23 +0000 (02:19 +0000)]
Merge from gnus--devo--0

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

15 years ago(FORWARD_CHAR): Fix calculation of (POSITION).pos_byte.
Kenichi Handa [Tue, 9 Sep 2008 02:09:32 +0000 (02:09 +0000)]
(FORWARD_CHAR): Fix calculation of (POSITION).pos_byte.

15 years ago* ido.el (ido-file-internal): Fix typo in prompt.
Juanma Barranquero [Mon, 8 Sep 2008 14:19:37 +0000 (14:19 +0000)]
* ido.el (ido-file-internal): Fix typo in prompt.
  (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
  (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
  (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
  (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
  Fix typos in docstrings.

15 years ago(describe-function-1): Don't print extra newline
Martin Rudalics [Mon, 8 Sep 2008 06:52:47 +0000 (06:52 +0000)]
(describe-function-1): Don't print extra newline
after filling.

15 years ago(find-lisp-object-file-name): Handle case where
Martin Rudalics [Mon, 8 Sep 2008 06:36:51 +0000 (06:36 +0000)]
(find-lisp-object-file-name): Handle case where
library is compressed.

15 years ago(Fvertical_motion): Be sure to set it_overshoot_expected if
Kenichi Handa [Mon, 8 Sep 2008 05:46:36 +0000 (05:46 +0000)]
(Fvertical_motion): Be sure to set it_overshoot_expected if
it.cmp_it.id is non-nengative.

15 years agoRemove the entry describing auto-encryption.
Daiki Ueno [Mon, 8 Sep 2008 03:22:11 +0000 (03:22 +0000)]
Remove the entry describing auto-encryption.

15 years ago* complete.el (PC-do-completion): Don't replace buffer
Chong Yidong [Sun, 7 Sep 2008 20:57:01 +0000 (20:57 +0000)]
* complete.el (PC-do-completion): Don't replace buffer
contents (bug#227).

15 years ago* complete.el (PC-do-completion): Don't replace buffer contents
Chong Yidong [Sun, 7 Sep 2008 20:56:27 +0000 (20:56 +0000)]
* complete.el (PC-do-completion): Don't replace buffer contents
(bug#227).

15 years agoFix typo in comment.
Juanma Barranquero [Sun, 7 Sep 2008 20:41:10 +0000 (20:41 +0000)]
Fix typo in comment.

15 years ago(Fcall_process): Don't hold references to string data
Andreas Schwab [Sun, 7 Sep 2008 20:35:14 +0000 (20:35 +0000)]
(Fcall_process): Don't hold references to string data
across garbage collection.  Move initialisation of new_argv down
to avoid compiler bug.

15 years agoUpdate instructions.
Chong Yidong [Sun, 7 Sep 2008 20:34:05 +0000 (20:34 +0000)]
Update instructions.

15 years ago* loadhist.el (unload-feature-special-hooks):
Juanma Barranquero [Sun, 7 Sep 2008 20:33:49 +0000 (20:33 +0000)]
* loadhist.el (unload-feature-special-hooks):
  Add `choose-completion-string-functions'.

15 years ago* vc-svn.el (vc-svn-root):
Stefan Monnier [Sun, 7 Sep 2008 20:24:24 +0000 (20:24 +0000)]
* vc-svn.el (vc-svn-root):
* vc-sccs.el (vc-sccs-root):
* vc-rcs.el (vc-rcs-root):
* vc-cvs.el (vc-cvs-root): Delete.
* vc-hooks.el (vc-find-root): Remove `invert' argument.

15 years ago(Fsystem_process_attributes): Doc fix.
Roland Winkler [Sun, 7 Sep 2008 19:47:29 +0000 (19:47 +0000)]
(Fsystem_process_attributes): Doc fix.

15 years ago(Fcall_process): Canonicalize current directory name.
Chong Yidong [Sun, 7 Sep 2008 19:10:28 +0000 (19:10 +0000)]
(Fcall_process): Canonicalize current directory name.

15 years ago* callproc.c (Fcall_process): Canonicalize current directory name.
Chong Yidong [Sun, 7 Sep 2008 19:10:18 +0000 (19:10 +0000)]
* callproc.c (Fcall_process): Canonicalize current directory name.

15 years ago(flymake-parse-err-lines): Filter out errors occurring in different
Chong Yidong [Sun, 7 Sep 2008 19:05:05 +0000 (19:05 +0000)]
(flymake-parse-err-lines): Filter out errors occurring in different
files.

15 years ago* progmodes/flymake.el (flymake-parse-err-lines): Filter out
Chong Yidong [Sun, 7 Sep 2008 19:04:53 +0000 (19:04 +0000)]
* progmodes/flymake.el (flymake-parse-err-lines): Filter out
errors occurring in different files.

15 years ago(vc-bzr-extra-fileinfo): New defstruct.
Dan Nicolaescu [Sun, 7 Sep 2008 17:24:57 +0000 (17:24 +0000)]
(vc-bzr-extra-fileinfo): New defstruct.
(vc-bzr-status-printer): New function.
(vc-bzr-after-dir-status): Deal with renamed files.

15 years ago*** empty log message ***
John Paul Wallington [Sun, 7 Sep 2008 15:49:59 +0000 (15:49 +0000)]
*** empty log message ***

15 years ago(ibuffer-diff-buffer-with-file-1): Shell quote buffer's filename.
John Paul Wallington [Sun, 7 Sep 2008 15:39:05 +0000 (15:39 +0000)]
(ibuffer-diff-buffer-with-file-1): Shell quote buffer's filename.
From Johan Euphrosine <proppy@aminche.com>.

15 years ago(move_it_to): When moving by vpos, ensure that the iterator advances
Chong Yidong [Sun, 7 Sep 2008 14:16:15 +0000 (14:16 +0000)]
(move_it_to): When moving by vpos, ensure that the iterator advances
to the next line if the current line ends in a continued tab.

15 years ago* xdisp.c (move_it_to): When moving by vpos, ensure that the iterator
Chong Yidong [Sun, 7 Sep 2008 14:15:40 +0000 (14:15 +0000)]
* xdisp.c (move_it_to): When moving by vpos, ensure that the iterator
advances to the next line if the current line ends in a continued tab.

15 years agoDistribute doc/man/ChangeLog.
Romain Francoise [Sun, 7 Sep 2008 11:45:46 +0000 (11:45 +0000)]
Distribute doc/man/ChangeLog.

15 years ago* nsfont.m (nsfont_draw): Fix the references to missing gidx data
Teodor Zlatanov [Sun, 7 Sep 2008 11:16:20 +0000 (11:16 +0000)]
* nsfont.m (nsfont_draw): Fix the references to missing gidx data
member to point to cmp_from.

* xdisp.c: Doc fix for references to gidx data member.

15 years ago(cancel-change-group): Widen buffer temporarily when
Martin Rudalics [Sun, 7 Sep 2008 09:16:56 +0000 (09:16 +0000)]
(cancel-change-group): Widen buffer temporarily when
undoing changes.  (Bug#810)

15 years ago(Fbuffer_swap_text): Reset window->point markers.
Stefan Monnier [Sun, 7 Sep 2008 01:22:25 +0000 (01:22 +0000)]
(Fbuffer_swap_text): Reset window->point markers.

15 years agoCompose combining characters only when it
Kenichi Handa [Sun, 7 Sep 2008 01:14:58 +0000 (01:14 +0000)]
Compose combining characters only when it
follows an character matching with "[[:alpha:]]".

15 years ago(FORWARD_CHAR): Check STOP after incrementing (POSITION).pos.
Kenichi Handa [Sun, 7 Sep 2008 01:11:46 +0000 (01:11 +0000)]
(FORWARD_CHAR): Check STOP after incrementing (POSITION).pos.

15 years ago(gud-stop-subjob): Using jdb, suspend threads
Nick Roberts [Sun, 7 Sep 2008 00:52:54 +0000 (00:52 +0000)]
(gud-stop-subjob): Using jdb, suspend threads
with gud-stop-subjob rather than exit debugger.

15 years ago*** empty log message ***
Nick Roberts [Sun, 7 Sep 2008 00:51:18 +0000 (00:51 +0000)]
*** empty log message ***

15 years agoRequire time-date.
Roland Winkler [Sat, 6 Sep 2008 23:05:49 +0000 (23:05 +0000)]
Require time-date.
(proced-command-alist, proced-command, proced-goal-header-re)
(proced-sorting-schemes-alist, proced-sorting-scheme)
(proced-header-alist, proced-sorting-schemes-re)
(proced-skip-regexp, proced-next-line, proced-previous-line)
(proced-listing-type, proced-sorting-scheme-p): Removed.
(proced-grammar-alist, proced-custom-attributes)
(proced-format-alist, proced-format, proced-filter-alist)
(proced-filter, proced-sort, proced-goal-attribute)
(proced-timer-interval, proced-timer-flag, proced-timer)
(proced-process-alist, proced-sort-internal, proced-process-tree)
(proced-header-help-echo, proced-field-help-echo): New variables.
(proced-pid-at-point, proced-timer, proced-mark-process-alist)
(proced-omit-process, proced-filter, proced-process-tree)
(proced-filter-children, proced-children-pids)
(proced-filter-parents, proced-<, proced-string-lessp)
(proced-time-lessp, proced-xor, proced-sort-p)
(proced-format-time, proced-format-start, proced-format-ttname)
(proced-format, proced-process-attributes): New functions.
(proced-toggle-timer-flag, proced-mark-children)
(proced-mark-parents, proced-filter-interactive)
(proced-filter-attribute, proced-sort-interactive)
(proced-sort-header, proced-format-interactive): New commands.
(proced-move-to-goal-column): Use goal-column.
(proced-mode): Use proced-timer.
(proced-do-mark-all): Display process count.  Use use-region-p.
Simplify.
(proced-omit-processes): Use use-region-p.
(proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
(proced-sort-start, proced-sort-time, proced-sort-user): Use
proced-sort-interactive.
(proced-sort): Make it a function that performs the actual sort.
(proced-update): New arg revert.  Use proced-process-alist,
proced-filter, proced-sort, proced-format, and
proced-grammar-alist.  Preserve position of point based on fields.
Make header line and fields clickable.
(proced-send-signal): Use proced-pid-at-point and
proced-process-alist.
(proced-why): Use save-selected-window.
(proced-log): Use buffer-read-only.

15 years ago(Fsystem_process_attributes): Doc fix.
Roland Winkler [Sat, 6 Sep 2008 23:00:17 +0000 (23:00 +0000)]
(Fsystem_process_attributes): Doc fix.

15 years ago(tooltip-mode): Initialize unconditionally to t.
Chong Yidong [Sat, 6 Sep 2008 21:29:40 +0000 (21:29 +0000)]
(tooltip-mode): Initialize unconditionally to t.

15 years ago* tooltip.el (tooltip-mode): Initialize unconditionally to t.
Chong Yidong [Sat, 6 Sep 2008 21:29:32 +0000 (21:29 +0000)]
* tooltip.el (tooltip-mode): Initialize unconditionally to t.

15 years ago(ispell-command-loop): Suspend ispell if the user enters a mouse event
Chong Yidong [Sat, 6 Sep 2008 20:07:49 +0000 (20:07 +0000)]
(ispell-command-loop): Suspend ispell if the user enters a mouse event
in another frame, or a special event.

15 years ago* textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
Chong Yidong [Sat, 6 Sep 2008 20:07:40 +0000 (20:07 +0000)]
* textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
user enters a mouse event in another frame, or a special event.

15 years agoFix previous change.
Glenn Morris [Sat, 6 Sep 2008 19:47:14 +0000 (19:47 +0000)]
Fix previous change.

15 years ago(diff-find-source-location): Declare.
Glenn Morris [Sat, 6 Sep 2008 19:38:44 +0000 (19:38 +0000)]
(diff-find-source-location): Declare.
(find-change-log): If called from a diff buffer, try to switch to the
source buffer (e.g. to respect change-log-default-name there).

15 years ago(sh-get-kw): Remove '()' from the list of
Glenn Morris [Sat, 6 Sep 2008 19:01:12 +0000 (19:01 +0000)]
(sh-get-kw): Remove '()' from the list of
unallowed characters; added 2006-10-10 without comment.  (Bug#753)

15 years ago*** empty log message ***
Glenn Morris [Sat, 6 Sep 2008 18:56:57 +0000 (18:56 +0000)]
*** empty log message ***

15 years ago(rmail-spam-filter): Autoload it.
Glenn Morris [Sat, 6 Sep 2008 18:56:50 +0000 (18:56 +0000)]
(rmail-spam-filter): Autoload it.

15 years ago*** empty log message ***
Glenn Morris [Sat, 6 Sep 2008 18:44:46 +0000 (18:44 +0000)]
*** empty log message ***

15 years ago(pmail-sort-messages): Use pmail-desc-get-start, pmail-desc-get-end
Glenn Morris [Sat, 6 Sep 2008 18:44:36 +0000 (18:44 +0000)]
(pmail-sort-messages): Use pmail-desc-get-start, pmail-desc-get-end
rather than non-existent `marker-' functions.

15 years ago(pmail-use-spam-filter): Remove un-needed variable declaration.
Glenn Morris [Sat, 6 Sep 2008 18:37:43 +0000 (18:37 +0000)]
(pmail-use-spam-filter): Remove un-needed variable declaration.
Doc fix for actual definition.
(pmail-get-new-mail): Call rmail-spam-filter rather than non-existent
pmail-spam-filter.

15 years ago(ELCFILES): Update.
Glenn Morris [Sat, 6 Sep 2008 18:22:55 +0000 (18:22 +0000)]
(ELCFILES): Update.

15 years ago(Quitting): Note that top-level exits active minibuffers.
Chong Yidong [Sat, 6 Sep 2008 17:24:58 +0000 (17:24 +0000)]
(Quitting): Note that top-level exits active minibuffers.

15 years ago(Recursive Edit): Note that top-level exits active minibuffers.
Chong Yidong [Sat, 6 Sep 2008 17:24:45 +0000 (17:24 +0000)]
(Recursive Edit): Note that top-level exits active minibuffers.

15 years ago* misc.texi (Recursive Edit): Note that top-level exits active
Chong Yidong [Sat, 6 Sep 2008 17:24:30 +0000 (17:24 +0000)]
* misc.texi (Recursive Edit): Note that top-level exits active
minibuffers.

* trouble.texi (Quitting): Likewise.

15 years ago(Ftop_level): Doc fix.
Chong Yidong [Sat, 6 Sep 2008 17:22:05 +0000 (17:22 +0000)]
(Ftop_level): Doc fix.

15 years ago* keyboard.c (Ftop_level): Doc fix.
Chong Yidong [Sat, 6 Sep 2008 17:21:57 +0000 (17:21 +0000)]
* keyboard.c (Ftop_level): Doc fix.

15 years ago(server-switch-buffer): New arg.
Chong Yidong [Sat, 6 Sep 2008 17:17:05 +0000 (17:17 +0000)]
(server-switch-buffer): New arg.
(server-execute): If reusing an existing window, set file position
if required.

15 years ago* server.el (server-switch-buffer): New arg.
Chong Yidong [Sat, 6 Sep 2008 17:15:49 +0000 (17:15 +0000)]
* server.el (server-switch-buffer): New arg.
(server-execute): If reusing an existing window, set file position
if required.

15 years agoFix setting of composition-function-table.
Kenichi Handa [Sat, 6 Sep 2008 14:20:31 +0000 (14:20 +0000)]
Fix setting of composition-function-table.

15 years ago(xmenu_show) [!HAVE_X_WINDOWS]: If frame has a minibuffer, don't let lower
Eli Zaretskii [Sat, 6 Sep 2008 13:43:36 +0000 (13:43 +0000)]
(xmenu_show) [!HAVE_X_WINDOWS]: If frame has a minibuffer, don't let lower
part of menu invade the echo area.

15 years ago(msdos-show-help): Don't truncate lines while displaying help echo messages.
Eli Zaretskii [Sat, 6 Sep 2008 12:52:42 +0000 (12:52 +0000)]
(msdos-show-help): Don't truncate lines while displaying help echo messages.

15 years agoAdapt to latest versions of MS-Windows.
Eli Zaretskii [Sat, 6 Sep 2008 11:41:17 +0000 (11:41 +0000)]
Adapt to latest versions of MS-Windows.

15 years ago(IT_menu_display): Use STRING_CHAR_ADVANCE instead of a "char *q" to access
Eli Zaretskii [Sat, 6 Sep 2008 11:15:04 +0000 (11:15 +0000)]
(IT_menu_display): Use STRING_CHAR_ADVANCE instead of a "char *q" to access
menu text and advance through it.  Revert the change that displayed ">"
instead of ASCII character 0x10.

15 years ago(Where Defined): Fix description of symbol-file.
Martin Rudalics [Sat, 6 Sep 2008 10:05:45 +0000 (10:05 +0000)]
(Where Defined): Fix description of symbol-file.

15 years ago(symbol-file): Fix doc-string.
Martin Rudalics [Sat, 6 Sep 2008 10:02:33 +0000 (10:02 +0000)]
(symbol-file): Fix doc-string.

15 years agoFix spelling and wording of comments.
Eli Zaretskii [Sat, 6 Sep 2008 09:57:15 +0000 (09:57 +0000)]
Fix spelling and wording of comments.

15 years ago(help-xref-forward-stack): Doc fix.
Glenn Morris [Sat, 6 Sep 2008 02:59:40 +0000 (02:59 +0000)]
(help-xref-forward-stack): Doc fix.

15 years agoFix typos.
Glenn Morris [Sat, 6 Sep 2008 02:58:12 +0000 (02:58 +0000)]
Fix typos.

15 years ago(change-log-default-name): Autoload safety.
Glenn Morris [Sat, 6 Sep 2008 02:56:33 +0000 (02:56 +0000)]
(change-log-default-name): Autoload safety.

15 years agoAdd local variable setting for change-log-default-name.
Glenn Morris [Sat, 6 Sep 2008 02:55:23 +0000 (02:55 +0000)]
Add local variable setting for change-log-default-name.

15 years ago*** empty log message ***
Glenn Morris [Sat, 6 Sep 2008 02:50:52 +0000 (02:50 +0000)]
*** empty log message ***

15 years ago(pmail-dont-reply-to, pmail-desc-get-marker-end)
Glenn Morris [Sat, 6 Sep 2008 02:50:14 +0000 (02:50 +0000)]
(pmail-dont-reply-to, pmail-desc-get-marker-end)
(pmail-desc-get-marker-start): Remove declarations of undefined functions.
(pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils
rather than non-existent pmail-dont-reply-to.

15 years ago(pmail-output-read-pmail-file-name): Remove unused declaration.
Glenn Morris [Sat, 6 Sep 2008 02:48:16 +0000 (02:48 +0000)]
(pmail-output-read-pmail-file-name): Remove unused declaration.

15 years ago(pmail-parse-file-inboxes): Remove unused declaration.
Glenn Morris [Sat, 6 Sep 2008 02:47:50 +0000 (02:47 +0000)]
(pmail-parse-file-inboxes): Remove unused declaration.

15 years ago(pmail-maybe-set-message-counters)
Glenn Morris [Sat, 6 Sep 2008 02:47:16 +0000 (02:47 +0000)]
(pmail-maybe-set-message-counters)
(pmail-set-message-deleted-p): Remove unused declarations.

15 years ago(pmail-spam-filter): Remove declaration of undefined function.
Glenn Morris [Sat, 6 Sep 2008 02:46:37 +0000 (02:46 +0000)]
(pmail-spam-filter): Remove declaration of undefined function.

15 years agoFix copyright years and license notices.
Glenn Morris [Sat, 6 Sep 2008 02:28:43 +0000 (02:28 +0000)]
Fix copyright years and license notices.

15 years agoAdd missing entry.
Glenn Morris [Sat, 6 Sep 2008 02:27:49 +0000 (02:27 +0000)]
Add missing entry.
Fix formatting.
Add copyright and license.

15 years agoface-remap was installed.
Glenn Morris [Sat, 6 Sep 2008 02:26:13 +0000 (02:26 +0000)]
face-remap was installed.
help has forward buttons.
SYNC_INPUT is the default.
keymap bug was fixed.

15 years agoDon't clean up a buffer when killing it.
Vinicius Jose Latorre [Sat, 6 Sep 2008 01:36:27 +0000 (01:36 +0000)]
Don't clean up a buffer when killing it.

15 years agoFix bug#360.
Vinicius Jose Latorre [Sat, 6 Sep 2008 00:19:31 +0000 (00:19 +0000)]
Fix bug#360.

15 years ago* verilog-mode.el (verilog-library-extensions): Enable .sv
Dan Nicolaescu [Fri, 5 Sep 2008 22:13:55 +0000 (22:13 +0000)]
* verilog-mode.el (verilog-library-extensions): Enable .sv
filename extensions to call verilog-mode.
(verilog-auto, verilog-auto-inst, verilog-faq)
(verilog-submit-bug-report): Update author support URLs.
(verilog-delete-auto, verilog-auto-inout-module)
(verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
creating complemented testbench modules.  Suggested by Yishay
Belkind.
(verilog-auto-inst-port, verilog-simplify-range-expression): When
verilog-auto-inst-param-value is set, don't require a
AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
Yishay Belkind.
(verilog-auto-inst-param-value): Add safe variable.
(verilog-re-search-forward, verilog-re-search-backward): Fix
returning wrong search results on Emacs 22.1.
(verilog-modi-cache-results, verilog-auto): Fix warning message
about "toggling font-lock-mode."
(verilog-auto): Fix loosing font-lock on errors.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Allow
parameters to be replaced with their values, on the expansion of
an AUTOINST with Verilog 2001 style parameter settings.  Suggested
by David Rogoff.
* verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
Better support for the property statement.  Sometimes this keyword
introduces a statement which requires an endproperty keyword, and
sometimes it doesn't, dependening on the work before the property
word. If property is prefixed with assert, assume or cover
keyword, then the statement is ended with a ';' Otherwise,
property is like task or specify, and is followed by some number
of statements, which are ended with an endproperty keyword.
(electric-verilog-tab): Support Emacs 22.2 style handling of tab
in a highlighted region: indent each line in region according to
mode.  Supply this so it works in XEmacs and older Emacs.

15 years agoRequire help-mode.
Chong Yidong [Fri, 5 Sep 2008 22:08:37 +0000 (22:08 +0000)]
Require help-mode.
(quail-help-init): Function removed.
(quail-keyboard-layout-button, quail-keyboard-customize-button):
Define directly.

15 years ago* international/quail.el: Require help-mode.
Chong Yidong [Fri, 5 Sep 2008 22:08:26 +0000 (22:08 +0000)]
* international/quail.el: Require help-mode.
(quail-help-init): Function removed.
(quail-keyboard-layout-button, quail-keyboard-customize-button):
Define directly.

15 years ago(dired-get-filename): Rewrite octal escape character processor
Chong Yidong [Fri, 5 Sep 2008 21:16:19 +0000 (21:16 +0000)]
(dired-get-filename): Rewrite octal escape character processor
(bug#885).

15 years ago* dired.el (dired-get-filename): Rewrite octal escape character
Chong Yidong [Fri, 5 Sep 2008 21:16:01 +0000 (21:16 +0000)]
* dired.el (dired-get-filename): Rewrite octal escape character
processor (bug#885).

15 years ago* pmail.el (pmail-get-new-mail): When there are no new messages,
Paul Reilly [Fri, 5 Sep 2008 19:28:36 +0000 (19:28 +0000)]
* pmail.el (pmail-get-new-mail): When there are no new messages,
  invoke a redisplay of the current message.

15 years agoMove comment for last change to right place.
Eli Zaretskii [Fri, 5 Sep 2008 17:30:10 +0000 (17:30 +0000)]
Move comment for last change to right place.