]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(sgml-xml-guess): Return the result rather than setting sgml-xml-mode.
[gnu-emacs] / lisp / ChangeLog
1 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
4 than setting sgml-xml-mode.
5 (sgml-mode, html-mode): Set sgml-xml-mode.
6 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8 (sgml-electric-tag-pair-before-change-function)
9 (sgml-electric-tag-pair-flush-overlays): New functions.
10 (sgml-electric-tag-pair-mode): New minor mode.
11 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12 (sgml-calculate-indent): Use assoc-string.
13
14 2007-06-16 Karl Fogel <kfogel@red-bean.com>
15
16 * thingatpt.el (thing-at-point-email-regexp): Don't require two
17 chars before the "@" in an email address. Andreas Roehler noticed
18 this problem.
19
20 2007-06-15 Karl Fogel <kfogel@red-bean.com>
21
22 * thingatpt.el: Add support for email addresses (`email').
23 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
24 (thing-at-point-email-regexp): New variable.
25 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
26 properties on this symbol, with lambda forms for values.
27
28 2007-06-15 Masatake YAMATO <jet@gyve.org>
29
30 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
31
32 * vc.el (vc-dired-hook): Check the backend returned from
33 `vc-responsible-backend' can really handle `subdir'.
34
35 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
36
37 * wid-edit.el (widget-add-documentation-string-button):
38 Fix handling of documentation indent.
39
40 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
41
42 * mb-depth.el: New file.
43
44 2007-06-15 Masatake YAMATO <jet@gyve.org>
45
46 * vc.el (vc-dired-mode): Show backend name as part of mode name.
47
48 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
49
50 * wid-edit.el (widget-default-create): Move ?h handling here...
51 (widget-default-format-handler): ...from here.
52 (widget-docstring, widget-add-documentation-string-button): New funs.
53 (documentation-string): Add :visibility-widget property.
54 (widget-documentation-string-value-create): Use it.
55
56 * cus-edit.el (custom-split-regexp-maybe): Simplify.
57 (custom-buffer-create-internal): Simplify message.
58 (custom-variable-tag): Reduce height to normal.
59 (custom-variable-value-create, custom-face-value-create)
60 (custom-visibility): New widget.
61 (custom-visibility): New face.
62 (custom-group-value-create):
63 Call widget-add-documentation-string-button, using `custom-visibility'.
64
65 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * emacs-lisp/bytecomp.el (byte-compile-current-group)
68 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
69 change. Apparently the "warning even if the group is implicit" is
70 a feature rather than a bug.
71
72 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
73
74 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
75 different advices for Emacs and XEmacs. Compile them conditionally.
76 (viper-version): belated version change.
77
78 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
79
80 * follow.el (follow-all-followers, follow-generic-filter):
81 * pcomplete.el (pcomplete-restore-windows):
82 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
83 (x-dnd-drop-data):
84 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
85 * progmodes/python.el (python-complete-symbol):
86 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
87
88 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
89
90 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
91 around bright and dim regexps. Make sure bright and dim matches
92 use word anchors. Send text through rcirc-markup functions.
93 (rcirc-url-regexp): Add single quote character.
94 (rcirc-connect): Write logs to disk on auto-save-hook.
95 Make server a non-optional argument.
96 (rcirc-log-alist): New variable.
97 (rcirc-log-directory): Make customizable.
98 (rcirc-log-flag): New customizable variable.
99 (rcirc-log): New function.
100 (rcirc-print): Use above function.
101 (rcirc-log-write): New function.
102 (rcirc-generate-new-buffer-name): Strip text properties.
103 (rcirc-switch-to-buffer-function): Remove variable.
104 (rcirc-last-non-irc-buffer): Remove variable.
105 (rcirc-non-irc-buffer): Add function.
106 (rcirc-next-active-buffer): Use above function.
107 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
108 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
109 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
110 (rcirc-omit-mode): Add minor-mode.
111 (rcirc-mode-map): Change C-c C-o binding.
112 (rcirc-mode): Clear mode-line-process. Use a custom
113 fill-paragraph-function. Set up buffer-invisibility-spec.
114 (rcirc-response-formats): Remove timestamp code.
115 (rcirc-omit-responses): Add variable.
116 (rcirc-print): Don't put the overlay arrow on potentially omitted
117 lines. Log line to disk. Record activity for private messages
118 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
119 (rcirc-jump-to-first-unread-line): Print message if there is no
120 unread text.
121 (rcirc-clear-unread): New function.
122 (rcirc-markup-text-functions): Add variable.
123 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
124 (rcirc-debug): Don't mess with window configuration.
125 (rcirc-send-message): Send message before printing locally.
126 Add SILENT argument, do not print message if non-nil.
127 (rcirc-visible-buffers): New function and variable.
128 (rcirc-window-configuration-change-1): Add function.
129 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
130 server buffer.
131 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
132 (rcirc-fill-paragraph): Add function.
133 (rcirc-record-activity, rcirc-window-configuration-change-1):
134 Only update the activity string if it has actually changed.
135 (rcirc-update-activity-string): Remove padding characters from the
136 mode-line string.
137 (rcirc-disconnect-buffer): New function to be called when a
138 channel is parted or the user quits.
139 (rcirc-server-name): Warn when the server-name hasn't been set.
140 (rcirc-window-configuration-change): Postpone work until
141 post-command-hook.
142 (rcirc-window-configuration-change-1): Update mode-line and
143 overlay arrows here.
144 (rcirc-authenticate): Fix chanserv identification.
145 (rcirc-default-server): Remove variable.
146 (rcirc): Connect according to rcirc-connections.
147 (rcirc-connections): Add variable.
148 (rcirc-startup-channels-alist): Remove variable.
149 (rcirc-startup-channels): Remove function.
150
151 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
154
155 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
156
157 * term/xterm.el (terminal-init-xterm): Escape parens in character
158 constants.
159
160 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * progmodes/sh-script.el: Remove unneeded * from docstrings.
163 Use [:alpha:] and [:alnum:] where applicable.
164 (sh-quoted-subshell): Rewrite to correctly
165 handle nested mixes of `...` and $(...).
166 (sh-apply-quoted-subshell): Remove.
167 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
168
169 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
170
171 2007-06-12 Tom Tromey <tromey@redhat.com>
172
173 * subr.el (user-emacs-directory): New defconst.
174 * cmuscheme.el (scheme-start-file):
175 * shell.el (shell):
176 * completion.el (save-completions-file-name):
177 * custom.el (custom-theme-directory):
178 * term/x-win.el (emacs-session-filename):
179 * filesets.el (filesets-menu-cache-file):
180 * thumbs.el (thumbs-thumbsdir):
181 * server.el (server-auth-dir):
182 * image-dired.el (image-dired-dir):
183 (image-dired-db-file):
184 (image-dired-temp-image-file):
185 (image-dired-gallery-dir):
186 (image-dired-temp-rotate-image-file):
187 * play/gamegrid.el (gamegrid-user-score-file-directory):
188 * savehist.el (savehist-file):
189 * tutorial.el (tutorial--saved-dir):
190 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
191
192 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
193
194 * scroll-lock.el (scroll-lock-mode): Doc fix.
195
196 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
197
198 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
199
200 * ediff-init.el: Doc strings.
201
202 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
205 (byte-compile-file): Bind it.
206 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
207 group argument is provided implicitly.
208 (byte-compile-format-warn, byte-compile-from-buffer)
209 (byte-compile-insert-header): Don't hardcode point-min==1.
210 (byte-compile-file-form-require): Remove unused var old-load-list.
211 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
212
213 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
214
215 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
216 Display error messages.
217 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
218 Get rid of cl.el dependencies.
219
220 * emulation/viper-init.el (viper-suppress-input-method-change-message):
221 New variable.
222 (viper-activate-input-method-action)
223 (viper-inactivate-input-method-action):
224 Use viper-suppress-input-method-change-message.
225
226 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
227 for C-s, C-r.
228
229 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
230 Use viper-replace-overlay-cursor-color instead of
231 viper-replace-overlay-cursor-color.
232 (viper-sit-for-short): Use sit-for with 3 arguments.
233
234 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
235 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
236 to gud-mode.
237
238 * ediff-mult.el (ediff-meta-buffer-brief-message)
239 (ediff-meta-buffer-verbose-message): New variables.
240 (ediff-meta-buffer-message): Variable deleted.
241 (ediff-verbose-help-enabled): New variable.
242 (ediff-toggle-verbose-help-meta-buffer): New function.
243 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
244 message options
245
246 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
247 (ediff-fixup-patch-map): Improve heuristic.
248
249 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
252 (log-view-font-lock-keywords): Simplify.
253 (log-view-current-file, log-view-current-tag): Simplify.
254
255 2007-06-12 Sam Steingold <sds@gnu.org>
256
257 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
258
259 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
260
261 * desktop.el (desktop-load-locked-desktop): New option.
262 (desktop-read): Use it.
263 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
264 Use `when'.
265
266 2007-06-12 Davis Herring <herring@lanl.gov>
267
268 * desktop.el (desktop-save-mode-off): New function.
269 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
270 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
271 (desktop-claim-lock, desktop-release-lock): New functions.
272 (desktop-kill): Tell `desktop-save' that this is the last save.
273 Release the lock afterwards.
274 (desktop-buffer-info): New function.
275 (desktop-save): Use it. Run `desktop-save-hook' where the doc
276 says to. Detect conflicts, and manage the lock.
277 (desktop-read): Detect conflicts. Manage the lock.
278
279 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
282
283 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
284 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
285 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
286 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
287 keysyms rather than byte sequences.
288 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
289
290 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * font-lock.el (font-lock-add-keywords): In case font-lock was only
293 half-activated, forcefully activate it completely.
294
295 2007-06-11 Richard Stallman <rms@gnu.org>
296
297 * cus-edit.el (custom-variable-type): Doc fix.
298
299 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
302 (sh-font-lock-flush-syntax-ppss-cache): New functions.
303 (sh-font-lock-syntactic-keywords): Use them to distinguish the
304 different possible cases for \'.
305
306 * complete.el (PC-bindings): Don't bind things already bound in the
307 parent keymap.
308
309 * textmodes/bibtex-style.el: New file.
310
311 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
312
313 * vc-bzr.el: New file.
314
315 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * vc-svn.el (vc-svn-program): New var.
318 (vc-svn-command): Use it.
319
320 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
321
322 * server.el (server-switch-buffer): Remove redundant check.
323
324 2007-06-10 Martin Rudalics <rudalics@gmx.at>
325
326 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
327 Match against file-name-nondirectory.
328 Fix text on user customization variables.
329 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
330
331 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
332
333 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
334
335 2007-06-09 Davis Herring <herring@lanl.gov>
336
337 * desktop.el (desktop-minor-mode-table): Doc fix.
338
339 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * textmodes/css-mode.el (css-navigation-syntax-table):
342 Use set-char-table-range so it also works in the unicode branch.
343
344 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
345
346 * help-mode.el (help-xref-forward-stack)
347 (help-xref-stack-forward-item, help-forward-label): New variables.
348 (help-forward): New button type.
349 (help-setup-xref): Initialise help-xref-forward-stack.
350 (help-make-xrefs): Add forward button, if appropriate.
351 (help-xref-go-back): Push item on forward stack.
352 (help-xref-go-forward, help-go-forward): New functions.
353
354 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
355
356 * dired.el (dired-mode-map): Remove spurious separator.
357
358 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
359
360 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
361
362 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
363 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
364
365 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
366
367 * textmodes/org.el: Version number fixed.
368
369 2007-06-07 Glenn Morris <rgm@gnu.org>
370
371 * version.el (emacs-copyright): New constant.
372 * startup.el (fancy-splash-tail): Use emacs-copyright.
373 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
374
375 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
376 `make-local'.
377 (byte-compile-warnings-safe-p): Add `make-local'.
378 (byte-compile-make-variable-buffer-local):
379 Allow byte-compile-warnings to suppress this warning.
380
381 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
382 format of "menu" description.
383 (tutorial--find-changed-keys): Describe the specific menu a
384 command is in.
385
386 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
387 Rewrite compatibility functions to silence byte-compiler.
388
389 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
390
391 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
392 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
393
394 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
395
396 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
397
398 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
399
400 * progmodes/ebrowse.el (ebrowse-member-table):
401 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
402 (org-batch-agenda-csv): Fix typos in docstrings.
403
404 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
405
406 * international/mule-cmds.el (toggle-enable-multibyte-characters)
407 (sort-coding-systems, search-unencodable-char): Doc fixes.
408 (coding-system-change-eol-conversion, set-default-coding-systems)
409 (prefer-coding-system, find-multibyte-characters, princ-list)
410 (leim-list-entry-regexp, set-input-method, locale-language-names)
411 (input-method-exit-on-first-char, exit-language-environment-hook)
412 (locale-charset-language-names): Fix typos in docstrings.
413
414 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
415
416 * pgg.el (pgg-sign-region, pgg-sign):
417 * ses.el (ses-call-printer):
418 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
419 * textmodes/org.el (org-cycle): Fix typos in docstrings.
420
421 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
422
423 * textmodes/org.el
424 (org-export-region-as-html, org-replace-region-by-html)
425 (org-number-to-letters, org-table-fedit-finish)
426 (org-normalize-color, org-table-fedit-ref-right)
427 (org-date-to-gregorian, org-table-fedit-move)
428 (org-table-convert-refs-to-rc, org-calendar-holiday)
429 (org-table-fedit-toggle-ref-type, org-write-agenda)
430 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
431 (org-defkey, org-encode-for-stdout)
432 (org-indent-line-function, org-export-as-html-to-buffer)
433 (org-store-agenda-views, org-update-mode-line)
434 (org-find-if, org-delete-all)
435 (org-table-fedit-convert-buffer, org-emphasize)
436 (org-uniquify, org-table-fedit-lisp-indent)
437 (org-table-fedit-scroll, org-get-todo-sequence-head)
438 (org-table-fedit-scroll-down, org-table-fedit-line-down)
439 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
440 (org-table-fedit-toggle-coordinates, org-dvipng-color)
441 (org-table-fedit-line-up, org-table-fedit-ref-down)
442 (org-table-formula-from-user, org-mode-flyspell-verify)
443 (org-cycle-show-empty-lines, org-ctrl-c-ret)
444 (org-table-formula-to-user, org-diary-to-ical-string)
445 (orgtbl-export, org-table-fedit-post-command)
446 (org-closed-in-range, org-shiftcontrolright)
447 (org-table-convert-refs-to-an, org-table-hline-and-move)
448 (org-table-formula-less-p, org-format-table-ascii)
449 (org-agenda-get-sexps, org-shift-refpart)
450 (org-diary-sexp-entry, org-time-string-to-absolute)
451 (org-table-show-reference, org-letters-to-number)
452 (org-fix-agenda-info, org-table-fedit-ref-up)
453 (org-table-fedit-shift-reference, org-table-fedit-abort)
454 (org-closest-date, org-shiftcontrolleft)
455 (org-at-heading-or-item-p, org-rematch-and-replace)
456 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
457 New functions.
458 (org-table-edit-scroll-down, org-finish-edit-formulas)
459 (org-table-edit-next-field, org-abort-edit-formulas)
460 (org-font-lock-level, org-export-find-first-heading-line)
461 (org-table-edit-line-down, org-table-edit-backward-field)
462 (org-edit-formula-lisp-indent, org-table-edit-move)
463 (org-check-log-option, org-this-word)
464 (org-table-edit-line-up, org-table-edit-formulas-post-command)
465 (org-agenda-file-to-end, org-expand-file-name)
466 (org-fake-empty-table-line, org-table-edit-scroll)
467 (org-toggle-log-option, org-show-reference): Function removed.
468 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
469 New defsubsts.
470 (org-unmodified, org-batch-store-agenda-views)
471 (org-batch-agenda-csv): New macro.
472 (org-agenda-export): New customization group.
473 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
474 (org-highest-priority, org-agenda-exporter-settings)
475 (org-log-done-with-time, org-replace-disputed-keys)
476 (org-format-latex-header, org-export-table-header-tags)
477 (org-cycle-separator-lines, org-export-table-data-tags)
478 (org-icalendar-include-sexps)
479 (org-empty-line-terminates-plain-lists)
480 (org-log-repeat, org-special-ctrl-a)
481 (org-table-use-standard-references, org-disputed-keys)
482 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
483 (org-agenda-export-html-style): New option.
484 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
485 (org-CUA-compatible): Option removed.
486 (org-agenda-structure, org-sexp-date): New face.
487 (org-todo-keywords-for-agenda, org-not-done-keywords)
488 (org-planning-or-clock-line-re, org-agenda-name)
489 (org-table-colgroup-info, org-todo-sets)
490 (constants-unit-system, org-clock-mode-line-entry)
491 (org-mode-line-timer, org-table-current-begin-pos)
492 (org-todo-keywords-1, org-mode-line-string)
493 (org-table-clean-did-remove-column, org-table-fedit-map)
494 (org-clock-heading, org-table-buffer-is-an)
495 (org-agenda-info, org-done-keywords)
496 (org-done-keywords-for-agenda, org-todo-heads)
497 (org-todo-kwd-alist, org-clock-start-time): New variable.
498 (org-todo-kwd-priority-p, org-edit-formulas-map)
499 (org-repeat-re, org-todo-kwd-max-priority)
500 (org-version, org-done-string)
501 (org-table-clean-did-remove-column-1, org-disputed-keys):
502 Remove Variables.
503 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
504 (org-ts-lengths): Constant removed.
505 (org-follow-gnus-link): Don't ask how many articles to read.
506 (org-export-find-first-export-line): Rename from
507 `org-export-find-first-heading'.
508 Use `org-export-skip-text-before-1st-heading'.
509 (org-table-fedit-post-command): Rename from
510 `org-table-edit-formulas-post-command'.
511 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
512 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
513 (org-table-fedit-lisp-indent): Rename from
514 `org-edit-formula-lisp-indent'.
515 (org-table-show-reference): Rename from `org-show-reference'.
516 (org-table-store-formulas): Use `org-table-formula-less-p'.
517 (org-table-edit-formulas): Position cursor to current field equation.
518 (org-update-checkbox-count, org-hide-archived-subtrees)
519 (org-timestamp-up-day, org-timestamp-down-day)
520 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
521 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
522 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
523 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
524 Let `org-on-heading-p' also check for invisible heading.
525 (org-read-date): Match am/pm times.
526 (org-eval-in-calendar): Fix default date in prompt.
527
528 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
529
530 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
531 "ChangeLog.a" entries, giving the latter lower priority.
532
533 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
534
535 * faces.el (face-id): If the argument is a face alias,
536 return the ID of the target face.
537
538 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
539
540 * net/socks.el (top): Remove unnecessary copyright line.
541
542 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
543
544 * longlines.el (longlines-auto-wrap): Handle argument correctly.
545
546 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
547
548 * net/socks.el: New file, taken from w3 repository.
549 (top): Update Copyright. Don't load cl.el.
550 (all): Replace `case' by `cond', `string-to-int' by
551 `string-to-number', and `process-kill-without-query' by
552 `set-process-query-on-exit-flag'.
553 (socks-char-int): Remove defalias and all occurencies.
554
555 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
556
557 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
558 Fix typos in docstrings.
559 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
560 (compilation-finish-function): Fix typo in obsolescence declaration.
561
562 2007-06-03 Sam Steingold <sds@gnu.org>
563
564 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
565 handle unending automatic recompilation of changed files (`omake -P').
566 (compilation-loop): VISITED is now 5th CDR.
567 (compilation-next-error-function): Set TIMESTAMP.
568
569 2007-06-03 Sam Steingold <sds@gnu.org>
570
571 * files.el (kill-buffer-ask): New function.
572 (kill-some-buffers): Use it.
573 (kill-matching-buffers): New user command.
574
575 2007-06-01 David Kastrup <dak@gnu.org>
576
577 * dired.el (dired-recursive-deletes, dired-recursive-copies):
578 Change default to `top'.
579
580 2007-05-31 Richard Stallman <rms@gnu.org>
581
582 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
583
584 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * textmodes/css-mode.el: New file.
587
588 2007-05-30 Michael Olson <mwolson@gnu.org>
589
590 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
591 died and we are trying to send a signal to it. The program using
592 tq.el should periodically check to see whether the process has
593 died and react appropriately -- this is not the responsibility of
594 tq.el, and is consistent with the rest of the tq.el source code.
595
596 2007-05-29 Martin Rudalics <rudalics@gmx.at>
597
598 * textmodes/table.el (table--point-entered-cell-function)
599 (table--point-left-cell-function):
600 Bind `inhibit-point-motion-hooks' to t.
601
602 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
603
604 * emacs-lisp/rx.el (rx): Doc fix.
605
606 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
607
608 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
609
610 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
611
612 Sync with Tramp 2.0.56.
613
614 * net/tramp.el:
615 * net/tramp-ftp.el:
616 * net/tramp-smb.el:
617 * net/tramp-util.el:
618 * net/tramp-vc.el:
619 Don't load cl.el, because that pollutes the namespace. Replace cl
620 macros by their implementations where necessary. Requested by
621 Richard Stallman <rms@gnu.org>.
622
623 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
624 doesn't exist.
625 (with-parsed-tramp-file-name): Protect debug spec during compilation.
626 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
627 (tramp-file-name-p, tramp-file-name-multi-method)
628 (tramp-file-name-method, tramp-file-name-user)
629 (tramp-file-name-host, tramp-file-name-localname): New defuns,
630 replacing defstruct `tramp-file-name'.
631 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
632 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
633 Apply `vector' instead of `make-tramp-file-name'.
634 (tramp-handle-make-auto-save-file-name):
635 Apply `tramp-temporary-file-directory' for compatibility reasons.
636 (tramp-completion-mode): Use `natnump' instead of `wholenump'
637 because of XEmacs.
638 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
639 started.
640
641 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
642
643 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
644
645 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
646
647 * log-edit.el (log-edit-changelog-paragraph): Return point-max
648 as the end of the ChangeLog paragraph when it ends without a line
649 termination.
650
651 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
652
653 * net/webjump.el (webjump-sample-sites):
654 Add simple Wikipedia query.
655
656 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
659 compatibiity code.
660
661 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
662 (copyright-update-year): Use it.
663
664 * edmacro.el (edmacro-format-keys): Use current-active-maps.
665
666 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
667 Add indentation and debugging info. Fix up comment convention.
668
669 * cus-dep.el (custom-make-dependencies): Simplify.
670
671 * composite.el (compose-region, decompose-region):
672 Use inhibit-read-only and restore-buffer-modified-p.
673
674 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
675 (xterm-mouse-event): Use it.
676
677 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
678
679 * bs.el (bs-cycle-previous): Don't modify the cycle list until
680 `switch-to-buffer' has returned succesfully.
681 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
682 window is dedicated (it could iconify the frame).
683
684 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
685
686 * vc-hooks.el (vc-find-root): Fix file attribute test.
687
688 2007-05-24 Richard Stallman <rms@gnu.org>
689
690 * textmodes/flyspell.el (flyspell-correct-word-before-point):
691 Don't let opoint be nil.
692 (flyspell-emacs-popup): Explicit error if no dialogs.
693
694 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
695
696 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
697 (image-next-line, image-previous-line, image-scroll-up)
698 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
699 New functions.
700 (image-mode-map): Remap motion commands.
701 (image-mode-text-map): New keymap for viewing images as text.
702 (image-mode): Use image-mode-map.
703 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
704
705 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * textmodes/fill.el (canonically-space-region): Make the second arg
708 a marker if it's not already the case.
709
710 2007-05-23 Eli Zaretskii <eliz@gnu.org>
711
712 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
713 (tar-get-descriptor): Handle type 55, an extended pax header.
714
715 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
718 to confuse outline-minor-mode.
719
720 2007-05-23 Eli Zaretskii <eliz@gnu.org>
721
722 * tar-mode.el (tar-file-name-handler): New function.
723 (tar-extract): Bind file-name-handler-alist to it to force
724 find-buffer-file-type-coding-system behave as if the file being
725 extracted existed. Use last-coding-system-used to force
726 buffer-file-coding-system to what decode-coding-region actually
727 used to decode the file.
728
729 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
730
731 * progmodes/compile.el (compilation-handle-exit):
732 `compilation-finish-function' may change the current buffer.
733
734 2007-05-22 Richard Stallman <rms@gnu.org>
735
736 * files.el (set-auto-mode): Doc fix.
737
738 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
739
740 * help-fns.el (find-source-lisp-file): New function.
741 (describe-function-1): Use find-source-lisp-file to find source
742 file in compile tree.
743
744 2007-05-22 Eli Zaretskii <eliz@gnu.org>
745
746 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
747
748 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
749
750 * emacs-lisp/easy-mmode.el (define-minor-mode)
751 (easy-mmode-define-navigation): Fix typos in docstrings.
752
753 2007-05-22 Glenn Morris <rgm@gnu.org>
754
755 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
756
757 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
758
759 * mail/mail-extr.el (mail-extract-address-components):
760 Recognize non-ASCII characters except for NBSP as words.
761
762 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
763
764 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
765 (rcirc-print): Handle `window-width'.
766 (rcirc-buffer-maximum-lines): Doc fix.
767
768 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
769
770 * image-mode.el (image-toggle-display): Don't clear image cache.
771 Only use filename in image spec if the file is readable.
772 Call image-refresh.
773
774 * image.el (image-type-from-file-name, image-type): Simplify.
775 (image-type-auto-detected-p): Don't scan auto-mode-alist.
776
777 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
778 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
779
780 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
781
782 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
783 is an error.
784
785 * term/linux.el (terminal-init-linux): Don't signal an error
786 if gpm isn't running.
787
788 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
789
790 * t-mouse.el: Reduce to a minor-mode macro call.
791 (t-mouse-mode): Remove the lighter.
792
793 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
794
795 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
796
797 * files.el (auto-mode-alist): Change the regexp so that
798 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
799
800 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
801
802 * Version 22.1 released.
803
804 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
805
806 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
807 changes.
808
809 2007-05-19 Kevin Ryde <user42@zip.com.au>
810
811 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
812
813 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
814
815 * textmodes/sgml-mode.el: Revert last change.
816
817 2007-05-18 Richard Stallman <rms@gnu.org>
818
819 * simple.el (push-mark): Doc fix.
820
821 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
822
823 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
824 tpu-global-map.
825 (tpu-original-global-map): Variable deleted.
826 (tpu-control-keys-map): New keymap variable.
827 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
828 setting keymapping directly.
829 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
830 tpu-global-map.
831 (tpu-edt-on): Activate the tpu-global-map.
832 (tpu-edt-off): Deactivate the tpu-global-map.
833
834 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
835
836 * textmodes/ispell.el (ispell-get-word): Return markers
837 for start and end positions.
838 (ispell-word): Assume END is a marker.
839
840 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
841
842 * printing.el: Group together all XEmacs/Emacs definitions.
843 (pr-version): New version 6.9.
844 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
845 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
846 (pr-menu-bind): Fix code.
847 (pr-e-frame-char-height, pr-e-frame-char-width)
848 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
849 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
850 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
851 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
852 (pr-x-event-y-pixel): Aliases eliminated.
853 (pr-xemacs-global-menubar): Macro moved.
854 (current-menubar, current-mouse-event, zmacs-region-stays)
855 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
856 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
857 Vars moved.
858 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
859 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
860 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
861 (pr-menu-set-utility-title, pr-even-or-odd-pages)
862 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
863 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
864 moved.
865
866 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
867
868 * textmodes/sgml-mode.el (sgml-tag):
869 Fix bug: Call sgml-transformation-function.
870
871 2007-05-17 Martin Rudalics <rudalics@gmx.at>
872
873 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
874 modified flag of buffer. Use `inhibit-modification-hooks'.
875
876 2007-05-16 Richard Stallman <rms@gnu.org>
877
878 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
879
880 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * files.el (magic-mode-alist, magic-fallback-mode-alist):
883 Move the *ml, Postscript, and XmCD entries to the fallback part.
884
885 * files.el (magic-fallback-mode-alist):
886 Rename from file-start-mode-alist.
887
888 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
889
890 * progmodes/compile.el (compilation-handle-exit): Quote first
891 argument of `run-hook-with-args'.
892
893 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
894
895 * buff-menu.el (Buffer-menu-sort-column):
896 * dabbrev.el (dabbrev-upcase-means-case-search):
897 * dired.el (dired-recursive-deletes, dired-recursive-copies):
898 * info.el (Info-current-subfile):
899 * ls-lisp.el (ls-lisp-verbosity):
900 * msb.el (msb-menu-cond):
901 * pcvs.el (cvs-dired-use-hook):
902 * simple.el (set-mark-command-repeat-pop):
903 * time.el (display-time-24hr-format, display-time-mail-file):
904 Doc fixes.
905
906 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
907 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
908
909 * view.el (view-inhibit-help-message): Fix typo in docstring.
910 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
911
912 2007-05-16 Martin Rudalics <rudalics@gmx.at>
913
914 * textmodes/ispell.el (ispell-start-process): Defend against bad
915 default-directory.
916
917 2007-05-14 Eli Zaretskii <eliz@gnu.org>
918
919 * mail/rmail.el (rmail-convert-to-babyl-format): Check
920 content-transfer-encoding _last_, because it's its position that
921 we need as value of base64-header-field-end.
922
923 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
924
925 * files.el (mode-require-final-newline, require-final-newline)
926 (enable-local-variables, enable-local-eval): Doc fixes.
927
928 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
929
930 * ps-print.el: Use default color when foreground or background color
931 are unspecified. Reported by Leo <sdl.web@gmail.com>.
932 (ps-print-version): New version 6.7.4.
933 (ps-rgb-color): New argument. Use default color when color is
934 unspecified.
935 (ps-begin-job): Fix code.
936
937 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
938
939 * longlines.el (longlines-mode): Make longlines-auto-wrap
940 buffer-local. Add hooks unconditionally.
941 (longlines-auto-wrap): Toggle wrapping.
942 (longlines-after-change-function)
943 (longlines-post-command-function): Check longlines-auto-wrap.
944
945 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
946
947 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
948 (xterm-mouse-translate): Use it.
949
950 2007-05-10 Richard Stallman <rms@gnu.org>
951
952 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
953 (iso-cvt-write-only): Likewise.
954
955 * emacs-lisp/easy-mmode.el (define-minor-mode):
956 Fix generated doc string.
957
958 * startup.el (fancy-splash-text): Add URL of guided tour.
959 Adjust horizontal and vertical whitespace.
960
961 * progmodes/compile.el (compilation-handle-exit):
962 Use run-hook-with-args to run compilation-finish-functions.
963
964 * files.el (file-start-mode-alist): New variable.
965 (magic-mode-regexp-match-limit): Doc fix.
966 (set-auto-mode): Handle file-start-mode-alist.
967 A little cleanup of structure.
968
969 * dabbrev.el (dabbrev-eliminate-newlines):
970 Renamed from dabbrev--eliminate-newlines. All uses changed.
971
972 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
973
974 * man.el (Man-next-section): Don't consider the last line of the page
975 as being part of any section.
976
977 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
980 can take any number of values.
981
982 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
985 to the list of citation commands.
986
987 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
990
991 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
992
993 * progmodes/python.el (python-font-lock-keywords)
994 (python-open-block-statement-p, python-mode): Add support for the new
995 "with" keyword.
996
997 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
1000 the exact opposite of diff-goto-source.
1001
1002 * emacs-lisp/advice.el (ad-special-forms): Remove.
1003 (ad-special-form-p): Use subr-arity.
1004
1005 * newcomment.el (comment-search-forward): Make sure we search forward.
1006 (comment-enter-backward): Try and distinguish the non-matching case at
1007 EOB from the non-matching case with a missing comment-end-skip for
1008 a 2-char comment ender.
1009 (comment-choose-indent): New function extracted from comment-indent.
1010 Improve the alignment algorithm.
1011 (comment-indent): Use it.
1012
1013 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
1014 XML style Processing Instructions.
1015 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
1016 (sgml-calculate-indent): Handle `pi' context.
1017
1018 * vc.el: Ensure that update-changelog issues an error when used with
1019 a backend that does not implement it.
1020 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
1021 Remove `backend' argument. Use expand-file-name.
1022 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
1023
1024 * progmodes/python.el (python-end-of-block): Revert last change.
1025 (python-end-of-statement): Make sure we move *forward*.
1026
1027 2007-05-08 Richard Stallman <rms@gnu.org>
1028
1029 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1030 Don't include non-self-insert commands in the exception for `-'.
1031
1032 2007-05-08 David Reitter <david.reitter@gmail.com>
1033
1034 * progmodes/python.el (python-guess-indent): Check non-nullness
1035 before comparing indent against the 2..8 interval.
1036
1037 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1038
1039 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1040 available.
1041
1042 2007-05-06 Richard Stallman <rms@gnu.org>
1043
1044 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1045
1046 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
1049 rather than storing their value in the revert-buffer function.
1050
1051 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
1052
1053 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
1054 when disabling t-mouse-mode.
1055
1056 2007-05-01 Davis Herring <herring@lanl.gov>
1057
1058 * calendar/timeclock.el: Update version number.
1059 (timeclock-modeline-display): Mention timeclock-use-display-time
1060 in explanatory message.
1061 (timeclock-in): Fix non-interactive workday specifications.
1062 (timeclock-log): Don't kill the log buffer if it already existed.
1063 Suppress warnings when finding the log. Don't check for a nil
1064 project twice. Run hooks after killing the buffer (if applicable).
1065 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1066 was geometric). All uses changed.
1067 (timeclock-generate-report): Support prefix argument.
1068
1069 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1070
1071 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1072 disconnections.
1073
1074 2007-05-01 Romain Francoise <romain@orebokech.com>
1075
1076 * dired-x.el: Revert 2007-04-06 change.
1077
1078 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1079
1080 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1081
1082 2007-04-29 Richard Stallman <rms@gnu.org>
1083
1084 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1085
1086 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1089 than 1.
1090
1091 2007-04-28 Richard Stallman <rms@gnu.org>
1092
1093 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1094
1095 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
1096
1097 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1098 don't put stop on toolbar.
1099
1100 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1103
1104 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1105
1106 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1107 instead of $(lisp)/mh-e.
1108
1109 2007-04-28 Glenn Morris <rgm@gnu.org>
1110
1111 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1112 (image-dired-cmd-create-temp-image-options): Replace option
1113 +profile "*" with -strip.
1114
1115 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1118 Use window-start and window-end.
1119
1120 2007-04-27 Andreas Schwab <schwab@suse.de>
1121
1122 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1123
1124 2007-04-27 Eli Zaretskii <eliz@gnu.org>
1125
1126 * textmodes/fill.el (fill-paragraph): Doc fix.
1127
1128 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1129
1130 * locate.el (locate-in-alternate-database): Doc fix.
1131
1132 2007-04-26 Glenn Morris <rgm@gnu.org>
1133
1134 * button.el (button): Use underline if supported, else fall back
1135 to color.
1136
1137 * version.el (emacs-version): Increase to 22.1.50.
1138
1139 2007-04-25 Richard Stallman <rms@gnu.org>
1140
1141 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1142
1143 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1144
1145 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1146 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1147 pushing mark.
1148 (idlwave-current-routine): Don't push mark.
1149
1150 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1151
1152 * image-dired.el (image-dired-display-image): Derive image-type from
1153 filename rather than assuming jpeg, in case no resizing was needed.
1154
1155 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1156
1157 * custom.el (defface): Doc fix.
1158
1159 See ChangeLog.12 for earlier changes.
1160
1161 ;; Local Variables:
1162 ;; coding: iso-2022-7bit
1163 ;; add-log-time-zone-rule: t
1164 ;; End:
1165
1166 Copyright (C) 2007 Free Software Foundation, Inc.
1167
1168 This file is part of GNU Emacs.
1169
1170 GNU Emacs is free software; you can redistribute it and/or modify
1171 it under the terms of the GNU General Public License as published by
1172 the Free Software Foundation; either version 2, or (at your option)
1173 any later version.
1174
1175 GNU Emacs is distributed in the hope that it will be useful,
1176 but WITHOUT ANY WARRANTY; without even the implied warranty of
1177 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1178 GNU General Public License for more details.
1179
1180 You should have received a copy of the GNU General Public License
1181 along with GNU Emacs; see the file COPYING. If not, write to the
1182 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1183 Boston, MA 02110-1301, USA.
1184
1185 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af