1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

81398 commits

Author SHA1 Message Date
Glenn Morris
7fffdc92d6 Fix previous change. 2008-03-14 17:52:43 +00:00
Glenn Morris
352e0e25de (font-lock-comment-face): Move from 22.1 to 22.2 2008-03-14 17:48:07 +00:00
Dan Nicolaescu
f31b125795 * faces.el (xw-defined-colors):
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.

* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.
2008-03-14 17:42:18 +00:00
Eli Zaretskii
294f1153b5 (Ffile_attributes) [WINDOWSNT]: Force inode be positive. 2008-03-14 17:31:09 +00:00
Stefan Monnier
ae0ece90c6 (make-directory): Docstring fix. 2008-03-14 17:14:09 +00:00
Stefan Monnier
116d5bc76a (desktop-create-buffer): Don't catch errors if debug-on-error is set. 2008-03-14 17:08:49 +00:00
Eli Zaretskii
c79a07d795 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
($(lisp)/calendar/hol-loaddefs.el): New targets.
(LOADDEFS): New macro.
(autoloads): Depend on $(LOADDEFS).
2008-03-14 16:49:31 +00:00
Eli Zaretskii
f507f365a7 (globals_of_w32fns, Fx_create_frame): Fix last change. 2008-03-14 16:22:38 +00:00
Dan Nicolaescu
ef49d20fe8 * font-lock.el (featurep): Remove test, not useful anymore.
(facemenu-keymap): Move key binding ...
* facemenu.el (facemenu-keymap): ... here.
2008-03-14 16:15:49 +00:00
Dan Nicolaescu
ac51b1513d (vc-bzr-print-log): Insert a file marker. Run the log
for each file in the list.
(vc-bzr-log-view-mode): Recognize the file marker.
2008-03-14 16:12:31 +00:00
Dan Nicolaescu
f9a9491fbe (emacs-lisp-mode-map): Add menu entries
for checkdoc and profiling.
2008-03-14 16:09:39 +00:00
Jason Rumney
64f0809df4 (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
(MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
(monitor_from_point_fn, get_monitor_info_fn): New globals.
(globals_of_w32fns): Initialize them.
(compute_tip_xy): Use them to position tooltips.
2008-03-14 15:53:46 +00:00
Stefan Monnier
31fe2b00d9 (Example Methods, Direct Functions, Indirect Functions)
(Common Variables): Give precedence to the netcat methods over the telnet
methods, and mention that they are more reliable.
2008-03-14 14:37:22 +00:00
Bastien Guerry
23e330700e * textmodes/flyspell.el (nxml-mode): Add the right.
`flyspell-mode-predicate'.

* wid-edit.el (link): Use 'mouse-face for :follow-link.
2008-03-14 10:13:30 +00:00
Miles Bader
b7b8d8ed71 Add arch tagline 2008-03-14 10:06:41 +00:00
Glenn Morris
4f17e27631 (hebrew-holidays-4): Fix typo. 2008-03-14 07:45:56 +00:00
Glenn Morris
e7148377c1 Reorder so that functions are defined before use.
(displayed-month, displayed-year): Move declarations where needed.
(solar-get-number): Move definition before use.  Use unless.
(solar-equatorial-coordinates): Simplify.
(solar-sunrise-and-sunset): Use let rather than let*.
(solar-longitude, solar-equinoxes-solstices): Use cadr, nth
2008-03-14 07:24:41 +00:00
Glenn Morris
f852191f5e (displayed-month, displayed-year)
(original-date): Move declarations where needed.
(islamic-calendar-day-number): Remove unused local variable `day'.
(calendar-goto-islamic-date): Doc fix.
(holiday-islamic): Use unless.
(list-islamic-diary-entries, mark-islamic-diary-entries): Move some
constant variables outside the loop.  Use dolist.
(mark-islamic-calendar-date-pattern): Move definition before use.
Use unless.
(mark-islamic-diary-entries): Doc fix.
(insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Use let rather than let*.
2008-03-14 07:13:59 +00:00
Glenn Morris
9c0b91874c (date, displayed-month, displayed-year): Move declarations where needed.
(lunar-phase-list): Move definition after functions it uses.
(calendar-phases-of-moon, diary-phases-of-moon)
(lunar-new-moon-on-or-after): Use cadr, nth.
(lunar-new-moon-on-or-after): Doc fix.
2008-03-14 07:09:03 +00:00
Glenn Morris
71855cc518 (displayed-month, displayed-year): Move declarations where needed.
(calendar-holiday-list, calendar-list-holidays)
(holiday-filter-visible-calendar): Move definitions before use.
(list-holidays): Use cadr.
Relocate obsolete aliases after their replacements.
2008-03-14 07:05:10 +00:00
Glenn Morris
20a614c6c8 (calendar-mayan-haab-month-name-array)
(calendar-mayan-tzolkin-names-array): Add doc strings.
(calendar-mayan-long-count-from-absolute): Use a single let.
(calendar-string-to-mayan-long-count): Simplify.
(calendar-next-haab-date, calendar-previous-haab-date)
(calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
(calendar-previous-calendar-round-date)
(calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
Doc fix.
(calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
(calendar-mayan-date-string, calendar-print-mayan-date)
(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
(calendar-mayan-long-count-common-era): Move definitions before use.
2008-03-14 07:01:11 +00:00
Glenn Morris
8f11970df6 (displayed-month, displayed-year, original-date): Move declarations
where needed.
(calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit): Doc fix.
(list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
constant variables outside the loop.  Use dolist.
2008-03-14 06:54:36 +00:00
Glenn Morris
cfcc468faa (calendar-cursor-to-nearest-date): Use or, when. Move definition before use.
(calendar-cursor-to-visible-date): Move definition before use.
(calendar-scroll-left): Use unless and zerop.  Combine lets into one,
and place inside the conditional.
(calendar-forward-day): Simplify.
(calendar-end-of-month): Use unless.
(calendar-goto-day-of-year): Doc fix.
Relocate obsolete aliases after their replacements.
2008-03-14 06:45:16 +00:00
Glenn Morris
4b8683c7c5 (calendar-time-zone-daylight-rules): Simplify.
(calendar-dst-find-data, calendar-daylight-time-offset)
(calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
(calendar-daylight-savings-starts-time)
(calendar-daylight-savings-ends-time): Use cadr, nth.
2008-03-14 03:38:38 +00:00
Glenn Morris
c8ca95dd39 Re-indent.
(calendar-absolute-from-julian): Move definition before use.  Remove
un-needed local `day'.
(calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
2008-03-14 03:35:03 +00:00
Glenn Morris
49f64954f5 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless. 2008-03-14 03:32:07 +00:00
Glenn Morris
6bd7c8eb8f (calendar-bahai-month-name-array, calendar-bahai-leap-base): Add doc strings.
(calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
Move definition before use.
(calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
(diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
variables outside the loop.  Use dolist.
2008-03-14 03:31:52 +00:00
Glenn Morris
6cd61ebd91 (displayed-year): Move declaration where needed.
(calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso): Doc fix.
(calendar-mouse-goto-date): Move definition before use.
2008-03-14 03:18:20 +00:00
Glenn Morris
5424a53095 (french-calendar-accents): Move definition after constants.
(french-calendar-epoch, calendar-goto-french-date): Doc fix.
(french-calendar-month-name-array)
(french-calendar-multibyte-month-name-array)
(french-calendar-day-name-array, french-calendar-special-days-array):
Add doc strings.
2008-03-14 03:15:21 +00:00
Glenn Morris
52e0f59e95 Re-indent.
(calendar-goto-persian-date): Doc fix.
2008-03-14 03:12:09 +00:00
Glenn Morris
ad2903ec12 Re-indent. 2008-03-14 03:10:37 +00:00
Glenn Morris
465323b664 Re-order so that functions are defined before use.
(displayed-month, displayed-year): Move declarations where needed.
(chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
(chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Add doc strings.
(chinese-year-cache): Recenter on 2010.  Doc fix.
(chinese-year, number-chinese-months, calendar-absolute-from-chinese):
Doc fix.  Simplify.
(chinese-year-cache-init): New function.
(compute-chinese-year, holiday-chinese-new-year)
(calendar-chinese-date-string, calendar-goto-chinese-date)
(make-chinese-month-assoc-list): Use cadr, nth.
(chinese-months): Remove un-needed let.
2008-03-14 03:08:33 +00:00
Glenn Morris
75762c68d6 (mark-diary-entries): Move some constant variables outside the
diary-date-forms loop.
2008-03-14 02:53:03 +00:00
Glenn Morris
ef47371993 Re-indent.
(coptic-calendar-month-name-array, ethiopic-calendar-month-name-array)
(ethiopic-name): Add doc strings.
(coptic-prompt-for-date): Move definition before use.
2008-03-14 02:49:59 +00:00
Glenn Morris
27a28b5017 (diary-file): Doc fix.
(calendar-buffer-list): Return buffers rather than strings (fixes
previous change).
2008-03-14 02:46:37 +00:00
Glenn Morris
505d875608 Add some sections, based on NEWS.22. 2008-03-14 02:42:04 +00:00
Glenn Morris
21a4ff8e39 (main): Revert previous change.
(standard_args): Revert -internal-script back to -scriptload,
and remove the long-option form.
2008-03-14 02:40:21 +00:00
Glenn Morris
1d1100d7ac (command-line-1): Rename -internal-script back to -scriptload (reverts
previous change).
2008-03-14 02:38:45 +00:00
Glenn Morris
c1fbdbbb55 (top-level): CL not required when compiling.
(org-irc-visit-erc): Replace runtime CL functions.
2008-03-14 02:36:39 +00:00
Glenn Morris
eb3a8c9167 Fix commentary. 2008-03-14 02:35:13 +00:00
Glenn Morris
1e63a7fbf3 (declare-function): Add compatibility stub.
(org-publish-delete-dups): Declare as function.
2008-03-14 02:34:41 +00:00
Glenn Morris
6622c075aa Add missing Org entries. 2008-03-14 02:33:19 +00:00
Dan Nicolaescu
f392f8b441 (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.
2008-03-14 01:52:59 +00:00
Juri Linkov
a71a98cf83 (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.
2008-03-14 01:02:45 +00:00
Juri Linkov
0199e76544 (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'.
2008-03-14 01:01:36 +00:00
Tassilo Horn
5986c5c6ad (doc-view-doc->txt, doc-view-convert-current-doc):
Create cache dir only if it doesn't already exist.
2008-03-13 18:12:28 +00:00
Stefan Monnier
23ae1f25aa (sh-font-lock-quoted-subshell): Fix handling of \ and '. 2008-03-13 14:34:20 +00:00
Johan Bockgård
03e49c06ad (browse-url-text-xterm): Unquote browse-url-text-browser. 2008-03-13 13:29:11 +00:00
Carsten Dominik
699b929121 * 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.
2008-03-13 09:00:37 +00:00
Carsten Dominik
4b67ea8970 * org-export-latex.el (org-export-as-latex): Revert the change
that killed the LaTeX buffer.
2008-03-13 08:57:53 +00:00