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