Glenn Morris
55dfee43fa
(timeclock-time-to-seconds, timeclock-log-data): Use nth.
...
(timeclock-completing-read, timeclock-generate-report): Use zerop.
(timeclock-mean, timeclock-generate-report): Use dolist.
2008-03-15 02:54:45 +00:00
Glenn Morris
17a1af5370
(todo-add-category): Simplify.
...
(todo-more-important-p, todo-delete-item, todo-file-item): Use unless, when.
(todo-top-priorities): Use zerop.
2008-03-15 02:54:24 +00:00
Jason Rumney
956ae531fc
*** empty log message ***
2008-03-14 23:43:02 +00:00
Jason Rumney
a03fc5a6e0
(initial_tz): New variable.
...
(syms_of_editfns): Initialize it.
(Fset_time_zone_rule): Set it when first called.
Use it when TZSTRING is nil.
2008-03-14 23:36:58 +00:00
Nick Roberts
392640c437
(list-buffers-noselect): Display buffer name in
...
tooltip instead of mouse binding when it doesn't fit in the list.
2008-03-14 21:32:47 +00:00
Nick Roberts
b1c6913338
*** empty log message ***
2008-03-14 21:31:07 +00:00
Dan Nicolaescu
732f3104dc
Fix typo.
2008-03-14 18:58:17 +00:00
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