1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

76093 Commits

Author SHA1 Message Date
Dan Nicolaescu
d65f0593f5 * emacs.desktop (Exec, Icon, Categories): Fix entries. 2007-12-08 21:34:13 +00:00
Dan Nicolaescu
c305840079 Remove item, fixed by the latest gnus merge. 2007-12-08 18:25:08 +00:00
Eli Zaretskii
8b9a562392 (check-declare): New target.
(BYTE_COMPILE_EXTRA_FLAGS): New variable.
(.el.elc, compile-CMD, compile-SH, compile-always-CMD)
(compile-always-SH, compile-calc-CMD, compile-calc-SH)
($(lisp)/progmodes/cc-mode.elc): Use it.
($(lisp)/progmodes/cc-mode.elc): New rule.
2007-12-08 17:06:06 +00:00
Reiner Steib
44b275c456 (tab-stop-list): Mark as safe-local-variable. 2007-12-08 14:33:53 +00:00
Reiner Steib
5f33ef98e1 (etc-sudoers-generic-mode): New mode.
(generic-unix-modes): Add it.
2007-12-08 14:32:28 +00:00
Reiner Steib
cf944fa4ed Add minimal Gnus item. 2007-12-08 14:29:18 +00:00
Reiner Steib
f8747b72fa Remove "window-system in face definition" [of gnus-treat-emphasize]. Remove
"Gnus archive groups".  Add comment on gnus-dired.el.
2007-12-08 14:27:44 +00:00
Michael Albinus
79945ac143 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
apply wildcards in a hash table key; there is no usable hash code
then.
(dbus-registered-functions-table): Use `equal' as test function.
(dbus-name-owner-changed-handler): Rewrite due to new hash table
structure.
2007-12-08 12:56:59 +00:00
Michael Albinus
a31d47c7dd * dbusbind.c (xd_read_message): Generate an event for every
registered handler.  There might be several handlers registered
for the same signal.
(Fdbus_register_signal): Don't overwrite a registration for the
same signal.  Add a new registration if handlers are different.
(Vdbus_registered_functions_table): Rework doc string.
2007-12-08 12:53:37 +00:00
Martin Rudalics
dc56b2ba13 (c-mask-paragraph): Avoid invalid search
bound error in block comment branch.
2007-12-08 09:55:50 +00:00
Dan Nicolaescu
e10fe1cbe2 New file. 2007-12-08 01:39:15 +00:00
David Kastrup
df04db0bcb Remove conflict marker. 2007-12-08 01:06:12 +00:00
David Kastrup
274f1353e0 * erc-stamp.el (erc-echo-timestamp):
* erc-lang.el (language):
* erc-backend.el (erc-server-connect): Fix buggy call to `message'.

* gnus-sum.el (gnus-summary-simplify-subject-query):
* ecomplete.el (ecomplete-display-matches): Fix buggy call to
`message'.

* textmodes/reftex.el (reftex-select-with-char):
* textmodes/reftex-toc.el (reftex-toc-do-promote)
(reftex-toc-visit-location, reftex-toc-find-section):
* textmodes/reftex-index.el (reftex-index-show-entry):
* textmodes/org.el (org-cycle-hide-archived-subtrees)
(org-table-rotate-recalc-marks, org-mark-ring-push)
(org-follow-info-link, org-mhe-get-message-folder-from-index)
(org-auto-repeat-maybe, org-store-log-note, org-delete-property)
(org-evaluate-time-range, org-edit-agenda-file-list):
* textmodes/artist.el (artist-select-next-op-in-list)
(artist-select-prev-op-in-list):
* term/mac-win.el (mac-service-insert-text):
* startup.el (fancy-about-screen):
* progmodes/vhdl-mode.el (vhdl-decision-query):
* progmodes/idlwave.el (idlwave-template)
(idlwave-scroll-completions, idlwave-display-completion-list):
* progmodes/ebrowse.el (ebrowse-show-progress):
* progmodes/cperl-mode.el (cperl-find-pods-heres):
* progmodes/antlr-mode.el (antlr-insert-option-do):
* play/mpuz.el (mpuz-close-game):
* net/rcirc.el (rcirc-next-active-buffer):
* mail/reporter.el (reporter-update-status):
* kmacro.el (kmacro-display):
* international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
* emulation/viper-util.el (viper-save-setting):
* emacs-lisp/lisp-mnt.el (lm-verify):
* emacs-lisp/edebug.el (edebug-set-mode):
* emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
* calendar/calendar.el (calendar-print-day-of-year):
* calc/calcalg3.el (calc-curve-fit):
* calc/calcalg2.el (math-integral):
* calc/calc.el (calc-read-key-sequence, calc-version):
* calc/calc-mode.el (calc-set-simplify-mode):
* calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to
`message'.
2007-12-08 01:02:29 +00:00
Deepak Goel
a867ead0d0 Improves calls to `error', per mail from RMS. 2007-12-08 00:57:23 +00:00
Kenichi Handa
3d587afd35 (quail-map-from-table): Allow a tone just after a
consonant.
2007-12-07 11:05:08 +00:00
Glenn Morris
d3968b9a74 Remove reverted change. 2007-12-07 08:01:28 +00:00
Glenn Morris
19b6cf1817 (reftex-short-context): Revert previous change. 2007-12-07 05:25:04 +00:00
Glenn Morris
de74083d8b (reftex-TeX-master-file): Revert previous change. 2007-12-07 05:22:29 +00:00
Glenn Morris
a601fb745a (article-make-date-line): Revert previous change. 2007-12-07 05:20:43 +00:00
Glenn Morris
d14ceb1592 (allout-write-file-hook-handler): Revert previous change. 2007-12-07 05:17:08 +00:00
Michael Albinus
ef6ce14cc0 * net/dbus.el (dbus-hash-table=): Fix for new hash table key
structure.
(dbus-list-hash-table, dbus-name-owner-changed-handler): New
defuns.
(dbus-check-event, dbus-handle-event, dbus-event-bus-name)
(dbus-event-service-name, dbus-event-path-name)
(dbus-event-interface-name, dbus-event-member-name): Fix for new
event structure.
(dbus-list-activatable-names, dbus-list-names)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
Reorder `dbus-call-method' arguments.
2007-12-07 04:47:19 +00:00
Michael Albinus
0ce574ef77 * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
(Signals): Adapt dbus-send-signal and dbus-register-signal.
(Errors and Events): Adapt dbus-event.
2007-12-07 04:42:00 +00:00
Michael Albinus
52da95fa96 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
(Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
(Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
Unify argument lists.
(xd_read_message, Fdbus_register_signal) Reorder and extend event
arguments and hash table keys.  Use unique name for service.
(Fdbus_unregister_signal): Remove checks.
(Vdbus_registered_functions_table): Fix doc string.
2007-12-07 04:40:28 +00:00
Glenn Morris
e74d83ee49 Tidying. 2007-12-07 04:33:41 +00:00
Glenn Morris
7e5be5e349 Tidying. 2007-12-07 04:28:30 +00:00
Juanma Barranquero
65841dd8bc *** empty log message *** 2007-12-06 23:11:11 +00:00
Juanma Barranquero
cf9ca12455 *** empty log message *** 2007-12-06 22:05:18 +00:00
Deepak Goel
80d0675396 Fix breakage from last change. 2007-12-06 20:25:35 +00:00
Deepak Goel
feac787c79 Fix breakage of textmodes/ispell.el from last change. 2007-12-06 20:06:24 +00:00
Reiner Steib
af5370adb4 (gnus-load): Rename local variable to avoid confusion. 2007-12-06 20:04:55 +00:00
Deepak Goel
d8c47d3c57 Improve the last changelog entry. 2007-12-06 20:02:02 +00:00
Deepak Goel
1f325d92d3 Fix vc.el breakage. 2007-12-06 19:56:41 +00:00
Deepak Goel
c6ddcf3a86 Commit a more readable changelog. 2007-12-06 19:50:42 +00:00
Deepak Goel
1388485d6b Fix my previous breakages; improve ChangeLog 2007-12-06 19:48:30 +00:00
Deepak Goel
40b0e87a71 Fix buggy `error' calls in textmode/ 2007-12-06 18:43:43 +00:00
Deepak Goel
768b14f8a0 Fix buggy `error' calls in progmodes/ 2007-12-06 18:36:46 +00:00
Deepak Goel
e9e4d61914 Fix buggy calls to `error' in the net/ directory. 2007-12-06 18:22:45 +00:00
Deepak Goel
26b4a51d1e Fix buggy calls to `error'. 2007-12-06 18:18:13 +00:00
Deepak Goel
8c16bd8c35 Fix buggy calls to `error'. 2007-12-06 17:56:42 +00:00
Deepak Goel
864da779a6 Resolve cvs commit conflict. (Fix buggy calls to error.) 2007-12-06 17:25:03 +00:00
Deepak Goel
23f3a1407c Merge gnus-art.el and gnus-start.el after fixing buggy `error' calls. 2007-12-06 17:19:22 +00:00
Deepak Goel
fd0c71e869 Resolve commit conflict. 2007-12-06 17:18:13 +00:00
Deepak Goel
2e564b0dc5 Fix buggy call to `error'. 2007-12-06 16:30:37 +00:00
Stefan Monnier
214abdd48d (doc-view-dvi->pdf-sentinel, doc-view-pdf/ps->png-sentinel)
(doc-view-pdf->txt-sentinel, doc-view-ps->pdf-sentinel, doc-view-display):
Don't change buffer within a sentinel or timer.
(doc-view-display): Don't try to display before the requested page
is available, unless told to do so explicitly.
(doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
Force display even if the requested page is not available.
2007-12-06 15:04:29 +00:00
Richard M. Stallman
b2f2cd56b1 (describe-function-1): Call ad-get-advice-info only on symbols. 2007-12-06 13:30:14 +00:00
Jan Djärv
9fb1ba8090 Add AC_CONFIG_SRCDIR which was lost in the previous
change.
2007-12-06 07:06:50 +00:00
Glenn Morris
417cf0b282 (antlr-keyword, antlr-syntax)
(antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
(antlr-tokenref, antlr-literal): Inherit from standard font-lock
faces in non-light-background case.
2007-12-06 04:13:23 +00:00
Glenn Morris
5cec305694 Remove directory part from filenames in function declarations. 2007-12-06 04:09:57 +00:00
Glenn Morris
292071b483 Re-fill copyright.
Remove directory part from filenames in function declarations.
2007-12-06 04:06:27 +00:00
Glenn Morris
2c52d7a3b2 Remove directory part from filenames in function declarations. 2007-12-06 04:05:51 +00:00