]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years agoUpdate date.
Reiner Steib [Tue, 18 Apr 2006 19:28:42 +0000 (19:28 +0000)]
Update date.

18 years agoBump version to 5.11. Remove duplicate \def's.
Reiner Steib [Tue, 18 Apr 2006 19:27:01 +0000 (19:27 +0000)]
Bump version to 5.11.  Remove duplicate \def's.

18 years ago(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
Bill Wohler [Tue, 18 Apr 2006 19:20:44 +0000 (19:20 +0000)]
(defcustom-mh, defface-mh, defgroup-mh, mh-face-data)
(mh-strip-package-version, mh-face-data, mh-inherit-face-flag)
(mh-min-colors-defined-flag): Do not unbind these macros and
variables. Nice idea, but too many nasty side-effects. These macros
are needed by [Cc]ustom-make-dependencies when creating the MH-E
customization groups in mh-cus-load.el. These disappeared when the
macros above were introduced. Besides, if a developer were to try to
show the help for a macro or variable they were looking at and got [No
match] when they did so, that would be bad.

18 years ago(partial-completion-mode): Use 'choose-completion-string-functions to make
Stefan Monnier [Tue, 18 Apr 2006 17:33:33 +0000 (17:33 +0000)]
(partial-completion-mode): Use 'choose-completion-string-functions to make
sure that choose-completion fills the minibuffer properly.

(PC-old-read-file-name-internal): Remove.
(PC-read-include-file-name-internal): Remove.  Turn it into an advice
of read-file-name-internal.
(partial-completion-mode): Enable/disable this advice.

18 years agoAdd MH-E.
Bill Wohler [Tue, 18 Apr 2006 17:27:51 +0000 (17:27 +0000)]
Add MH-E.

18 years agoBring ChangeLog back to the iso-2022-7bit flock.
Juanma Barranquero [Tue, 18 Apr 2006 10:26:37 +0000 (10:26 +0000)]
Bring ChangeLog back to the iso-2022-7bit flock.

18 years ago(tramp-completion-file-name-handler): Revert change of 2006-04-17.
Juanma Barranquero [Tue, 18 Apr 2006 10:02:40 +0000 (10:02 +0000)]
(tramp-completion-file-name-handler): Revert change of 2006-04-17.

18 years ago(XCreateGC, x_per_char_metric, xlfdpat_create)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:13:49 +0000 (08:13 +0000)]
(XCreateGC, x_per_char_metric, xlfdpat_create)
(init_font_name_table, init_font_name_table, mac_do_list_fonts)
(XLoadQueryFont, mac_store_apple_event): Don't check
return value of xmalloc.

18 years ago(get_scrap_target_type_list, defer_apple_events)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:12:31 +0000 (08:12 +0000)]
(get_scrap_target_type_list, defer_apple_events)
(copy_scrap_flavor_data, mac_handle_service_event): Don't check
return value of xmalloc/xrealloc.

18 years ago(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:11:56 +0000 (08:11 +0000)]
(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
(create_apple_event_from_event_ref, xrm_get_preference_database)
(cfstring_create_normalized): Don't check return value of xmalloc.

18 years ago(x_create_bitmap_from_data) [MAC_OS]: Don't check return
YAMAMOTO Mitsuharu [Tue, 18 Apr 2006 08:10:30 +0000 (08:10 +0000)]
(x_create_bitmap_from_data) [MAC_OS]: Don't check return
value of xmalloc.

18 years agoVersion number change only.
Carsten Dominik [Tue, 18 Apr 2006 06:37:51 +0000 (06:37 +0000)]
Version number change only.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 18 Apr 2006 06:37:40 +0000 (06:37 +0000)]
*** empty log message ***

18 years ago(Formula syntax): Fixed link to Calc Manual.
Carsten Dominik [Tue, 18 Apr 2006 06:36:56 +0000 (06:36 +0000)]
(Formula syntax): Fixed link to Calc Manual.

18 years ago(org-insert-heading): Insert heading before current if at
Carsten Dominik [Tue, 18 Apr 2006 06:34:24 +0000 (06:34 +0000)]
(org-insert-heading): Insert heading before current if at
beginning of line.
(org-todo, org-date): New faces.
(org-table-align): Make sure tooltip window contains full text.
(org-no-properties): New defsubst.
(org-set-font-lock-defaults): Use new faces.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-228
Miles Bader [Tue, 18 Apr 2006 02:14:00 +0000 (02:14 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-228

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

18 years ago(mh-insert-x-mailer): Strip build number from version in X-Mailer
Bill Wohler [Tue, 18 Apr 2006 01:55:54 +0000 (01:55 +0000)]
(mh-insert-x-mailer): Strip build number from version in X-Mailer
field (closes SF #1466481).

18 years ago* mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
Bill Wohler [Tue, 18 Apr 2006 00:55:43 +0000 (00:55 +0000)]
* mh-acros.el (mh-defun-compat): Rename to defun-mh in order that
variables and functions with the same name are found correctly by
find-func (invoked by clicking on the filename link in the *Help*
buffer.
(mh-defmacro-compat): Rename to defmacro-mh. Ditto. *
mh-e.el: (mh-defgroup): Rename to defgroup-mh. Ditto.
(mh-defcustom): Rename to defcustom-mh. Ditto.
(mh-defface): Rename to defface-mh. Ditto.
(mh-font-lock-add-keywords): Make changes according to these
renamings.

* mh-e.el, mh-compat.el, mh-gnus.el: Use the new names (closes SF
#1472029).

18 years ago(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
Bill Wohler [Tue, 18 Apr 2006 00:03:18 +0000 (00:03 +0000)]
(Folders): Updated mh-before-quit-hook and mh-quit-hook example with
code that removes the buffers rather than just bury them.

18 years ago(mh-sub-folders-actual): Mention that folder must have been processed
Bill Wohler [Mon, 17 Apr 2006 23:43:03 +0000 (23:43 +0000)]
(mh-sub-folders-actual): Mention that folder must have been processed
by mh-normalize-folder-name.
(mh-folder-completion-function): Handle completion of folders with
absolute names. Also, when flag is t, display complete folder name to
provide proper highlighting in Emacs 22 now that
minibuffer-completing-file-name is nil (closes SF #1470518).
(mh-folder-completing-read): No longer set
minibuffer-completing-file-name to t. This was causing "Can't set
current directory errors" when browsing absolute file names. Another
benefit of this change is that SPC can be used for completion
again (closes SF #1470518).

18 years ago(window_loop): Test w->dedicated with !NILP instead of EQ Qt.
Kim F. Storm [Mon, 17 Apr 2006 21:50:59 +0000 (21:50 +0000)]
(window_loop): Test w->dedicated with !NILP instead of EQ Qt.
(window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 17 Apr 2006 21:50:43 +0000 (21:50 +0000)]
*** empty log message ***

18 years ago(Watch Expressions): Update.
Nick Roberts [Mon, 17 Apr 2006 20:26:27 +0000 (20:26 +0000)]
(Watch Expressions): Update.

18 years ago*** empty log message ***
Nick Roberts [Mon, 17 Apr 2006 20:25:52 +0000 (20:25 +0000)]
*** empty log message ***

18 years ago(gud-speedbar-item-info): Display frame address for root variables.
Nick Roberts [Mon, 17 Apr 2006 19:50:14 +0000 (19:50 +0000)]
(gud-speedbar-item-info): Display frame address for root variables.

18 years ago(gdb-pc-address): Rename from gdb-frame-address.
Nick Roberts [Mon, 17 Apr 2006 19:48:50 +0000 (19:48 +0000)]
(gdb-pc-address): Rename from gdb-frame-address.
(gdb-frame-address): Re-use to identify frame for watch expression.
(gdb-var-list, gdb-var-create-handler): Add frame address for root
variables.
(gdb-init-1, gdb-source, gdb-post-prompt, )
(gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
(gdb-frame-handler): Get gdb-frame-address.

18 years ago* mm-util.el (mm-charset-synonym-alist): Improve doc string.
Reiner Steib [Mon, 17 Apr 2006 19:37:15 +0000 (19:37 +0000)]
* mm-util.el (mm-charset-synonym-alist): Improve doc string.
(mm-charset-override-alist): New variable.
(mm-charset-to-coding-system): Use it.
(mm-codepage-setup): New helper function.
(mm-charset-eval-alist): New variable.
(mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
about unknown charsets.  Add allow-override.  Use
`mm-charset-override-alist' only when decoding.
(mm-detect-mime-charset-region): Use :mime-charset.

* mm-bodies.el (mm-decode-body, mm-decode-string): Call
`mm-charset-to-coding-system' with allow-override argument.

18 years ago[ Merge Gnome tool bars from Gnus trunk ]
Reiner Steib [Mon, 17 Apr 2006 18:26:22 +0000 (18:26 +0000)]
[ Merge Gnome tool bars from Gnus trunk ]

* message.el (message-tool-bar-zap-list, message-tool-bar)
(message-tool-bar-gnome, message-tool-bar-retro): New variables.
(message-tool-bar-local-item-from-menu): Remove.
(message-tool-bar-map): Replace by `message-make-tool-bar'.
(message-make-tool-bar): New function.
(message-mode): Use `message-make-tool-bar'.

* gnus-sum.el (gnus-summary-tool-bar)
(gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
(gnus-summary-tool-bar-zap-list): New variables.
(gnus-summary-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.

* gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
(gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
variables.
(gnus-group-make-tool-bar): Complete rewrite using
`gmm-tool-bar-from-list'.
(gnus-group-tool-bar-update): New function.

* gmm-utils.el: New file.

18 years ago(tex-font-lock-match-suscript): Paren typo.
Stefan Monnier [Mon, 17 Apr 2006 13:44:56 +0000 (13:44 +0000)]
(tex-font-lock-match-suscript): Paren typo.

18 years agoSync with Tramp 2.0.53.
Michael Albinus [Mon, 17 Apr 2006 12:56:56 +0000 (12:56 +0000)]
Sync with Tramp 2.0.53.

18 years ago(tex-font-lock-match-suscript): New function.
Stefan Monnier [Mon, 17 Apr 2006 12:05:40 +0000 (12:05 +0000)]
(tex-font-lock-match-suscript): New function.
(tex-font-lock-keywords-3): Use it.

18 years agoWhitespace fixes.
Romain Francoise [Mon, 17 Apr 2006 09:10:40 +0000 (09:10 +0000)]
Whitespace fixes.

18 years agoRemove item about VC annotate, implemented by ttn.
Romain Francoise [Mon, 17 Apr 2006 09:10:15 +0000 (09:10 +0000)]
Remove item about VC annotate, implemented by ttn.

18 years ago(Local Variables): Update the default value of `max-specpdl-size'.
Romain Francoise [Mon, 17 Apr 2006 09:04:33 +0000 (09:04 +0000)]
(Local Variables): Update the default value of `max-specpdl-size'.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-225
Miles Bader [Mon, 17 Apr 2006 08:36:28 +0000 (08:36 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-225

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 84-85)

   - Merge from emacs--devo--0
   - Update from CVS

18 years ago(comment-add): New function.
Stefan Monnier [Mon, 17 Apr 2006 03:51:30 +0000 (03:51 +0000)]
(comment-add): New function.
(comment-region-default, comment-dwim): Use it.

18 years ago(coordinates_in_window): On the vertical border, calculate the row number
Nick Roberts [Mon, 17 Apr 2006 00:24:50 +0000 (00:24 +0000)]
(coordinates_in_window): On the vertical border, calculate the row number
measured from the top of the window, not the top of the frame.

18 years ago*** empty log message ***
Nick Roberts [Mon, 17 Apr 2006 00:23:20 +0000 (00:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Kim F. Storm [Sun, 16 Apr 2006 23:25:40 +0000 (23:25 +0000)]
*** empty log message ***

18 years ago(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
Eli Zaretskii [Sun, 16 Apr 2006 18:07:30 +0000 (18:07 +0000)]
(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.

18 years ago(BASE_PURESIZE): Decrement back to 1200000.
Romain Francoise [Sun, 16 Apr 2006 17:27:17 +0000 (17:27 +0000)]
(BASE_PURESIZE): Decrement back to 1200000.

18 years ago(PURESIZE_RATIO): Reduce to 10/6.
Andreas Schwab [Sun, 16 Apr 2006 12:19:47 +0000 (12:19 +0000)]
(PURESIZE_RATIO): Reduce to 10/6.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Miles Bader [Sun, 16 Apr 2006 02:17:00 +0000 (02:17 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Creator:  Michael Olson <mwolson@gnu.org>

Improve tq.el.

* lispref/processes.texi (Transaction Queues): Mention the new optional
  `delay-question' argument for `tq-enqueue'.

* lisp/emacs-lisp/tq.el: Improve comments.
  (tq-queue-head-question): New accessor function.
  (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
  Update for modified queue structure.
  (tq-queue-add): Accept `question' argument.
  (tq-queue-pop): If a question is pending, send it.
  (tq-enqueue): Accept new optional argument `delay-question'.  If
  this is non-nil, and at least one other question is pending a
  response, queue the question rather than sending it immediately.

18 years ago(mh-font-lock-add-keywords): Fix typo in docstring.
Bill Wohler [Sat, 15 Apr 2006 18:51:38 +0000 (18:51 +0000)]
(mh-font-lock-add-keywords): Fix typo in docstring.

18 years ago(BASE_PURESIZE): Increment to 1210000.
Romain Francoise [Sat, 15 Apr 2006 17:53:32 +0000 (17:53 +0000)]
(BASE_PURESIZE): Increment to 1210000.

18 years ago* calendar/appt.el (appt-add): Check whether an appointment is
Roland Winkler [Sat, 15 Apr 2006 16:36:56 +0000 (16:36 +0000)]
* calendar/appt.el (appt-add): Check whether an appointment is
  already present in appt-time-msg-list.  Simplify code.

18 years ago(appt-add): Check whether an appointment is already present in
Roland Winkler [Sat, 15 Apr 2006 16:35:44 +0000 (16:35 +0000)]
(appt-add): Check whether an appointment is already present in
appt-time-msg-list. Simplify code.

18 years ago* mh-acros.el (struct, x, y): No need to wrap defvar with
Bill Wohler [Sat, 15 Apr 2006 00:28:08 +0000 (00:28 +0000)]
* mh-acros.el (struct, x, y): No need to wrap defvar with
eval-when-compile when shushing compiler, even when mh-do-in-xemacs or
another construct is used.

* mh-comp.el (sendmail-coding-system): Ditto.

* mh-e.el (mark-active): Ditto.

* mh-folder.el (desktop-save-buffer, font-lock-auto-fontify)
(image-load-path, font-lock-defaults): Ditto.

* mh-letter.el (image-load-path, font-lock-defaults): Ditto.

* mh-mime.el (dots, type, ov)
(mm-verify-function-alist, mm-decrypt-function-alist)
(pressed-details): Ditto.

* mh-search.el (pick-folder, mh-do-in-xemacs)
(mh-mairix-folder, mh-flists-search-folders)
(which-func-mode, mh-speed-flists-inhibit-flag): Ditto.

* mh-seq.el (tool-bar-mode): Ditto.

* mh-utils.el (completion-root-regexp)
(minibuffer-completing-file-name): Ditto.

* mh-xface.el (default-enable-multibyte-characters): Ditto.

18 years ago* mh-funcs.el (view-exit-action): No need to wrap defvar with
Bill Wohler [Fri, 14 Apr 2006 21:28:52 +0000 (21:28 +0000)]
* mh-funcs.el (view-exit-action): No need to wrap defvar with
eval-when-compile when shushing compiler.

* mh-mime.el (mh-identity-pgg-default-user-id): Ditto.

* mh-seq.el (view-exit-action): Ditto.

* mh-show.el (font-lock-auto-fontify): Ditto.

* mh-utils.el (mh-speed-flists-cache): Ditto

18 years ago* mh-compat.el (mh-font-lock-add-keywords): New alias for
Bill Wohler [Fri, 14 Apr 2006 18:49:18 +0000 (18:49 +0000)]
* mh-compat.el (mh-font-lock-add-keywords): New alias for
font-lock-add-keywords. Returns nil on XEmacs.

* mh-e.el: Add MH-E function and variable keywords such as
mh-defun-compat and mh-defcustom to font-lock-keywords.

18 years ago(c-mode-menu): Don't presume c-subword-mode is bound.
Stefan Monnier [Fri, 14 Apr 2006 11:30:20 +0000 (11:30 +0000)]
(c-mode-menu): Don't presume c-subword-mode is bound.

18 years ago(Common Keywords): Specify values of :package-version.
Bill Wohler [Fri, 14 Apr 2006 01:02:18 +0000 (01:02 +0000)]
(Common Keywords): Specify values of :package-version.

18 years ago(Common Keywords): Use dotted notation for :package-version value.
Bill Wohler [Fri, 14 Apr 2006 00:49:01 +0000 (00:49 +0000)]
(Common Keywords): Use dotted notation for :package-version value.
Improve documentation for customize-package-emacs-version-alist.

18 years ago(customize-package-emacs-version-alist)
Bill Wohler [Fri, 14 Apr 2006 00:47:00 +0000 (00:47 +0000)]
(customize-package-emacs-version-alist)
(mh-e, mh-alias, mh-folder, mh-folder-selection)
(mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
(mh-scan-line-formats, mh-search, mh-sending-mail, )
(mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
(mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag)
(mh-alias-expand-aliases-flag, mh-alias-flash-on-comma)
(mh-alias-insert-file, mh-alias-insertion-location)
(mh-alias-local-users, mh-alias-local-users-prefix)
(mh-alias-passwd-gecos-comma-separator-flag)
(mh-new-messages-folders, mh-ticked-messages-folders)
(mh-large-folder, mh-recenter-summary-flag)
(mh-recursive-folders-flag, mh-sortm-args)
(mh-default-folder-for-message-function, )
(mh-default-folder-list, mh-default-folder-must-exist-flag)
(mh-default-folder-prefix, mh-identity-list)
(mh-auto-fields-list, mh-auto-fields-prompt-flag)
(mh-identity-default, mh-identity-handlers, mh-inc-prog)
(mh-inc-spool-list, mh-junk-background, mh-junk-disposition)
(mh-junk-program, mh-compose-insertion)
(mh-compose-skipped-header-fields)
(mh-compose-space-does-completion-flag)
(mh-delete-yanked-msg-window-flag)
(mh-extract-from-attribution-verb, mh-ins-buf-prefix)
(mh-letter-complete-function, mh-letter-fill-column)
(mh-mml-method-default, mh-signature-file-name)
(mh-signature-separator-flag, mh-x-face-file, )
(mh-yank-behavior, mh-interpret-number-as-range-flag)
(mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog)
(mh-search-program, mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-compose-prompt-flag)
(mh-forward-subject-format, mh-insert-x-mailer-flag)
(mh-redist-full-contents-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, )
(mh-refile-preserves-sequences-flag, mh-tick-seq)
(mh-update-sequences-after-mh-show-flag)
(mh-bury-show-buffer-flag, mh-clean-message-header-flag)
(mh-decode-mime-flag, )
(mh-display-buttons-for-alternatives-flag)
(mh-display-buttons-for-inline-parts-flag)
(mh-do-not-confirm-flag, mh-fetch-x-image-url)
(mh-graphical-smileys-flag, mh-graphical-emphasis-flag)
(mh-highlight-citation-style, mh-invisible-header-fields)
(mh-invisible-header-fields-default, mh-lpr-command-format)
(mh-max-inline-image-height, mh-max-inline-image-width)
(mh-mhl-format-file, mh-mime-save-parts-default-directory)
(mh-print-background-flag, mh-show-maximum-size)
(mh-show-use-xface-flag, mh-store-default-directory)
(mh-summary-height, mh-speed-update-interval)
(mh-show-threads-flag, mh-tool-bar-search-function)
(mh-defcustom, mh-after-commands-processed-hook)
(mh-alias-reloaded-hook, mh-before-commands-processed-hook)
(mh-before-quit-hook, mh-before-send-letter-hook)
(mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook)
(mh-forward-hook, mh-inc-folder-hook, )
(mh-insert-signature-hook, )
(mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook)
(mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook)
(mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook)
(mh-unseen-updated-hook, mh-folder-address, mh-folder-body)
(mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted)
(mh-folder-followup, mh-folder-msg-number, mh-folder-refiled)
(mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
(mh-folder-subject, mh-folder-tick, mh-folder-to)
(mh-letter-header-field, mh-search-folder, mh-show-cc)
(mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad)
(mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature)
(mh-show-subject, mh-show-to, mh-show-xface, )
(mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages)
(mh-speedbar-selected-folder)
(mh-speedbar-selected-folder-with-unseen-messages): Use dotted
notation in :package-version keyword.

18 years ago* cus-edit.el (customize-package-emacs-version-alist): Update
Bill Wohler [Fri, 14 Apr 2006 00:46:39 +0000 (00:46 +0000)]
* cus-edit.el (customize-package-emacs-version-alist): Update
docstring.
(customize-package-emacs-version): Use cdr instead of cadr now that
alists use dotted pairs.

* custom.el (defcustom): Fix docstring for :package-version.

18 years ago* net/tramp.el (tramp-display-shell-command-buffer): New defvar.
Michael Albinus [Thu, 13 Apr 2006 19:51:04 +0000 (19:51 +0000)]
* net/tramp.el (tramp-display-shell-command-buffer): New defvar.
(tramp-handle-shell-command): Display output buffer only when
`tramp-display-shell-command-buffer' is true.
(tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 16:41:10 +0000 (16:41 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 16:33:06 +0000 (16:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 15:11:06 +0000 (15:11 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 14:57:46 +0000 (14:57 +0000)]
*** empty log message ***

18 years ago(cvs-parse-table): Use `with-temp-buffer' to avoid leaving temporary
Romain Francoise [Thu, 13 Apr 2006 14:38:39 +0000 (14:38 +0000)]
(cvs-parse-table): Use `with-temp-buffer' to avoid leaving temporary
.cvsignore buffers behind.

18 years ago(find-function-search-for-symbol): Add comments.
Stefan Monnier [Thu, 13 Apr 2006 14:31:23 +0000 (14:31 +0000)]
(find-function-search-for-symbol): Add comments.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 13:50:07 +0000 (13:50 +0000)]
*** empty log message ***

18 years ago(Visibility cycling): Better names for the startup
Carsten Dominik [Thu, 13 Apr 2006 13:49:41 +0000 (13:49 +0000)]
(Visibility cycling): Better names for the startup
folding options.
(Exporting): Completely restructured.
(The very busy C-c C-c key): New section.
(Summary of in-buffer settings): New section.

18 years ago(org-set-regexps-and-options, org-get-current-options):
Carsten Dominik [Thu, 13 Apr 2006 13:48:37 +0000 (13:48 +0000)]
(org-set-regexps-and-options, org-get-current-options):
Better names for the startup folding options.

18 years ago(vc-annotate): Arrange for point to end up at the same
Thien-Thi Nguyen [Thu, 13 Apr 2006 13:36:54 +0000 (13:36 +0000)]
(vc-annotate): Arrange for point to end up at the same
line number as in the original, but only when using a new buffer.

18 years agoRemove eol whitespace; nfc.
Thien-Thi Nguyen [Thu, 13 Apr 2006 13:29:22 +0000 (13:29 +0000)]
Remove eol whitespace; nfc.

18 years ago*** empty log message ***
Eli Zaretskii [Thu, 13 Apr 2006 10:55:47 +0000 (10:55 +0000)]
*** empty log message ***

18 years ago(hack-one-local-variable-eval-safep): Recognize `edebug-form-spec' for `put',
Eli Zaretskii [Thu, 13 Apr 2006 10:54:38 +0000 (10:54 +0000)]
(hack-one-local-variable-eval-safep): Recognize `edebug-form-spec' for `put',
but only if it passes `edebug-basic-spec'.  Generalize `put' handling.

18 years ago(edebug-basic-spec): New function for vetting file-local form specs.
Eli Zaretskii [Thu, 13 Apr 2006 10:51:17 +0000 (10:51 +0000)]
(edebug-basic-spec): New function for vetting file-local form specs.

18 years ago(allout-layout): Autoload its `safe-local-variable' property.
Eli Zaretskii [Thu, 13 Apr 2006 10:44:37 +0000 (10:44 +0000)]
(allout-layout): Autoload its `safe-local-variable' property.

18 years ago(Fprin1_to_string): Mention in the `doc' that the behavior is modified by
Eli Zaretskii [Thu, 13 Apr 2006 10:36:25 +0000 (10:36 +0000)]
(Fprin1_to_string): Mention in the `doc' that the behavior is modified by
`print-level' and `print-length'.

18 years agoVersion number change.
Carsten Dominik [Thu, 13 Apr 2006 07:07:52 +0000 (07:07 +0000)]
Version number change.

18 years ago(Updating settings): New section.
Carsten Dominik [Thu, 13 Apr 2006 07:07:05 +0000 (07:07 +0000)]
(Updating settings): New section.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Apr 2006 07:06:55 +0000 (07:06 +0000)]
*** empty log message ***

18 years ago(org-ctrl-c-ctrl-c): Improved documentation string.
Carsten Dominik [Thu, 13 Apr 2006 07:05:56 +0000 (07:05 +0000)]
(org-ctrl-c-ctrl-c): Improved documentation string.
(org-agenda-mouse-1-follows-link)
(org-mouse-1-follows-link): New options.
(org-format-agenda-item): Fixed bug if TAGS is nil.
(org-agenda-get-scheduled): Quote `priority' symbol in plist.

18 years ago(setup_coding_system): If eol-type is not yet decided
Kenichi Handa [Thu, 13 Apr 2006 06:47:18 +0000 (06:47 +0000)]
(setup_coding_system): If eol-type is not yet decided
and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
If coding_system is nil, return 0.
(code_convert_region1): Even if coding_system is nil, don't skip
conversion if system_eol_type is not LF.
(code_convert_string1): Likewise.
(code_convert_string_norecord): Likewise.

18 years ago(shrink_encoding_region): If eol_type is not yet decided and
Kenichi Handa [Thu, 13 Apr 2006 04:58:07 +0000 (04:58 +0000)]
(shrink_encoding_region): If eol_type is not yet decided and
system_eol_type is not LF, don't shrink.

18 years ago(encode_coding): If eol_type is not yet decided, use
Kenichi Handa [Thu, 13 Apr 2006 04:39:20 +0000 (04:39 +0000)]
(encode_coding): If eol_type is not yet decided, use
system_eol_type.

18 years ago(setup_coding_system): Fix previous change.
Kenichi Handa [Thu, 13 Apr 2006 04:25:44 +0000 (04:25 +0000)]
(setup_coding_system): Fix previous change.

18 years ago(gdb-set-gud-minor-mode-existing-buffers):
Nick Roberts [Thu, 13 Apr 2006 01:38:24 +0000 (01:38 +0000)]
(gdb-set-gud-minor-mode-existing-buffers):
GDB 6.1+ gives full filename for "info sources" so use
file-name-nondirectory.

18 years ago*** empty log message ***
Nick Roberts [Thu, 13 Apr 2006 01:37:37 +0000 (01:37 +0000)]
*** empty log message ***

18 years ago(read_key_sequence): Explicitly avoid keybuf[-1].
Richard M. Stallman [Thu, 13 Apr 2006 01:25:52 +0000 (01:25 +0000)]
(read_key_sequence): Explicitly avoid keybuf[-1].

18 years ago(note_mouse_highlight): Add help echo for dragging vertical line.
Nick Roberts [Thu, 13 Apr 2006 01:21:48 +0000 (01:21 +0000)]
(note_mouse_highlight): Add help echo for dragging vertical line.

18 years ago*** empty log message ***
Nick Roberts [Thu, 13 Apr 2006 01:19:56 +0000 (01:19 +0000)]
*** empty log message ***

18 years ago(conv_lisp_to_sockaddr): Fix previous change.
Richard M. Stallman [Thu, 13 Apr 2006 01:08:27 +0000 (01:08 +0000)]
(conv_lisp_to_sockaddr): Fix previous change.

18 years ago(time-stamp-format, time-stamp-line-limit)
Richard M. Stallman [Thu, 13 Apr 2006 00:31:32 +0000 (00:31 +0000)]
(time-stamp-format, time-stamp-line-limit)
(time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
(time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.

18 years ago(Common Keywords): Move description of
Bill Wohler [Wed, 12 Apr 2006 22:12:29 +0000 (22:12 +0000)]
(Common Keywords): Move description of
customize-package-emacs-version-alist to @defvar.

18 years ago(read-passwd): Bind `message-log-max' to nil.
Romain Francoise [Wed, 12 Apr 2006 19:40:56 +0000 (19:40 +0000)]
(read-passwd): Bind `message-log-max' to nil.

18 years agoClean up previous change.
Richard M. Stallman [Wed, 12 Apr 2006 19:32:07 +0000 (19:32 +0000)]
Clean up previous change.

18 years ago*** empty log message ***
Romain Francoise [Wed, 12 Apr 2006 18:17:17 +0000 (18:17 +0000)]
*** empty log message ***

18 years ago(Fprocess_send_eof): Abort if fail to open null device.
Richard M. Stallman [Wed, 12 Apr 2006 15:01:37 +0000 (15:01 +0000)]
(Fprocess_send_eof): Abort if fail to open null device.

18 years ago(conv_lisp_to_sockaddr): If FAMILY unknown, just return.
Richard M. Stallman [Wed, 12 Apr 2006 15:00:32 +0000 (15:00 +0000)]
(conv_lisp_to_sockaddr): If FAMILY unknown, just return.

18 years ago(Regexp Backslash, Regexp Replace): Add index entries for ``back reference''
Eli Zaretskii [Wed, 12 Apr 2006 13:40:23 +0000 (13:40 +0000)]
(Regexp Backslash, Regexp Replace): Add index entries for ``back reference''
and mention the term itself in the text.

18 years agoRemove duplicate entry from sync from Gnus:
Reiner Steib [Wed, 12 Apr 2006 12:31:05 +0000 (12:31 +0000)]
Remove duplicate entry from sync from Gnus:
2006-04-12  Kenichi Handa  <handa@m17n.org>
* rfc2231.el [...]

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 12 Apr 2006 08:11:35 +0000 (08:11 +0000)]
*** empty log message ***

18 years ago(Finternal_merge_in_global_face, try_font_list): Add
YAMAMOTO Mitsuharu [Wed, 12 Apr 2006 08:11:04 +0000 (08:11 +0000)]
(Finternal_merge_in_global_face, try_font_list): Add
explicit braces to avoid ambiguous `else'.

18 years ago(get_glyph_string_clip_rects): Add parentheses around &&
YAMAMOTO Mitsuharu [Wed, 12 Apr 2006 08:10:33 +0000 (08:10 +0000)]
(get_glyph_string_clip_rects): Add parentheses around &&
within ||.  Add explicit braces to avoid ambiguous `else'.
(dump_glyph_row): Remove label for `inverse_p' from legend.

18 years agoInclude config.h before using HAVE_MALLOC_MALLOC_H.
YAMAMOTO Mitsuharu [Wed, 12 Apr 2006 08:10:07 +0000 (08:10 +0000)]
Include config.h before using HAVE_MALLOC_MALLOC_H.
(malloc, realloc, free): Add undefs.
(read_load_commands): Remove unused variable `n' and `j'.
(copy_data_segment): Remove unused variable `r'.

18 years ago(x_set_mouse_position, x_set_mouse_pixel_position)
YAMAMOTO Mitsuharu [Wed, 12 Apr 2006 08:09:44 +0000 (08:09 +0000)]
(x_set_mouse_position, x_set_mouse_pixel_position)
(x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
(x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
(do_menu_choice, have_menus_p, x_real_positions)
(x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
(x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
(free_frame_menubar): Add externs.