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