]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years agoAdd missing Org entries.
Glenn Morris [Fri, 14 Mar 2008 02:33:19 +0000 (02:33 +0000)]
Add missing Org entries.

16 years ago(vc-bzr-log-view-mode): "." can be part of a revno.
Dan Nicolaescu [Fri, 14 Mar 2008 01:52:59 +0000 (01:52 +0000)]
(vc-bzr-log-view-mode): "." can be part of a revno.
(vc-bzr-show-log-entry): Make regexp match more cases.
(vc-diff-switches-list): Remove autoload, not needed.

16 years ago(isearch-edit-string): Remove one call to
Juri Linkov [Fri, 14 Mar 2008 01:02:45 +0000 (01:02 +0000)]
(isearch-edit-string): Remove one call to
`isearch-push-state' not to push an inconsistent state,
but keep another correct call to `isearch-push-state'.
(isearch-ring-adjust): Call `isearch-push-state' only when
`search-ring-update' is non-nil since `isearch-edit-string'
already pushes its state.
(isearch-message): Improve matching the failed part by checking
if the original message starts with the last successful message.

16 years ago(dired-warn-writable): Rename to `dired-perm-write'.
Juri Linkov [Fri, 14 Mar 2008 01:01:36 +0000 (01:01 +0000)]
(dired-warn-writable): Rename to `dired-perm-write'.
(dired-perm-write): Renamed from `dired-warn-writable'.
Change parent face from `font-lock-warning-face' to
`font-lock-comment-delimiter-face'.
(dired-warn-writable-face): Rename to `dired-perm-write-face'.
(dired-perm-write-face): Renamed from `dired-warn-writable-face'.
(dired-font-lock-keywords): Replace `dired-warn-writable-face'
with `dired-perm-write-face'.

16 years ago(doc-view-doc->txt, doc-view-convert-current-doc):
Tassilo Horn [Thu, 13 Mar 2008 18:12:28 +0000 (18:12 +0000)]
(doc-view-doc->txt, doc-view-convert-current-doc):
Create cache dir only if it doesn't already exist.

16 years ago(sh-font-lock-quoted-subshell): Fix handling of \ and '.
Stefan Monnier [Thu, 13 Mar 2008 14:34:20 +0000 (14:34 +0000)]
(sh-font-lock-quoted-subshell): Fix handling of \ and '.

16 years ago(browse-url-text-xterm): Unquote browse-url-text-browser.
Johan Bockgård [Thu, 13 Mar 2008 13:29:11 +0000 (13:29 +0000)]
(browse-url-text-xterm): Unquote browse-url-text-browser.

16 years ago* textmodes/org-publish.el: (org-publish-expand-components):
Carsten Dominik [Thu, 13 Mar 2008 09:00:37 +0000 (09:00 +0000)]
* textmodes/org-publish.el: (org-publish-expand-components):
Remove null projects from the list of components.
(org-publish-attachment): Bugfix: handle the mandatory argument
pub-dir.  Removed unused retrieval of the :publishing-directory
property.
(org-publish-file): Bugfix: when using a relative directory as the
publishing directory, convert it to a directory filename.
(org-publish-project): New alias.
(org-publish-get-files): Protect against empty p.
(org-publish-file): Send an error when file is not part of any
project.
(org-publish-file): Offer to refresh the list of files in known
project when the current file is not part of any project.
(org-publish-before-export-hook)
(org-publish-after-export-hook): New hooks.
(org-publish-org-to): Use new hooks and kill buffers.
(org-publish-file): Remove the code for killing buffers.
(org-publish-initialize-files-alist): Use interactive.
(org-publish-file): If the publishing function creates a new
buffer, kill it after publishing.
(org-publish-timestamp-filename): Protect ":" in file name path
under windows.

16 years ago* org-export-latex.el (org-export-as-latex): Revert the change
Carsten Dominik [Thu, 13 Mar 2008 08:57:53 +0000 (08:57 +0000)]
* org-export-latex.el (org-export-as-latex): Revert the change
that killed the LaTeX buffer.

16 years ago* textmodes/org.el (org-ctrl-c-star): Implement a missing branch
Carsten Dominik [Thu, 13 Mar 2008 08:56:04 +0000 (08:56 +0000)]
* textmodes/org.el (org-ctrl-c-star): Implement a missing branch
in the decision tree.
(org-select-remember-template): Cleaned the code.
(org-prepare-dblock): Added the extra :content parameter.
(org-write-agenda): New output type ".ics" files.
(org-write-agenda): Call `org-icalendar-verify-function', both for
time stamps and for TODO entries.
(org-agenda-collect-markers, org-create-marker-find-array)
(org-check-agenda-marker-table): New functions.
(org-agenda-marker-table): New variable.
(org-export-as-html): Revert the change that killed the html
buffer.  Side effects first need to be studied carefully.
(org-get-tags-at): Fix the structure of the condition-case
statement.
(org-ts-regexp0, org-repeat-re, org-display-custom-time)
(org-timestamp-change): Fix regulear expressions to swallow the
extra character for repeat-shift control.
(org-auto-repeat-maybe): Implement the new repeater mechanisms.
(org-get-legal-level): Aliased to `org-get-valid-level'.
(org-dblock-write:clocktable): Added a :link parameter, linking
headlines to their location in the Org agenda files.
(org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
throwing an error when getting tags before headlines.
(org-timestamp-change, org-modify-ts-extra)
(org-ts-regexp1): Fix timestamp editing.
(org-agenda-custom-commands-local-options): New constant.
(org-agenda-custom-commands): Use
`org-agenda-custom-commands-local-options' to improve customize
type.  "htmlize": Removed hack to fix face problem with htmlize,
it no longer seem necessary.
(org-follow-link-hook): New hook.
(org-agenda-custom-commands): Added "Component" as a tag for each
item in a command serie.
(org-open-at-point): Run `org-follow-link-hook'.
(org-agenda-schedule): Bugfix: don't display marker type when it
is `nil'.
(org-store-link): org-irc required.
(org-set-regexps-and-options): Parse the new logging options.
(org-extract-log-state-settings): New function.
(org-todo): Handle the new ways of recording state change stuff.
(org-local-logging): New function.
(org-columns-open-link): Fixed bug with opening link in column
view.
(org-local-logging): New function
(org-todo): Make sure that LOGGING properties are honoured.
(org-todo-keywords): Improve docstring.
(org-startup-options): Cleanup startup options.
(org-set-regexps-and-options): Process the "!" markers.
(org-todo): Respect the new logging stuff.
(org-log-note-how): New variable.
(org-add-log-maybe): New parameter HOW that defines how logging
should be done and also overrides PURPOSE.  Add a docstring.
(org-add-log-note): Check if we really need to ask for a note.
(org-get-current-options): Digest the new keyword.
(org-agenda-reset-markers): Renamed from
`org-agenda-maybe-reset-markers'.  FORCE argument removed.
(org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
function, without force argument.
(org-buffer-property-keys): Bind local variables s and p.
(org-make-tags-matcher): Allow "" to match an empty or
non-existent property value.
(org-export-as-html): Join unsorted lists when they directly
follow each other.  Such lists may be created by headlines that
are converted to lists.
(org-nofm-to-completion): New function.
(org-export-as-html): Use :html-extension instead of
org-export-html-extension.
(org-store-link): Support for links from `rmail-summary-mode'.
(org-columns-new, org-complete, org-set-property): Set the
`include-columns' argument in the call to
`org-buffer-property-keys'.
(org-buffer-property-keys): New argument `include-columns', to
include properties expected by any of the COLUMS formats in the
current buffer.
(org-cleaned-string-for-export): Get rid of drawers first, so that
they will be removed also in the text before the first headline.
(org-clock-report): Show the clocktable when found.
(org-refile): Fix positioning bug when `org-reverse-note-order' is
nil.
(org-version): With prefix argument, insert `org-version' at
point.
(org-agenda-goto): Recenter the window after finding the target
location, to make sure the correct position will be displayed.
(org-agenda-get-deadlines): Don't scale priority with the warning
period.
(org-insert-heading): Don't break line in the middle of the line.
(org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
be 0.
(org-update-checkbox-count): Revamped to deal with hierarchical
beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
(org-remove-timestamp-with-keyword): New function.
(org-schedule, org-deadline): Use
`org-remove-timestamp-with-keyword' to make sure all such time
stamps are removed.
(org-mode): Support for `align'.
(org-agenda-get-deadlines): Make sure priorities increase as the
due date approaches and is passed.
(org-remember-apply-template): Fixed problem with tags that
contain "_" or "@".
(org-make-link-regexps): Improve the regular expression for plain
links.
(org-agenda-get-closed): List each clocking entry.
(org-set-tags): Only tabify before tags if indent-tabs-mode is t.
(org-special-ctrl-k): New option.
(org-kill-line): New function.
(org-archive-all-done): Fixed incorrect number of stars in regexp.
(org-refile-get-location): New function.
(org-refile-goto-last-stored): New function.
(org-global-tags-completion-table): Add the value of org-tag-alist
in each buffer, to make sure that also unused tags will be
available for completion.
(org-columns-edit-value)
(org-columns-next-allowed-value): Only update if not in agenda.
(org-clocktable-steps): New function.
(org-dblock-write:clocktable): Call `org-clocktable-steps'.
(org-archive-subtree): Add the outline tree context as a property.
(org-closest-date): New optional argument `prefer'.
(org-goto-auto-isearch): New option.
(org-goto-map, org-get-location): Implement auto-isearch.
(org-goto-local-auto-isearch-map): New variable.
(org-goto-local-search-forward-headings)
(org-goto-local-auto-isearch): New functions

16 years agoNew file
Carsten Dominik [Thu, 13 Mar 2008 08:53:48 +0000 (08:53 +0000)]
New file

16 years ago* org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik [Thu, 13 Mar 2008 08:50:59 +0000 (08:50 +0000)]
* org.texi (Exporting Agenda Views): Document agenda export to
iCalendar.
(Progress logging): Document the new progress logging
stuff.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Mar 2008 08:49:10 +0000 (08:49 +0000)]
*** empty log message ***

16 years agoWhitespace only.
Glenn Morris [Thu, 13 Mar 2008 06:40:31 +0000 (06:40 +0000)]
Whitespace only.

16 years ago*** empty log message ***
Glenn Morris [Thu, 13 Mar 2008 06:33:04 +0000 (06:33 +0000)]
*** empty log message ***

16 years agoWhitespace only.
Glenn Morris [Thu, 13 Mar 2008 06:29:28 +0000 (06:29 +0000)]
Whitespace only.

16 years ago(font-lock-comment-face): Set the foreground for
Dan Nicolaescu [Thu, 13 Mar 2008 06:10:24 +0000 (06:10 +0000)]
(font-lock-comment-face): Set the foreground for
the light background 8 colors case.

16 years ago(LOADDEFS): New variable.
Glenn Morris [Thu, 13 Mar 2008 06:05:25 +0000 (06:05 +0000)]
(LOADDEFS): New variable.
(AUTOGENEL): Use $LOADDEFS.
$(lisp)/loaddefs.el: Remove this target.
(autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
(MH_E_SRC): Remove variable.
$(lisp)/mh-e/mh-loaddefs.el: Remove $MH_E_SRC dependency.  Simplify file
header.  Use $@ for generated-autoload-file.
$(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el:
$(lisp)/calendar/hol-loaddefs.el: New targets.

16 years agoRemove explicit autoloads now in cal-loaddefs.
Glenn Morris [Thu, 13 Mar 2008 06:00:07 +0000 (06:00 +0000)]
Remove explicit autoloads now in cal-loaddefs.
(generate-calendar-window): Use calendar-mark-holidays rather than
obsolete alias.

16 years ago(diary-loaddefs): Load this rather than explicit autoloads.
Glenn Morris [Thu, 13 Mar 2008 05:54:57 +0000 (05:54 +0000)]
(diary-loaddefs): Load this rather than explicit autoloads.
Add calendar-specific autoload cookies.
(mark-calendar-month): Use zerop.

16 years ago(hol-loaddefs): Load this rather than explicit autoloads.
Glenn Morris [Thu, 13 Mar 2008 05:54:06 +0000 (05:54 +0000)]
(hol-loaddefs): Load this rather than explicit autoloads.
Add calendar-specific autoload cookies.

16 years agoAdd calendar-specific autoload cookies.
Glenn Morris [Thu, 13 Mar 2008 05:49:02 +0000 (05:49 +0000)]
Add calendar-specific autoload cookies.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:48:18 +0000 (05:48 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(calendar-holiday-list, diary-list-entries, calendar-iso-from-absolute):
Glenn Morris [Thu, 13 Mar 2008 05:47:55 +0000 (05:47 +0000)]
(calendar-holiday-list, diary-list-entries, calendar-iso-from-absolute):
Fix autoloads.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:46:32 +0000 (05:46 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(diary-julian-date): Move to end.
Glenn Morris [Thu, 13 Mar 2008 05:45:28 +0000 (05:45 +0000)]
(diary-julian-date): Move to end.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:44:04 +0000 (05:44 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(diary-list-entries): Fix autoload.
Glenn Morris [Thu, 13 Mar 2008 05:43:00 +0000 (05:43 +0000)]
(diary-list-entries): Fix autoload.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years agoAdd calendar-specific autoload cookies.
Glenn Morris [Thu, 13 Mar 2008 05:41:58 +0000 (05:41 +0000)]
Add calendar-specific autoload cookies.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:41:16 +0000 (05:41 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years agoMove variable declarations where they are needed.
Glenn Morris [Thu, 13 Mar 2008 05:40:02 +0000 (05:40 +0000)]
Move variable declarations where they are needed.
(diary-bahai-date): Move to end.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years agoAdd diary-loaddefs.el, hol-loaddefs.el.
Glenn Morris [Thu, 13 Mar 2008 05:36:31 +0000 (05:36 +0000)]
Add diary-loaddefs.el, hol-loaddefs.el.

16 years ago(cal-hebrew-yahrzeit-buffer): New constant.
Glenn Morris [Thu, 13 Mar 2008 04:06:47 +0000 (04:06 +0000)]
(cal-hebrew-yahrzeit-buffer): New constant.
(calendar-buffer-list): Simplify.

16 years ago(solar-moment, solar-exact-local-noon)
Glenn Morris [Thu, 13 Mar 2008 04:04:14 +0000 (04:04 +0000)]
(solar-moment, solar-exact-local-noon)
(solar-sunrise-sunset, solar-sunrise-sunset-string)
(solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
(diary-sabbath-candles, solar-equinoxes/solstices)
(solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
(solar-time-equation, solar-date-to-et): Simplify.

16 years ago(calendar-only-one-frame-setup, calendar-two-frame-setup): Doc fixes.
Glenn Morris [Thu, 13 Mar 2008 03:57:31 +0000 (03:57 +0000)]
(calendar-only-one-frame-setup, calendar-two-frame-setup): Doc fixes.
(special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.

16 years agoRe-format comments.
Glenn Morris [Thu, 13 Mar 2008 03:56:26 +0000 (03:56 +0000)]
Re-format comments.
(persian-calendar-month-name-array)
(persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
(persian-prompt-for-date): Remove local variable `today'.

16 years agoRe-format comments.
Glenn Morris [Thu, 13 Mar 2008 03:55:15 +0000 (03:55 +0000)]
Re-format comments.
(calendar-julian-from-absolute): Use xerop.
(displayed-month, displayed-year): Move declarations where needed.
(calendar-print-astro-day-number): Doc fix.

16 years ago(calendar-absolute-from-iso, calendar-iso-read-args): Simplify.
Glenn Morris [Thu, 13 Mar 2008 03:53:02 +0000 (03:53 +0000)]
(calendar-absolute-from-iso, calendar-iso-read-args): Simplify.
(calendar-iso-date-string, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.

16 years ago(list-yahrzeit-dates): Use cal-hebrew-yahrzeit-buffer.
Glenn Morris [Thu, 13 Mar 2008 03:50:40 +0000 (03:50 +0000)]
(list-yahrzeit-dates): Use cal-hebrew-yahrzeit-buffer.

16 years ago(appt-mode-string): Mark as risky.
Glenn Morris [Thu, 13 Mar 2008 03:48:35 +0000 (03:48 +0000)]
(appt-mode-string): Mark as risky.
(appt-check): Apply mode-line-emphasis face to appt-mode-string.

16 years agoRemove the `function' in `(function (lambda'.
Glenn Morris [Thu, 13 Mar 2008 03:33:31 +0000 (03:33 +0000)]
Remove the `function' in `(function (lambda'.
Replace `(car (cdr' with cadr'.
Formatting change - collect closing parens.

16 years ago(f90-font-lock-n): New function.
Glenn Morris [Thu, 13 Mar 2008 03:29:35 +0000 (03:29 +0000)]
(f90-font-lock-n): New function.
(f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
Use f90-font-lock-n.
(f90-mode-abbrev-table): Use newer form of define-abbrev, where
supported.  No need to bind abbrevs-changed for system abbrevs.
(f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.

16 years ago(fortran-mode-abbrev-table): Use newer form of define-abbrev, where
Glenn Morris [Thu, 13 Mar 2008 03:26:47 +0000 (03:26 +0000)]
(fortran-mode-abbrev-table): Use newer form of define-abbrev, where
supported.  No need to bind abbrevs-changed for system abbrevs.

16 years ago(lisp-font-lock-keywords-1): Support wider range of
Glenn Morris [Thu, 13 Mar 2008 03:25:20 +0000 (03:25 +0000)]
(lisp-font-lock-keywords-1): Support wider range of
generate-autoload-cookie patterns.

16 years agoSet version to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:21:16 +0000 (03:21 +0000)]
Set version to 23.0.60.

16 years agoSet version to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:19:56 +0000 (03:19 +0000)]
Set version to 23.0.60.

16 years ago(EMACSVER): Set to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:16:29 +0000 (03:16 +0000)]
(EMACSVER): Set to 23.0.60.

16 years ago(EMACSVER): Set to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:15:47 +0000 (03:15 +0000)]
(EMACSVER): Set to 23.0.60.

16 years agoFix Emacs version.
Glenn Morris [Thu, 13 Mar 2008 03:14:57 +0000 (03:14 +0000)]
Fix Emacs version.

16 years ago(VERSION): Set to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:14:12 +0000 (03:14 +0000)]
(VERSION): Set to 23.0.60.

16 years ago(AC_INIT): Fix version number.
Glenn Morris [Thu, 13 Mar 2008 03:13:19 +0000 (03:13 +0000)]
(AC_INIT): Fix version number.
(sync-input): Reword the option, since it's on by default.

16 years agoFix version number.
Glenn Morris [Thu, 13 Mar 2008 03:12:06 +0000 (03:12 +0000)]
Fix version number.

16 years ago(command-line-1): Rename -scriptload to -internal-script.
Glenn Morris [Thu, 13 Mar 2008 03:04:51 +0000 (03:04 +0000)]
(command-line-1): Rename -scriptload to -internal-script.

16 years ago(main, standard_args): Rename -scriptload to -internal-script.
Glenn Morris [Thu, 13 Mar 2008 03:04:04 +0000 (03:04 +0000)]
(main, standard_args): Rename -scriptload to -internal-script.
Remove option -enable-font-backend.

16 years agoMore details of font-lock-comment-delimiter-face and related issues.
Glenn Morris [Thu, 13 Mar 2008 03:00:27 +0000 (03:00 +0000)]
More details of font-lock-comment-delimiter-face and related issues.

16 years ago(terminal-init-xterm): delete-frame-hook -> delete-frame-functions.
Stefan Monnier [Thu, 13 Mar 2008 02:04:42 +0000 (02:04 +0000)]
(terminal-init-xterm): delete-frame-hook -> delete-frame-functions.

16 years ago(Info-current-node): Remove.
Stefan Monnier [Thu, 13 Mar 2008 01:57:05 +0000 (01:57 +0000)]
(Info-current-node): Remove.

16 years ago(describe-project): Remove defaliases for view-todo and
Juri Linkov [Wed, 12 Mar 2008 21:55:02 +0000 (21:55 +0000)]
(describe-project): Remove defaliases for view-todo and
describe-project that are now unnecessary after the merge from
emacs--rel--22 that added define-obsolete-function-alias.

16 years ago(inhibit-startup-screen): Revert incomplete
Juri Linkov [Wed, 12 Mar 2008 21:54:36 +0000 (21:54 +0000)]
(inhibit-startup-screen): Revert incomplete
2008-03-10 merge from emacs--rel--22 that partly reverted
2008-02-28 change that added initial message to *scratch* buffer
regardless of the value of `inhibit-startup-screen'.
Now keep this change in the trunk, but not in the 22 branch.

16 years ago(quail-help): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 21:01:35 +0000 (21:01 +0000)]
(quail-help): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(quail-setup-completion-buf): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:58:32 +0000 (20:58 +0000)]
(quail-setup-completion-buf): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(binhex-decode-region-internal): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:53:46 +0000 (20:53 +0000)]
(binhex-decode-region-internal): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(uudecode-decode-region-internal): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:53:10 +0000 (20:53 +0000)]
(uudecode-decode-region-internal): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(dns-read-string-name, dns-read, dns-read-type, query-dns):
Stefan Monnier [Wed, 12 Mar 2008 20:52:31 +0000 (20:52 +0000)]
(dns-read-string-name, dns-read, dns-read-type, query-dns):
Use set-buffer-multibyte rather than set default-enable-multibyte-characters.

16 years ago(mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...
Stefan Monnier [Wed, 12 Mar 2008 20:51:26 +0000 (20:51 +0000)]
(mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...
(mh-face-display-function, mh-x-image-display): ...rather than bind
default-enable-multibyte-characters.

16 years ago(sha1-string-external): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:48:46 +0000 (20:48 +0000)]
(sha1-string-external): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years agoUse with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 19:56:09 +0000 (19:56 +0000)]
Use with-current-buffer.
(nntp-send-buffer): Just set the buffer to unibyte rather than use the
dubious mm-with-unibyte-current-buffer.
(nntp-with-open-group-function): New function extracted from
nntp-with-open-group macro.
(nntp-with-open-group): Use the function, so it's easier to debug.
Add indentation and debugging info.
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the
use of the netcat alternatives.

16 years ago(rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well.
Stefan Monnier [Wed, 12 Mar 2008 19:40:14 +0000 (19:40 +0000)]
(rfc2047-decode-string): Don't use `m'.  Avoid mm-string-as-multibyte as well.

16 years ago(nnweb-insert-html): Remove use of nnheader-string-as-multibyte.
Stefan Monnier [Wed, 12 Mar 2008 19:20:33 +0000 (19:20 +0000)]
(nnweb-insert-html): Remove use of nnheader-string-as-multibyte.

16 years ago(nnheader-init-server-buffer): Use with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 19:07:16 +0000 (19:07 +0000)]
(nnheader-init-server-buffer): Use with-current-buffer.
(nnheader-string-as-multibyte): Remove.

16 years agoUse inhibit-read-only.
Stefan Monnier [Wed, 12 Mar 2008 19:04:56 +0000 (19:04 +0000)]
Use inhibit-read-only.
(mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
(mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
or unibyte-string.

16 years ago(mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
Stefan Monnier [Wed, 12 Mar 2008 18:54:39 +0000 (18:54 +0000)]
(mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
(mm-uu-yenc-extract): Use with-current-buffer.

16 years ago(gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer
Stefan Monnier [Wed, 12 Mar 2008 18:49:53 +0000 (18:49 +0000)]
(gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer
since the buffer is unibyte anyway.

16 years agoUse with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:44:07 +0000 (18:44 +0000)]
Use with-current-buffer.
(nnmh-request-list-1): Use mm-string-to-multibyte rather than
mm-string-as-multibyte on the output of mm-encode-coding-string.

16 years ago(nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:40:01 +0000 (18:40 +0000)]
(nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
(nnimap-request-move-article): Use with-current-buffer.

16 years ago(mm-with-part): Set the buffer to unibyte before inserting
Stefan Monnier [Wed, 12 Mar 2008 18:30:52 +0000 (18:30 +0000)]
(mm-with-part): Set the buffer to unibyte before inserting
the handle-buffer's text, so the implicit multibyte->unibyte conversion
uses string-make-unibyte rather than string-as-unibyte.

16 years agoUse with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:23:38 +0000 (18:23 +0000)]
Use with-current-buffer.

16 years ago(Fswitch_to_buffer): Fall back on pop-to-buffer.
Stefan Monnier [Wed, 12 Mar 2008 18:13:23 +0000 (18:13 +0000)]
(Fswitch_to_buffer): Fall back on pop-to-buffer.

16 years ago(viper-file-remote-p): Remove, unused.
Stefan Monnier [Wed, 12 Mar 2008 17:57:29 +0000 (17:57 +0000)]
(viper-file-remote-p): Remove, unused.

16 years agoFix up indentation and comment style. Remove `function'.
Stefan Monnier [Wed, 12 Mar 2008 17:56:57 +0000 (17:56 +0000)]
Fix up indentation and comment style.  Remove `function'.

16 years ago(reset-language-environment, set-language-environment-nonascii-translation):
Stefan Monnier [Wed, 12 Mar 2008 17:48:00 +0000 (17:48 +0000)]
(reset-language-environment, set-language-environment-nonascii-translation):
Don't set-unibyte-charset.

16 years agoRemove all cb-args, use closures instead.
Stefan Monnier [Wed, 12 Mar 2008 15:26:49 +0000 (15:26 +0000)]
Remove all cb-args, use closures instead.
(doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
doing an incorrect check).  Update all callers to use the new name.
(doc-view-doc->txt): Add missing `txt' argument.

16 years agoFix next to last ChangeLog entry.
Tassilo Horn [Wed, 12 Mar 2008 15:01:09 +0000 (15:01 +0000)]
Fix next to last ChangeLog entry.

16 years ago(doc-view-current-cache-dir): Set buffer used for
Tassilo Horn [Wed, 12 Mar 2008 14:59:10 +0000 (14:59 +0000)]
(doc-view-current-cache-dir): Set buffer used for
md5 sum calculation to single-byte.

16 years ago(doc-view-new-window-function): Add assertion.
Stefan Monnier [Wed, 12 Mar 2008 14:50:36 +0000 (14:50 +0000)]
(doc-view-new-window-function): Add assertion.
(doc-view-doc-type): New var.
(doc-view-convert-current-doc, doc-view-doc->txt): Use it.
(doc-view-intersection): New fun.
(doc-view-mode): Use it to set the new var.

16 years agoCopyedit.
Chong Yidong [Wed, 12 Mar 2008 13:42:04 +0000 (13:42 +0000)]
Copyedit.

16 years agoRemove discussion of flow control.
Chong Yidong [Wed, 12 Mar 2008 13:41:02 +0000 (13:41 +0000)]
Remove discussion of flow control.

16 years ago* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
Chong Yidong [Wed, 12 Mar 2008 13:39:52 +0000 (13:39 +0000)]
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.

16 years ago(message-ignored-resent-headers): Add "Delivered-To".
Stefan Monnier [Wed, 12 Mar 2008 13:06:58 +0000 (13:06 +0000)]
(message-ignored-resent-headers): Add "Delivered-To".

16 years ago(doc-view-doc->txt, doc-view-open-text)
Tassilo Horn [Wed, 12 Mar 2008 12:05:30 +0000 (12:05 +0000)]
(doc-view-doc->txt, doc-view-open-text)
(doc-view-already-converted-p): New functions.
(doc-view-clear-cache): Don't recreate doc-view-cache-directory.
(doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
(doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
(doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
(doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
(doc-view-convert-current-doc): Don't hardwire the functions the
sentinels call.  Now they're provided by two args CALLBACK and
CB-ARGS to the functions.
(doc-view-search): Use doc-view-doc->txt.
(doc-view-initiate-display): Use doc-view-already-converted-p.
Mention new binding C-c C-t if doc-view-mode doesn't work.

16 years agoDescribe linum.el.
Juanma Barranquero [Wed, 12 Mar 2008 09:31:59 +0000 (09:31 +0000)]
Describe linum.el.

16 years ago(diff-refine-change): Adjust colors to be more visible.
Dan Nicolaescu [Wed, 12 Mar 2008 06:53:18 +0000 (06:53 +0000)]
(diff-refine-change): Adjust colors to be more visible.

16 years ago(sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation.
Stefan Monnier [Wed, 12 Mar 2008 03:15:13 +0000 (03:15 +0000)]
(sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation.

16 years ago(minibuffer-local-map): Use the same command for the "Quit" menu as used for
Stefan Monnier [Tue, 11 Mar 2008 22:02:46 +0000 (22:02 +0000)]
(minibuffer-local-map): Use the same command for the "Quit" menu as used for
the C-g key, so the shortcut displayed is C-g.
Prefer RET over C-j for exit-minibuffer.

16 years ago(display-buffer-other-frame): Eliminate problematic code.
Stefan Monnier [Tue, 11 Mar 2008 20:48:57 +0000 (20:48 +0000)]
(display-buffer-other-frame): Eliminate problematic code.

16 years ago(menu-bar-update-buffers-maxbuf): Remove.
Stefan Monnier [Tue, 11 Mar 2008 17:44:39 +0000 (17:44 +0000)]
(menu-bar-update-buffers-maxbuf): Remove.
(menu-bar-select-buffer): Remove.
(menu-bar-select-frame): Make non-interactive and take a frame arg.
(menu-bar-update-buffers): Don't use buffer-names or frame names as events.

16 years ago(icomplete-completions): Remove obsolete code.
Juanma Barranquero [Tue, 11 Mar 2008 16:27:52 +0000 (16:27 +0000)]
(icomplete-completions): Remove obsolete code.

16 years agoFix previous change.
Jan Djärv [Tue, 11 Mar 2008 15:54:05 +0000 (15:54 +0000)]
Fix previous change.

16 years ago(iwconfig-program-options): Doc fix.
Juanma Barranquero [Tue, 11 Mar 2008 10:23:09 +0000 (10:23 +0000)]
(iwconfig-program-options): Doc fix.
(net-utils-run-program, run-network-program): Define as functions.

16 years agoAdd --enable-sync-input, default yes.
Jan Djärv [Tue, 11 Mar 2008 08:14:28 +0000 (08:14 +0000)]
Add --enable-sync-input, default yes.