]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Replace missing exponent.
[gnu-emacs] / lisp / ChangeLog
1 2008-08-25 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-units.el (math-simplify-units-quotient): Replace
4 missing exponent.
5
6 2008-08-24 Romain Francoise <romain@orebokech.com>
7
8 * progmodes/python.el (run-python): Remove '' from sys.path.
9
10 2008-08-23 Glenn Morris <rgm@gnu.org>
11
12 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
13
14 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
15
16 * subr.el (temp-buffer-show-hook): Doc fix.
17
18 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
19
20 * emulation/edt.el (edt-default-emulation-setup): Share
21 global-buffers-menu-map with the emulated global map.
22
23 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
24
25 * textmodes/flyspell.el (flyspell-word): Revert last change.
26
27 2008-08-15 Glenn Morris <rgm@gnu.org>
28
29 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline.
30 (Bug#699)
31
32 2008-08-13 Martin Rudalics <rudalics@gmx.at>
33
34 * emacs-lisp/find-func.el (find-library): Wrap search for
35 library name in condition-case to avoid reporting a scan-error.
36 (Bug#563) (sync from trunk 2008-01-25)
37
38 2008-08-12 Juanma Barranquero <lekktu@gmail.com>
39
40 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
41
42 * play/solitaire.el (solitaire-solve): Err out if the solitaire
43 is already in progress.
44
45 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
46
47 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
48
49 2008-08-10 Glenn Morris <rgm@gnu.org>
50
51 * Makefile.in (bootstrap-prepare): Explictly pass EMACS to sub-makes
52 that use it, for non-GNU makes (sync from trunk 2008-06-08).
53
54 * cus-dep.el (generated-custom-dependencies-file): Doc fix (sync from
55 trunk 2008-06-05).
56
57 * finder.el (generated-finder-keywords-file, finder-exit):
58 Doc fix (sync from trunk 2008-06-05).
59
60 * simple.el (toggle-truncate-lines): Doc fix (sync from trunk
61 2008-04-10).
62
63 * subr.el (locate-library): Doc fix (sync from trunk 2008-06-10).
64
65 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix (sync
66 from trunk 2008-06-13).
67 (byte-compile-file): Doc fix (sync from trunk 2008-04-27).
68
69 * progmodes/f90.el (f90-beginning-of-subprogram)
70 (f90-end-of-subprogram): Only give a message when interactive (sync
71 from trunk 2008-06-12).
72
73 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
74 before trying to move there (sync from trunk 2008-06-11).
75
76 * calendar/cal-bahai.el (holiday-bahai): Use an algorithm actually
77 relevant to this calendar system (sync from trunk 2008-03-31).
78 (calendar-bahai-date-string): Avoid an error for pre-Bahai dates (sync
79 from trunk 2008-03-31).
80 (calendar-print-bahai-date): Handle pre-Bahai dates (sync from trunk
81 2008-03-20).
82 (calendar-absolute-from-bahai): Fix the leap-year case (sync from trunk
83 2008-03-20).
84
85 * calendar/calendar.el (increment-calendar-month): Optionally handle
86 systems without 12 months per year (sync from trunk 2008-03-31; needed
87 for above holiday-bahai fix).
88
89 * calendar/cal-islam.el (holiday-islamic): Doc fix (sync from trunk
90 2008-04-23).
91
92 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
93 in the last fortnight in Julian October (sync from trunk 2008-03-31).
94
95 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type (sync
96 from trunk 2008-04-11).
97
98 * calendar/calendar.el (calendar-nth-named-absday)
99 (calendar-nth-named-day):
100 * calendar/diary-lib.el (list-sexp-diary-entries, diary-float):
101 * calendar/holidays.el (holiday-float):
102 Doc fixes (sync from trunk 2008-04-29).
103
104 * calendar/diary-lib.el (simple-diary-display, diary-show-all-entries)
105 (make-diary-entry): Respect non-nil values of pop-up-frames (sync from
106 trunk 2008-03-28).
107
108 * calendar/diary-lib.el (diary-remind): Doc fix.
109
110 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
111
112 * kmacro.el (kmacro-exec-ring-item): Add autoload.
113
114 * files.el (auto-save-visited-file-name): Move definition to
115 fileio.c.
116
117 * cus-start.el (all): Handle auto-save-visited-file-name.
118
119 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
120
121 * cus-edit.el (custom-save-all): Avoid destroying symlink if
122 already visiting the custom file.
123
124 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
125 pending output coming after the status change.
126
127 2008-07-31 Sven Joachim <svenjoac@gmx.de>
128
129 * files.el (abbreviate-file-name): When replacing $HOME with ~,
130 turn off case-fold-search.
131
132 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
133
134 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
135 move the (arglist-cont-nonempty) from c-offsets-alist to
136 c-hanging-braces-alist like other styles already have.
137
138 2008-07-19 Markus Triska <markus.triska@gmx.at>
139
140 * image-mode.el (image-mode): Set image-mode-text-map when image
141 cannot be displayed.
142
143 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
144
145 * textmodes/flyspell.el (flyspell-word, flyspell-large-region)
146 (flyspell-region): Call ispell-maybe-find-aspell-dictionaries.
147
148 * simple.el (next-error): Do a redisplay to prevent incorrect
149 recentering (workaround for bug#197).
150
151 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
152
153 * net/tramp.el (tramp-perl-directory-files-and-attributes)
154 (tramp-get-device): Make device number a cons cell.
155
156 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
157
158 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
159 invalid filename strings when parsing tex errors (bug#376).
160
161 2008-07-24 Sven Joachim <svenjoac@gmx.de>
162
163 * dired-aux.el (dired-copy-file-recursive): Avoid calling
164 set-file-modes when creating target directories.
165
166 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
167
168 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
169 key remapping, not directly.
170
171 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
172
173 * progmodes/flymake.el (flymake-errline, flymake-warnline): Use
174 more suitable colors on dark displays.
175
176 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
177
178 * shell.el (shell-dynamic-complete-functions): Use
179 comint-dynamic-complete-filename as well (bug#361).
180
181 2008-06-21 Alan Mackenzie <acm@muc.de>
182
183 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
184 infinite loop on invalid syntax.
185
186 2008-06-11 Michael Albinus <michael.albinus@gmx.de>
187
188 * net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
189
190 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
191
192 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
193
194 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * tar-mode.el (tar-header-block-summarize): Ensure one space around
197 user&group.
198
199 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
200
201 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
202 Use diary-ordinal-suffix.
203
204 2008-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
207
208 2008-05-24 Alan Mackenzie <acm@muc.de>
209
210 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
211 if c-file-style is set to a non-string
212
213 (c-neutralize-CPP-line): Surround by `save-excursion'.
214 (c-neutralize-syntax-in-CPP): Optimize for speed.
215
216 2008-05-18 David Hull <david@snap.com> (tiny change)
217
218 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
219
220 2008-05-18 mohrmarc <debian@miller-mohr.de> (tiny change)
221
222 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
223 logic operators .eqv. and .neqv.
224
225 2008-05-17 David Hull <david@snap.com> (tiny change)
226
227 * vc-hg.el (vc-hg-annotate-command): Allow white space before
228 version number.
229
230 2008-05-12 Simon Marshall <simon@gnu.org>
231
232 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
233 from its default value and give it the risky-local-variable
234 property (CVE-2008-2142).
235
236 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
237
238 * smerge-mode.el (smerge-command-prefix): Fix custom type.
239
240 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
241
242 * textmodes/org.el (org-read-date-get-relative): Interpret lone
243 weekday abbreviation as relative to today.
244
245 2008-05-01 Nick Roberts <nickrob@snap.net.nz>
246
247 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
248 Don't throw error if no file is found.
249
250 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp.el (tramp-replace-environment-variables): Remove it.
253 There is a more simple solution.
254 (tramp-file-name-handler): Apply `substitute-in-file-name' w/o
255 Tramp file name handlers.
256
257 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
258
259 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
260 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
261 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
262 (gdb-assembler-custom): Be careful not to match other addresses.
263
264 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
265
266 * net/tramp.el (tramp-replace-environment-variables): New defun.
267 (tramp-file-name-handler): Use it.
268
269 2008-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
272 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
273 (diff-sanity-check-hunk): Adjust code accordingly.
274
275 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
276
277 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
278
279 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
280
281 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
282 (gdb-set-gud-minor-mode-existing-buffers)
283 (gdb-info-breakpoints-custom, gdb-get-location)
284 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
285 Previously gdb-create-define-alist wasn't always run and added to
286 after-save-hook.
287
288 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
289
290 2008-04-12 Kevin Ryde <user42@zip.com.au>
291
292 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
293 comments like unindented ones.
294
295 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
296
297 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
298 parameter origins.
299
300 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
303
304 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
305
306 * woman.el (woman2-TH): Use string-equal instead of string-match.
307
308 2008-04-11 Kevin Ryde <user42@zip.com.au>
309
310 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
311 Bind print-level to ensure output forms aren't truncated if
312 print-level is set to eval-expression-print-level when going via
313 eval-defun and friends, or has been otherwise fiddled with.
314
315 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
316
317 * net/tramp.el (tramp-find-file-name-coding-system-alist):
318 New defun.
319 (tramp-handle-insert-file-contents, tramp-handle-write-region):
320 Use it.
321
322 * net/trampver.el: Update release number.
323
324 2008-04-09 Alan Mackenzie <acm@muc.de>
325
326 * font-lock.el (font-lock-extend-after-change-region-function):
327 Make it buffer local.
328
329 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * progmodes/cc-mode.el (c-basic-common-init): Don't set
332 font-lock-extend-after-change-region-function globally.
333
334 2008-04-08 Carsten Dominik <dominik@science.uva.nl>
335
336 * textmodes/org-export-latex.el: New file.
337
338 * textmodes/org-irc.el: New file.
339
340 * textmodes/org-mac-message.el: New file.
341
342 * textmodes/org-publish.el: New file.
343
344 * textmodes/org.el (org-agenda-collect-markers)
345 (org-create-marker-find-array)
346 (org-check-agenda-marker-table, org-extract-log-state-settings)
347 (org-nofm-to-completion, org-refile-goto-last-stored)
348 (org-export-html-convert-special-strings, org-first-list-item-p)
349 (org-imenu-new-marker, org-imenu-get-tree)
350 (org-speedbar-set-agenda-restriction)
351 (org-agenda-set-restriction-lock)
352 (org-agenda-remove-restriction-lock)
353 (org-agenda-maybe-redo, org-compute-latex-and-specials-regexp)
354 (org-do-latex-and-special-faces, org-read-date-display)
355 (org-select-remember-template, org-agenda-copy-local-variable)
356 (org-read-date-get-relative, org-columns-cleanup-item)
357 (org-find-entry-with-id)
358 (org-insert-columns-dblock, org-listtable-to-string)
359 (org-dblock-write:columnview, org-columns-capture-view)
360 (org-edit-headline, org-parse-local-options)
361 (org-in-clocktable-p, org-property-or-variable-value)
362 (org-get-tags-string, org-up-heading-safe)
363 (org-fast-todo-selection, org-get-wdays)
364 (org-switch-to-buffer-other-window, org-agenda-deadline-face)
365 (org-add-link-type, org-columns-content, org-columns-widen)
366 (org-columns-next-allowed-value, org-columns-edit-allowed)
367 (org-columns-store-format)
368 (org-columns-uncompile-format, org-columns-redo)
369 (org-columns-edit-attributes, org-delete-property)
370 (org-set-property, org-columns-update, org-columns-compute)
371 (org-columns-eval)
372 (org-columns-not-in-agenda, org-columns-compute-all)
373 (org-property-next-allowed-value)
374 (org-columns-compile-format, org-fill-paragraph-experimental)
375 (org-string-to-number, org-property-action, org-columns-move-left)
376 (org-columns-new)
377 (org-column-number-to-string, org-property-previous-allowed-value)
378 (org-at-property-p, org-columns-delete)
379 (org-columns-previous-allowed-value)
380 (org-columns-move-right, org-columns-narrow)
381 (org-property-get-allowed-values)
382 (org-verify-version, org-column-string-to-number)
383 (org-delete-property-globally)
384 (org-get-property-block, org-entry-properties, org-entry-get)
385 (org-entry-delete, org-entry-get-with-inheritance)
386 (org-entry-put, org-buffer-property-keys, org-new-column-overlay)
387 (org-overlay-columns)
388 (org-overlay-columns-title, org-remove-column-overlays)
389 (org-column-show-value, org-column-quit, org-column-edit)
390 (org-cached-entry-get, org-table-put-field-property)
391 (org-get-columns-autowidth-alist, turn-on-orgstruct)
392 (orgstruct-error, orgstruct-setup)
393 (orgstruct-make-binding, org-context-p, org-get-local-variables)
394 (org-run-like-in-org-mode)
395 (org-make-link-regexps, org-remove-keyword-keys)
396 (org-get-todo-face, org-export-get-title-from-subtree)
397 (org-assign-fast-keys, org-get-min-level)
398 (org-get-wdays, org-clock-find-position)
399 (org-clock-goto, org-fontify-priorities)
400 (org-get-date-from-calendar)
401 (org-entry-add-to-multivalued-property)
402 (org-entry-remove-from-multivalued-property)
403 (org-entry-member-in-multivalued-property)
404 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state)
405 (org-agenda-get-restriction-and-command)
406 (org-open-link-from-string, org-columns-open-link)
407 (org-go-to-remember-target, org-remember-insinuate)
408 (org-icalendar-cleanup-string, org-first-sibling-p)
409 (org-back-over-empty-lines, org-skip-whitespace)
410 (org-goto-local-auto-isearch)
411 (org-clocktable-steps, org-refile-get-location)
412 (org-kill-line, org-remove-timestamp-with-keyword)
413 (org-local-logging): New functions.
414 (org-agenda-marker-table, org-log-note-how)
415 (org-goto-local-auto-isearch-map)
416 (org-last-remember-storage-locations)
417 (org-imenu-markers, org-agenda-restriction-lock-overlay)
418 (org-speedbar-restriction-lock-overlay)
419 (org-massive-special-regexp)
420 (org-verbatim-re, org-read-date-display-live)
421 (org-agenda-file-regexp, org-complex-heading-regexp)
422 (org-completion-fallback-command, org-todo-log-states)
423 (org-goto-exit-command, org-goto-selected-point)
424 (org-todo-key-alist, org-todo-key-trigger, org-agenda-remove-date)
425 (org-agenda-after-show-hook, org-agenda-skip-unavailable-files)
426 (org-fast-tag-selection-can-set-todo-state, org-local-properties)
427 (org-store-link-functions, org-columns-top-level-marker)
428 (orgstruct-mode-map, org-entry-property-inherited-from)
429 (org-column-overlays, org-current-columns-fmt)
430 (org-current-columns-maxwidths, org-column-map)
431 (org-cached-props): New variables.
432 (org-special-ctrl-k, org-goto-auto-isearch)
433 (org-agenda-todo-keyword-format)
434 (org-remember-use-refile-when-interactive)
435 (org-imenu-depth, org-highlight-latex-fragments-and-specials)
436 (org-agenda-skip-scheduled-if-done, org-extend-today-until)
437 (org-agenda-window-frame-fractions, org-fontify-priorities)
438 (org-agenda-deadline-leaders, org-use-property-inheritance)
439 (org-clock-into-drawer, org-agenda-compact-blocks)
440 (org-use-fast-todo-selection, org-fast-tag-selection-include-todo)
441 (org-edit-timestamp-down-means-later, org-todo-keyword-faces)
442 (org-agenda-deadline-faces, org-remember-store-without-prompt)
443 (org-default-columns-format)
444 (org-agenda-default-appointment-duration)
445 (org-export-with-footnotes, org-clock-out-when-done)
446 (org-global-properties, org-todo-keyword-faces)
447 (org-archive-save-context-info)
448 (org-edit-timestamp-down-means-later)
449 (org-scheduled-past-days, org-export-with-drawers)
450 (org-read-date-prefer-future, org-hide-emphasis-markers)
451 (org-clock-heading-function, org-clock-in-switch-to-state)
452 (org-export-with-special-strings): New options.
453 (org-link-store, org-link-follow, org-latex)
454 (org-remember-templates, org-time-stamp-rounding-minutes)
455 (org-back-over-empty-lines, org-find-base-buffer-visiting)
456 (org-columns-new): Fix typos in docstrings.
457 (org-ctrl-c-star): Implement a missing branch in the decision tree.
458 (org-select-remember-template): Clean the code.
459 (org-prepare-dblock): Add the extra :content parameter.
460 (org-write-agenda): New output type ".ics" files.
461 (org-write-agenda): Call `org-icalendar-verify-function', both for
462 time stamps and for TODO entries.
463 (org-export-as-html): Revert the change that killed the html
464 buffer. Side effects first need to be studied carefully.
465 (org-get-tags-at): Fix the structure of the condition-case statement.
466 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
467 (org-timestamp-change): Fix regulear expressions to swallow the
468 extra character for repeat-shift control.
469 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
470 (org-get-legal-level): Alias to `org-get-valid-level'.
471 (org-dblock-write:clocktable): Add a :link parameter, linking
472 headlines to their location in the Org agenda files.
473 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
474 throwing an error when getting tags before headlines.
475 (org-timestamp-change, org-modify-ts-extra)
476 (org-ts-regexp1): Fix timestamp editing.
477 (org-agenda-custom-commands-local-options): New constant.
478 (org-agenda-custom-commands):
479 Use `org-agenda-custom-commands-local-options' to improve customize
480 type. "htmlize": Removed hack to fix face problem with htmlize,
481 it no longer seem necessary.
482 (org-follow-link-hook): New hook.
483 (org-agenda-custom-commands): Add "Component" as a tag for each
484 item in a command serie.
485 (org-open-at-point): Run `org-follow-link-hook'.
486 (org-agenda-schedule): Bugfix: don't display marker type when it
487 is nil.
488 (org-store-link): org-irc required.
489 (org-set-regexps-and-options): Parse the new logging options.
490 (org-todo): Handle the new ways of recording state change stuff.
491 (org-columns-open-link): Fix bug with opening link in column view.
492 (org-todo): Make sure that LOGGING properties are honoured.
493 (org-todo-keywords): Improve docstring.
494 (org-startup-options): Cleanup startup options.
495 (org-set-regexps-and-options): Process the "!" markers.
496 (org-todo): Respect the new logging stuff.
497 (org-add-log-maybe): New parameter HOW that defines how logging
498 should be done and also overrides PURPOSE. Add a docstring.
499 (org-add-log-note): Check if we really need to ask for a note.
500 (org-get-current-options): Digest the new keyword.
501 (org-agenda-reset-markers): Rename from
502 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
503 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
504 function, without force argument.
505 (org-buffer-property-keys): Bind local variables s and p.
506 (org-make-tags-matcher): Allow "" to match an empty or
507 non-existent property value.
508 (org-export-as-html): Join unsorted lists when they directly
509 follow each other. Such lists may be created by headlines that
510 are converted to lists.
511 (org-export-as-html): Use :html-extension instead of
512 org-export-html-extension.
513 (org-store-link): Support for links from `rmail-summary-mode'.
514 (org-columns-new, org-complete, org-set-property): Set the
515 `include-columns' argument in the call to `org-buffer-property-keys'.
516 (org-buffer-property-keys): New argument `include-columns', to
517 include properties expected by any of the COLUMS formats in the
518 current buffer.
519 (org-cleaned-string-for-export): Get rid of drawers first, so that
520 they will be removed also in the text before the first headline.
521 (org-clock-report): Show the clocktable when found.
522 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
523 (org-version): With prefix argument, insert `org-version' at point.
524 (org-agenda-goto): Recenter the window after finding the target
525 location, to make sure the correct position will be displayed.
526 (org-agenda-get-deadlines): Don't scale priority with the warning
527 period.
528 (org-insert-heading): Don't break line in the middle of the line.
529 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
530 be 0.
531 (org-update-checkbox-count): Revamp to deal with hierarchical
532 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
533 (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword'
534 to make sure all such time stamps are removed.
535 (org-mode): Support for `align'.
536 (org-agenda-get-deadlines): Make sure priorities increase as the
537 due date approaches and is passed.
538 (org-remember-apply-template): Fix problem with tags that contain
539 "_" or "@".
540 (org-make-link-regexps): Improve the regular expression for plain
541 links.
542 (org-agenda-get-closed): List each clocking entry.
543 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
544 (org-archive-all-done): Fix incorrect number of stars in regexp.
545 (org-global-tags-completion-table): Add the value of org-tag-alist
546 in each buffer, to make sure that also unused tags will be
547 available for completion.
548 (org-columns-edit-value)
549 (org-columns-next-allowed-value): Only update if not in agenda.
550 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
551 (org-archive-subtree): Add the outline tree context as a property.
552 (org-closest-date): New optional argument `prefer'.
553 (org-goto-map, org-get-location): Implement auto-isearch.
554 (org-goto-local-search-forward-headings)
555 (org-get-entries-from-diary): Require diary-lib.
556 (org-agenda-sunrise-sunset): Require solar.
557 (org-export-html-style): Doc fix.
558 (org-get-legal-level): New obsolete alias.
559 (org-get-valid-level): Rename from `org-get-legal-level'.
560 (org-promote, org-demote, org-archive-subtree)
561 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
562 (org-info): Use info rather than Info-goto-node.
563 (org-entry-properties): Let-bind `clocksum'.
564 (org-unmodified, org-cycle-emulate-tab)
565 (org-descriptive-links, org-link-file-path-type)
566 (org-remember-use-refile-when-interactive)
567 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
568 (org-export-ascii-bullets, org-agenda-deadline-faces)
569 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
570 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
571 (org-kill-note-or-show-branches): Fix typos in docstrings.
572 (org-html-do-expand): `org-export-html-convert-special-strings'
573 added to the list of conversion.
574 (org-infile-export-plist, org-get-current-options): Add support
575 for "-" in the #+OPTION line to let user switch on/off special
576 strings conversion.
577 (org-export-plist-vars): New :html-table-tag property.
578 (org-export-as-html, org-format-org-table-html)
579 (org-format-table-table-html) Use the :html-table-tag property
580 instead of the `org-export-html-table-tag' global value.
581 (org-additional-option-like-keywords): Add "TBLFM".
582 (org-entry-properties): Include the CLOCKSUM special property.
583 (org-columns-edit-value): Do not allow to edit the special
584 CLOCKSUM property.
585 (org-flag-drawer): Use the original value of `outline-regexp'.
586 (org-remember-handler): Add invisible-ok flag to call to
587 `org-end-of-subtree'.
588 (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
589 (org-infile-export-plist): No restriction while searching for
590 options.
591 (org-remember-handler): Remove comments at the end of the buffer.
592 (org-table-sort-lines): Make sure sorting works on link
593 descritions only, and ignores the link.
594 (org-sort-entries-or-items): Make sure the end of the subtree is
595 included.
596 (org-refile-use-outline-path): New allowed values `file' and
597 `full-file-path'.
598 (org-get-refile-targets): Respect new values for
599 `org-refile-use-outline-path'.
600 (org-agenda-get-restriction-and-command): DEL goes back to initial
601 list.
602 (org-export-as-xoxo): Restore point when done.
603 (org-open-file): Allow multiple %s in command.
604 (org-get-refile-targets): Interpret the new maxlevel setting.
605 (org-refile-targets): New option `:maxlevel'.
606 (org-copy-subtree): Include empty lines before but not after subtree.
607 (org-move-item-down, org-move-item-up): Include empty lines before
608 but not after item.
609 (org-remember-apply-template): Defaults, completions and history
610 for template prompts. Also, interpret new `%!' escape.
611 (org-context-choices): New constant.
612 (org-bound-and-true-p): New macro.
613 (org-agenda-restriction-lock): New face.
614 (org-open-at-point): Remove obsolete way to do redirection in
615 shell links.
616 (org-imenu-and-speedbar): New customization group.
617 (org-entry-properties): Return keyword-less time strings.
618 (org-clock-in): Use `org-clock-heading-function'.
619 (org-calendar-holiday): Try to use `calendar-check-holidays'
620 instead of the obsolete `check-calendar-holidays'.
621 (org-export-html-special-string-regexps): New constant.
622 (org-latex-and-export-specials): New face.
623 (org-link-escape-chars): Use characters instead of strings.
624 (org-link-escape-chars-browser, org-link-escape)
625 (org-link-unescape): Use characters instead of strings.
626 (org-export-html-convert-sub-super, org-html-do-expand): Check for
627 protected text.
628 (org-emphasis-alist): Additional `verbatim' flag.
629 (org-set-emph-re): Handle the verbatim flag and compute
630 `org-verbatim-re'.
631 (org-cleaned-string-for-export): Protect verbatim elements.
632 (org-additional-option-like-keywords): Add new keywords.
633 (org-get-entry): Rename from `org-get-cleaned-entry'.
634 (org-agenda-get-scheduled, org-agenda-get-blocks):
635 Use `org-agenda-skip-scheduled-if-done'.
636 (org-prepare-agenda-buffers): Allow buffers as arguments.
637 (org-entry-properties): Add CATEGORY as a special property.
638 (org-use-property-inheritance): Allow a list of properties as a value.
639 (org-eval-in-calendar): No longer update the prompt.
640 (org-read-date-popup-calendar): Rename from
641 `org-popup-calendar-for-date-prompt'.
642 (org-remember-apply-template): Define `remember-finalize' if it is
643 not yet defined.
644 (org-read-date): Respect the setting of
645 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
646 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
647 hardcoded string.
648 (org-remember-apply-template): Use `remember-finalize' instead of
649 `remember-buffer'.
650 (org-columns-compute, org-column-number-to-string)
651 (org-columns-uncompile-format, org-columns-compile-format)
652 (org-columns-compile-format): Handle printf format specifier.
653 (org-columns-new, org-column-number-to-string)
654 (org-columns-uncompile-format, org-columns-compile-format):
655 Support for new currency summary type.
656 (org-tree-to-indirect-buffer): Do not kill old buffer when
657 `org-indirect-buffer-display' is `new-frame'.
658 (org-indirect-buffer-display): Document that `new-frame' leads to
659 indiret buffer proliferation.
660 (org-agenda-list): Use `org-extend-today-until'.
661 (org-format-org-table-html): Use lower-case for <col> tag.
662 (org-agenda-execute): New command.
663 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
664 (org-remember-apply-template): Use `org-select-remember-template'.
665 (org-region-active-p): Use `use-region-p'.
666 (org-cycle-hide-archived-subtrees)
667 (org-table-rotate-recalc-marks, org-mark-ring-push)
668 (org-follow-info-link, org-mhe-get-message-folder-from-index)
669 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
670 (org-evaluate-time-range, org-edit-agenda-file-list):
671 (org-paste-subtree):
672 (org-calendar-holiday): Use calendar-check-holidays instead of the
673 obsolete check-calendar-holidays.
674 (org-table-formula-substitute-names): Remove forgotten temporary
675 debugging code.
676 (org-agenda-get-restriction-and-command): Use `mapc' instead of
677 `mapcar'.
678 (org-agenda-list): Numeric prefix argument can specify the number
679 of days.
680 (remember-register, remember-buffer): Prevent byte compiler from
681 complaining.
682 (org-todo): Save and restore match data.
683 (org-no-warnings): New macro.
684 (org-columns-eval): Use `org-no-warnings'.
685 (org-version): Change to 5.13e.
686 (org-agenda-file-regexp): Fix typo in docstring.
687 (org-add-planning-info): Fix bug in parenthesis settings.
688 (org-scan-tags): Catch the case of indirect buffers with no filename.
689 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
690 Re-install switch to mapc, had been removed by accident.
691 (org-columns-map): New binding `C-c C-o'.
692 (org-columns-menu): Change menu text and added new entry.
693 (org-columns-eval): Document the use of `next-line'.
694 (org-columns-follow-link): Remove function.
695 (org-read-date-get-relative): Fix typo in docstring.
696 (org-read-date-get-relative): Leading +/- is not optional.
697 (org-agenda-get-restriction-and-command): Always resize window on
698 first loop cycle.
699 (org-agenda-open-link): Make sure the link abbreviations are
700 present in the agenda buffer.
701 (org-agenda-files): Allow directories in the variable.
702 (org-agenda): Use `org-agenda-get-restriction-and-command'.
703 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
704 (org-remember-apply-template): Catch C-g and make sure window
705 configuration is restored.
706 (org-agenda-open-link): Make it work with several links in the line.
707 (org-drawers, org-set-regexps-and-options)
708 (org-get-current-options): Add support for a DRAWERS in-buffer option.
709 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
710 (org-agenda-to-appt): Require calendar.
711 (org-entry-get-with-inheritance): Widen for search.
712 (org-columns-display-here): Don't mark buffer as modified when
713 adding space characters to accomodate column overlays.
714 (org-export-as-html): Better formatting of tags in the toc.
715 (org-columns-display-here): Make the ITEM column as compact as
716 possible.
717 (org-remember-templates): Customization interface improved.
718 (org-export-with-property-drawer): Variable removed.
719 (org-sort-entries): Rewrite using `sort-subr'.
720 (org-set-property): More appropriate completion during interactive use.
721 (org-sort-entries): Allow sorting by property.
722 (org-additional-option-like-keywords): Add more values.
723 (org-sort-entries-or-items): Rename from `org-sort-entries'.
724 (org-at-timestamp-p, org-timestamp-change)
725 (org-remember-templates): First element of each entry is now a
726 name for the template.
727 (org-store-log-note): Check for `org-note-abort'.
728 (org-kill-note-or-show-branches): New command.
729 (org-cut-subtree, org-copy-subtree): New argument N to act on N
730 sequential subtrees.
731 (org-paste-subtree): Fix the level at which a tree is pasted.
732 (org-fit-agenda-window): Limitations on window size removed.
733 (org-agenda-find-same-or-today-or-agenda): Rename from
734 `org-agenda-find-today-or-agenda'.
735 (org-agenda-scheduled-leaders)
736 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
737 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
738 (org-export-with-tags, org-export-plist-vars)
739 (org-infile-export-plist): New "tags" option.
740 (org-cached-entry-get): Use `org-use-property-inheritance'.
741 (org-remember-apply-template): Fix typo.
742 (org-additional-option-like-keywords): New constant.
743 (org-complete): Use `org-additional-option-like-keywords'.
744 (org-clock-report): Only update the table at point, or insert a
745 new one.
746 (org-open-file): Use `start-process-shell-command' instead of
747 `shell-command' with an ampersand.
748 (org-deadline, org-schedule): New argument REMOVE to remove the
749 date from the entry.
750 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
751 argument to `org-schedule' and `org-deadline'.
752 (org-trim): Use the correct expressions for beginning and end of
753 the string.
754 (org-get-cleaned-entry): Trim the string before returning it.
755 (org-agenda-tags-column): Rename from
756 `org-agenda-align-tags-to-column'.
757 (org-agenda-align-tags): Allow negative values for
758 `org-agenda-tags-column'.
759 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
760 (org-agenda-to-appt): New optional argument FILTER.
761 (org-complete): Use `org-completion-fallback-command'.
762 (org-find-base-buffer-visiting): Catch the case that there is no
763 buffer visiting the file.
764 (org-todo): Use `org-property-or-variable-value'
765 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
766 (org-agenda-schedule, org-agenda-deadline):
767 Call `org-agenda-show-new-time'.
768 (org-agenda-show-new-time): New argument PREFIX.
769 (org-colgroup-info-to-vline-list): Fix but that cause a shift in
770 the vertical lines.
771 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
772 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
773 (org-indent-item): No arg in call to `org-fix-bullet-type'.
774 (org-fix-bullet-type): Remove argument.
775 (org-read-date): Check for am/pm twice, to catch the end time.
776 (org-goto-map): Use `suppress-keymap'.
777 (org-remember-apply-template): Respect the dynamically scoped
778 selection character.
779 (org-kill-is-subtree-p): Use `org-outline-regexp'.
780 (org-outline-regexp): New constant.
781 (org-remember-handler): Throw error when the target file is not in
782 org-mode.
783 (org-cleaned-string-for-export): No longer call
784 `org-export-latex-cleaned-string' with an argument.
785 (org-get-tags): Returns now a list, not a string.
786 (org-archive-subtree): No need to split return of `org-get-tags'.
787 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
788 instead of `org-get-tags'.
789 (org-agenda-format-date): Rename from `org-agenda-date-format'.
790 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
791 (org-compatible-face): New argument INHERITS. Inherit from this
792 face if possible.
793 (org-level-1, org-level-2, org-level-3, org-level-4)
794 (org-level-5, org-level-6, org-level-7, org-level-8)
795 (org-special-keyword, org-drawer, org-column, org-warning)
796 (org-archived, org-todo, org-done, org-headline-done, org-table)
797 (org-formula, org-code, org-agenda-structure)
798 (org-scheduled-today, org-scheduled-previously)
799 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
800 in the new way.
801 (org-get-heading): New argument NO-TAGS.
802 (org-fast-tag-selection-include-todo): Made defvar instead of
803 defcustom, feature is not deprecated.
804 (org-remember-store-without-prompt): New default value t.
805 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
806 Compute the log states.
807 (org-goto-map): More commands copied from global map. Also bind
808 `org-occur'.
809 (org-goto): Made into a general lookup command.
810 (org-get-location): Complete rewrite.
811 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
812 Set the new variables.
813 (org-paste-subtree): Whitespace insertion strategy revised.
814 (org-remember-apply-template): Protect v-A from the possibility
815 that v-a might be nil.
816 (org-remember-handler): Insertion rules revised.
817 (org-todo): Respect org-todo-log-states.
818 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
819 (org-confirm-shell-link-function)
820 (org-confirm-elisp-link-function): Doc fixes.
821 (org-re): Also replace the :alpha: class.
822 (org-todo-tag-alist): Variable removed.
823 (org-log-done): Docstring fixed.
824 (org-deadline-warning-days): New default value 14.
825 (org-tag-alist): Docstring fixed.
826 (org-export-language-setup): New languages added.
827 (org-set-regexps-and-options): Compute the new variables.
828 (org-paste-subtree): Cleaning up.
829 (org-remember-apply-template): New escape %A.
830 (org-todo): Call fast TODO selection.
831 (org-add-log-note): Allow prefix for abort exit.
832 (org-at-property-p, org-entry-properties)
833 (org-columns-get-autowidth-alist): Use :alpha: class.
834 (org-agenda-get-deadlines): Use `org-get-wdays'.
835 (org-agenda-get-deadlines): Reverse ee before returning.
836 (org-format-agenda-item): New argument REMOVE-RE.
837 (org-agenda-convert-date): Baha'i calendar added.
838 (org-infile-export-plist): Also find DATE line.
839 (org-export-as-html, org-export-as-ascii): Use the date format.
840 (org-shiftup, org-shiftdown): Use.
841 `org-edit-timestamp-down-means-later'.
842 (org-columns-compile-format)
843 (org-columns-get-autowidth-alist, org-buffer-property-keys)
844 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
845 property names.
846 (org-export-visible): Fix drawers before export.
847 (org-do-sort): Allow sorting by priority.
848 (org-agenda-files): Ignore non-existing files.
849 (org-ellipsis): All a face as value.
850 (org-mode): Interprete the face value of `org-ellipsis'.
851 (org-archive-subtree): Store context info in archived entry.
852 (org-fast-tag-selection): Allow setting TODO states through this
853 interface.
854 (org-cycle): Docstring updated.
855 (org-set-font-lock-defaults, org-agenda-highlight-todo):
856 Use `org-get-todo-face'.
857 (org-table-edit-field, org-table-show-reference)
858 (org-table-edit-formulas, org-add-log-note)
859 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
860 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
861 `switch-to-buffer-other-window' to make sure that the temporary
862 windows show up on the current frame.
863 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
864 (org-get-entries-from-diary, org-replace-region-by-html):
865 Don't allow pop-up frames.
866 (org-agenda-get-deadlines, org-agenda-get-scheduled): Fix problems
867 with time-of-day.
868 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
869 with listing items that are DONE.
870 (org-change-tag-in-region): New command.
871 (org-agenda-skip-scheduled-if-done)
872 (org-agenda-skip-deadline-if-done): Docstring clarified.
873 (org-mode): Hide drawers on startup.
874 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
875 (org-agenda-skip): Allow a form for `org-agenda-skip-function'.
876 (org-agenda-redo): Re-use local settings.
877 (org-agenda): Store local settings.
878 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
879 entries on their due date.
880 (org-agenda-get-timestamps): No longer handle the due dates of
881 schedules and deadline items.
882 (org-insert-link-global, org-open-at-point-global): New commands.
883 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
884 :for-ascii parameter.
885 (org-skip-comments): Function removed.
886 (org-cleaned-string-for-export): Handle special table lines.
887 (org-entry-get-with-inheritance): Check global properties.
888 (org-set-regexps-and-options): Find the #+PROPERTY line.
889 (org-link-types): Change type into variable (was constant).
890 (org-link-re-with-space, org-link-re-with-space2)
891 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
892 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
893 these regular expressions happens now in the function
894 `org-make-link-regexps'.
895 (org-store-link): Call the functions in
896 `org-store-link-functions'.
897 (org-activate-tags): Force matches to be in headlines.
898 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
899 (org-columns-display-here): Make sure this works in a narrowed
900 buffer by checking for point-min.
901 (org-columns-display-here): Make the rest of the line intangible,
902 so that point never can be there.
903 (org-cleaned-string-for-export): Use `with-current-buffer'.
904 (org-replace-region-by-html): Use `with-current-buffer'.
905 (org-unfontify-region, org-do-occur, org-columns-display-here)
906 (org-columns-remove-overlays, org-columns-quit)
907 (org-columns-edit-value, org-columns-next-allowed-value)
908 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
909 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
910 (org-agenda-todo, org-agenda-change-all-lines)
911 (org-agenda-align-tags, org-agenda-priority)
912 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
913 (org-agenda-show-new-time, org-cleaned-string-for-export)
914 (org-export-grab-title-from-buffer)
915 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
916 instead of `buffer-read-only'.
917 (org-export-as-html): Set `coding-system-for-write'.
918 (org-archive-subtree): Fix bug with modifying TODO keyword.
919 (org-beginning-of-line): Also treat C-a special in items.
920 (org-table-convert-refs-to-rc): Fix problem with column
921 reference after "..".
922 (org-columns-compute): Don't mark buffer modified because of text
923 properties.
924 (org-batch-store-agenda-views): Use the variable
925 `default-directory', not the function.
926 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
927 (org-html-entities): Add HTML entities for smileys.
928 (org-end-of-line): Move to end of line if in headline without tags.
929 (org-agenda-day-view, org-agenda-week-view): Remember span as default.
930 (org-columns-edit-value): Rename from `org-column-edit'.
931 (org-columns-display-here-title): Rename from
932 `org-overlay-columns-title'.
933 (org-columns-remove-overlays): Rename from
934 org-remove-column-overlays.
935 (org-columns-get-autowidth-alist): Rename from
936 `org-get-columns-autowidth-alist'.
937 (org-columns-display-here): Rename from `org-overlay-columns'.
938 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
939 (org-columns-quit): Rename from `org-column-quit'.
940 (org-columns-show-value): Rename from `org-column-show-value'.
941 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
942 (org-columns-overlays): Rename from `org-column-overlays'.
943 (org-columns-map): Rename from `org-column-map'.
944 (org-columns-current-maxwidths): Rename from
945 `org-current-columns-maxwidths'.
946 (org-columns-begin-marker, org-columns-current-fmt-compiled)
947 (org-previous-header-line-format)
948 (org-columns-inhibit-recalculation)
949 (org-columns-default-format): Rename from
950 `org-default-columns-format'.
951 (org-property-re): New constant.
952 (orgstruct-mode): New minor mode.
953 (org-cycle-list-bullet): New command.
954 (org-special-properties, org-property-start-re)
955 (org-property-end-re): New constants.
956 (org-with-point-at): New macro.
957 (org-insert-property-drawer): New command.
958 (org-column): New face.
959 (org-column-menu): New menu.
960 (org-columns, org-agenda-columns): New commands.
961 (org-properties): New customize group.
962 (org-priority): Realign tags after changing priority.
963 (org-preserve-lc): New macro.
964 (org-update-checkbox-count): Catch case when there is no headline.
965 (org-agenda-quit): Remove any column overlays.
966 (org-beginning-of-item-list): Fix bug when non-item line is
967 indented too deep.
968 (org-make-tags-matcher): Handle property matches.
969 (org-table-recalculate): Swap evaluation order: Field formula
970 first, then column formulas, but don't allow them to overwrite the
971 field formulas.
972 (org-table-eval-formula): New argument untouchable.
973 (org-export-as-html): Fix replacement bug for XEmacs.
974
975 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
976
977 * dired.el (dired-dnd-handle-local-file):
978 Obey dired-backup-overwrite for copy, move, and link operations.
979
980 * dired-aux.el (dired-overwrite-confirmed): Undo last change.
981
982 2008-04-06 Alan Mackenzie <acm@muc.de>
983
984 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
985 typo in the doc string.
986
987 * progmodes/cc-mode.el (c-extend-after-change-region):
988 New function, used in font-lock-extend-after-change-region-function,
989 thus superseding advice on the Font Lock after change functions.
990
991 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
992
993 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
994
995 2008-04-04 Stephen Berman <Stephen.Berman@gmx.net>
996
997 * newcomment.el (comment-enter-backward): Be careful to restore
998 position changed during narrowing.
999
1000 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
1001
1002 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1003 Fix in disassembly buffer (regression in 22.2).
1004
1005 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * shell.el (shell-dynamic-complete-filename): New fun.
1008 (shell-dynamic-complete-functions): Use it.
1009
1010 2008-04-02 Alan Mackenzie <acm@muc.de>
1011
1012 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
1013 New optimised functions to get the name of the current defun/macro.
1014
1015 * add-log.el (add-log-current-defun): Move the functionality which
1016 gets the current function name for C like modes to cc-cmds.el,
1017 thus optimising for speed.
1018
1019 2008-04-02 Eli Zaretskii <eliz@gnu.org>
1020
1021 * ps-print.el (ps-generate-postscript-with-faces): If the face
1022 specified by the overlay's `face' property is a string, assume
1023 it's a string name and intern it to get the face symbol.
1024
1025 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * find-dired.el (find-dired-filter): Fix last patch to handle
1028 multi-line process input. Pad link numbers too.
1029
1030 2008-04-01 Jari Aalto <jari.aalto@cante.net>
1031
1032 * find-dired.el (find-dired-filter): Align columns by padding file
1033 sizes.
1034
1035 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
1036
1037 * calc/calc.el: Autoload `calc-yank'.
1038 (calc-mode-map): Add keybindings for `calc-yank'.
1039 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
1040 assignments for `calc-yank'.
1041
1042 2008-03-31 Martin Rudalics <rudalics@gmx.at>
1043
1044 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1045 Strip extension from .emacs.el to make sure symbol is searched
1046 in .emacs too.
1047
1048 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * vc.el (vc-do-command): Don't show internal temp buffers.
1051
1052 2008-03-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1053
1054 * term/mac-win.el (mac-ae-reopen-application): New function.
1055 (mac-apple-event-map): Bind "reopen application" Apple event to it.
1056
1057 2008-03-29 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1060
1061 2008-03-26 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * Version 22.2 released.
1064
1065 2008-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1066
1067 * info.el (Info-isearch-search): Always return point.
1068
1069 2008-03-23 Andreas Schwab <schwab@suse.de>
1070
1071 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
1072 Fix radio button condition.
1073 [box]: Likewise.
1074 [customize]: Add radio button.
1075
1076 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1077
1078 * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
1079 single file argument.
1080 (vc-bzr-show-log-entry): Fix typo.
1081
1082 2008-03-19 Wilson Snyder <wsnyder@wsnyder.org>
1083
1084 * progmodes/verilog-mode.el (verilog-easy-menu-filter):
1085 New function.
1086 (verilog-stmt-menu, verilog-menu): Add :help.
1087 (verilog-customize, verilog-font-customize)
1088 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
1089 (verilog-mode): Update documentation strings to match tool tips.
1090 (verilog-auto-search-do, verilog-auto-re-search-do)
1091 (verilog-skip-forward-comment-or-string): Fix verilog-auto
1092 expansion when a .* appears inside a string.
1093 (verilog-re-search-forward, verilog-re-search-backward):
1094 Add comment to recall how this works.
1095
1096 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1097
1098 * net/tls.el (open-tls-stream): Reindent.
1099
1100 2008-03-19 Glenn Morris <rgm@gnu.org>
1101
1102 * net/tls.el: Don't require rx when compiling.
1103 (tls-end-of-info): Rewrite without using rx.
1104 (open-tls-stream): Use with-current-buffer.
1105
1106 2008-03-18 Dan Nicolaescu <dann@ics.uci.edu>
1107
1108 * font-lock.el (font-lock-comment-face): Set the foreground for
1109 the light background 8 colors case.
1110
1111 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
1112 command for each file in the list.
1113 (vc-bzr-log-view-mode): Recognize the file marker.
1114 (vc-bzr-show-log-entry): Make regexp match more cases.
1115
1116 2008-03-18 Wilson Snyder <wsnyder@wsnyder.org>
1117
1118 * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
1119 mis-including genvars.
1120
1121 2008-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1124 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1125 Revision numbers can include ".".
1126
1127 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1128 "+" lines not accounted for by counting "-" and context lines.
1129
1130 2008-03-16 Juri Linkov <juri@jurta.org>
1131
1132 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
1133 (dired-perm-write): Rename from `dired-warn-writable'.
1134 Change parent face from `font-lock-warning-face' to
1135 `font-lock-comment-delimiter-face'.
1136 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
1137 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
1138 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
1139 with `dired-perm-write-face'.
1140
1141 2008-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1142
1143 * term/mac-win.el (mac-service-open-file): Use file URL instead of
1144 file name string.
1145
1146 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
1149 (vc-bzr-annotate-command): Preserve line alignment.
1150 (vc-bzr-annotate-time): Accept space used to preserve alignment.
1151
1152 2008-03-13 Richard Stallman <rms@gnu.org>
1153
1154 * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
1155
1156 * emacs-lisp/advice.el (defadvice): Add usage pattern.
1157
1158 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
1159
1160 * simple.el (set-mark-command): Doc fix.
1161
1162 2008-03-10 Nick Roberts <nickrob@snap.net.nz>
1163
1164 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1165 thread in [h-e-w]).
1166
1167 2008-03-08 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1168
1169 * subr.el (while-no-input): Don't splice BODY directly into the
1170 `or' form.
1171
1172 2008-03-06 Kim F. Storm <storm@cua.dk>
1173
1174 * help.el (view-emacs-todo): Rename from view-todo. Change users.
1175 (describe-gnu-project): Rename from describe-project. Change users.
1176 Define obsolete function aliases for the old names.
1177
1178 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
1181 Reported by Drew Adams <drew.adams@oracle.com>.
1182
1183 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * iswitchb.el (iswitchb-use-faces): Doc fix.
1186 (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
1187
1188 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
1189
1190 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
1191 Fix typo.
1192 (verilog-type-font-keywords): Reindent.
1193
1194 2008-03-03 Michael McNamara <mac@mail.brushroad.com>
1195
1196 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1197 grouping-keyword regular expression.
1198 (verilog-font-lock-keywords): Allow users to toggle special
1199 highlight of grouping-keywords.
1200 (verilog-highlight-grouping-keywords): The toggle for special
1201 highlighting of grouping keywords.
1202
1203 2008-03-02 Juri Linkov <juri@jurta.org>
1204
1205 * startup.el: Revert 2008-02-28 change that adds initial message
1206 to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
1207
1208 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
1209
1210 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1211 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1212 * progmodes/verilog-mode.el (verilog-mode):
1213 * net/socks.el (socks):
1214 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1215
1216 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
1217
1218 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1219 running `desktop-not-loaded-hook' to allow modifying it.
1220 Don't show warning message if `desktop-dirname' was modified.
1221
1222 2008-03-01 Alan Mackenzie <acm@muc.de>
1223
1224 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1225
1226 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1227 doc-string, "c-old-LEN" -> "c-old-END".
1228
1229 2008-02-29 Glenn Morris <rgm@gnu.org>
1230
1231 * allout.el (allout-topic-encryption-bullet)
1232 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1233 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1234 from 22.0 to 22.1.
1235
1236 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
1237
1238 * desktop.el (desktop-save): Save the buffer name if the
1239 uniquified base name is empty.
1240
1241 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1244 we still expect more lines.
1245
1246 2008-02-28 Juri Linkov <juri@jurta.org>
1247
1248 * startup.el (normal-splash-screen): Add argument `concise'.
1249 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
1250 to the created buffer. If `concise' is non-nil, call
1251 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
1252 (display-startup-screen): Add argument `concise' to the call to
1253 `normal-splash-screen'.
1254
1255 2008-02-28 Kim F. Storm <storm@cua.dk>
1256
1257 * startup.el (startup-echo-area-message): Check for about-emacs.
1258
1259 2008-02-28 Juri Linkov <juri@jurta.org>
1260
1261 * startup.el: Always add initial message to *scratch* buffer if
1262 `initial-scratch-message' is non-nil regardless of the value of
1263 `inhibit-startup-screen'.
1264 (inhibit-startup-screen, initial-scratch-message): Doc fix.
1265 (command-line-1): Move code that inserts `initial-scratch-message'
1266 up before the if-form that checks for `inhibit-startup-screen'.
1267 Suggested by Jonathan Rockway <jon@jrock.us>.
1268
1269 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1272 comment-paragraph filling if the commark doesn't match
1273 comment-start-skip.
1274
1275 * uniquify.el (uniquify-buffer-base-name): Undo last change.
1276
1277 2008-02-28 Daiki Ueno <ueno@unixuser.org>
1278
1279 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1280 the `imap' variant.
1281
1282 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * uniquify.el (uniquify-buffer-base-name): If the base name is an
1285 empty string, return nil to allow the caller to default to the
1286 buffer name. Reported by Martin Fischer <parozusa@web.de>.
1287
1288 2008-02-26 Jason Rumney <jasonr@gnu.org>
1289
1290 * files.el (make-auto-save-file-name): Encode more characters in
1291 non-file buffer names. Use url-encoding.
1292
1293 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
1294
1295 * net/net-utils.el (ftp-program): Fix typo in docstring.
1296 (ifconfig-program-options, netstat-program-options)
1297 (arp-program-options, route-program-options, nslookup-program-options)
1298 (ftp-program-options, smbclient-program-options)
1299 (dns-lookup-program-options, arp, route): Doc fixes.
1300
1301 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1302 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1303 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1304 Fix typos in docstrings.
1305 (gdb-pending-triggers): Reflow docstring.
1306 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1307
1308 2008-02-25 Alan Mackenzie <acm@muc.de>
1309
1310 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1311 typing "#" at EOB.
1312
1313 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1316
1317 2008-02-24 Jason Rumney <jasonr@gnu.org>
1318
1319 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1320
1321 2008-02-23 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1322
1323 * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
1324
1325 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * dired.el (dired-mark-prompt): Don't count/display the t element.
1328 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1329
1330 2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
1331
1332 * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
1333
1334 2008-02-21 Glenn Morris <rgm@gnu.org>
1335
1336 * subr.el (sit-for): Fix obsolete form for nil second argument.
1337
1338 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
1339
1340 * progmodes/verilog-mode.el (eval-when-compile): Don't define
1341 add-submenu.
1342 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1343 Remove. Move contents to the only use ...
1344 (verilog-menu): ... here.
1345 (verilog-statement-menu): Remove. Move contents to the only use ...
1346 (verilog-stmt-menu): ... here.
1347 (verilog-mark-defun): Simply call mark-defun for Emacs.
1348 (occur-pos-list): Declare for byte compiler.
1349 (mode-popup-menu): Don't defvar.
1350 (verilog-add-statement-menu): Remove.
1351 (verilog-mode-hook): Don't add verilog-add-statement-menu.
1352 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1353
1354 2008-02-21 Michael McNamara <mac@mail.brushroad.com>
1355
1356 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1357 conditional.
1358 (verilog-font-grouping-keywords-face): Make the begin..end
1359 keywords standout more than other verilog keywords.
1360 (verilog-type-font-keywords): Move the begin..end out of this list
1361 to facilitate making them to (potentially) stand out more.
1362 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1363 function & task blocks.
1364 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1365 initial, function & task blocks.
1366 (verilog-forward-sexp): Handle the new "disable fork" statement of
1367 IEEE-1800 Verilog.
1368 (verilog-beg-block-re-ordered): Handle the new "disable fork"
1369 statement of IEEE-1800 Verilog.
1370 (verilog-calc-1): Handle the new "disable fork" statement of
1371 IEEE-1800 Verilog.
1372 (verilog-disable-fork-re): Add const to help handle the new
1373 "disable fork" statement of IEEE-1800 Verilog.
1374 (verilog-declaration-core-re): Add port directions by themselves,
1375 with no qualification, as base item of a declaration.
1376 (verilog-pretty-declarations): Add new flag to ask it to refrain
1377 from printing to the message buffer.
1378 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1379 printing to the message buffer. Improve handling of the many
1380 types of expression line up.
1381 (verilog-just-one-space): Remove printing of an empty message.
1382 (verilog-get-lineup-indent): Rework to support the better handling
1383 of expression lineup for verilog-pretty-expr.
1384 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1385
1386 2008-02-20 Alan Mackenzie <acm@muc.de>
1387
1388 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1389 yesterday's commit.
1390
1391 2008-02-20 Nick Roberts <nickrob@snap.net.nz>
1392
1393 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1394 to mouse-set-point in buffers that aren't associated with files.
1395
1396 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1397
1398 2008-02-20 Glenn Morris <rgm@gnu.org>
1399
1400 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1401 on Windows.
1402
1403 2008-02-19 Alan Mackenzie <acm@muc.de>
1404
1405 Set of changes so that "obtrusive" syntactic elements in a
1406 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1407 unmatched paren) don't interact syntactically with stuff outside
1408 the CPP line.
1409
1410 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1411 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1412 off-by-one bug.
1413 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1414 a bit of refactoring.
1415 (c-awk-extend-and-syntax-tablify-region): Takes some of the
1416 functionality of c-awk-advise-fl-for-awk-region, which has been
1417 refactored away.
1418
1419 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1420 (c-clear-char-property-with-value): New function and macro which
1421 remove text-properties `equal' to a supplied value.
1422
1423 * progmodes/cc-engine.el: Comment about text properties amended.
1424
1425 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1426 parens around "error\\|warning".
1427
1428 * progmodes/cc-langs.el (c-get-state-before-change-function)
1429 (c-before-font-lock-function, c-anchored-cpp-prefix):
1430 New language variables.
1431 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1432
1433 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1434 syntax-table text properties.
1435 (c-common-init): Call language specific before/after-change
1436 functions at mode initialisation.
1437 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1438 (c-extend-region-for-CPP, c-neutralize-CPP-line)
1439 (c-neutralize-syntax-in-CPP): New functions.
1440 (c-before-change, c-after-change): Call the new language specific
1441 change functions defined in cc-langs.el.
1442 (c-advise-fl-for-region): New macro.
1443 (awk-mode): Remove AWK specific stuff which has been refactored
1444 into language independent stuff.
1445
1446 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * diff-mode.el (diff-file-junk-re): New const.
1449 (diff-beginning-of-file-and-junk): Use it.
1450 (diff-file-kill): Make sure we were really inside a file diff.
1451
1452 * diff-mode.el: Make it more robust in the presence of empty context
1453 lines in unified hunks.
1454 (diff-valid-unified-empty-line): New var.
1455 (diff-unified->context, diff-sanity-check-hunk): Obey it.
1456 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
1457 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1458 (diff-hunk-header-re-unified): New const.
1459 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1460 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1461 (diff-sanity-check-hunk): Use it.
1462
1463 2008-02-19 Nick Roberts <nickrob@snap.net.nz>
1464
1465 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1466 (gdb): (Re)set gdb-flush-pending-output to nil here...
1467 (gdb-init-1): ...instead of here (before gdb-prompt).
1468
1469 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * progmodes/verilog-mode.el (customize): Fix typo in error message.
1472 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1473 (verilog-mode-auto, verilog-indent-level-module)
1474 (verilog-minimum-comment-distance, verilog-library-flags)
1475 (verilog-library-directories, verilog-library-files)
1476 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1477 (verilog-xemacs-menu, verilog-set-compile-command)
1478 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1479 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1480 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1481 (verilog-batch-inject-auto, verilog-batch-indent)
1482 (verilog-continued-line, verilog-type-keywords)
1483 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1484 (verilog-read-inst-pins, verilog-read-arg-pins)
1485 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1486 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1487 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1488 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1489 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1490 (verilog-mode-version, verilog-mode-release-date)
1491 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1492 (verilog-simulator, verilog-compiler)
1493 (verilog-auto-sense-defines-constant, verilog-company)
1494 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1495 Fix typos in docstrings.
1496 (verilog-set-auto-endcomments, verilog-calculate-indent)
1497 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1498 Reflow docstrings.
1499 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1500 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1501 (electric-verilog-forward-sexp, verilog-in-case-region-p)
1502 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1503 (verilog-leap-to-head, verilog-current-indent-level)
1504 (verilog-case-indent-level, verilog-cpp-keywords)
1505 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1506 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1507 (verilog-signals-not-in, verilog-symbol-detick-text)
1508 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1509 (verilog-forward-close-paren, verilog-backward-open-paren)
1510 (verilog-backward-open-bracket): Doc fixes.
1511
1512 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1513 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1514 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1515 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1516 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1517 Fix typos in docstrings.
1518
1519 2008-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1522 Recognize ''' just like any other char-constant.
1523
1524 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1527 careful enough. Detect the uid-change all within the main loop.
1528
1529 2008-02-14 Stefan Monnier <monnier@pastel.home>
1530
1531 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1532
1533 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * hilit-chg.el (highlight-save-buffer-state): New macro.
1536 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1537 (hilit-chg-clear): Use it to preserve the modified-p flag.
1538 (highlight-changes-rotate-faces): Don't mess with the undo-list.
1539
1540 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
1541
1542 * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
1543
1544 2008-02-12 Juri Linkov <juri@jurta.org>
1545
1546 * startup.el (fancy-startup-screen, normal-splash-screen):
1547 Set default-directory to command-line-default-directory.
1548
1549 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1550 after reading the desktop.
1551
1552 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * font-lock.el (font-lock-set-defaults): Unset previously set variables
1555 when needed.
1556
1557 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
1558
1559 * uniquify.el (uniquify-buffer-base-name): New function.
1560 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1561
1562 * desktop.el (uniquify-managed): Don't defvar.
1563 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1564 `uniquify-managed'. Return also the buffer's base name.
1565 (desktop-save): When saving the buffer info, filter out the base name,
1566 and save it as buffer name if the buffer is managed by uniquify.
1567
1568 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1571 Index: line, don't search backward for the previous one.
1572
1573 2008-02-10 \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason <avar@cpan.org> (tiny change)
1574
1575 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1576 from gnus-button-url-regexp.
1577
1578 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1579
1580 * progmodes/compile.el (compilation-next-error): Doc fix.
1581 (compilation-find-file): Doc fix.
1582
1583 2008-02-09 Glenn Morris <rgm@gnu.org>
1584
1585 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1586 Add obsolete aliases to the old names.
1587
1588 2008-02-08 Richard Stallman <rms@gnu.org>
1589
1590 * net/net-utils.el (ifconfig): Rename from ipconfig.
1591 (ipconfig): Alias to ifconfig.
1592 (ifconfig-program): Rename from ipconfig-program.
1593 (ifconfig-program-options): Rename from ipconfig-program-options.
1594
1595 2008-02-08 Glenn Morris <rgm@gnu.org>
1596
1597 * custom.el (custom-theme-set-variables): Sort symbols that are
1598 dependencies before symbols that depend on them.
1599 (custom-enabled-themes): Set after custom-theme-directory.
1600
1601 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1604
1605 2008-02-04 Michael McNamara <mac@mail.brushroad.com>
1606
1607 * progmodes/verilog-mode.el (verilog-declaration-core-re):
1608 Add port directions by themselves, with no qualification, as base
1609 item of a declaration.
1610 (verilog-pretty-declarations): Add new flag that inhibits printing
1611 to the message buffer.
1612 (verilog-pretty-expr): Add new flag that inhibits printing to the
1613 message buffer. Improve handling of the many types of expression
1614 line up.
1615 (verilog-just-one-space): Don't print an empty message.
1616 (verilog-get-lineup-indent): Rework to support the better handling
1617 of expression lineup for verilog-pretty-expr.
1618 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1619 (verilog-mode-version, verilog-mode-release-date): Update.
1620
1621 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * subr.el (cancel-change-group): Don't move point.
1624
1625 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
1626
1627 Sync with Tramp 2.0.57.
1628
1629 * net/tramp.el (tramp-handle-make-auto-save-file-name)
1630 (tramp-completion-dissect-file-name, tramp-find-executable):
1631 Use `mapc' instead of `mapcar'.
1632 (tramp-open-connection-setup-interactive-shell): Send only single
1633 prompt setting commands, in order to avoid double-prompt.
1634
1635 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
1636 `mapcar'.
1637
1638 * net/trampver.el: Update release number.
1639
1640 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * progmodes/etags.el (next-file): Improve revert message.
1643
1644 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
1645
1646 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1647 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1648 of today, the most recent libpng is 1.2.24).
1649
1650 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1651
1652 * vc.el (vc-update): Fix bug: Specify branch tip as
1653 vc-checkout REVISION. Reported by Dan Nicolaescu.
1654
1655 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * simple.el (reindent-then-newline-and-indent): Be careful about the
1658 unusual case where indent-according-to-mode moves point.
1659
1660 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1661
1662 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
1663 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
1664 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
1665 (verilog-sk-state-machine): Quote all calls to
1666 "auxiliary skeleton"s to prevent infloops.
1667
1668 2008-01-31 Jason Rumney <jasonr@gnu.org>
1669
1670 * w32-fns.el: Partially revert 2007-11-10 change.
1671
1672 2008-01-31 Martin Rudalics <rudalics@gmx.at>
1673
1674 * mail/rmail.el (rmail-highlight): Fix specification.
1675 Reported by pod <pod@herald.ox.ac.uk>.
1676
1677 2008-01-31 Jason Rumney <jasonr@gnu.org>
1678
1679 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
1680
1681 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
1682
1683 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
1684 (gdb-var-set-format-handler): New function.
1685 (gdb-var-set-format): Use it.
1686
1687 2008-01-29 Alan Mackenzie <acm@muc.de>
1688
1689 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
1690 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
1691 @catch, @synchronized, @throw.
1692
1693 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
1694 from this regexp; part of same fix as next change to cc-engine.el.
1695
1696 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
1697 Anchor the "{" of a template function correctly on "template", not the
1698 following "<".
1699
1700 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
1701
1702 2008-01-29 Richard Stallman <rms@gnu.org>
1703
1704 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
1705 Doc fix.
1706
1707 * files.el (hack-local-variables): Don't query about fake variables.
1708
1709 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
1710
1711 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
1712 gdb-cpp-define-alist-program if file is nil (currently only
1713 " *partial-output-...").
1714
1715 2008-01-27 Alan Mackenzie <acm@muc.de>
1716
1717 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
1718 enhance comments.
1719
1720 2008-01-27 Richard Stallman <rms@gnu.org>
1721
1722 * allout.el: Many doc fixes.
1723 (allout-encrypt-string): Fix error message.
1724
1725 2008-01-26 Alan Mackenzie <acm@muc.de>
1726
1727 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
1728 arglist-cont-nonempty.
1729
1730 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
1731 for a brace with syntax arglist-cont-nonempty.
1732
1733 * progmodes/cc-styles.el (c-style-alist): Add elements for
1734 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
1735 awk).
1736
1737 2008-01-26 Alan Mackenzie <acm@muc.de>
1738
1739 * progmodes/cc-defs.el (c-save-buffer-state):
1740 Bind buffer-file-name and buffer-file-truename to nil, to prevent
1741 primitives generating "buffer is read only" messages.
1742
1743 2008-01-26 Eli Zaretskii <eliz@gnu.org>
1744
1745 * progmodes/etags.el (tags-query-replace): Doc fix.
1746
1747 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
1748
1749 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
1750 that the filename end is found even when the filename is empty.
1751 Fixes error and spurious newlines when marking files for deletion.
1752
1753 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * allout.el (allout-unload-function): New function.
1756
1757 2008-01-25 Sven Joachim <svenjoac@gmx.de>
1758
1759 * view.el (kill-buffer-if-not-modified): Don't pass t to
1760 buffer-modified-p.
1761
1762 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
1763
1764 * allout.el (allout-prefix-data): Doc fix.
1765 (allout-show-current-subtree): Reflow docstring.
1766 (allout-use-mode-specific-leader, allout-use-hanging-indents)
1767 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
1768 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
1769 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
1770 (allout-copy-topic-as-kill, allout-listify-exposed)
1771 (allout-process-exposed, allout-encrypted-key-info)
1772 (allout-update-passphrase-mnemonic-aids)
1773 (allout-next-topic-pending-encryption)
1774 (allout-tests-globally-true): Fix typos in docstrings.
1775
1776 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * vc.el (vc-version-diff): Make sure we shrink the right window.
1779
1780 2008-01-23 Jason Rumney <jasonr@gnu.org>
1781
1782 * lpr.el (printer-name): Do not set on MS Windows.
1783
1784 2008-01-20 Glenn Morris <rgm@gnu.org>
1785
1786 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
1787 prevent infloops.
1788
1789 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
1790
1791 * progmodes/python.el (python-imports): Default to "None".
1792
1793 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * progmodes/sh-script.el (sh-basic-offset):
1796 * progmodes/cc-vars.el (c-syntactic-indentation)
1797 (c-syntactic-indentation-in-macros): Mark as safe.
1798
1799 2008-01-18 Richard Stallman <rms@gnu.org>
1800
1801 * icomplete.el (icomplete-get-keys):
1802 Look up KEYS using all maps in proper buffer.
1803
1804 2008-01-16 Alan Mackenzie <acm@muc.de>
1805
1806 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
1807 eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
1808
1809 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * frame.el (display-mm-height, display-mm-width):
1812 * whitespace.el (whitespace-check-leading-whitespace)
1813 (whitespace-check-trailing-whitespace)
1814 (whitespace-check-spacetab-whitespace)
1815 (whitespace-check-indent-whitespace)
1816 (whitespace-check-ateol-whitespace):
1817 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
1818
1819 2008-01-16 Glenn Morris <rgm@gnu.org>
1820
1821 * comint.el (comint-regexp-arg): Fix no-input case.
1822
1823 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
1824
1825 * calendar/icalendar.el (icalendar-export-file)
1826 (icalendar-import-file): Restore significant trailing whitespace
1827 in `interactive' prompts.
1828
1829 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
1832 after-save-hook so that it is not called multiple times.
1833
1834 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
1835
1836 2008-01-15 Glenn Morris <rgm@gnu.org>
1837
1838 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1839
1840 2008-01-14 Alan Mackenzie <acm@muc.de>
1841
1842 * progmodes/cc-vars.el (c-constant-symbol): New function which
1843 supersedes c-const-symbol. During a customize-.. call it enables
1844 an element of (e.g.) c-hanging-braces alist to have its name
1845 displayed, even when the default value of c-h-b etc. doesn't
1846 include the elemnt. Replace uses of the old function by the new.
1847
1848 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1849 obscure non-working fragment ":value c-".
1850
1851 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1852 call inside a struct being recognised as a K&R argument.
1853
1854 2008-01-14 Jason Rumney <jasonr@gnu.org>
1855
1856 * image.el (image-type): Use image-type-from-file-name (from trunk
1857 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
1858
1859 2008-01-12 Glenn Morris <rgm@gnu.org>
1860
1861 * woman.el (woman-parse-numeric-arg): Change handling of `==':
1862 can be interned without a function definition.
1863
1864 2008-01-12 Eli Zaretskii <eliz@gnu.org>
1865
1866 * view.el (view-file-other-window, view-file-other-frame):
1867 Don't kill the buffer if it is modified. Doc fixes.
1868 (kill-buffer-if-not-modified): New function.
1869 (view-file): Don't kill the buffer if it is modified.
1870
1871 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
1872 (ebrowse-view/find-file-and-search-pattern):
1873 Call view-file-other-window instead of ebrowse-view-file-other-window.
1874 (ebrowse-view-file-other-frame): Don't call
1875 current-window-configuration. Fix second argument in the call to
1876 view-mode-enter. Doc fix.
1877
1878 2008-01-11 Richard Stallman <rms@gnu.org>
1879
1880 * subr.el (atomic-change-group): Prevent undo list truncation.
1881
1882 2008-01-11 Martin Rudalics <rudalics@gmx.at>
1883
1884 * cus-start.el (all): Add missing version entries.
1885
1886 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1887
1888 * files.el (safe-local-eval-forms):
1889 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
1890
1891 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
1892
1893 * comint.el (comint-insert-input): Set point first.
1894
1895 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
1896 session doesn't hang because gdb-pending-triggers is non-nil.
1897 (gdb-frame-handler): Use buffer-file-name instead of
1898 buffer-name in case of duplicate file names.
1899
1900 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1901
1902 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
1903 C-M-e and C-M-h for emacs, they work by default.
1904 (verilog-emacs-features): Remove.
1905 (verilog-setup-dual-comments, verilog-populate-syntax-table):
1906 Remove. Move syntax table initialization ...
1907 (verilog-mode-syntax-table): ... here.
1908 (verilog-mode): Don't initialize the syntax table here.
1909 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
1910 does not need it.
1911
1912 2008-01-10 Glenn Morris <rgm@gnu.org>
1913
1914 * shell.el (shell-dirtrack-verbose, shell-mode)
1915 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1916 (dirtrack-toggle, dirtrack-mode): No longer alias to
1917 shell-dirtrack-mode.
1918
1919 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
1920
1921 * international/mule-cmds.el (select-safe-coding-system):
1922 When a buffer is modified, cancel the writing.
1923
1924 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
1925
1926 * progmodes/verilog-mode.el (verilog-booleanp): New function for
1927 backward compatibility. Replace all uses of booleanp with
1928 verilog-booleanp.
1929
1930 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
1931
1932 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
1933
1934 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
1935
1936 * progmodes/verilog-mode.el (top-level): Fix spacing.
1937 (verilog-mode-version, verilog-mode-release-date): Update version
1938 number.
1939 (verilog-mode-release-emacs): New variable.
1940 (compile-command, reporter-prompt-for-summary-p): Define for byte
1941 compiler.
1942 (verilog-startup-message-lines)
1943 (verilog-startup-message-displayed)
1944 (verilog-display-startup-message): Remove.
1945 (verilog-highlight-p1800-keywords): Improve docstring.
1946 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
1947 (vector-skip-list): Only defvar at compile time.
1948 (verilog-highlight-translate-off, verilog-indent-level)
1949 (verilog-indent-level-module, verilog-indent-level-declaration)
1950 (verilog-indent-declaration-macros, verilog-indent-lists)
1951 (verilog-indent-level-behavioral)
1952 (verilog-indent-level-directive, verilog-cexp-indent)
1953 (verilog-case-indent, verilog-auto-newline)
1954 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
1955 (verilog-tab-to-comment, verilog-indent-begin-after-if)
1956 (verilog-align-ifelse, verilog-minimum-comment-distance)
1957 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
1958 (verilog-auto-endcomments, verilog-auto-read-includes)
1959 (verilog-auto-star-expand, verilog-auto-star-save)
1960 (verilog-library-flags, verilog-library-directories)
1961 (verilog-library-files, verilog-library-extensions)
1962 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
1963 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
1964 (verilog-assignment-delay, verilog-auto-inst-vector)
1965 (verilog-auto-inst-template-numbers)
1966 (verilog-auto-input-ignore-regexp)
1967 (verilog-auto-inout-ignore-regexp)
1968 (verilog-auto-output-ignore-regexp)
1969 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1970 Add safe-local-variable properties.
1971 (verilog-statement-menu, verilog-company)
1972 (verilog-re-search-forward, verilog-re-search-backward)
1973 (verilog-error-regexp-add, verilog-end-block-re)
1974 (verilog-emacs-features, verilog-populate-syntax-table)
1975 (verilog-setup-dual-comments, verilog-type-font-keywords)
1976 (verilog-inside-comment-p, electric-verilog-backward-sexp)
1977 (verilog-backward-sexp, verilog-forward-sexp)
1978 (verilog-font-lock-init, verilog-mode)
1979 (electric-verilog-terminate-line, electric-verilog-semi)
1980 (electric-verilog-tab, verilog-insert-1, )
1981 (verilog-insert-indices, verilog-generate-numbers)
1982 (verilog-comment-region, verilog-label-be)
1983 (verilog-beg-of-statement, verilog-in-case-region-p)
1984 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1985 (verilog-in-fork-region-p, verilog-backward-case-item)
1986 (verilog-set-auto-endcomments, verilog-get-expr)
1987 (verilog-expand-vector-internal, verilog-surelint-off)
1988 (verilog-batch-execute-func, verilog-calculate-indent)
1989 (verilog-calc-1, verilog-calculate-indent-directive)
1990 (verilog-leap-to-head, verilog-continued-line)
1991 (verilog-backward-token, verilog-backward-syntactic-ws)
1992 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
1993 (verilog-forward-ws&directives, verilog-at-constraint-p)
1994 (verilog-skip-backward-comments, verilog-indent-line-relative)
1995 (verilog-do-indent, verilog-indent-comment)
1996 (verilog-more-comment, verilog-pretty-declarations)
1997 (verilog-pretty-expr, verilog-just-one-space)
1998 (verilog-indent-declaration, verilog-get-completion-decl)
1999 (verilog-goto-defun, verilog-showscopes, verilog-header)
2000 (verilog-signals-combine-bus, verilog-read-decls)
2001 (verilog-read-always-signals-recurse, verilog-read-instants)
2002 (verilog-read-auto-template, verilog-set-define)
2003 (verilog-read-defines, verilog-read-signals, verilog-getopt)
2004 (verilog-is-number, verilog-expand-dirnames)
2005 (verilog-modi-lookup, verilog-modi-cache-results)
2006 (verilog-insert-one-definition, verilog-make-width-expression)
2007 (verilog-delete-autos-lined, verilog-auto-save-check)
2008 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
2009 (verilog-auto-inst-param, verilog-auto-reg)
2010 (verilog-auto-reg-input, verilog-auto-wire, )
2011 (verilog-auto-output, verilog-auto-output-every)
2012 (verilog-auto-input, verilog-auto-inout)
2013 (verilog-auto-inout-module, verilog-auto-sense)
2014 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
2015 (verilog-auto-ascii-enum, verilog-auto)
2016 (verilog-sk-define-signal, verilog-mode-mouse-map)
2017 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2018 (verilog-library-files): Cleanup spacing of )'s they should not be
2019 on unique lines. Fix checkdoc warnings.
2020
2021 2008-01-09 Glenn Morris <rgm@gnu.org>
2022
2023 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
2024 entry, for Windows.
2025
2026 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2027
2028 * ps-print.el: Some face attributes (like :strike-through) was not
2029 being recognised. Reported by Leo <sdl.web@gmail.com>.
2030 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
2031 (ps-screen-to-bit-face): Fix code.
2032
2033 2008-01-08 Kevin Ryde <user42@zip.com.au>
2034
2035 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2036 For perl, allow "during global destruction" at end.
2037
2038 2008-01-08 Glenn Morris <rgm@gnu.org>
2039
2040 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
2041 unified format.
2042
2043 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
2044
2045 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
2046
2047 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
2048 quotes in case of spaces, e.g. STL containers (not pretty).
2049
2050 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
2051
2052 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
2053
2054 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
2055
2056 * progmodes/gdb-ui.el (gud-gdb-command-name):
2057 Explain "--annotate=3" option is necessary for the Graphical Interface.
2058
2059 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
2060
2061 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
2062
2063 2008-01-07 Glenn Morris <rgm@gnu.org>
2064
2065 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2066
2067 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
2068
2069 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
2070 on menu bar.
2071
2072 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
2073
2074 * ffap.el (ffap-read-file-or-url): Let-bind
2075 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
2076
2077 2008-01-05 Sven Joachim <svenjoac@gmx.de>
2078
2079 * vc-bzr.el: Fix typo in header.
2080
2081 2008-01-05 Eli Zaretskii <eliz@gnu.org>
2082
2083 * Makefile.in (custom-deps, finder-data): Depend on autoloads
2084 instead of loaddefs.el.
2085
2086 2008-01-05 Glenn Morris <rgm@gnu.org>
2087
2088 * progmodes/verilog-mode.el: Replace all instances of
2089 string-to-int with string-to-number, insert-string with insert,
2090 and read-input with read-string.
2091 (top-level): No need to require imenu, reporter, dinotrace, vc,
2092 font-lock when compiling. Always require compile. Relegate remaining
2093 compatibility cruft to XEmacs. Don't require font-lock.
2094 (verilog-version): Remove superfluous concat.
2095 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2096 No need to define.
2097 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2098 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2099 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2100 (verilog-startup-message-displayed): These are variables, not constants.
2101 (verilog-batch-execute-func, verilog-auto-inst)
2102 (verilog-auto-inst-param): Use mapc rather than mapcar.
2103 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2104 actually defining.
2105 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2106 (verilog-modi-get-outputs, verilog-modi-get-inouts)
2107 (verilog-modi-get-inputs, verilog-modi-get-wires)
2108 (verilog-modi-get-regs, verilog-modi-get-assigns)
2109 (verilog-modi-get-consts, verilog-modi-get-gparams)
2110 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2111 (verilog-modi-get-sub-inputs): Move inline functions earlier in
2112 the file.
2113 (sigs-in, sigs-out): Don't declare multiple times.
2114 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2115 `defvar'.
2116 (verilog-auto): Call dinotrace-unannotate-all only if bound.
2117 (verilog-module-inside-filename-p): No need to wrap fboundp test
2118 in condition-case.
2119 (reporter-submit-bug-report): Autoload it.
2120 (verilog-mark-defun): Call zmacs-activate-region only if bound.
2121 (verilog-font-customize): Call customize-apropos only if bound.
2122 (verilog-getopt-flags, verilog-auto-reeval-locals):
2123 Use make-local-variable rather than make-variable-buffer-local.
2124 (verilog-company, verilog-project, verilog-modi-cache-list):
2125 Move make-variable-buffer-local calls to top-level.
2126 (font-lock-defaults-alist): Don't define it.
2127 (verilog-need-fld): Remove.
2128 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2129 (verilog-mode): Only call make-local-hook on XEmacs.
2130 Set font-lock-defaults rather than using verilog-font-lock-init.
2131
2132 * progmodes/verilog-mode.el (top-level): Don't require compile.
2133 (compilation-error-regexp-alist, compilation-last-buffer):
2134 Define for compiler.
2135 (verilog-insert-1): New function.
2136 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2137 Use verilog-insert-1.
2138 (verilog-surelint-off): Use next-error-last-buffer if bound.
2139 Check compile buffer is live.
2140
2141 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
2144 gets inserted out-of-order.
2145
2146 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
2147
2148 * vc-bzr.el: Copyright and version headers update.
2149 Remove some outdated comments through the whole file.
2150 (vc-bzr-program-args): Remove because unused.
2151 (vc-bzr-log-switches): New customization option.
2152 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
2153 use `vc-bzr-program-args'.
2154 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
2155 `vc-find-root' (patch by Andreas Hoenen).
2156 (vc-bzr-status): Update regex to match latest Bzr output.
2157 Remove redundant test.
2158 (vc-bzr-init-version): New function.
2159 (vc-bzr-unregister): Must not delete file.
2160 (vc-bzr-find-version): New function.
2161 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
2162 a non-empty string, otherwise take head revision.
2163 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
2164 (vc-bzr-diff): Simpler build of the revision spec string.
2165 (vc-annotate-convert-time, vc-bzr-annotate-difference):
2166 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
2167 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
2168 (vc-bzr-dired-state-info): Only provide custom strings for
2169 overloaded VC state 'edited; otherwise fallback to
2170 `vc-default-dired-state-info'.
2171
2172 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2173
2174 * vc-git.el (vc-git-dir-state):
2175 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
2176
2177 2008-01-04 Richard Stallman <rms@gnu.org>
2178
2179 * delsel.el (delete-selection-mode): Doc fix.
2180
2181 2008-01-04 Glenn Morris <rgm@gnu.org>
2182
2183 * version.el (emacs-copyright): Update to 2008.
2184
2185 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
2188 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
2189
2190 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
2191 of watch expressions (only works fully with GDB 6.7 or later).
2192
2193 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
2194
2195 * time-stamp.el (time-stamp-time-zone):
2196 * whitespace.el (whitespace-check-buffer-leading)
2197 (whitespace-check-buffer-trailing)
2198 (whitespace-check-buffer-indent)
2199 (whitespace-check-buffer-spacetab)
2200 (whitespace-check-buffer-ateol):
2201 * progmodes/sh-script.el (sh-indentation):
2202 * textmodes/ispell.el (ispell-local-pdict):
2203 Add safe-local-variable properties.
2204
2205 2007-12-31 Richard Stallman <rms@gnu.org>
2206
2207 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
2208 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
2209 `parent'.
2210 (custom-group-value-create): Pass two args to custom-add-parent-links.
2211
2212 2007-12-29 Richard Stallman <rms@gnu.org>
2213
2214 * font-lock.el (font-lock-prepend-text-property)
2215 (font-lock-append-text-property): Canonicalize the face and
2216 font-lock-face properties.
2217
2218 * faces.el (facep): Doc fix.
2219
2220 * startup.el (fancy-startup-tail, fancy-about-text)
2221 (fancy-startup-text): Regularize format of face property.
2222
2223 * facemenu.el (list-colors-print): Use :background and :foreground
2224 instead of background-color and foreground-color.
2225
2226 2007-12-29 Drew Adams <drew.adams@oracle.com>
2227
2228 * cus-edit.el (custom-add-parent-links):
2229 Fill the "Parent documentation" text.
2230
2231 2007-12-29 Eli Zaretskii <eliz@gnu.org>
2232
2233 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
2234 MS-Windows and MS-DOS.
2235 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2236
2237 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2238
2239 * progmodes/grep.el (rgrep): Fix last change.
2240
2241 2007-12-27 Richard Stallman <rms@gnu.org>
2242
2243 * progmodes/compile.el (compilation-start): Set initial visible
2244 point properly even when compilation buffer already current.
2245
2246 2007-12-26 Richard Stallman <rms@gnu.org>
2247
2248 * files.el (conf-mode-maybe): New function.
2249 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
2250
2251 2007-12-26 Martin Rudalics <rudalics@gmx.at>
2252
2253 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
2254
2255 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
2256
2257 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
2258
2259 2007-12-25 Richard Stallman <rms@gnu.org>
2260
2261 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
2262 so they never do EOF.
2263
2264 2007-12-23 Richard Stallman <rms@gnu.org>
2265
2266 * dired-aux.el: Load dired.el at run time too.
2267
2268 * faces.el (copy-face): Create the new face explicitly if it
2269 does not exist already.
2270
2271 2007-12-23 Andreas Schwab <schwab@suse.de>
2272
2273 * files.el (switch-to-buffer-other-frame): Return the buffer
2274 switched to.
2275
2276 2007-12-23 Juri Linkov <juri@jurta.org>
2277
2278 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2279 item to about-emacs instead of display-splash-screen.
2280
2281 2007-12-22 Eli Zaretskii <eliz@gnu.org>
2282
2283 * simple.el (minibuffer-history, shell-command-history)
2284 (set-variable-value-history):
2285 * replace.el (regexp-history):
2286 * international/mule-cmds.el (input-method-history):
2287 * files.el (file-name-history): Add reference to history-length in
2288 the doc string.
2289
2290 2007-12-22 Richard Stallman <rms@gnu.org>
2291
2292 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
2293
2294 2007-12-21 Jason Rumney <jasonr@gnu.org>
2295
2296 * find-dired.el (find-name-arg): New custom variable.
2297 (find-name-dired): Use it.
2298 (find-dired-find-program): Remove.
2299 (find-dired): Use find-program.
2300 (find-grep-dired): Use grep-program.
2301
2302 * progmodes/grep.el (rgrep): Use find-name-arg.
2303
2304 2007-12-21 Martin Rudalics <rudalics@gmx.at>
2305
2306 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2307 specifier from format-string. Reported by Ye Wenbin.
2308
2309 2007-12-19 Martin Rudalics <rudalics@gmx.at>
2310
2311 * cus-start.el: Use correct group name for members of mode-line group.
2312
2313 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2314
2315 * progmodes/cc-vars.el (defcustom-c-stylevar):
2316 Revert to pre-2007-12-12 version.
2317
2318 2007-12-15 Richard Stallman <rms@gnu.org>
2319
2320 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
2321
2322 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
2323 Use changed.
2324
2325 * startup.el (fancy-splash-help-echo): Var deleted.
2326 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2327 (fancy-about-screen): Don't display fancy-splash-help-echo.
2328
2329 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2330
2331 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2332
2333 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2334
2335 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2336
2337 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2338 function.
2339 (add-submenu): Only define for XEmacs.
2340 (verilog-regexp-words): Revert previous change, keep the other
2341 definition.
2342
2343 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2344
2345 * progmodes/perl-mode.el (perl-continued-statement-offset)
2346 (perl-continued-brace-offset, perl-brace-offset)
2347 (perl-brace-imaginary-offset, perl-label-offset):
2348 * progmodes/cperl-mode.el (cperl-brace-offset)
2349 (cperl-continued-brace-offset, cperl-label-offset)
2350 (cperl-continued-statement-offset)
2351 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2352 Add safe-local-variable properties.
2353
2354 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2355
2356 * progmodes/verilog-mode.el (verilog-mode-map)
2357 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2358 (verilog-colorize-include-files): Use only overlay functions so
2359 that it can work on both Emacs and XEmacs.
2360 (set-extent-keymap): Remove unused defun.
2361 (verilog-kill-existing-comment, verilog-insert-date)
2362 (verilog-insert-year): Rename in order not to pollute the global
2363 namespace from kill-existing-comment, insert-date and
2364 insert-year, respectively.
2365 (verilog-set-auto-endcomments, verilog-header): Update callers.
2366
2367 * files.el (auto-mode-alist): Recognize verilog files.
2368
2369 * progmodes/verilog-mode.el (verilog-string-replace-matches)
2370 (verilog-string-remove-spaces, verilog-re-search-forward)
2371 (verilog-re-search-backward, verilog-re-search-forward-quick)
2372 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2373 (verilog-get-end-of-line, verilog-within-string): Move definitions
2374 before first use. No code changes.
2375
2376 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 * progmodes/verilog-mode.el (verilog-mode-version)
2379 (verilog-mode-release-date): Don't use expanding keywords.
2380 (provide): Move to the end of file.
2381 (fboundp): Don't check if eval-when-compile is bound, it is used
2382 later in the file without checking.
2383 (when, unless): Copy definitions from subr.el.
2384 (char-before, defcustom, defface, customize-group)
2385 (verilog-batch-error-wrapper): Don't use old style backquotes.
2386 (verilog-regexp-opt): Avoid using the cl function case.
2387 (verilog-regexp-words): Remove duplicated definition.
2388 (verilog-mode-abbrev-table): Remove, duplicate.
2389 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2390 Declare and initialize in one step.
2391 (verilog-declaration-prefix-re, verilog-declaration-re)
2392 (verilog-end-of-statement, verilog-indent-declaration)
2393 (verilog-get-lineup-indent): Remove trailing whitespace.
2394 (verilog-mode): Fix autoload cookie.
2395 Set beginning-of-defun-function and end-of-defun-function.
2396 Use when instead of if.
2397 (verilog-emacs-features, verilog-auto-ascii-enum)
2398 (verilog-insert-indices): Escape braces in doc strings.
2399
2400 2007-12-08 Michael McNamara <mac@verilog.com>
2401 Wilson Snyder <wsnyder@wsnyder.org>
2402
2403 * progmodes/verilog-mode.el: New file.
2404
2405 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
2406
2407 * international/latexenc.el (latexenc-find-file-coding-system):
2408 If both coding-system-for-write and buffer-file-coding-system of
2409 latex-main-file are nil, use `undecided'.
2410
2411 2007-12-06 Jason Rumney <jasonr@gnu.org>
2412
2413 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2414
2415 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * ido.el (ido-save-history): Use emacs-mule coding system
2418 instead of utf-8 to save filenames (it's safer in Emacs 22).
2419 Set the `coding' local variable on the first line of the file.
2420
2421 2007-12-04 Karl Fogel <kfogel@red-bean.com>
2422
2423 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
2424 coding system. This ports revisions 1.40 and 1.41 over to the
2425 EMACS_22_BASE branch, but with the right coding system for Emacs
2426 22 to reliably record filenames. Suggested by Eli Zaretskii.
2427
2428 2007-12-01 Richard Stallman <rms@gnu.org>
2429
2430 * wid-edit.el (widget-type): Doc fix.
2431
2432 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2433
2434 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
2435
2436 2007-12-01 Alexandre Julliard <julliard@winehq.org>
2437
2438 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2439
2440 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2443 Don't match "sub { (...) ... }".
2444
2445 2007-11-29 Richard Stallman <rms@gnu.org>
2446
2447 * international/mule-cmds.el (toggle-input-method-active): New var.
2448 (toggle-input-method): Bind toggle-input-method-active to t.
2449 Error if it was already non-nil.
2450
2451 2007-11-29 Glenn Morris <rgm@gnu.org>
2452
2453 * calendar/time-date.el (with-decoded-time-value): Doc fix.
2454
2455 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2456
2457 * calendar/time-date.el (encode-time-value): Doc fix.
2458
2459 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2462
2463 2007-11-24 Kenichi Handa <handa@m17n.org>
2464
2465 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2466
2467 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2468
2469 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2470
2471 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2474 Reported by Drew Adams <drew.adams@oracle.com>.
2475
2476 2007-11-20 Glenn Morris <rgm@gnu.org>
2477
2478 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
2479 for compatibility with Emacs 23.
2480
2481 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2482
2483 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2484 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2485
2486 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2487
2488 * progmodes/gdb-ui.el: Update commentary.
2489
2490 2007-11-16 Eli Zaretskii <eliz@gnu.org>
2491
2492 * international/mule-cmds.el (set-locale-environment):
2493 Set default-file-name-coding-system _after_ keyboard and terminal
2494 coding systems. This fixes last change.
2495
2496 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2497 one space after "Subject:".
2498
2499 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * subr.el (make-variable-frame-local):
2502 Fix typo in obsolescence declaration.
2503
2504 2007-11-16 Glenn Morris <rgm@gnu.org>
2505
2506 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2507
2508 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
2509
2510 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
2511 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
2512 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
2513
2514 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2517 in order to determine if there's a conflict.
2518
2519 2007-11-16 Juri Linkov <juri@jurta.org>
2520
2521 * man.el (Man-heading-regexp): Add 0-9.
2522 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2523
2524 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2525
2526 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2527 Fix typo in docstring.
2528
2529 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
2530 (cua-highlight-region-shift-only): Doc fix.
2531
2532 2007-11-15 Richard Stallman <rms@gnu.org>
2533
2534 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2535
2536 * reposition.el (reposition-window):
2537 Binding C-M-l moved to bindings.el.
2538
2539 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2540
2541 * add-log.el (add-change-log-entry-other-window):
2542 Key binding C-x 4 a moved to bindings.el.
2543
2544 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2545 from filecache.el.
2546
2547 * filecache.el: Minibuffer map bindings moved to bindings.el.
2548
2549 2007-11-14 Jason Rumney <jasonr@gnu.org>
2550
2551 * international/mule-cmds.el (set-locale-environment):
2552 Set default-file-name-coding-system from system defaults on Windows.
2553
2554 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2555
2556 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2557 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2558 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2559 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2560 locations.
2561 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2562 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2563 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2564
2565 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2568 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2569 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2570 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2571 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2572 Rewrite in active voice.
2573
2574 2007-11-10 Juri Linkov <juri@jurta.org>
2575
2576 * startup.el: Backport startup screen related changes from the trunk.
2577 (initialization): Change group to `environment'.
2578 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2579 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2580 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2581 (initial-scratch-message): Fix docstring.
2582 (startup-screen-inhibit-startup-screen)
2583 (pure-space-overflow-message): New variables.
2584 (command-line): Rename `inhibit-startup-message' to
2585 `inhibit-startup-screen'.
2586 (initial-scratch-message): Doc fix.
2587 (fancy-splash-text): Remove variable.
2588 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
2589 New variables.
2590 (fancy-splash-delay, fancy-splash-max-time)
2591 (fancy-current-text, fancy-splash-stop-time)
2592 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
2593 Remove variables.
2594 (fancy-splash-insert): Use help-echo from the 3rd element of the
2595 link specification list, or "Follow this link" if it's nil. Doc fix.
2596 Allow functions for face and link specs.
2597 (fancy-splash-tail): Remove function.
2598 (fancy-startup-tail): New function.
2599 (fancy-splash-default-action, fancy-splash-special-event-action)
2600 (fancy-splash-screens): Remove functions.
2601 (fancy-about-screen): New function.
2602 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
2603 Fix docstring. Use argument `startup' to conditionally display
2604 different texts for Startup and About screens. Don't display Help
2605 commands on the About screen. Remove `unwind-protect' `sit-for'
2606 delay and `kill-buffer' after it.
2607 (normal-mouse-startup-screen, normal-splash-screen)
2608 (normal-no-mouse-startup-screen): New functions.
2609 (startup-echo-area-message): Change text of the echo area.
2610 (display-splash-screen): Remove function.
2611 (display-startup-screen, display-about-screen): New functions.
2612 (about-emacs): Make alias to `display-about-screen'.
2613 (display-splash-screen): Make alias to `display-startup-screen'.
2614 (command-line-1): Rename `inhibit-startup-message' to
2615 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2616 started with command line options "-f", "-funcall", "-e", "-eval",
2617 "-execute", "-insert", "-find-file", "-file", "-visit".
2618 Inhibit startup screen when Emacs is started with a file name only
2619 on tty (i.e. don't inhibit it when started with a file name like
2620 "emacs FILE..." on a window system).
2621 Comment out unused code for coping with the old sit-for behavior.
2622 If file-count > 0, then display the concise version in another
2623 window, otherwise display full version in the same window.
2624 * loadup.el: Add `button'. Move up `startup'.
2625 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
2626 * version.el (emacs-copyright): Add emacs-copyright.
2627 * menu-bar.el (menu-bar-help-menu):
2628 Move "About Emacs" and "About GNU" to the end of the Help menu.
2629 Move "Emacs Psychotherapist" after "Send Bug Report...".
2630 Move "External Packages" after "Find Emacs Packages".
2631
2632 2007-11-10 Jason Rumney <jasonr@gnu.org>
2633
2634 * w32-fns.el: Sync charset names with setup-default-fontset.
2635 Append "-1" where second part missing.
2636
2637 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
2638
2639 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * ido.el (ido-save-history): Write the history file in UTF-8,
2642 and add `coding' file-local variable.
2643
2644 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2647 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2648 (iso-iso2duden-trans-tab): Add docstring.
2649
2650 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2651
2652 * faces.el (face-normalize-spec): Remove function.
2653 (frame-set-background-mode): Undo last change.
2654
2655 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * files.el (enable-local-variables): Doc fix.
2658
2659 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2660
2661 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2662 match dir like "a...b".
2663
2664 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2665
2666 * eshell/esh-mode.el (eshell-output-filter):
2667 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2668 Use `with-current-buffer'.
2669
2670 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
2671
2672 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2673
2674 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
2675
2676 * net/tls.el: Require rx when compiling.
2677 (tls-end-of-info): New variable.
2678 (open-tls-stream): Keep reading input until `tls-end-of-info' is
2679 matched.
2680
2681 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2682
2683 * simple.el (bad-packages-alist): Anchor semantic regexp.
2684
2685 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
2686
2687 * files.el (hack-local-variables): Fix membership tests to avoid
2688 treating all variables as safe if `enable-local-variables' is
2689 set to :safe (CVE-2007-5795).
2690
2691 2007-11-02 Glenn Morris <rgm@gnu.org>
2692
2693 * progmodes/etags.el (tags-table-mode): Disable undo.
2694
2695 * simple.el (bad-packages-alist): Revert previous change.
2696
2697 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * printing.el (printing): Fix :version, printing.el was included
2700 in emacs-22.1.
2701 (pr-path-style, pr-path-alist, pr-txt-name)
2702 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2703 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2704 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2705 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2706 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2707 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2708 (pr-setting-database, pr-visible-entry-list)
2709 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2710 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
2711 :version.
2712
2713 2007-11-01 Glenn Morris <rgm@gnu.org>
2714
2715 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2716
2717 * mail/footnote.el (footnote-numeric-regexp)
2718 (footnote-english-upper-regexp, footnote-english-lower-regexp)
2719 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2720 Match multi-character footnotes.
2721
2722 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2723 (nroff-indent-line-function): New function.
2724 (nroff-count-text-lines): Use nroff-forward-text-line rather than
2725 obsolete alias.
2726
2727 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
2728
2729 * net/tramp.el (tramp-open-connection-telnet)
2730 (tramp-open-connection-rsh, tramp-open-connection-su)
2731 (tramp-open-connection-multi): Set $LC_ALL to "C".
2732
2733 2007-10-31 Sven Joachim <svenjoac@gmx.de>
2734
2735 * dired-aux.el (dired-copy-file-recursive):
2736 Preserve directory permissions.
2737
2738 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2741 (whitespace-unload-function): New-style unload function. When run,
2742 unintern `whitespace-unload-hook' and call `unload-feature' recursively
2743 to stop the old hook from messing with the unloading.
2744
2745 * strokes.el (strokes-alphabetic-lessp): Doc fix.
2746
2747 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2748
2749 * emacs-lisp/find-func.el (find-library): Use library at
2750 point as default interactive argument.
2751
2752 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2753
2754 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2755 (elp-unset-master, elp-results): Fix typos.
2756 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2757 Doc fixes.
2758
2759 * msb.el (msb--many-menus): Remove variable.
2760 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2761 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2762 (msb--toggle-menu-type): Fix typos in docstrings.
2763
2764 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2765 (shadow-insert-var): Doc fixes.
2766 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2767 Reflow docstrings.
2768 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2769
2770 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2773 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2774 Fix typos in autoload docstrings.
2775
2776 * loadhist.el (unload-feature): Remove redundant check.
2777
2778 2007-10-30 Richard Stallman <rms@gnu.org>
2779
2780 * savehist.el (savehist-save): Obey savehist-ignored-variables.
2781
2782 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2785 (gdb-var-update-handler-1): Use it.
2786
2787 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2788
2789 * loadhist.el (unload-feature): Remove erroneous check for the
2790 FEATURE-unload-function variable; check the existence of the
2791 function (that's what the docstring says, and it makes more sense).
2792
2793 * follow.el (follow-unload-function): Add docstring.
2794 (follow-unload-function): Remove variable.
2795
2796 * server.el (server-unload-function): Remove variable.
2797 (server-unload-function): Unbind `server-edit' from `C-x #'.
2798
2799 * uniquify.el (uniquify-unload-function): Add docstring.
2800 (uniquify-unload-function): Remove variable.
2801
2802 * ses.el (ses-unload-function): New function.
2803
2804 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2807 (unsafep-progn, unsafep-let): Fix typos in docstrings.
2808
2809 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2810 before use to avoid a warning in packages that require uniquify.
2811 (uniquify-unload-function): New function and var.
2812
2813 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * loadhist.el (unload-feature-special-hooks):
2816 Add `delete-frame-functions'.
2817
2818 * server.el (server-unload-function): Rename from `server-unload-hook'
2819 and adapt to new `unload-feature' functionality. Remove hook from
2820 `kill-buffer-hook' buffer-locally.
2821 (server-unload-hook): Remove.
2822 (server-unload-function): New var; replaces `server-unload-hook'.
2823
2824 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2825
2826 * desktop.el (uniquify-managed): Pacify byte compiler.
2827 (desktop-buffer-info): If the buffer name is managed by uniquify,
2828 save the base name, not the uniquified one.
2829 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2830 name in case of conflict.
2831
2832 2007-10-26 Glenn Morris <rgm@gnu.org>
2833
2834 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2835 safe-local-variable property.
2836
2837 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2838
2839 * net/browse-url.el (browse-url-browser-function): Delete grail.
2840 (browse-url-grail): Function and variable deleted.
2841 (browse-url-browser-function): Delete IXI Mosaic.
2842 (browse-url-default-browser): Don't try IXI Mosaic.
2843 (browse-url-iximosaic): Function deleted.
2844 (browse-url-browser-function): Delete MMM.
2845 (browse-url-default-browser): Don't try MMM.
2846 (browse-url-mmm): Function deleted.
2847
2848 2007-10-25 Glenn Morris <rgm@gnu.org>
2849
2850 * progmodes/f90.el (f90-indented-comment-re)
2851 (f90-directive-comment-re, f90-break-delimiters):
2852 * progmodes/fortran.el (fortran-comment-line-start-skip)
2853 (fortran-directive-re):
2854 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2855 as safe if they are strings.
2856
2857 2007-10-25 Richard Stallman <rms@gnu.org>
2858
2859 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2860
2861 2007-10-24 Richard Stallman <rms@gnu.org>
2862
2863 * savehist.el (savehist-save): Omit unreadable elements.
2864
2865 * loadhist.el (unload-function-defs-list): Renamed from
2866 unload-function-features-list.
2867 (unload-feature-special-hooks, unload-feature): Doc fixes.
2868
2869 * indent.el (indent-to-left-margin): If point's in the indentation,
2870 move to the end of the indentation.
2871
2872 * cus-edit.el (customize-changed-options): Make arg optional.
2873
2874 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2877
2878 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * textmodes/css-mode.el: Require CL.
2881 (comment-continue): Declare.
2882
2883 * subr.el (make-variable-frame-localizable): Remove.
2884 (make-variable-frame-local): Mark obsolete.
2885
2886 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2887
2888 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2889 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2890
2891 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
2892
2893 * comint.el (comint-password-prompt-regexp):
2894 Handle `[sudo] password'-style prompt.
2895
2896 2007-10-23 Glenn Morris <rgm@gnu.org>
2897
2898 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2899 (f90-type-indent, f90-program-indent)
2900 (f90-continuation-indent, f90-comment-region)
2901 (f90-beginning-ampersand, f90-smart-end)
2902 (f90-break-before-delimiters, f90-auto-keyword-case)
2903 (f90-leave-line-no, f90-mode-hook):
2904 Give an appropriate safe-local-variable property.
2905 (f90-font-lock-keywords-2): Fix `go to' regexp.
2906
2907 * progmodes/fortran.el (fortran-tab-mode-default)
2908 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2909 (fortran-structure-indent, fortran-continuation-indent)
2910 (fortran-comment-indent, fortran-comment-line-extra-indent)
2911 (fortran-comment-line-start)
2912 (fortran-minimum-statement-indent-fixed)
2913 (fortran-minimum-statement-indent-tab)
2914 (fortran-comment-indent-char, fortran-line-number-indent)
2915 (fortran-check-all-num-for-matching-do)
2916 (fortran-blink-matching-if, fortran-continuation-string)
2917 (fortran-comment-region, fortran-electric-line-number)
2918 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2919 (fortran-analyze-depth, fortran-break-before-delimiters):
2920 Give an appropriate safe-local-variable property.
2921
2922 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2925 of the subdirs is unreadable.
2926
2927 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2928
2929 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2930 Use window-full-width-p.
2931
2932 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2935 (tpu-edt-off): Use it.
2936 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2937 the global-map before adding it to global-map.
2938
2939 * menu-bar.el (global-buffers-menu-map): New var.
2940 (global-map, menu-bar-update-buffers): Use it.
2941 * msb.el (msb-menu-bar-update-buffers): Use it.
2942 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2943 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2944 Use with-current-buffer.
2945
2946 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2947
2948 * hexl.el (hexl-menu): New major mode menu.
2949
2950 2007-10-20 Glenn Morris <rgm@gnu.org>
2951
2952 * progmodes/f90.el (f90-font-lock-keywords-2)
2953 (f90-looking-at-type-like): Fix regexp typos.
2954
2955 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * bs.el (bs-mode): Add mode name (accidentally left out
2958 in the 2007-10-16 change).
2959
2960 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2963 (bs-mode): Set mode-class property to special.
2964
2965 * follow.el (follow-unload-function): New function.
2966
2967 * loadhist.el (unload-function-features-list):
2968 Rename from `unload-hook-features-list'.
2969 (unload-hook-features-list): Add as obsolete alias.
2970 (unload-feature): Use `unload-function-features-list'
2971 and new FEATURE-unload-function.
2972
2973 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2974
2975 * loadhist.el (unload-feature-special-hooks):
2976 Update list of special hooks.
2977
2978 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2979 (adaptive-fill-function): Doc fix. Remove * from docstring.
2980
2981 2007-10-18 Glenn Morris <rgm@gnu.org>
2982
2983 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2984
2985 2007-10-17 Aaron Hawley <aaronh@garden.org>
2986
2987 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2988 position is not saved.
2989
2990 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * longlines.el (longlines-wrap-follows-window-size): Integer value
2993 specifies wrapping margin.
2994 (longlines-mode, longlines-window-change-function):
2995 Set window-specific wrapping margin based on the above.
2996
2997 2007-10-17 John Wiegley <johnw@newartisans.com>
2998
2999 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3000
3001 2007-10-17 Glenn Morris <rgm@gnu.org>
3002
3003 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3004 Tweak regexp to avoid stack overflow.
3005
3006 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * simple.el (reindent-then-newline-and-indent): Don't assume that
3009 indent-according-to-mode preserves point.
3010
3011 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3012
3013 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
3014 (bs--restore-window-config): Keep the selected frame.
3015 (bs--track-window-changes, bs--remove-hooks): New functions.
3016 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3017 (bs--show-with-configuration): Revert 2006-11-09 change.
3018 Don't reuse window unless it is visible on the selected frame.
3019 Restore window configuration (possibly in a different frame)
3020 before creating any window.
3021
3022 2007-10-16 Richard Stallman <rms@gnu.org>
3023
3024 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3025 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3026 (ad-is-advised, ad-get-advice-info-field)
3027 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3028
3029 2007-10-16 Glenn Morris <rgm@gnu.org>
3030
3031 * simple.el (blink-matching-open): Don't report false errors with
3032 the `$' syntax class.
3033
3034 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3035
3036 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3037 (filesets-ormap, filesets-sort-case-sensitive-flag)
3038 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3039 Fix typos in docstrings.
3040 (filesets-data-get-name, filesets-data-get-data)
3041 (filesets-data-set, filesets-cmd-query-replace-getargs)
3042 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
3043
3044 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3045
3046 * term/mac-win.el: Don't require url when compiling, as url-type is
3047 no longer a macro.
3048
3049 2007-10-14 Glenn Morris <rgm@gnu.org>
3050
3051 * progmodes/etags.el (select-tags-table): Disable undo in the
3052 `*Tags Table List*' buffer.
3053
3054 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3055
3056 * dired.el (dired-warn-writable): New face.
3057 (dired-warn-writable-face): New variable.
3058 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3059 of dired-warning-face, for group- and world-writable files.
3060
3061 2007-10-13 Glenn Morris <rgm@gnu.org>
3062
3063 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3064 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3065 Add doc string, and an explicit COUNT argument.
3066 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3067 `inc' to search functions.
3068
3069 2007-10-13 John W. Eaton <jwe@octave.org>
3070
3071 * progmodes/octave-mod.el (octave-looking-at-kw)
3072 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3073 New functions.
3074 (octave-in-defun-p, calculate-octave-indent)
3075 (octave-blink-matching-block-open, octave-beginning-of-defun)
3076 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3077 to search for regexps that contain case-sensitive keywords.
3078 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3079 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3080
3081 2007-10-13 Richard Stallman <rms@gnu.org>
3082
3083 * files.el (directory-abbrev-alist): Doc fix.
3084
3085 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3086
3087 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3088
3089 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3090
3091 * frame.el (set-frame-configuration): Assign name parameter only
3092 if it has been set explicitly before.
3093
3094 * window.el (handle-select-window): Revert part of 2007-10-06
3095 change setting the input focus.
3096
3097 2007-10-12 Glenn Morris <rgm@gnu.org>
3098
3099 * cus-edit.el (custom-variable-menu, custom-face-menu)
3100 (custom-group-menu): Check init-file-user rather than
3101 user-init-file, in case cus-edit is loaded by site-run-file.
3102
3103 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3104
3105 * follow.el (follow-stop-intercept-process-output):
3106 Use `follow-call-process-filter' rather than `process-filter'.
3107
3108 2007-10-11 Tom Tromey <tromey@redhat.com>
3109
3110 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3111 frame is visible.
3112
3113 2007-10-10 Richard Stallman <rms@gnu.org>
3114
3115 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3116 in *Backtrace*.
3117
3118 * faces.el (face-font-selection-order): Doc fix.
3119
3120 * loadhist.el (unload-feature): Doc fix.
3121
3122 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3123
3124 * ps-print.el: Fix the usage of :foreground and :background face
3125 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3126 (ps-print-version): New version 6.7.6.
3127 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3128 Fix code.
3129 (ps-face-foreground-color-p, ps-face-background-color-p)
3130 (ps-face-color-p): New inline funs.
3131
3132 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * follow.el: Change all instances of "Follow Mode" to "Follow
3135 mode" in docstrings and messages.
3136
3137 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3138
3139 * faces.el (face-font-selection-order): Doc fix.
3140
3141 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
3142 (follow-mode-off-hook): Mark as obsolete.
3143
3144 2007-10-08 Richard Stallman <rms@gnu.org>
3145
3146 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
3147 (edebug-install-custom-print, edebug-reset-print-funcs)
3148 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
3149 Functions deleted.
3150 (edebug-prin1, edebug-print, edebug-prin1-to-string)
3151 (edebug-format, edebug-message): Define directly as aliases.
3152
3153 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
3156
3157 2007-10-07 Glenn Morris <rgm@gnu.org>
3158
3159 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3160 version numbers.
3161
3162 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp.el (tramp-completion-mode): Extend doc-string.
3165 (tramp-completion-mode-p): Revert change from 2007-09-24.
3166 Checking for `return' etc as last character is not sufficient, for
3167 example in dired-mode when entering <g> (revert-buffer) or
3168 <s> (dired-sort).
3169
3170 2007-10-06 Martin Rudalics <rudalics@gmx.at>
3171
3172 * window.el (mouse-autoselect-window-cancel): Don't cancel for
3173 select-window or select-frame events.
3174 (handle-select-window): When autoselecting window set input
3175 focus. Restructure.
3176
3177 * frame.el (focus-follows-mouse): Moved to frame.c.
3178 * cus-start.el (all): Add focus-follows-mouse.
3179
3180 2007-10-05 Chris Moore <dooglus@gmail.com>
3181
3182 * server.el (server-kill-new-buffers): Doc fix.
3183
3184 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3187 activate font-locking in the *buffer-selection* buffer.
3188 (bs-show-sorted): Doc fix.
3189
3190 * bs.el (bs--get-marked-string, bs--get-modified-string)
3191 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3192 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3193 (bs--format-aux): Doc fix.
3194
3195 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3196
3197 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3198
3199 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3200
3201 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3202
3203 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
3204
3205 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3206 (gud-gdb): New function for old M-x gdb (text command mode).
3207 (gud-gdb-command-name, gdb): Move to...
3208
3209 * progmodes/gdb-ui.el: ...here and adapt doc string.
3210 (gud-gdba-command-name, gdba): Delete.
3211
3212 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
3213
3214 * bs.el: Don't defvar `font-lock-verbose'.
3215 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3216 (bs--get-file-name): Fix typos in docstrings.
3217 (bs--show-header): Use `dolist' instead of `mapcar'.
3218 (bs-mode): Set `show-trailing-whitespace' to nil.
3219 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3220 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3221 Doc fixes.
3222
3223 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
3224
3225 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3226
3227 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
3228
3229 * progmodes/gud.el (gdb): Make graphical mode the default and
3230 switch to text command mode if appropriate, i.e., reverse previous
3231 arrangement.
3232 (gud-gdb-marker-filter): Adapt for above change.
3233
3234 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3235 gud-minor-mode and gud-marker-filter.
3236 (gdb-fullname-regexp): New variable.
3237 (gud-gdba-marker-filter): Use it to switch to text command
3238 mode if appropriate.
3239
3240 2007-10-02 Richard Stallman <rms@gnu.org>
3241
3242 * frame.el (cursor-in-non-selected-windows): Doc fix.
3243
3244 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
3245
3246 * progmodes/gud.el (gud-display-line): Find source buffer even when
3247 GUD buffer has its own frame.
3248
3249 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3250
3251 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3252
3253 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3254
3255 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3256
3257 2007-09-29 Martin Rudalics <rudalics@gmx.at>
3258
3259 * allout.el (allout-before-change-handler): Replace got-char by
3260 goto-char.
3261
3262 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3265 Used to try and automatically enabled smerge-mode in the presence of
3266 conflicts and to call `svn resolved' when the conflicts are gone.
3267 (vc-svn-parse-status): Remember the svn-specific status.
3268
3269 * newcomment.el (comment-choose-indent): New function extracted
3270 from comment-indent. Improve the alignment algorithm.
3271 (comment-indent): Use it.
3272
3273 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3276 (eldoc-message-commands, eldoc-current-idle-delay):
3277 Fix typos in docstrings.
3278
3279 * progmodes/python.el (python-eldoc-function): Doc fix.
3280
3281 2007-09-26 Eli Zaretskii <eliz@gnu.org>
3282
3283 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3284 menu-bar-apropos-menu. All users changed.
3285 (menu-bar-help-menu): Change menu symbols to better match the text
3286 displayed by the menu.
3287
3288 2007-09-25 Glenn Morris <rgm@gnu.org>
3289
3290 * view.el (view-search-no-match-lines): Add a doc string.
3291 Rewrite to simplify and work better.
3292
3293 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3294
3295 * net/tramp.el (tramp-completion-mode-p): Rename from
3296 `tramp-completion-mode'. Revert logic, check `return', `newline'
3297 and such alike. Packages like Icicles tend to use other completion
3298 characters but `tab' and `space' only.
3299 (top): Require cl.el, when `copy-tree' is not available otherwise.
3300
3301 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
3302 `ad-get-arg'.
3303
3304 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
3305
3306 * net/tramp-vc.el (tramp-vc-user-login-name):
3307 Use `vc-find-version' instead of `process-file' to check whether we
3308 have a new enough vc that doesn't need the defadvice.
3309
3310 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3311
3312 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3313 #, @, : and ^.
3314
3315 2007-09-23 Glenn Morris <rgm@gnu.org>
3316
3317 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3318
3319 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3320
3321 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3322
3323 * log-view.el (log-view-mode-map): Likewise.
3324
3325 * diff-mode.el (diff-mode-shared-map): Likewise.
3326
3327 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3328
3329 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3330 add inferior-octave-directory-tracker to the buffer-local value
3331 of comint-input-filter-functions.
3332
3333 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3334
3335 * files.el (file-name-sans-versions): Also allow `A-Z'.
3336
3337 * vc.el: Mention all supported VC backends.
3338
3339 2007-09-22 Richard Stallman <rms@gnu.org>
3340
3341 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3342 neighbouring buttons.
3343
3344 2007-09-22 Andreas Schwab <schwab@suse.de>
3345
3346 * files.el (file-name-sans-versions): Also allow `_'.
3347
3348 2007-09-22 Glenn Morris <rgm@gnu.org>
3349
3350 * eshell/esh-mode.el (eshell-output-filter-functions):
3351 Add eshell-postoutput-scroll-to-bottom.
3352
3353 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3354
3355 * files.el (file-name-sans-versions): Allow - and a-z in version names.
3356
3357 * log-view.el (log-view-mode-map, log-view-mode-menu):
3358 Bind log-view-annotate-version.
3359 (log-view-beginning-of-defun, log-view-end-of-defun)
3360 (log-view-annotate-version): New functions.
3361 (log-view-mode): Use log-view-beginning-of-defun and
3362 log-view-end-of-defun.
3363
3364 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3367
3368 2007-09-21 Kevin Ryde <user42@zip.com.au>
3369
3370 * international/mule.el (sgml-html-meta-auto-coding-function):
3371 Bind `case-fold-search' to t.
3372
3373 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3376 neighbouring buttons.
3377
3378 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3379 Recognize gcc's use of "note" for informational messages.
3380
3381 2007-09-20 Glenn Morris <rgm@gnu.org>
3382
3383 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3384 motion functions, rather than hard-coding "\n\n".
3385 (tex-validate-region): Check for eobp, to speed up.
3386 (tex-next-unmatched-end): Doc fix.
3387
3388 2007-09-19 Glenn Morris <rgm@gnu.org>
3389
3390 * textmodes/tex-mode.el (tex-terminate-paragraph):
3391 Use backward-paragraph.
3392
3393 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3396 (css-mode): Update correspondingly.
3397
3398 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3401
3402 * vc-hooks.el (vc-menu-entry): New var.
3403 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3404 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3405 (vc-menu-map): Declare and initialize in one step.
3406
3407 * menu-bar.el (vc-menu-map): Don't setup any more.
3408 Instead, just create the proper spot in the menu.
3409
3410 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3411 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * vc.el: Document new VC operation `extra-menu'.
3414
3415 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
3416
3417 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3418
3419 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3420 Signed-off-by, Acked-by and Merge.
3421
3422 2007-09-17 Glenn Morris <rgm@gnu.org>
3423
3424 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3425 filename from `--file-line-error', if it is available.
3426
3427 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3428
3429 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3430 TeX `--file-line-error' format.
3431
3432 2007-09-17 Glenn Morris <rgm@gnu.org>
3433
3434 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3435 handling the case where the region is not in `tex-main-file'.
3436 (tex-region-1): Delete.
3437 (tex-region-header): New function, doing the header part of the
3438 old tex-region-1.
3439
3440 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3443
3444 2007-09-16 Drew Adams <drew.adams@oracle.com>
3445
3446 * cus-edit.el (custom-face-edit-activate): Doc fix.
3447
3448 2007-09-16 Glenn Morris <rgm@gnu.org>
3449
3450 * textmodes/tex-mode.el (tex-region): Handle the case where the
3451 region is not in `tex-main-file'. Move the old code that applies
3452 to both cases...
3453 (tex-region-1): ...to this new function.
3454
3455 2007-09-15 Martin Rudalics <rudalics@gmx.at>
3456
3457 * simple.el (blink-matching-open): Don't display message when no
3458 paren is found within blink-matching-paren-distance characters.
3459 Don't search prompt in blink-matching-paren-distance nil case.
3460
3461 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3462
3463 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3464
3465 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * vc-mtn.el: New file.
3468
3469 * vc-hooks.el (vc-handled-backends): Add Mtn.
3470
3471 2007-09-13 Eli Zaretskii <eliz@gnu.org>
3472
3473 * files.el (find-file, find-file-other-window)
3474 (find-file-other-frame, find-file-existing, find-file-read-only)
3475 (find-file-read-only-other-window)
3476 (find-file-read-only-other-frame)
3477 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3478
3479 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3480
3481 * man.el (Man-default-man-entry): At end of line, continue looking
3482 to the next line for possible end of hyphenated command.
3483
3484 2007-09-13 Chris Moore <dooglus@gmail.com>
3485
3486 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3487 the command being edited.
3488
3489 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
3490
3491 * progmodes/gud.el (gdb-ready): New variable.
3492 (gdb): Set it to nil. Set gud-running to nil here...
3493 (gud-common-init): ...instead of here.
3494
3495 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3496 Use gdb-ready. Discard input until GDB is ready to accept it.
3497
3498 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
3501 C-M-S- keys.
3502
3503 2007-09-12 Martin Rudalics <rudalics@gmx.at>
3504
3505 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3506 make it show up with eight colors.
3507
3508 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3511 diffs are concatenated with no intervening line.
3512
3513 2007-09-10 Dave Love <fx@gnu.org>
3514
3515 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3516 (python-font-lock-keywords): Update to the 2.5 version of the language.
3517 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3518 (python-backspace): Only behave funny in code.
3519 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3520 (inferior-python-mode): Add PDB prompt regexp.
3521 (python-fill-paragraph): Refine the fenced-string regexp.
3522 (python-find-imports): Handle imports spanning several lines.
3523 (python-mode): Add `class' to hideshow support.
3524
3525 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
3528 add-log-buffer-file-name-function rather than bind buffer-file-name,
3529 so we dont end up calling change-log-mode in *cvs* when `fi' is the
3530 ChangeLog file itself.
3531
3532 * outline.el (outline-flag-region): Use front-advance.
3533
3534 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
3535
3536 * progmodes/cperl-mode.el: Merge upstream 5.23.
3537 (cperl-where-am-i): Remove function.
3538 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3539 (cperl-sniff-for-indent): De-invert [string] and [comment].
3540 When looking for label, skip s:m:y:tr.
3541 (cperl-indent-line): Likewise.
3542 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3543 (cperl-windowed-init): Wrong `ps-print' handling.
3544 Both thanks to Chong Yidong.
3545 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3546 (cperl-find-pods-heres): If the second part of s()[] is missing,
3547 don't try to highlight delimiters...
3548
3549 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * progmodes/compile.el (compilation-get-file-structure): Complete last
3552 change by also using spec-directory in the puthash.
3553
3554 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
3555
3556 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
3557 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3558 (vc-bzr-status): Fix shadowing of variable 'status'.
3559 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3560 Use `expand-file-name' instead of `concat'.
3561 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3562 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3563
3564 2007-09-05 Jason Rumney <jasonr@gnu.org>
3565
3566 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3567
3568 2007-09-02 Richard Stallman <rms@gnu.org>
3569
3570 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3571 Add `safe-local-variable' property.
3572 (lisp-body-indent): Likewise.
3573
3574 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3575
3576 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3577 prev/next-node.
3578
3579 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
3580 (x-gtk-map-stock): New function.
3581
3582 2007-09-02 Glenn Morris <rgm@gnu.org>
3583
3584 * comint.el (comint-mode): Don't set scroll-conservatively.
3585
3586 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3587 non-command arguments.
3588
3589 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3590
3591 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3592 Fix bug: Don't expand top-level file name more than once.
3593 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3594
3595 2007-09-01 Richard Stallman <rms@gnu.org>
3596
3597 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3598 Add doc string.
3599
3600 2007-08-30 Richard Stallman <rms@gnu.org>
3601
3602 * speedbar.el (speedbar-frame-reposition-smartly)
3603 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3604 (speedbar-check-vc): Don't use dframe-xemacsp.
3605
3606 2007-08-30 Martin Rudalics <rudalics@gmx.at>
3607
3608 * files.el (backup-buffer-copy): Try to overwrite old backup first.
3609
3610 2007-08-29 Martin Rudalics <rudalics@gmx.at>
3611
3612 * repeat.el (repeat): Use last-repeatable-command instead of
3613 real-last-command. Run pre- and post-command hooks for
3614 self-insertion. Update doc-string.
3615
3616 2007-08-28 Glenn Morris <rgm@gnu.org>
3617
3618 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
3619
3620 2007-08-27 Alexandre Julliard <julliard@winehq.org>
3621
3622 * vc-git.el (vc-git-state): Call git-add --refresh to update the
3623 state of the file.
3624 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3625 (vc-git-create-repo): Fix invalid command.
3626
3627 2007-08-27 Richard Stallman <rms@gnu.org>
3628
3629 * textmodes/flyspell.el (flyspell-mode):
3630 Catch errors in flyspell-mode-on.
3631
3632 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3633
3634 * progmodes/modula2.el (m2-definition, m2-module):
3635 Don't use previous-line. Reported by T. V. Raman.
3636
3637 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3638
3639 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3640 argument to tool-bar-mode call.
3641
3642 2007-08-27 Glenn Morris <rgm@gnu.org>
3643
3644 * diff-mode.el (diff-find-file-name): Only accept regular files,
3645 to rule out /dev/null, directories, etc.
3646
3647 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3650 safe-local-variable setting.
3651 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3652
3653 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3656 of buffers in uniquify-managed.
3657
3658 * simple.el (invisible-p): Rename from text-invisible-p.
3659 Update callers.
3660
3661 2007-08-25 Alan Mackenzie <acm@muc.de>
3662
3663 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3664 new language variable.
3665
3666 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
3667 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3668 "extern" etc., rather than BOI. Fix addition of spurious
3669 syntactic-symbol 'defun-block-intro, replacing it with
3670 'innamespace, etc.
3671
3672 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
3673
3674 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3675 Don't behave differently when executed via M-x. Add doc string.
3676
3677 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3678
3679 * files.el (backup-buffer-copy): Don't wrap delete in
3680 condition-case, only try to delete if file exists.
3681
3682 2007-08-24 Glenn Morris <rgm@gnu.org>
3683
3684 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3685
3686 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3689 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3690 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3691 (cperl-etags-goto-tag-location): Use new style backquotes.
3692
3693 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
3694 (dynamic-completion-table): Use it it.
3695
3696 * net/browse-url.el: Remove spurious * in custom docstrings.
3697 (browse-url-filename-alist): Use new-style backquote.
3698
3699 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3700 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3701
3702 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3703 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3704
3705 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3706
3707 * net/socks.el (socks-username/password-auth-filter):
3708 Remove unused vars `state' and `desired-len'.
3709 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3710 (socks-wait-for-state-change): Use new-style backquotes.
3711
3712 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3713
3714 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3715 backquotes after each `read' rather than once per buffer.
3716
3717 * dframe.el: Remove spurious * in custom docstrings.
3718 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3719 (dframe-xemacs20p): Remove, inline at the sole use point.
3720 (defface): Don't defvar the face, don't use old-style backquote.
3721 (defcustom): Don't use old-style backquote.
3722 (dframe-frame-parameter, dframe-mouse-event-p):
3723 Make it obvious that it's always defined.
3724 (dframe-popup-kludge): New function to replace
3725 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3726 (dframe-frame-mode, dframe-set-timer-internal)
3727 (dframe-mouse-set-point): Remove use of with-no-warnings from
3728 XEmacs-specific code.
3729 (dframe-set-timer-internal): Fix very old bug with
3730 post-command-idle-hook.
3731
3732 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3733
3734 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * image-mode.el (image-minor-mode): Use image-mode-text-map.
3737
3738 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
3739
3740 * sort.el (sort-fold-case, sort-numeric-base): Mark as
3741 safe-local-variable.
3742
3743 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3744
3745 * net/browse-url.el (browse-url-emacs): New function.
3746
3747 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
3750 warning if the file uses old style backquotes.
3751
3752 * emacs-lisp/bytecomp.el (byte-compile-log-file)
3753 (byte-recompile-directory, byte-compile-file)
3754 (byte-compile-from-buffer): Use with-current-buffer.
3755
3756 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
3757 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
3758 (line-move-1, line-move-finish, line-move-to-column)
3759 (move-end-of-line, move-beginning-of-line): Use new name.
3760
3761 2007-08-22 Glenn Morris <rgm@gnu.org>
3762
3763 * files.el (backup-buffer-copy): Check backup directory is
3764 writable, to avoid infloop deleting old backup.
3765
3766 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3767 movemail related variables.
3768 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3769 will now be set before this is called.
3770
3771 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
3774
3775 * progmodes/ada-mode.el: Fix up comment style in header.
3776 (ada-check-emacs-version): Remove.
3777 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
3778 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
3779 to try and quieten the byte-compiler.
3780 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
3781
3782 * vc.el (vc-annotate-warp-version): Don't use previous-line.
3783
3784 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3785
3786 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3787 extracted from `eval-last-sexp-1'.
3788 (eval-last-sexp-1): Call `preceding-sexp'.
3789
3790 2007-08-19 Glenn Morris <rgm@gnu.org>
3791
3792 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3793 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3794 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
3795 shadow files messing up the compilation.
3796
3797 2007-08-18 Glenn Morris <rgm@gnu.org>
3798
3799 * progmodes/scheme.el (scheme-mode-variables):
3800 Set font-lock-comment-start-skip.
3801
3802 2007-08-18 Martin Rudalics <rudalics@gmx.at>
3803
3804 * progmodes/ada-mode.el (ada-create-syntax-table):
3805 Move set-syntax-table from here to ...
3806 (ada-mode): ... here. Don't change global value of comment-multi-line.
3807 Call new function ada-initialize-syntax-table-properties.
3808 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
3809 (ada-deactivate-properties, ada-initialize-properties):
3810 Replace by new functions ...
3811 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
3812 (ada-initialize-syntax-table-properties): ... to set up syntax-table
3813 properties uniformly, independently from whether font-lock-mode
3814 is enabled or not. Handle read-only buffers and do not change
3815 undo-list when setting syntax-table properties.
3816 (ada-after-change-function): Use ada-set-syntax-table-properties.
3817
3818 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3819
3820 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
3821 (cperl-find-pods-heres): Fix an error when typing expressions like
3822 `s{a}{b}'.
3823
3824 2007-08-17 Glenn Morris <rgm@gnu.org>
3825
3826 * progmodes/compile.el (compilation-get-file-structure): Make use
3827 of the directory part when checking for an existing entry, to
3828 handle files with same basename in different directories.
3829
3830 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3831
3832 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3833 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3834 (ps-paragraph-spacing): Docstring fix.
3835
3836 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * smerge-mode.el (smerge-resolve): New arg `safe'.
3839 (smerge-resolve-all, smerge-batch-resolve): New function.
3840 (smerge-refine): Make sure `diff' returns the expected result.
3841 (smerge-parsep-re): New const.
3842 (smerge-mode): Use it to adjust paragraph-separate.
3843
3844 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3845 Correctly match / regexp matchers as first char on a line when
3846 fontifying only that line.
3847
3848 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3849
3850 2007-08-16 Glenn Morris <rgm@gnu.org>
3851
3852 * ps-print.el (ps-font-size): Doc fix.
3853
3854 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * vc-bzr.el: Don't fiddle with vc-handled-backend.
3857 (vc-bzr-registered): Don't redundantly protect against
3858 file-error. Actually use the format-specific code.
3859 (vc-bzr-buffer-nonblank-p): Remove.
3860 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3861
3862 2007-08-15 Glenn Morris <rgm@gnu.org>
3863
3864 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3865 sloppier, for the sake of GNU Mailman.
3866 (rmail-digest-rfc1153): Initialize `result' correctly.
3867
3868 2007-08-14 Glenn Morris <rgm@gnu.org>
3869
3870 * simple.el (bad-packages-alist): New constant.
3871 (bad-package-check): New function. Together, these two add
3872 elements to `after-load-alist' to check for problematic external
3873 packages.
3874 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3875
3876 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
3877
3878 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3879 optional quotes around files in NEED-UPDATE . REMOVED case.
3880
3881 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3882 (ada-treat-cmd-string): Improve error message.
3883 (ada-do-file-completion): Call `ada-require-project-file', so
3884 project variables are set properly.
3885 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3886 (ada-gnatfind-buffer-name): New constant.
3887 (ada-find-any-references): Use new constant. Set buffer name
3888 properly in compilation-start. Toggle read-only properly.
3889 (ada-find-in-src-path): Fix spelling error in docstring.
3890
3891 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3892 by zero error.
3893
3894 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
3895
3896 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3897
3898 2007-08-12 Richard Stallman <rms@gnu.org>
3899
3900 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3901 (cvs-execute-single-file): Use new name split-string-and-unquote.
3902 (cvs-header-msg): Use new name combine-and-quote-strings.
3903
3904 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3905
3906 * progmodes/gud.el (gud-common-init): Use new name
3907 split-string-and-unquote.
3908
3909 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3910 in javac regexp.
3911
3912 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3913 combine-and-quote-strings and split-string-and-unquote.
3914
3915 * subr.el (combine-and-quote-strings): Rename from strings->string.
3916 (split-string-and-unquote): Rename from string->strings.
3917
3918 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3921 to buffer-local settings.
3922
3923 * emacs-lisp/backquote.el (backquote-delay-process): New function.
3924 (backquote-process): Add internal arg `level'. Use the two to
3925 correctly handle nested backquotes.
3926
3927 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
3928
3929 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3930 (vc-bzr-state-words): Add "kind changed" state word.
3931 (vc-bzr-status): New function. Return Bzr idea of file status,
3932 which is different from VC's.
3933 (vc-bzr-state): Use vc-bzr-status.
3934 (vc-workfile-unchanged-p): Use vc-bzr-status.
3935 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3936 (vc-dired-state): Process "kind changed" state word.
3937
3938 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3941
3942 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3943 Move from vc-default-find-file-not-found-hook.
3944
3945 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
3946
3947 * url/url-auth.el (url-basic-auth): When prompting for username
3948 and password, default to the username and password in the URL.
3949
3950 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * man.el: Remove spurious * in docstrings.
3953 Merge defvars and toplevel setq-defaults.
3954 (Man-highlight-references0): Limit=nil rather than point-max.
3955 (Man-mode-map): Move initialization into the declaration.
3956 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3957 (Man-view-header-file): Use expand-file-name rather than concat.
3958 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3959
3960 * man.el (Man-next-section): Make sure we do not move backward.
3961
3962 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3963
3964 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3965 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3966 ps-print-color-p is neither nil nor black-white. Reported by Christian
3967 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3968
3969 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * files.el (auto-mode-alist): Use the purecopied text (duh!).
3972
3973 2007-08-08 Andreas Schwab <schwab@suse.de>
3974
3975 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3976 self-insert-command, not self-insert.
3977
3978 2007-08-08 Glenn Morris <rgm@gnu.org>
3979
3980 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
3981
3982 * Replace `iff' in doc-strings and comments.
3983
3984 * help-mode.el (help-make-xrefs): Search for symbol constituents,
3985 rather than just `-'.
3986
3987 2007-08-08 Martin Rudalics <rudalics@gmx.at>
3988
3989 * dired.el (dired-pop-to-buffer):
3990 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3991 * calendar/calendar.el (generate-calendar-window):
3992 * progmodes/compile.el (compilation-set-window-height):
3993 * textmodes/two-column.el (2C-two-columns, 2C-merge):
3994 Use window-full-width-p instead of comparing frame-width and
3995 window-width.
3996
3997 * progmodes/compile.el (compilation-find-buffer): Remove extra
3998 argument in call to compilation-buffer-internal-p.
3999
4000 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
4001
4002 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
4003 parameters IDENTIFICATION and CONNECTED.
4004 (tramp-handle-insert-file-contents): VISIT must be handled after
4005 insertion of the local copy. Reported by Peter Gordon
4006 <peter@pg-consultants.com>.
4007 (tramp-file-name-handler): No special handling for
4008 `expand-file-name'. But for `file-name-as-directory'.
4009 (tramp-find-shell, tramp-open-connection-telnet)
4010 (tramp-open-connection-rsh, tramp-open-connection-su)
4011 (tramp-open-connection-multi)
4012 (tramp-open-connection-setup-interactive-shell): Guard against
4013 $PROMPT_COMMAND shell var. Reported by Steve Youngs
4014 <steve@sxemacs.org>.
4015 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
4016 the hint.
4017
4018 * net/trampver.el: Update release number.
4019
4020 2007-08-07 Tom Tromey <tromey@redhat.com>
4021
4022 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4023 Add safe-local-variable property.
4024
4025 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * image-mode.el (image-toggle-display): Use image-refresh.
4028
4029 * longlines.el (longlines-decoded): New variable.
4030 (longlines-mode): Avoid encoding or decoding the buffer twice.
4031
4032 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
4033
4034 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4035 unofficial version.
4036 (vc-bzr-command): Remove redundant setting of process-connection-type.
4037 (vc-bzr-admin-checkout-format-file): Add autoload.
4038 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4039 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4040 (vc-bzr-registered): Compare dirstate format tag with known good
4041 value, abort parsing if match fails. Warn user in docstring.
4042 (vc-bzr-workfile-version): Case for different Bzr branch formats.
4043 See bzrlib/branch.py in Bzr sources.
4044 (vc-bzr-diff): First argument FILES may be a string rather than a list.
4045 (vc-bzr-shell-command): Remove in favor of
4046 vc-bzr-command-discarding-stderr.
4047 (vc-bzr-command-discarding-stderr): New function.
4048
4049 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
4050
4051 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4052 program, and return nil
4053 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4054 (vc-bzr-state): Look for path names relative to the repository
4055 root after status keyword.
4056 (vc-bzr-file-name-relative): New function.
4057 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4058 depend on it.
4059 (vc-bzr-admin-dirname, ...-checkout-format-file)
4060 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4061 files that we now parse directly for speed.
4062 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4063 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4064 (vc-bzr-state): "bzr status" successful only if exitcode is 0
4065 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
4066 Bzr warnings, so we must discard it.
4067 (vc-bzr-workfile-version): Speedup counting lines from
4068 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4069 if that file doesn't exist.
4070 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4071 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
4072 (not ".bzr"!) to `vc-directory-exclusion-list'
4073 (vc-bzr-shell-command): New function.
4074
4075 2007-08-06 Tom Tromey <tromey@redhat.com>
4076
4077 * diff-mode.el (diff-unified->context, diff-reverse-direction)
4078 (diff-fixup-modifs): Typo in docstring.
4079
4080 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4083 count-screen-lines.
4084 (tpu-edt-off): Disable relevant pieces of advice.
4085
4086 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4087 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
4088 (newline, newline-and-indent, do-auto-fill): Use advice instead of
4089 redefining the function.
4090 (tpu-set-scroll-margins): Activate the pieces of advice.
4091
4092 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
4093
4094 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4095 process-filter.
4096
4097 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4098
4099 * help.el (resize-temp-buffer-window): Use window-full-width-p
4100 instead of comparing frame-width and window-width.
4101
4102 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
4103
4104 * term.el: Honor term-default-fg-color and term-default-bg-color
4105 settings when modifying term-current-face.
4106 (term-default-fg-color, term-default-bg-color): Initialize from
4107 default term-current-face.
4108 (term-mode, term-reset-terminal): Set term-current-face with
4109 term-default-fg-color and term-default-bg-color.
4110 (term-handle-colors-array): term-current-face has term-default-fg-color
4111 and term-default-bg-color after reset escape sequence.
4112 (term-handle-colors-array): Set term-current-color with
4113 term-default-fg/bg-color instead of ansi-term-color-vector when the
4114 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4115
4116 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * files.el (set-auto-mode): Handle also remote files wrt
4119 `auto-mode-alist'.
4120
4121 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
4122 remote identification.
4123
4124 2007-08-04 Glenn Morris <rgm@gnu.org>
4125
4126 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4127 zero, not nil, when the library is first loaded. Check for a file
4128 that has been modified on disk.
4129
4130 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4131 Remove duplicate defvar preventing initialization.
4132 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4133
4134 2007-08-03 Miles Bader <miles@gnu.org>
4135
4136 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4137 backend names for new backends to `Git', `Hg', and `Bzr'.
4138 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4139 not `HG'.
4140 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4141 name, not `GIT'.
4142 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4143 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4144
4145 2007-08-03 Glenn Morris <rgm@gnu.org>
4146
4147 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4148
4149 2007-08-02 Richard Stallman <rms@gnu.org>
4150
4151 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4152 to update deleted flag.
4153
4154 * cus-edit.el (customize-apropos, customize-apropos-options)
4155 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4156
4157 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4158
4159 * startup.el (fancy-splash-head, startup-echo-area-message):
4160 Change message text.
4161
4162 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4163 All callers use line-move.
4164
4165 * progmodes/compile.el (compilation-find-buffer): Return current
4166 buffer immediately if suitable.
4167 (compile, compilation-buffer-name, compilation-start): Doc fixes.
4168
4169 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
4172 Make it more discriminating and more useful.
4173 (vc-bzr-root-dir): Use new name.
4174 (vc-bzr-registered): Use new name and look at the dirstate file to
4175 determine if it's registered or not without running `bzr'.
4176
4177 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
4178
4179 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4180
4181 2007-07-31 Drew Adams <drew.adams@oracle.com>
4182
4183 * cus-edit.el (custom-group-value-create, custom-goto-parent):
4184 Fix parent groups link.
4185
4186 2007-07-31 Daiki Ueno <ueno@unixuser.org>
4187
4188 * faces.el (face-normalize-spec): New function.
4189 (frame-set-background-mode): Normalize face-spec before calling
4190 face-spec-match-p.
4191
4192 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * vc-bzr.el: New file (copied from the trunk).
4195
4196 * vc-hooks.el (vc-handled-backends): Add BZR.
4197 (vc-find-file-hook): Failsafe if the backend's `registered'
4198 function burps.
4199
4200 * server.el (server-window): Add switch-to-buffer-other-frame option.
4201
4202 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4203
4204 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
4205 (vc-git-revision-completion-table): Enable.
4206
4207 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
4208
4209 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
4210
4211 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
4212 (vc-hg-registered): Set the vc-state property.
4213
4214 * diff-mode.el (diff-mode-menu): New entries.
4215
4216 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4219 (diff-file-kill): Use it.
4220 (diff-beginning-of-hunk): Add arg `try-harder' using it.
4221 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4222 Use it so they find the hunk even when we're in the file header.
4223
4224 * vc.el: Add new VC operation `revision-completion-table'.
4225 (vc-default-revision-completion-table): New function.
4226 (vc-version-diff, vc-version-other-window): Use it to provide
4227 completion of revision names if the backend provides it.
4228
4229 * vc-arch.el (vc-arch--version-completion-table)
4230 (vc-arch-revision-completion-table): New functions to provide
4231 completion of revision names.
4232
4233 * vc-cvs.el: Require CL.
4234 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4235 New functions to provide completion of revision names.
4236
4237 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
4238
4239 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4240 (copyright-fix-years, copyright): Correctly handle the case where
4241 copyright-limit is nil.
4242
4243 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
4244
4245 * progmodes/python.el (run-python): Fix path separator under w32.
4246
4247 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * vc-git.el: New File.
4250
4251 2007-07-28 Alan Mackenzie <acm@muc.de>
4252
4253 Fix problem with modes derived from CC Mode:
4254 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4255 macro to cc-langs.
4256 (c-init-language-vars-for): Remove call to above macro.
4257 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4258 been moved to here.
4259 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4260
4261 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4262
4263 * net/trampver.el: Fix the `coding' cookie.
4264
4265 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
4266
4267 * add-log.el (change-log-redate): Remove (not needed anymore and
4268 doesn't appear to work).
4269
4270 2007-07-25 Glenn Morris <rgm@gnu.org>
4271
4272 * Relicense all FSF files to GPLv3 or later.
4273
4274 * COPYING: Switch to GPLv3.
4275
4276 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4279 Replace it with another one which disables undo before calling
4280 erase-buffer and then turns it back on if needed.
4281
4282 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4283
4284 * ps-print.el: Problem with foreground and background color when
4285 printing a buffer with and without faces. Reported by Christian
4286 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4287 (ps-print-version): New version 6.7.5.
4288 (ps-default-fg): Change default value to nil, so black color is used
4289 when a face does not specify a foreground color.
4290 (ps-default-bg): Change default value to nil, so white color is used
4291 for background color.
4292 (ps-begin-job): Fix code.
4293
4294 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4295
4296 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4297
4298 2007-07-24 Alan Mackenzie <acm@muc.de>
4299
4300 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4301 Initialise byte-compile-unresolved-functions before rather than
4302 after a compilation.
4303 (byte-compile-unresolved-functions): Amplify doc string.
4304
4305 2007-07-24 Glenn Morris <rgm@gnu.org>
4306
4307 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4308 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4309 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4310 (cal-tex-cursor-week, cal-tex-cursor-week2)
4311 (cal-tex-cursor-week-iso, cal-tex-week-hours)
4312 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4313 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4314 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4315
4316 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4319
4320 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4323 underlying file is uptodate.
4324
4325 2007-07-23 Richard Stallman <rms@gnu.org>
4326
4327 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4328
4329 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4332 (sh-font-lock-flush-syntax-ppss-cache): New funs.
4333 (sh-font-lock-syntactic-keywords): Use them to distinguish the
4334 different possible cases for \'.
4335 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
4336
4337 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4338 `file' from which to start the search and fix case where `file' is the
4339 current directory and the root as well.
4340
4341 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4342 name for buffer-file-name if it refers to a directory.
4343
4344 2007-07-22 Jason Rumney <jasonr@gnu.org>
4345
4346 * w32-fns.el (set-default-process-coding-system): Use dos line ends
4347 for input to cmdproxy on all versions of Windows.
4348 Use dos line ends for input to plink.
4349
4350 * comint.el (comint-simple-send): Concat newline before sending.
4351 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4352
4353 2007-07-22 Juri Linkov <juri@jurta.org>
4354
4355 * isearch.el (isearch-edit-string): Save old point and
4356 isearch-other-end to old-point and old-other-end before reading
4357 the search string from minibuffer. After exiting minibuffer set
4358 point to old-other-end if point and the search direction is the
4359 same as before reading the search string.
4360 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
4361 to isearch-other-end. Instead of isearch-search-and-update call
4362 three functions isearch-search, isearch-push-state and isearch-update.
4363
4364 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
4365
4366 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
4367 destroying an existing buffer.
4368
4369 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4370
4371 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4372
4373 * term/x-win.el (x-handle-no-bitmap-icon): New function.
4374
4375 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
4376
4377 * textmodes/reftex.el (reftex-access-parse-file): Create parse
4378 file in a way that does not interfere with recentf.
4379
4380 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4381
4382 * image-dired.el (image-dired-sane-db-file): New func.
4383 (image-dired-write-tags, image-dired-remove-tag)
4384 (image-dired-list-tags, image-dired-write-comments)
4385 (image-dired-get-comment, image-dired-mark-tagged-files)
4386 (image-dired-create-gallery-lists): Call new func.
4387 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4388
4389 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4390
4391 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4392 (vc-hg-dir-state): Fix loop.
4393 (vc-hg-print-log): Fix expected return value for vc-hg-command.
4394 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4395 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4396 (vc-hg-revert): Likewise.
4397 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
4398
4399 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4400
4401 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4402 case of alignment under a constant symbol, find and consider
4403 the sexp actually at indentation to be the "last sexp".
4404
4405 2007-07-20 Eli Zaretskii <eliz@gnu.org>
4406
4407 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4408 (install): Use them to copy all *.el files before *.elc.
4409 (clean): Don't delete *~.
4410
4411 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4412
4413 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
4414
4415 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
4416
4417 * vc-hg.el (vc-hg-registered): Replace if with when.
4418 (vc-hg-state): Deal with nonexistent files.
4419
4420 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
4421
4422 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4423 (follow-delete-other-windows-and-split, follow-recenter)
4424 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4425 (follow-redisplay, follow-estimate-first-window-start)
4426 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4427 Fix typos in docstrings.
4428
4429 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4430
4431 * bookmark.el (bookmark-show-all-annotations):
4432 Make sure each inserted annotation ends with newline.
4433
4434 (bookmark-maybe-sort-alist): Don't modify
4435 bookmark-alist. Instead, if not sorting, simply return it.
4436 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4437 for its return value, not for its side effect.
4438
4439 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
4440
4441 * vc.el: Add more info about the vc-registered function.
4442
4443 2007-07-16 David Kastrup <dak@gnu.org>
4444
4445 * emacs-lisp/advice.el (defadvice): Doc fix.
4446
4447 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * subr.el (when, unless): Doc fix.
4450
4451 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4452
4453 * vc-hg.el (vc-hg-state): Handle removed files.
4454 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4455 (vc-hg-checkout): Re-enable.
4456
4457 2007-07-15 Richard Stallman <rms@gnu.org>
4458
4459 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4460
4461 * tutorial.el (tutorial--find-changed-keys):
4462 Handle C-x specially like ESC.
4463
4464 2007-07-15 Roland McGrath <roland@frob.com>
4465
4466 * add-log.el (add-change-log-entry): Check add-log-full-name
4467 and add-log-mailing-address later, after change-log-mode-hook.
4468
4469 2007-07-15 Richard Stallman <rms@gnu.org>
4470
4471 * isearch.el (isearch-mode, isearch-done):
4472 Delete unintended code in previous change.
4473
4474 * ps-print.el (ps-default-bg): Change to White.
4475
4476 2007-07-15 Aaron Hawley <aaronh@garden.org>
4477
4478 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4479
4480 2007-07-15 Martin Rudalics <rudalics@gmx.at>
4481
4482 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4483 when handling the terminating event.
4484
4485 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
4486
4487 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4488
4489 2007-07-13 Eli Zaretskii <eliz@gnu.org>
4490
4491 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4492 (install): Use them to copy all *.el files before *.elc.
4493
4494 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4495
4496 * replace.el (match): Use yellow1 instead of yellow.
4497
4498 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
4499
4500 * pcvs-info.el (cvs-unknown): Likewise.
4501
4502 2007-07-12 Davis Herring <herring@lanl.gov>
4503
4504 * desktop.el (desktop-buffer-info, desktop-save):
4505 Use `desktop-dirname' instead of `dirname'.
4506
4507 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
4508
4509 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4510
4511 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4512
4513 2007-07-10 Richard Stallman <rms@gnu.org>
4514
4515 * emacs-lisp/lisp-mode.el (eval-defun):
4516 Explain special handling of `defface'.
4517
4518 2007-07-09 Richard Stallman <rms@gnu.org>
4519
4520 * isearch.el (isearch-edit-string): Call to isearch-push-state
4521 after the search.
4522
4523 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
4524
4525 * cus-start.el (file-coding-system-alist): Fix custom type.
4526
4527 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * longlines.el (longlines-wrap-region): Avoid marking buffer as
4530 modified.
4531 (longlines-auto-wrap, longlines-window-change-function):
4532 Remove unnecessary calls to set-buffer-modified-p.
4533
4534 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * vc.el (vc-default-log-view-mode): New function.
4537 (vc-print-log): Add new `log-view-mode' VC operation.
4538
4539 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
4540
4541 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4542 Rename and move to...
4543
4544 * subr.el (strings->string, string->strings): ...here.
4545
4546 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4547 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4548
4549 * progmodes/gud.el (gud-common-init): Call string->strings instead
4550 of split-string.
4551
4552 2007-07-07 Eli Zaretskii <eliz@gnu.org>
4553
4554 * term/w32-win.el (menu-bar-open): New function.
4555 Bind <f10> to it.
4556
4557 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4558
4559 * log-view.el (log-view-mode-menu): New menu.
4560
4561 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
4562
4563 * vc-hg.el: New file.
4564
4565 2007-07-06 Andreas Schwab <schwab@suse.de>
4566
4567 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4568 dynamic bindings around the evaluation of the expression.
4569 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4570
4571 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4572
4573 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4574 file names.
4575
4576 2007-07-02 Martin Rudalics <rudalics@gmx.at>
4577
4578 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
4579
4580 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4581 event is not a cons cell. Do not unread drag-mouse-1 events.
4582 Select right window in check whether space was stolen from
4583 window above.
4584
4585 2007-07-01 Richard Stallman <rms@gnu.org>
4586
4587 * files.el (find-file-visit-truename): Fix safe-local-variable value.
4588
4589 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
4590
4591 * generic-x.el (generic-define-mswindows-modes)
4592 (generic-define-unix-modes, apache-log-generic-mode)
4593 (bat-generic-mode-keymap, java-manifest-generic-mode)
4594 (show-tabs-generic-mode): Fix typos in docstrings.
4595
4596 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4597
4598 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4599 replace-regexp-in-string.
4600
4601 2007-06-28 Andreas Schwab <schwab@suse.de>
4602
4603 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4604 $(lisp)/subdirs.el.
4605
4606 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4609 the speedbar frame if nil; that deletes the current frame or
4610 causes an error if it is the only frame.
4611 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4612
4613 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4616 directory where the desktop file was found, as the docstring says.
4617 (desktop-kill): Use `read-directory-name'.
4618
4619 * desktop.el (desktop-load-locked-desktop): New option.
4620 (desktop-read): Use it.
4621 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4622 Use `when'.
4623
4624 2007-06-24 Davis Herring <herring@lanl.gov>
4625
4626 * desktop.el (desktop-save-mode-off): New function.
4627 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4628 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4629 (desktop-claim-lock, desktop-release-lock): New functions.
4630 (desktop-kill): Tell `desktop-save' that this is the last save.
4631 Release the lock afterwards.
4632 (desktop-buffer-info): New function.
4633 (desktop-save): Use it. Run `desktop-save-hook' where the doc
4634 says to. Detect conflicts, and manage the lock.
4635 (desktop-read): Detect conflicts. Manage the lock.
4636
4637 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4638
4639 * ls-lisp.el (insert-directory): If an invalid regexp error is
4640 thrown, try using FILE as a literal file name, not a wildcard.
4641 Check for FILE as an existing file, not just a directory.
4642
4643 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * ruler-mode.el (ruler-mode): Prevent clobbering the original
4646 `header-line-format' when reentering ruler mode.
4647
4648 2007-06-23 Eli Zaretskii <eliz@gnu.org>
4649
4650 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4651 FILE exists as a directory.
4652
4653 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4656 (vera-font-lock-match-item): Fix doc string.
4657 (vera-in-comment-p): Remove unused function.
4658 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4659 use `syntax-ppss'.
4660 (vera-forward-syntactic-ws): Fix argument order.
4661 (vera-prepare-search): Use `with-syntax-table'.
4662 (vera-indent-line): Fix doc string.
4663 (vera-electric-tab): Fix doc string.
4664 (vera-expand-abbrev): Define alias instead of using `fset'.
4665 (vera-comment-uncomment-region): Use `comment-start-skip'.
4666
4667 2007-06-20 Reto Zimmermann <reto@gnu.org>
4668
4669 * progmodes/vera-mode.el: New file.
4670
4671 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
4672
4673 * ido.el (ido-find-file-in-dir): Don't signal an error for
4674 empty directories.
4675
4676 2007-06-18 Alan Mackenzie <acm@muc.de>
4677
4678 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4679 When removing lines, also remove the \n. Correction of patch of
4680 2007-04-21.
4681
4682 2007-06-17 Glenn Morris <rgm@gnu.org>
4683
4684 * lpr.el (lpr-page-header-switches): Move %s to separate element
4685 for correct quoting. Doc fix.
4686
4687 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4688
4689 * term/xterm.el (terminal-init-xterm): Escape parens in character
4690 constants.
4691
4692 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
4693
4694 * scroll-lock.el (scroll-lock-mode): Doc fix.
4695
4696 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * font-lock.el (font-lock-add-keywords): In case font-lock was only
4699 half-activated, forcefully activate it completely.
4700
4701 2007-06-11 Richard Stallman <rms@gnu.org>
4702
4703 * cus-edit.el (custom-variable-type): Doc fix.
4704
4705 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4706
4707 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4708
4709 2007-06-09 Davis Herring <herring@lanl.gov>
4710
4711 * desktop.el (desktop-minor-mode-table): Doc fix.
4712
4713 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4716 (image-next-line, image-previous-line, image-scroll-up)
4717 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4718 New functions.
4719 (image-mode-map): Remap motion commands.
4720 (image-mode-text-map): New keymap for viewing images as text.
4721 (image-mode): Use image-mode-map.
4722 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4723
4724 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
4725
4726 Sync with Tramp 2.0.56.
4727
4728 * net/tramp.el:
4729 * net/tramp-ftp.el:
4730 * net/tramp-smb.el:
4731 * net/tramp-util.el:
4732 * net/tramp-vc.el:
4733 Don't load cl.el, because that pollutes the namespace. Replace cl
4734 macros by their implementations where necessary. Requested by
4735 Richard Stallman <rms@gnu.org>.
4736
4737 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4738 doesn't exist.
4739 (with-parsed-tramp-file-name): Protect debug spec during compilation.
4740 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4741 (tramp-file-name-p, tramp-file-name-multi-method)
4742 (tramp-file-name-method, tramp-file-name-user)
4743 (tramp-file-name-host, tramp-file-name-localname): New defuns,
4744 replacing defstruct `tramp-file-name'.
4745 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4746 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4747 Apply `vector' instead of `make-tramp-file-name'.
4748 (tramp-handle-make-auto-save-file-name):
4749 Apply `tramp-temporary-file-directory' for compatibility reasons.
4750 (tramp-completion-mode): Use `natnump' instead of `wholenump'
4751 because of XEmacs.
4752 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4753 started.
4754
4755 2007-06-07 David Kastrup <dak@gnu.org>
4756
4757 * dired.el (dired-recursive-deletes, dired-recursive-copies):
4758 Change default to `top'.
4759
4760 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
4761
4762 * dired.el (dired-mode-map): Remove spurious separator.
4763
4764 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4767
4768 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4769 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4770
4771 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
4772
4773 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4774 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4775
4776 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * progmodes/ebrowse.el (ebrowse-member-table):
4779 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
4780
4781 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4782
4783 * pgg.el (pgg-sign-region, pgg-sign):
4784 * ses.el (ses-call-printer):
4785 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4786 * textmodes/org.el (org-cycle): Fix typos in docstrings.
4787
4788 2007-06-06 Eli Zaretskii <eliz@gnu.org>
4789
4790 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4791 (tar-get-descriptor): Handle type 55, an extended pax header.
4792
4793 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * textmodes/css-mode.el: New file.
4796
4797 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * net/socks.el: New file, taken from w3 repository.
4800 (top): Update Copyright. Don't load cl.el.
4801 (all): Replace `case' by `cond', `string-to-int' by
4802 `string-to-number', and `process-kill-without-query' by
4803 `set-process-query-on-exit-flag'.
4804 (socks-char-int): Remove defalias and all occurrences.
4805
4806 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4807
4808 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4809 (sort-coding-systems, search-unencodable-char): Doc fixes.
4810 (coding-system-change-eol-conversion, set-default-coding-systems)
4811 (prefer-coding-system, find-multibyte-characters, princ-list)
4812 (leim-list-entry-regexp, set-input-method, locale-language-names)
4813 (input-method-exit-on-first-char, exit-language-environment-hook)
4814 (locale-charset-language-names): Fix typos in docstrings.
4815
4816 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * bs.el (bs-cycle-previous): Don't modify the cycle list until
4819 `switch-to-buffer' has returned succesfully.
4820 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
4821 window is dedicated (it could iconify the frame).
4822
4823 2007-06-05 Glenn Morris <rgm@gnu.org>
4824
4825 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4826
4827 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * files.el (auto-mode-alist): Add lower-priority match for names
4830 like ChangeLog.old.
4831
4832 2007-06-04 Andreas Schwab <schwab@suse.de>
4833
4834 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4835
4836 2007-06-04 Davis Herring <herring@lanl.gov>
4837
4838 * calendar/timeclock.el: Update version number.
4839 (timeclock-modeline-display): Mention timeclock-use-display-time
4840 in explanatory message.
4841 (timeclock-log): Suppress warnings when finding the log.
4842 Don't check for a nil project twice. Run hooks after killing the
4843 buffer (if applicable).
4844 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4845 was geometric). All uses changed.
4846 (timeclock-generate-report): Support prefix argument.
4847
4848 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4849
4850 * man.el (Man-next-section): Don't consider the last line of the
4851 page as being part of any section.
4852
4853 2007-06-04 Martin Rudalics <rudalics@gmx.at>
4854
4855 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4856 modified flag of buffer. Use `inhibit-modification-hooks'.
4857
4858 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
4859
4860 * mail/mail-extr.el (mail-extract-address-components):
4861 Recognize non-ASCII characters except for NBSP as words.
4862
4863 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
4864
4865 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
4866
4867 2007-06-04 Michael Olson <mwolson@gnu.org>
4868
4869 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4870 died and we are trying to send a signal to it.
4871
4872 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
4873
4874 * emacs-lisp/easy-mmode.el (define-minor-mode)
4875 (easy-mmode-define-navigation): Fix typos in docstrings.
4876
4877 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4878 Fix typos in docstrings.
4879 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4880 (compilation-finish-function): Fix typo in obsolescence declaration.
4881
4882 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4883
4884 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4887 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4888
4889 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
4890
4891 * longlines.el (longlines-mode): Make longlines-auto-wrap
4892 buffer-local. Add hooks unconditionally.
4893 (longlines-auto-wrap): Toggle wrapping.
4894 (longlines-after-change-function)
4895 (longlines-post-command-function): Check longlines-auto-wrap.
4896
4897 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4898
4899 * Version 22.1 released.
4900
4901 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4904 changes.
4905
4906 2007-05-31 Richard Stallman <rms@gnu.org>
4907
4908 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
4909
4910 2007-05-29 Martin Rudalics <rudalics@gmx.at>
4911
4912 * textmodes/table.el (table--point-entered-cell-function)
4913 (table--point-left-cell-function):
4914 Bind `inhibit-point-motion-hooks' to t.
4915
4916 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4917
4918 * emacs-lisp/rx.el (rx): Doc fix.
4919
4920 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
4921
4922 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4923
4924 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4925
4926 * log-edit.el (log-edit-changelog-paragraph): Return point-max
4927 as the end of the ChangeLog paragraph when it ends without a line
4928 termination.
4929
4930 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * textmodes/fill.el (canonically-space-region): Make the second arg
4933 a marker if it's not already the case.
4934
4935 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4936 (xterm-mouse-event): Use it.
4937
4938 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
4939
4940 * vc-hooks.el (vc-find-root): Fix file attribute test.
4941
4942 2007-05-24 Richard Stallman <rms@gnu.org>
4943
4944 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4945 Don't let opoint be nil.
4946 (flyspell-emacs-popup): Explicit error if no dialogs.
4947
4948 2007-05-23 Eli Zaretskii <eliz@gnu.org>
4949
4950 * tar-mode.el (tar-file-name-handler): New function.
4951 (tar-extract): Bind file-name-handler-alist to it to force
4952 find-buffer-file-type-coding-system behave as if the file being
4953 extracted existed. Use last-coding-system-used to force
4954 buffer-file-coding-system to what decode-coding-region actually
4955 used to decode the file.
4956
4957 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4958
4959 * progmodes/compile.el (compilation-handle-exit):
4960 `compilation-finish-function' may change the current buffer.
4961
4962 2007-05-22 Richard Stallman <rms@gnu.org>
4963
4964 * files.el (set-auto-mode): Doc fix.
4965
4966 2007-05-22 Eli Zaretskii <eliz@gnu.org>
4967
4968 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4969
4970 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
4971
4972 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4973 (rcirc-print): Handle `window-width'.
4974 (rcirc-buffer-maximum-lines): Doc fix.
4975
4976 2007-05-19 Kevin Ryde <user42@zip.com.au>
4977
4978 * info.el (Info-fontify-node): Match https also.
4979
4980 2007-05-18 Richard Stallman <rms@gnu.org>
4981
4982 * simple.el (push-mark): Doc fix.
4983
4984 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
4985
4986 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4987 tpu-global-map.
4988 (tpu-original-global-map): Delete variable.
4989 (tpu-control-keys-map): New keymap variable.
4990 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4991 setting keymapping directly.
4992 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4993 tpu-global-map.
4994 (tpu-edt-on): Activate the tpu-global-map.
4995 (tpu-edt-off): Deactivate the tpu-global-map.
4996
4997 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
4998
4999 * textmodes/ispell.el (ispell-get-word): Return markers
5000 for start and end positions.
5001 (ispell-word): Assume END is a marker.
5002
5003 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5004
5005 * ps-print.el: Use default color when foreground or background color
5006 are unspecified. Reported by Leo <sdl.web@gmail.com>.
5007 (ps-print-version): New version 6.7.4.
5008 (ps-rgb-color): New argument. Use default color when color is
5009 unspecified.
5010 (ps-begin-job): Fix code.
5011
5012 2007-05-17 Martin Rudalics <rudalics@gmx.at>
5013
5014 * textmodes/ispell.el (ispell-start-process): Defend against bad
5015 default-directory.
5016
5017 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
5020
5021 2007-05-16 Richard Stallman <rms@gnu.org>
5022
5023 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5024
5025 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * files.el (magic-mode-alist, magic-fallback-mode-alist):
5028 Move the *ml, Postscript, and XmCD entries to the fallback part.
5029
5030 * files.el (magic-fallback-mode-alist):
5031 Rename from file-start-mode-alist.
5032
5033 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5034
5035 * progmodes/compile.el (compilation-handle-exit): Quote first
5036 argument of `run-hook-with-args'.
5037
5038 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * buff-menu.el (Buffer-menu-sort-column):
5041 * dabbrev.el (dabbrev-upcase-means-case-search):
5042 * dired.el (dired-recursive-deletes, dired-recursive-copies):
5043 * info.el (Info-current-subfile):
5044 * ls-lisp.el (ls-lisp-verbosity):
5045 * msb.el (msb-menu-cond):
5046 * pcvs.el (cvs-dired-use-hook):
5047 * simple.el (set-mark-command-repeat-pop):
5048 * time.el (display-time-24hr-format, display-time-mail-file):
5049 Doc fixes.
5050
5051 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
5052 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
5053
5054 * view.el (view-inhibit-help-message): Fix typo in docstring.
5055 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
5056
5057 2007-05-14 Eli Zaretskii <eliz@gnu.org>
5058
5059 * mail/rmail.el (rmail-convert-to-babyl-format):
5060 Check content-transfer-encoding _last_, because we need its position
5061 in base64-header-field-end.
5062
5063 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
5064
5065 * files.el (mode-require-final-newline, require-final-newline)
5066 (enable-local-variables, enable-local-eval): Doc fixes.
5067
5068 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
5069
5070 * progmodes/python.el (python-font-lock-keywords)
5071 (python-open-block-statement-p, python-mode): Add support for the new
5072 "with" keyword.
5073
5074 2007-05-10 Richard Stallman <rms@gnu.org>
5075
5076 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
5077 (iso-cvt-write-only): Likewise.
5078
5079 * emacs-lisp/easy-mmode.el (define-minor-mode):
5080 Fix generated doc string.
5081
5082 * startup.el (fancy-splash-text): Add URL of guided tour.
5083 Adjust horizontal and vertical whitespace.
5084
5085 * progmodes/compile.el (compilation-handle-exit):
5086 Use run-hook-with-args to run compilation-finish-functions.
5087
5088 * files.el (file-start-mode-alist): New variable.
5089 (magic-mode-regexp-match-limit): Doc fix.
5090 (set-auto-mode): Handle file-start-mode-alist.
5091 A little cleanup of structure.
5092
5093 2007-05-10 Davis Herring <herring@lanl.gov>
5094
5095 * calendar/timeclock.el (timeclock-in): Fix non-interactive
5096 workday specifications.
5097 (timeclock-log): Don't kill the log buffer if it already existed.
5098
5099 2007-05-08 Richard Stallman <rms@gnu.org>
5100
5101 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5102 Don't include non-self-insert commands in the exception for `-'.
5103
5104 2007-05-08 David Reitter <david.reitter@gmail.com>
5105
5106 * progmodes/python.el (python-guess-indent): Check non-nullness
5107 before comparing indent against the 2..8 interval.
5108
5109 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5110
5111 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
5112 available.
5113
5114 2007-05-06 Richard Stallman <rms@gnu.org>
5115
5116 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
5117
5118 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
5119
5120 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
5121 disconnections.
5122
5123 2007-05-01 Romain Francoise <romain@orebokech.com>
5124
5125 * dired-x.el: Revert 2007-04-06 change.
5126
5127 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
5130 don't put stop on toolbar.
5131
5132 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
5133
5134 * find-dired.el (find-dired-filter): Propertize all text down to eob.
5135
5136 2007-04-29 Richard Stallman <rms@gnu.org>
5137
5138 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
5139
5140 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * progmodes/cc-mode.el (c-before-change): Use point-min rather
5143 than 1.
5144
5145 2007-04-28 Richard Stallman <rms@gnu.org>
5146
5147 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
5148
5149 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
5152
5153 2007-04-28 Eli Zaretskii <eliz@gnu.org>
5154
5155 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
5156 instead of $(lisp)/mh-e.
5157
5158 * textmodes/fill.el (fill-paragraph): Doc fix.
5159
5160 2007-04-28 Glenn Morris <rgm@gnu.org>
5161
5162 * image-dired.el (image-dired-cmd-create-thumbnail-options)
5163 (image-dired-cmd-create-temp-image-options): Replace option
5164 +profile "*" with -strip.
5165
5166 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5169 Use window-start and window-end.
5170
5171 2007-04-26 Glenn Morris <rgm@gnu.org>
5172
5173 * progmodes/python.el: Restore file pending consideration of legal
5174 status.
5175
5176 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
5177
5178 * locate.el (locate-in-alternate-database): Doc fix.
5179
5180 2007-04-26 Glenn Morris <rgm@gnu.org>
5181
5182 * button.el (button): Use underline if supported, else fall back
5183 to color.
5184
5185 2007-04-25 Richard Stallman <rms@gnu.org>
5186
5187 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
5188
5189 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
5190
5191 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
5192 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5193 pushing mark.
5194 (idlwave-current-routine): Don't push mark.
5195
5196 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
5197
5198 * image-dired.el (image-dired-display-image): Derive image-type from
5199 filename rather than assuming jpeg, in case no resizing was needed.
5200
5201 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5202
5203 * custom.el (defface): Doc fix.
5204
5205 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * progmodes/python.el: Remove due to unclear legal issues.
5208
5209 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
5210
5211 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
5212 Don't re-query for each cleared BP.
5213 (idlwave-shell-clear-bp): Optionally skip BP query.
5214 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
5215 of set-window-buffer, which incorrectly moves displayed region.
5216
5217 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
5218
5219 * calc/calc.el (calc-bug-address): Update maintainer's address.
5220 * calc/*: Update maintainer's address.
5221
5222 2007-04-23 Richard Stallman <rms@gnu.org>
5223
5224 * simple.el (set-mark-command-repeat-pop): Doc fix.
5225 Put in `editing-basics' group.
5226
5227 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
5230 New functions.
5231 (Info-mode-line-node-keymap): Bind mouse commands to
5232 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
5233
5234 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
5235
5236 * locate.el (locate-local-prompt): New var.
5237 (locate-prompt-for-command): Doc fix.
5238 (locate-prompt-for-search-string): New function.
5239 (locate): New optional arg. Make locate-local-prompt
5240 buffer-local. Use locate-prompt-for-search-string.
5241 (locate-with-filter): New optional arg.
5242 Use locate-prompt-for-search-string.
5243 (locate-update): Bind locate-prompt-for-command.
5244
5245 2007-04-23 Glenn Morris <rgm@gnu.org>
5246
5247 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5248
5249 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
5250
5251 * button.el (button): Inherit from link face on a tty.
5252
5253 2007-04-23 Glenn Morris <rgm@gnu.org>
5254
5255 * button.el (button): Use color for this face on a tty.
5256
5257 * files.el (magic-mode-alist): Allow for carriage-returns in
5258 html-mode and sgml-mode entries.
5259
5260 2007-04-22 Richard Stallman <rms@gnu.org>
5261
5262 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5263 Improve doc string of generated command.
5264
5265 * subr.el (read-number): Catch errors.
5266
5267 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
5268
5269 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * image-dired.el: Rename from thumbnails.el. All instances of
5272 "thumbnails" replaced with "image-dired".
5273
5274 * dired.el (dired-mode-map): Rename "thumbnails" again, to
5275 "image-dired".
5276
5277 2007-04-22 Kim F. Storm <storm@cua.dk>
5278
5279 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
5280 Don't use kill-line.
5281
5282 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
5283
5284 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
5285 error message.
5286
5287 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * dired.el: Rename "tumme" to "thumbnails".
5290
5291 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
5292 replaced with "thumbnails".
5293
5294 2007-04-22 Glenn Morris <rgm@gnu.org>
5295
5296 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
5297 and give it the risky-local-variable property.
5298
5299 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
5300 before defining it.
5301
5302 2007-04-21 Martin Rudalics <rudalics@gmx.at>
5303
5304 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5305 Use delete-region instead of kill-line.
5306
5307 2007-04-21 Alan Mackenzie <acm@muc.de>
5308
5309 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
5310 `kill-region' by `delete-region'.
5311
5312 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
5315 instead of kill-region.
5316
5317 * progmodes/mantemp.el (mantemp-make-mantemps-region)
5318 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
5319 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
5320 and kill-line.
5321
5322 * progmodes/vhdl-mode.el (vhdl-template-type)
5323 (vhdl-template-record, vhdl-template-nature)
5324 (vhdl-template-configuration-spec, vhdl-template-component-inst)
5325 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
5326 Use delete-region instead of kill-word and kill-line.
5327
5328 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5329
5330 * dired-x.el (dired-virtual-mode): Doc fix.
5331
5332 2007-04-21 Richard Stallman <rms@gnu.org>
5333
5334 * font-lock.el (font-lock-keywords-alist): Mark as risky.
5335
5336 * subr.el (read-number): Doc fix.
5337
5338 * simple.el (pop-to-mark-command): Display message "mark popped"
5339 if point does not move.
5340 (set-mark-command): Doc fix.
5341
5342 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
5343
5344 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
5345 (locate-local-filter, locate-local-search): New vars.
5346 (locate): Make variables local.
5347 (locate-update): Bind locate-buffer-name. Call locate using
5348 locate-local-filter and locate-local-search.
5349
5350 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
5351
5352 * hi-lock.el (hi-lock-file-patterns-policy): New var.
5353 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
5354 (hi-lock-mode): Update docstring.
5355
5356 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
5359 fill-nobreak-predicate when the break is past fill-column.
5360
5361 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
5362
5363 * locate.el (locate): Output from shell-command should go in the
5364 current buffer rather than *Shell Command Output*.
5365
5366 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * paren.el (show-paren-function): Fix last fix.
5369
5370 2007-04-19 Kevin Ryde <user42@zip.com.au>
5371
5372 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
5373 (archive-lzh-summarize): Add optional start arg for where to start
5374 looking at the archive.
5375 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
5376
5377 * international/mule.el (auto-coding-alist): no-conversion for .exe
5378 and .EXE.
5379
5380 2007-04-19 Alan Mackenzie <acm@muc.de>
5381
5382 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
5383 function return type contains "struct", "union", etc.
5384 c-end-of-defun goes too far forward.
5385
5386 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * paren.el (show-paren-function): Reset window-start to avoid
5389 recentering.
5390
5391 2007-04-19 Glenn Morris <rgm@gnu.org>
5392
5393 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
5394
5395 2007-04-18 Glenn Morris <rgm@gnu.org>
5396
5397 * calendar/diary-lib.el (diary-header-line-format): Add a custom
5398 :set function.
5399 (diary-list-entries): Only switch to diary-mode from
5400 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
5401 diary-mode set header-line-format, in case of any customization.
5402
5403 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
5404
5405 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
5406 is less than the length of parse-time-syntax.
5407
5408 2007-04-17 David Kastrup <dak@gnu.org>
5409
5410 * replace.el (query-replace-regexp-eval): Deprecate.
5411
5412 2007-04-17 Alan Mackenzie <acm@muc.de>
5413
5414 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
5415 point too close to EOB, leave point at EOB rather than last `}'.
5416
5417 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5418
5419 * textmodes/bibtex.el (bibtex-include-OPTkey)
5420 (bibtex-user-optional-fields, bibtex-entry-field-alist):
5421 Fix defcustom.
5422
5423 2007-04-17 Glenn Morris <rgm@gnu.org>
5424
5425 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
5426 be encoded, fall back to current year.
5427
5428 2007-04-14 Kevin Ryde <user42@zip.com.au>
5429
5430 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
5431 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
5432 M "MSDOS".
5433
5434 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * progmodes/python.el (python-end-of-block): Avoid looping forever
5437 if python-next-statement fails.
5438
5439 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5440
5441 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
5442
5443 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5444
5445 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
5446 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
5447
5448 2007-04-15 Jay Belanger <belanger@truman.edu>
5449
5450 * calc/calc.el (calc-version): New function.
5451 (calc-trail-mode): Shorten the title.
5452
5453 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5454
5455 * mail/footnote.el (footnote-style): Clarify docstring to state
5456 that customizing this only applies to future footnotes.
5457
5458 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5459
5460 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
5461 (bibtex-make-field): Check that INIT is a string. Use functionp.
5462
5463 2007-04-14 Glenn Morris <rgm@gnu.org>
5464
5465 * complete.el (PC-goto-end): New buffer-local variable.
5466 (PC-do-completion-end): Make buffer-local.
5467 (partial-completion-mode) <choose-completion-string-functions>:
5468 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
5469 (PC-do-completion): New optional fourth argument GOTO-END. Add a
5470 doc string. Set PC-goto-end for choose-completion.
5471 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
5472 PC-do-completion.
5473
5474 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
5475 arg to bibtex-make-field.
5476 (bibtex-make-field): Add optional fourth arg NODELIM.
5477 Insert delimiters around INIT unless this arg is non-nil.
5478
5479 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
5480
5481 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
5482 global map isn't modified.
5483
5484 2007-04-14 Glenn Morris <rgm@gnu.org>
5485
5486 * calendar/appt.el (appt-disp-window): Do not split small windows.
5487 Suggested by Jeff Miller <jmiller@cablespeed.com>.
5488
5489 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
5490
5491 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
5492
5493 * files.el: Ditto.
5494
5495 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
5498
5499 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
5500 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
5501 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
5502 (term-pager-help): Fix typos in docstrings.
5503
5504 * wid-edit.el (widget-documentation): Fix typo in docstring.
5505
5506 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
5507 Fix typos in error messages.
5508
5509 2007-04-13 Martin Rudalics <rudalics@gmx.at>
5510
5511 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
5512 window marked as dedicated.
5513
5514 * mail/footnote.el (footnote-latin-string): New variable.
5515 (footnote-latin-regexp): Redefine as regexp alternative.
5516 (Footnote-latin): Use footnote-latin-string instead of
5517 footnote-latin-regexp.
5518
5519 2007-04-13 Glenn Morris <rgm@gnu.org>
5520
5521 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
5522 inherited keymaps.
5523
5524 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * outline.el (outline-get-next-sibling): Clarify docstring.
5527 (outline-get-last-sibling): Handle case where we are at the first
5528 heading. Clarify docstring.
5529
5530 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5531
5532 * progmodes/gud.el (gud-minor-mode-map): Make go button same
5533 length as stop button to lessen flicker.
5534 (jdb): Add gud-print.
5535 (gud-find-expr): Jdb prints the expression with the value, so
5536 don't insert it in the output.
5537
5538 2007-04-11 Jason Rumney <jasonr@gnu.org>
5539
5540 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
5541 case hex. Do not try to decode non-hex letters.
5542
5543 2007-04-11 Markus Triska <markus.triska@gmx.at>
5544
5545 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
5546 (byte-optimize-backward-word): Remove (move to bytecomp.el).
5547 (byte-optimize-form-code-walker): Evaluate pure function calls if
5548 possible.
5549 (byte-optimize-all-constp): New function.
5550
5551 * emacs-lisp/bytecomp.el (byte-compile-char-before):
5552 Improve numeric argument case.
5553 (byte-compile-backward-char, byte-compile-backward-word):
5554 New functions, performing rewriting previously done in byte-opt.el.
5555 Fix their "Fixme" item (restriction to numeric arguments).
5556
5557 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
5560 with dolist.
5561 (after-init-hook): Don't quote lambda.
5562 (desktop-first-buffer): Don't wrap it in eval-when-compile.
5563 (desktop-internal-v2s): Remove unused var `el'.
5564 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
5565 desktop-restore-file-buffer.
5566 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
5567 desktop-create-buffer.
5568
5569 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * woman.el (woman-decode-buffer): Postpone macro-set check...
5572 (woman-decode-region): ...to here.
5573
5574 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
5575
5576 * startup.el (tty-handle-args): Use %S to log ARGS.
5577
5578 2007-04-10 Glenn Morris <rgm@gnu.org>
5579
5580 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
5581 it is obsolete and has no effect.
5582
5583 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
5584 byte-compiler.
5585
5586 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
5587 obsolete function make-local-hook.
5588
5589 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
5590 start to quieten byte-compiler.
5591
5592 2007-04-10 Markus Triska <markus.triska@gmx.at>
5593
5594 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
5595 to bytecomp.el as byte-compile-char-before).
5596 * emacs-lisp/bytecomp.el (byte-compile-char-before):
5597 New function (modified replacement for byte-optimize-char-before in
5598 byte-opt.el).
5599
5600 2007-04-09 Alan Mackenzie <acm@muc.de>
5601
5602 * startup.el (inhibit-splash-screen): Emphatically state that it
5603 can't be set in site-start.el.
5604
5605 2007-04-09 Masatake YAMATO <jet@gyve.org>
5606
5607 * progmodes/cc-subword.el (c-capitalize-subword): More closely
5608 mimic the behavior of `capitalize-word'. Do not move point with a
5609 negative argument. Based on tiny change by Paul Curry.
5610
5611 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
5612
5613 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
5614 Don't move point if ARG is negative.
5615
5616 2007-04-09 Alan Mackenzie <acm@muc.de>
5617
5618 Changes to make `narrow-to-defun' and `mark-defun' work properly
5619 in CC Mode:
5620
5621 * progmodes/cc-defs.el (c-beginning-of-defun-1):
5622 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5623 Bind beginning/end-of-defun-function to nil around calls to
5624 beginning/end-of-defun.
5625
5626 * progmodes/cc-langs.el (beginning-of-defun-function)
5627 (end-of-defun-function): New c-lang-setvar's.
5628
5629 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
5630 (setq arg 1))" to enable non-interactive call.
5631
5632 2007-04-09 Eli Zaretskii <eliz@gnu.org>
5633
5634 * simple.el (set-mark-command): Doc fix.
5635
5636 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
5637
5638 * progmodes/gud.el (gdb): Restore existing session if user
5639 tries to start a second one in graphical mode.
5640
5641 2007-04-08 Martin Rudalics <rudalics@gmx.at>
5642
5643 * cus-start.el <scroll-preserve-screen-position>: Add choices.
5644
5645 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5646
5647 * term/xterm.el (terminal-init-xterm): Fix key definitions.
5648 Add binding for C-M-SPC.
5649
5650 2007-04-08 Richard Stallman <rms@gnu.org>
5651
5652 * pcomplete.el (pcomplete-read-event): One single definition,
5653 and not a defsubst.
5654
5655 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
5658 byte-compiler warning "value unused".
5659
5660 2007-04-08 Andreas Schwab <schwab@suse.de>
5661
5662 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
5663
5664 2007-04-07 Glenn Morris <rgm@gnu.org>
5665
5666 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
5667 Autoload these functions.
5668 (diary-date-forms): Add a custom :set form.
5669
5670 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
5671 before first use.
5672 (diary-font-lock-keywords): New function with old code for
5673 initialization of variable of same name.
5674
5675 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
5676
5677 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
5678 clean-up: only insert space when on identifier, etc.
5679
5680 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
5683
5684 * net/tls.el (open-tls-stream): Properly handle case where there
5685 is no associated buffer.
5686
5687 2007-04-07 Glenn Morris <rgm@gnu.org>
5688
5689 * ffap.el (ffap-file-at-point): Lower the priority of the
5690 ffap-ftp-sans-slash-regexp check.
5691
5692 2007-04-06 Alan Mackenzie <acm@muc.de>
5693
5694 Fix fontification of labels, and other things with ":".
5695
5696 * progmodes/cc-engine.el (c-forward-label): The function now
5697 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
5698 the former t.
5699
5700 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
5701 new return code from c-forward-label, fontifying tokens properly.
5702 Add some general comments throughout the file.
5703
5704 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
5707 Revert 2006-01-27 change.
5708
5709 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
5710
5711 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
5712
5713 * desktop.el (desktop-create-buffer, desktop-save):
5714 Revert 2004-11-12 change for lack of copyright papers.
5715
5716 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
5717 (dired-guess-default): Respect case.
5718
5719 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
5720
5721 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
5722 was originally checked in as byte-optimize-concat on 1997-11-02.
5723
5724 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
5725 1995-05-19 doc changes.
5726
5727 2007-04-06 Kim F. Storm <storm@cua.dk>
5728
5729 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
5730 (unload-feature): Update interactive spec accordingly.
5731
5732 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
5733
5734 2007-04-06 John Paul Wallington <jpw@pobox.com>
5735
5736 * subr.el (with-case-table): Use `make-symbol' to avoid variable
5737 capture. Restore the table in the same buffer.
5738
5739 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
5740
5741 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5744 Print entire form.
5745
5746 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
5747
5748 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
5749 for low-color displays.
5750
5751 2007-04-05 Glenn Morris <rgm@gnu.org>
5752
5753 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
5754 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
5755 Seed random number generator on loading.
5756
5757 * emacs-lisp/authors.el (top-level): Provide self.
5758
5759 * play/animate.el (top-level): Provide self.
5760
5761 2007-04-04 Alan Mackenzie <acm@muc.de>
5762
5763 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
5764 to mention c-syntactic-indentation.
5765
5766 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * subr.el (with-case-table): New macro.
5769
5770 * international/mule.el (ascii-case-table): New var.
5771
5772 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
5773 downcasing.
5774
5775 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
5776
5777 * progmodes/gud.el (gud-minor-mode-map): Simplify.
5778
5779 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
5780 of the window if we're outside it e.g menu-bar.
5781
5782 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
5783 window if we're outside it e.g menu-bar.
5784
5785 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5786
5787 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
5788 decode base-64 encoded body if its content-type is something other
5789 than text/* or message/*.
5790
5791 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
5792
5793 * simple.el (activate-mark-hook): Fix typo in docstring.
5794
5795 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
5796
5797 * tmm.el (tmm-c-prompt): Initialize.
5798 (tmm-menubar): Deal with extended menu-items at top level.
5799 (tmm-get-keybind): Handle bindings redefined/undefined locally.
5800 (tmm-prompt): Handle visibility of top level menu-items.
5801
5802 * progmodes/gud.el (gud-menu-map): Simplify.
5803 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
5804 menubar.
5805
5806 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
5809
5810 * comint.el (comint-send-input): Widen the buffer first.
5811
5812 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
5813
5814 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
5817 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
5818
5819 * newcomment.el (comment-search-forward): Discard comment starters
5820 before point.
5821
5822 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
5823
5824 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
5825
5826 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
5829 when downcasing.
5830
5831 * button.el (previous-button): Rewrite to account for adjacent buttons.
5832
5833 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
5834
5835 * progmodes/idlwave.el (idlwave-auto-fill):
5836 Revert paragraph-separate change.
5837
5838 * progmodes/idlw-shell.el (idlwave-shell-break-in):
5839 Simplify module calc.
5840 (idlwave-shell-set-bp-in-module): Compute module.
5841
5842 2007-03-31 Glenn Morris <rgm@gnu.org>
5843
5844 * emacs-lisp/timer.el (run-at-time): Doc fix.
5845
5846 * emacs-lisp/warnings.el (display-warning): If we create the
5847 buffer displaying the warning, disable undo there.
5848
5849 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
5850
5851 * net/tramp.el (tramp-register-file-name-handler)
5852 (tramp-register-completion-file-name-handler): New defsubst,
5853 derived from `tramp-register-file-name-handlers'. The split is
5854 necessary because Tramp's file name handlers must be registered at
5855 different startup places.
5856
5857 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * progmodes/hideshow.el (turn-off-hideshow): New function.
5860 (hs-minor-mode): Use it instead of a lambda expression in
5861 change-major-mode-hook.
5862
5863 2007-03-31 David Kastrup <dak@gnu.org>
5864
5865 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
5866 corresponding to MANPATH_MAP entries.
5867 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
5868 (woman-parse-man.conf): Use more discriminating man.conf name.
5869 (woman-parse-man.conf): Parse MANPATH_MAP entries.
5870 (woman-manpath): Doc fix and type fix.
5871 (woman-cached-data): Check for MANPATH_MAP entries.
5872 (woman-expand-directory-path): Treat MANPATH_MAP entries.
5873
5874 2007-03-31 Stuart Herring <herring@lanl.gov>
5875
5876 * emacs-lisp/sregex.el (sregexq): Doc fix.
5877
5878 2007-03-31 Markus Triska <markus.triska@gmx.at>
5879
5880 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
5881
5882 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
5883
5884 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
5885 Move to the right.
5886
5887 2007-03-30 Alan Mackenzie <acm@muc.de>
5888
5889 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5890
5891 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5892
5893 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
5894 Use it, passed in explicitly, instead of from the dynamic binding.
5895 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
5896
5897 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
5898
5899 * simple.el (blink-matching-open): When in minibuffer, don't
5900 search for a match inside the prompt.
5901
5902 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
5903
5904 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
5905 (tmm-prompt): Don't make the mouse user select the first menu
5906 item twice.
5907
5908 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
5909
5910 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
5911 SIGUSR1 and SIGUSR2.
5912
5913 2007-03-29 Kim F. Storm <storm@cua.dk>
5914
5915 * ido.el (ido-read-internal): When reading file or dir, only override
5916 minibuffer-local-filename-completion-map, otherwise only override
5917 minibuffer-local-completion-map.
5918
5919 2007-03-29 Glenn Morris <rgm@gnu.org>
5920
5921 * complete.el (partial-completion-mode): Set PC-do-completion-end
5922 to nil after use.
5923 (PC-lisp-complete-symbol): Create and use a marker at `end',
5924 rather than using point-marker.
5925
5926 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * simple.el (next-error-highlight): Doc fix.
5929 (compose-mail): Revert 2007-03-19 change.
5930
5931 2007-03-28 Richard Stallman <rms@gnu.org>
5932
5933 * emacs-lisp/edebug.el (edebug-display): Don't go to
5934 edebug-outside-buffer if it is dead.
5935
5936 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
5937
5938 * view.el (view-mode): Fix typos in docstring.
5939
5940 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
5941
5942 * recentf.el (recentf-save-file): Add a custom :set function.
5943
5944 2007-03-28 Glenn Morris <rgm@gnu.org>
5945
5946 * complete.el (PC-do-completion-end): New variable.
5947 (partial-completion-mode) <choose-completion-string-functions>:
5948 Use PC-do-completion-end in the non-minibuffer case to replace the
5949 correct amount of text.
5950 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
5951 (PC-lisp-complete-symbol): Give marker the after-insertion type,
5952 to deal with improvements inserted after point.
5953
5954 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * button.el (make-text-button): Add explicit `button' property.
5957 (default-button): Don't put a `button' property on it.
5958
5959 * progmodes/python.el (python-mode): Skip comments when parsing.
5960
5961 * vc-arch.el (vc-with-current-file-buffer): New macro.
5962 (vc-arch-file-source-p): Use it to avoid infloop.
5963
5964 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
5965
5966 * emacs-lisp/lisp.el (lisp-complete-symbol):
5967 Fix call to get-buffer-window to find windows in other frames.
5968
5969 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * comint.el (comint-proc-query, comint-dynamic-list-completions):
5972 Fix calls to get-buffer-window to find windows in other frames.
5973 Reported by David Hansen <david.hansen@gmx.net>.
5974
5975 2007-03-27 Kevin Ryde <user42@zip.com.au>
5976
5977 * info.el (Info-display-images-node): On a text-only terminal,
5978 show the "text" or "alt" parts of the image blobs.
5979
5980 2007-03-27 Glenn Morris <rgm@gnu.org>
5981
5982 * complete.el (PC-do-completion): Compute completion-base-size in
5983 the non-filename case, rather than setting to nil.
5984 (PC-lisp-complete-end): New variable.
5985 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
5986 original end in a series of consecutive invocations.
5987
5988 * calendar/calendar.el (calendar-mode-hook): Declare it.
5989
5990 * calendar/diary-lib.el (diary-live-p): Do not check for
5991 diary-selective-display.
5992
5993 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * replace.el (occur-next-error): *Occur* might not be displayed in the
5996 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
5997
5998 2007-03-26 Richard Stallman <rms@gnu.org>
5999
6000 * textmodes/flyspell.el (flyspell-large-region):
6001 Use ispell-call-process-region.
6002
6003 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6004
6005 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6006 Use prin1 instead of princ.
6007
6008 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
6011 Merge in X resources before global face.
6012
6013 * progmodes/compile.el (compilation-start): Save compilation-directory
6014 rather than default-directory as local var.
6015 (compilation-directory): Mark as safe local var.
6016
6017 * files.el: Don't mark default-directory as a safe local var.
6018
6019 2007-03-25 Alan Mackenzie <acm@muc.de>
6020
6021 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
6022 * progmodes/cc-engine.el: Fix typo.
6023
6024 2007-03-25 Juri Linkov <juri@jurta.org>
6025
6026 * compare-w.el (compare-windows): Rename customization group
6027 `compare-w' to `compare-windows'.
6028 (compare-windows-whitespace, compare-ignore-whitespace)
6029 (compare-ignore-case, compare-windows-sync)
6030 (compare-windows-sync-string-size, compare-windows-recenter)
6031 (compare-windows-highlight, compare-windows): Change group name in
6032 the `group' tag from `compare-w' to `compare-windows'.
6033 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
6034
6035 2007-03-24 Markus Triska <markus.triska@gmx.at>
6036
6037 * expand.el: Change example to always enable abbrev-mode,
6038 and remove redundant `function'.
6039 (expand-abbrev-hook): Add autoload cookie.
6040
6041 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
6042
6043 * emacs-lisp/testcover.el (testcover-start, testcover-end)
6044 (testcover-mark-all, testcover-unmark-all): Add prompts to
6045 interactive specs.
6046
6047 2007-03-24 Jason Rumney <jasonr@gnu.org>
6048
6049 * autorevert.el (find-file-hook, auto-revert-tail-mode):
6050 Use file size in bytes for auto-revert-tail-pos not characters.
6051
6052 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
6053
6054 * vc-rcs.el (vc-rcs-annotate-command):
6055 Set text property :vc-annotate-prefix on the annotation text.
6056 (vc-rcs-annotate-time): Instead of searching for ": ",
6057 search for end of text propertized with :vc-annotate-prefix.
6058
6059 2007-03-24 Martin Rudalics <rudalics@gmx.at>
6060
6061 * whitespace.el (top level): Remove calls putting
6062 permanent-local nil property since these are no-ops.
6063
6064 * man.el (Man-support-local-filenames): Assure that
6065 default-directory exists when doing call-process.
6066
6067 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
6068
6069 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
6070 Fix omission bug: Use m4-program-options to construct shell command.
6071
6072 2007-03-23 David Kastrup <dak@gnu.org>
6073
6074 * progmodes/cc-mode.el (c-make-emacs-variables-local):
6075 Use `mapcar' rather than `mapcan' to silence compiler warning.
6076
6077 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
6078
6079 * textmodes/reftex.el, textmodes/reftex-vars.el,
6080 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
6081 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
6082 * textmodes/reftex-index.el, textmodes/reftex-global.el,
6083 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
6084 * textmodes/reftex-auc.el: Add maintainer address.
6085
6086 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
6087
6088 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
6089 Make sure that `global-font-lock-mode' does not turn on font-lock
6090 in these buffers.
6091
6092 2007-03-21 Kim F. Storm <storm@cua.dk>
6093
6094 * xt-mouse.el (xt-mouse-epoch): New variable.
6095 (xterm-mouse-event): Use float-time.
6096
6097 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
6098
6099 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
6100 current-time.
6101
6102 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * complete.el (read-file-name-internal): Don't add the final > if the
6105 completion is not finished (re-application of this patch, which was
6106 accidentally undone by Eli).
6107
6108 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * emulation/viper.el (viper-non-hook-settings): Handle mouse
6111 clicks in describe-key and describe-key-briefly advice a little better.
6112
6113 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
6114
6115 * server.el (server-process-filter): Cancel any pending isearch.
6116
6117 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
6118
6119 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
6120 (icalendar--get-unfolded-buffer): Define actual arguments rather
6121 than just using &rest. Check replace-in-string is fbound.
6122 (icalendar-import-buffer): Doc fix.
6123 (icalendar--convert-ical-to-diary): Set diary-file.
6124 Check diary-file before inserting final newline.
6125 (icalendar--add-diary-entry): Return diary-file.
6126
6127 2007-03-21 Glenn Morris <rgm@gnu.org>
6128
6129 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
6130 (diary-display-hook): Add custom :set function.
6131
6132 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
6133 Add custom :set function.
6134 (diary-header-line-format): Doc fix.
6135 (diary-set-maybe-redraw): New function.
6136 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
6137 (diary-list-entries): Always run diary-mode.
6138
6139 2007-03-20 Kenichi Handa <handa@m17n.org>
6140
6141 * international/quail.el (quail-setup-completion-buf): Make the
6142 completion buffer read-only.
6143 (quail-completion): Adjusted for the above change. Leave the
6144 modified flag nil.
6145
6146 2007-03-20 David Kastrup <dak@gnu.org>
6147
6148 * files.el (magic-mode-alist): Require literal "%!PS" string for
6149 magic postscript file detection.
6150
6151 2007-03-20 Richard Stallman <rms@gnu.org>
6152
6153 * textmodes/ispell.el (ispell-call-process): New function.
6154 Defends against bad `default-directory.'
6155 (ispell-check-version, ispell-find-aspell-dictionaries)
6156 (ispell-get-aspell-config-value, lookup-words): Call it.
6157 (ispell-call-process-region): New function.
6158 (ispell-send-string): Call it.
6159
6160 2007-03-20 Andreas Schwab <schwab@suse.de>
6161
6162 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
6163 (finder-data): Likewise.
6164 (autoloads): Likewise.
6165
6166 2007-03-20 Martin Rudalics <rudalics@gmx.at>
6167
6168 * files.el (basic-save-buffer): Do not set visited filename when
6169 the corresponding directory does not exist or the specified
6170 filename is that of an existing directory.
6171
6172 2007-03-20 Glenn Morris <rgm@gnu.org>
6173
6174 * calendar/diary-lib.el (diary-live-p): New function.
6175 (number-of-diary-entries): Add a :set function to redisplay diary
6176 when necessary.
6177
6178 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
6179
6180 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
6181 from client program, mev, to compute mouse event.
6182
6183 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * faces.el (momentary): Face removed; unused due to reversion of
6186 2007-01-04 changes by Kevin Rodgers.
6187
6188 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
6189 Suggested by Johan Bockg\e,Ae\e(Brd.
6190
6191 2007-03-19 Martin Rudalics <rudalics@gmx.at>
6192
6193 * font-lock.el (lisp-font-lock-keywords-1):
6194 Highlight define-globalized-minor-mode as a keyword.
6195
6196 2007-03-19 Kim F. Storm <storm@cua.dk>
6197
6198 * calc/calc-forms.el (math-std-daylight-savings)
6199 (math-std-daylight-savings-old): Doc fix.
6200
6201 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
6202
6203 * progmodes/python.el (python-default-template): Doc fix.
6204 (python-buffer): Fix typo in docstring.
6205
6206 * isearchb.el (isearchb-follow-char):
6207 * subr.el (def-edebug-spec): Fix typo in docstring.
6208
6209 2007-03-19 Richard Stallman <rms@gnu.org>
6210
6211 * files.el (default-directory): Mark safe.
6212 (basic-save-buffer-2): Put proper dir name in error message.
6213
6214 * simple.el (compose-mail): Run switch-function after
6215 setting up the mail buffer.
6216
6217 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
6218
6219 2007-03-18 Jay Belanger <belanger@truman.edu>
6220
6221 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
6222 (math-std-daylight-savings-new): Rename from
6223 `math-std-daylight-savings'.
6224 (math-std-daylight-savings-old): Rename from old value of
6225 `math-std-daylight-savings'.
6226 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
6227 `math-std-daylight-savings-old' depending on the year.
6228
6229 2007-03-18 Detlev Zundel <dzu@gnu.org>
6230
6231 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
6232 zero-width regexps as invalid but rather at least count them correctly.
6233
6234 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
6235
6236 * net/tls.el (open-tls-stream): In handshake-waiting loop,
6237 don't wait more if there is output available to process.
6238
6239 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
6240
6241 * progmodes/compile.el (compilation-find-file): Revert change
6242 from 2006-07-18 to allow completion of directory names.
6243 Reported by John Carter <john.carter@tait.co.nz>.
6244
6245 2007-03-18 Kim F. Storm <storm@cua.dk>
6246
6247 * subr.el (when, unless): Doc fix.
6248
6249 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
6250
6251 * net/tls.el (tls-program): Doc fix.
6252
6253 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
6254
6255 * autorevert.el (auto-revert-tail-handler):
6256 Call after-revert-hook.
6257
6258 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
6259
6260 * simple.el (switch-to-completions): No error if search for \n\n fails.
6261
6262 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
6263
6264 * simple.el (line-move-1):
6265 Respect `inhibit-line-move-field-capture' property.
6266
6267 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
6268
6269 * comint.el (comint-arguments): Mark backslash-escaped chars.
6270 (comint-delim-arg): Don't treat them as delimiters.
6271
6272 2007-03-12 Kim F. Storm <storm@cua.dk>
6273 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
6274
6275 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
6276
6277 * tempo.el (tempo-insert): Deal with 'r> if it appears
6278 specified with a prompt argument.
6279
6280 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
6281
6282 * textmodes/org.el (org-set-font-lock-defaults):
6283 Handle narrow table columns correctly.
6284
6285 2007-03-12 Mark A. Hershberger <mah@everybody.org>
6286
6287 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
6288 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
6289 Return to use of the -no-properties variants. There was
6290 consensus on emacs-devel that the speed of these variants was
6291 prefered since we are usually parsing files (from the internet
6292 or on disk) instead of XML created in Emacs.
6293
6294 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
6295 Add customize option.
6296
6297 2007-03-12 Glenn Morris <rgm@gnu.org>
6298
6299 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
6300 North American rule. Replace "daylight savings" with "daylight
6301 saving" in doc.
6302
6303 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
6304 * calendar/lunar.el, solar.el: Replace "daylight savings" with
6305 "daylight saving" in text.
6306
6307 * woman.el (woman-change-fonts): Tweak previous change by using
6308 woman-request-regexp rather than "^\\.".
6309
6310 * startup.el (command-line-1): Make insertion of
6311 initial-scratch-message not depend on scratch being selected.
6312
6313 2007-03-11 Juri Linkov <juri@jurta.org>
6314
6315 * replace.el (match): Use yellow background on light-bg terminals.
6316
6317 2007-03-11 Richard Stallman <rms@gnu.org>
6318
6319 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6320 Correctly compute line number.
6321
6322 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
6323
6324 * type-break.el (type-break-get-previous-count):
6325 Repeat previous change here.
6326
6327 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
6328
6329 * progmodes/grep.el (grep-find-ignored-directories):
6330 Add .git and .bzr to list.
6331
6332 2007-03-11 Andreas Schwab <schwab@suse.de>
6333
6334 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
6335
6336 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
6339
6340 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * faces.el (face-set-after-frame-default): Recalculate face
6343 customizations after applying X resources.
6344
6345 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
6346
6347 * net/rcirc.el (rcirc-timeout-seconds): New variable.
6348 (rcirc-keepalive-seconds): Remove variable.
6349 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6350 (rcirc-process, rcirc-user-disconnect): New variables.
6351 (rcirc-connect): Initalize new variables.
6352 (rcirc-keepalive): Don't send keepalive pings before connection
6353 is completed.
6354 (rcirc-sentinel): Do mark all channels with activity when
6355 connection is dropped. Run hook with process buffer local.
6356 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
6357 (rcirc-buffer-process): Return value of rcirc-process if
6358 rcirc-server-buffer is nil.
6359 (rcirc-server-name): Return the reported server name.
6360 (rcirc-update-prompt): Simplify computation of the server name.
6361 (rcirc-format-response-string): Likewise.
6362 (rcirc-handler-001): Mark server as connected, record the reported
6363 server name, and schedule a timeout.
6364 (rcirc-track-nick): Add a spec for the tty class.
6365 (rcirc-user-non-nick): Remove function.
6366 (rcirc-nick-prefix-chars): Add variable.
6367 (rcirc-user-nick): Use above variable.
6368
6369 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6370
6371 * icomplete.el (icomplete-tidy, icomplete-exhibit):
6372 Bind deactivate-mark to nil.
6373
6374 2007-03-10 Martin Rudalics <rudalics@gmx.at>
6375
6376 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
6377 that buffer contents get erased during completion.
6378
6379 2007-03-10 Glenn Morris <rgm@gnu.org>
6380
6381 * woman.el (woman-change-fonts): Add a hack to deal with
6382 font-escape followed by "." at start of a line.
6383 (woman2-IP): Add a hack to deal with consecutive requests.
6384 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
6385
6386 2007-03-10 Alan Mackenzie <acm@muc.de>
6387
6388 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
6389
6390 2007-03-09 Richard Stallman <rms@gnu.org>
6391
6392 * abbrev.el (abbrev): Add `provide'.
6393
6394 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
6395
6396 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
6397
6398 2007-03-09 Martin Rudalics <rudalics@gmx.at>
6399
6400 * complete.el (PC-try-completion): New function.
6401 (PC-do-completion, read-file-name-internal): Use it instead of
6402 try-completion.
6403
6404 2007-03-08 Alan Mackenzie <acm@muc.de>
6405
6406 Remove stale tokens from `c-found-types' cache.
6407
6408 * progmodes/cc-mode.el (c-unfind-enclosing-token)
6409 (c-unfind-coalesced-tokens, c-before-change): New functions.
6410 (c-maybe-stale-found-type): New variable.
6411
6412 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
6413 (c-trim-found-types): New functions.
6414
6415 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
6418 (debug-ignored-errors): Add entry from smerge-match-conflict.
6419
6420 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
6421
6422 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
6423 special help topics for keywords.
6424 (idlwave-help-assistant-command): Include ".exe" for ms-dos
6425 etc. Assistant command.
6426
6427 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * replace.el (occur-engine): Move buffer-undo-list binding...
6430 (occur-1): ...to here.
6431
6432 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
6433
6434 * simple.el (minibuffer-completing-symbol): New var.
6435 (eval-expression): Use it.
6436 (completion-setup-function): Don't bind completion-base-size when
6437 completing a symbol in the minibuffer.
6438
6439 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
6440
6441 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
6442 tries to start a second session in graphical mode.
6443
6444 2007-03-07 Miles Bader <miles@gnu.org>
6445
6446 * international/isearch-x.el
6447 (isearch-process-search-multibyte-characters):
6448 Strip text-properties from PROMPT to avoid an error from read-string.
6449
6450 2007-03-07 Kim F. Storm <storm@cua.dk>
6451
6452 * complete.el (PC-bindings): Remap lisp-complete-symbol to
6453 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
6454
6455 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6456
6457 * complete.el (PC-do-completion): Delete duplicates in the list of
6458 possible completions.
6459
6460 2007-03-07 Glenn Morris <rgm@gnu.org>
6461
6462 * ses.el (ses-mode): Doc fix.
6463
6464 2007-03-06 Kim F. Storm <storm@cua.dk>
6465
6466 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
6467
6468 2007-03-06 Kenichi Handa <handa@m17n.org>
6469
6470 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
6471
6472 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * simple.el (completion-setup-function): Improve last fix so it doesn't
6475 set it to a relative directory name either.
6476
6477 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6478
6479 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6480
6481 2007-03-05 Richard Stallman <rms@gnu.org>
6482
6483 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
6484
6485 * files.el (find-file-noselect): No error if file no longer exists.
6486 Display a message and avoid other questions.
6487
6488 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * pcomplete.el (pcomplete-show-completions): Improve last change, so
6491 as not to use an invisible window and to create a window if none exist.
6492
6493 * progmodes/python.el (python-send-command): Restart proc if necessary.
6494 (python-proc): Simplify.
6495
6496 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
6497
6498 * pcomplete.el (pcomplete-show-completions): Search all frames for
6499 completions buffer.
6500
6501 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * cus-edit.el (customize-save-variable): Clear customized-value
6504 property (saved values are now put in theme-value property).
6505 (customize-set-variable): Doc fix.
6506
6507 * complete.el (PC-do-completion): If completion-ignore-case is
6508 non-nil, replace field with completion string before exiting.
6509
6510 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
6511
6512 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
6513 Append its extension to the resulting temporary file name.
6514 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
6515
6516 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
6517 (tramp-smb-handle-write-region): Apply it.
6518
6519 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6520
6521 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6522 Redo previous change.
6523
6524 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6525
6526 * diff-mode.el (diff-mode): Doc fix.
6527
6528 2007-03-05 Kenichi Handa <handa@m17n.org>
6529
6530 * international/characters.el: Set category `l' (latin)
6531 for more characters.
6532
6533 2007-03-04 Kim F. Storm <storm@cua.dk>
6534
6535 * emacs-lisp/authors.el (authors-aliases): Add alias.
6536
6537 2007-03-04 Glenn Morris <rgm@gnu.org>
6538
6539 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
6540 all when switching major mode.
6541 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6542 (hs-block-start-mdata-select, hs-block-end-regexp)
6543 (hs-forward-sexp-func, hs-adjust-block-beginning):
6544 Do not make these variables permanent-local.
6545
6546 2007-03-04 Richard Stallman <rms@gnu.org>
6547
6548 * progmodes/cperl-mode.el (cperl-mode):
6549 Modify cperl-compilation-error-regexp-alist by appending.
6550
6551 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
6552 (edebug-mode): Add the hook.
6553 (edebug-recursive-edit): Remove the hook on exiting.
6554
6555 * type-break.el (type-break-get-previous-time):
6556 Handle end-of-file errors specially
6557 so they don't get reported wrong in .emacs.
6558
6559 * startup.el (fancy-splash-text): Clarify text.
6560
6561 * simple.el (beginning-of-buffer, end-of-buffer):
6562 Avoid treating plain C-u like numeric arg.
6563
6564 * simple.el (completion-setup-function): Don't set
6565 default-directory to nil.
6566
6567 * shell.el (shell-dirstack-query): Doc fix.
6568
6569 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6570 Don't select the window -- pass it to primitives instead.
6571
6572 * faces.el (minibuffer-prompt): Use medium blue by default.
6573
6574 2007-03-04 David Kastrup <dak@gnu.org>
6575
6576 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
6577 Preserve 16 as default value for "seconds" when customizing.
6578
6579 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
6580
6581 * textmodes/org.el (org-self-insert-command)
6582 (orgtbl-self-insert-command, org-delete-char)
6583 (org-delete-backward-char): Set the `flyspell-delayed' property.
6584
6585 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * international/mule.el (find-auto-coding): Don't search for
6588 line-ending characters past the end of the tail.
6589
6590 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
6591
6592 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6593 Jump to the line where new score has been uploaded.
6594
6595 * play/tetris.el (tetris-move-bottom, tetris-move-left)
6596 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
6597 Do nothing when the game is paused.
6598
6599 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
6600
6601 * textmodes/org.el (org-set-tags): Prevent slipping of point
6602 during completion.
6603
6604 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
6605
6606 * isearch.el (isearch-message-prefix):
6607 Use minibuffer-prompt-properties.
6608
6609 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6610
6611 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6612 (ps-setup): Print which Emacsen is running ps-print package.
6613
6614 2007-03-01 Stuart Herring <herring@lanl.gov>
6615
6616 * files.el (set-auto-mode-0): Use `indirect-function'.
6617 (hack-one-local-variable): Don't reapply current major mode.
6618
6619 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * progmodes/python.el (python-quote-syntax): Don't bother with
6622 syntax-ppss-context.
6623 (python-fill-paragraph): Make sure that fenced-string delimiters that
6624 stand on their own line stay there.
6625
6626 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
6627
6628 * replace.el (perform-replace): Propertize message.
6629
6630 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
6631
6632 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
6633 invisible heading.
6634
6635 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6636
6637 * net/tramp.el (tramp-file-name-handler): Revert last change.
6638
6639 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
6640
6641 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
6642 Correct doc strings.
6643
6644 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * replace.el (perform-replace): Undo forward-char immediately if
6647 non-adjacent search fails.
6648
6649 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * version.el (emacs-major-version, emacs-minor-version):
6652 string-to-int -> string-to-number.
6653
6654 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * help.el (where-is): Fail gracefully when not passed a command.
6657
6658 2007-02-28 Stuart Herring <herring@lanl.gov>
6659
6660 * find-lisp.el (find-lisp-default-directory-predicate):
6661 Fix bug: Do symlink check on expanded filename.
6662
6663 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
6664
6665 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
6666 changes during replacement.
6667 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
6668
6669 2007-02-28 Lars Hansen <larsh@soem.dk>
6670
6671 * desktop.el: Delete header line listing me as maintainer.
6672
6673 2007-02-28 Glenn Morris <rgm@gnu.org>
6674
6675 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
6676 the menus case.
6677
6678 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
6679
6680 * net/tramp.el (tramp-file-name-handler): Inhibit modification
6681 hooks to avoid confusion when combining after-change calls.
6682
6683 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
6684
6685 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
6686 now that pgg-gpg-process-region correctly honors passed-in passphrase.
6687 (allout-distinctive-bullets-string): Add info about bullet conventions.
6688 (allout-mode): Add info about distinctive vs plain bullets.
6689
6690 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
6691
6692 * textmodes/org.el (org-archive-subtree): Quote variable name.
6693 (org-agenda-get-todos): Make sure skip properties are checked correctly.
6694
6695 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
6698 (gud-bashdb-command-name, bashdb): Remove.
6699 (gud, gud-menu-map): Remove references to bash/bashdb.
6700
6701 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
6702
6703 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
6704 keyword for Python 2.5.
6705
6706 2007-02-26 Romain Francoise <romain@orebokech.com>
6707
6708 * net/net-utils.el (whois-server-tld): Update server for .org.
6709 (whois-server-list): Add whois.publicinterestregistry.net.
6710 (whois-guess-server): Fix formatting in docstring.
6711
6712 2007-02-26 Kim F. Storm <storm@cua.dk>
6713
6714 * mouse.el (mouse-show-mark): Run hooks and perform command
6715 remapping for mouse-region-delete-keys.
6716
6717 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6718
6719 * font-core.el (font-lock-mode): Doc fix.
6720
6721 2007-02-25 Kim F. Storm <storm@cua.dk>
6722
6723 * ido.el (ido-buffer-internal): Set this-command to fallback command.
6724 Add selected buffer to buffer-name-history.
6725 (ido-file-internal): Set this-command to fallback command.
6726 Add file names to file-name-history.
6727
6728 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6729 Apply minibuffer-prompt-properties.
6730
6731 2007-02-25 Andreas Schwab <schwab@suse.de>
6732
6733 * files.el (hack-one-local-variable-eval-safep): Correct handling
6734 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
6735
6736 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
6737
6738 * textmodes/org.el (org-table-overlay-coordinates)
6739 (org-table-toggle-coordinate-overlays): New functions.
6740 (org-table-overlay-coordinates, org-table-coordinate-overlays):
6741 New variables.
6742 (org-startup-with-deadline-check): Remove option.
6743 (org-mode): Remove deadline check on startup.
6744 (org-table-limit-column-width): Remove option.
6745 (org-table-formula-numbers-only): Remove option.
6746 (org-link-style, org-link-format): Remove options.
6747 (org-select-agenda-window, org-fit-agenda-window): Remove options.
6748 (org-export-ascii-show-new-buffer)
6749 (org-export-html-show-new-buffer): Remove options.
6750 (org-activate-links): Remove camel option.
6751 (org-file-link-context-use-camel-case): Remove option.
6752 (org-camel-regexp): Remove variable.
6753 (org-activate-camels): Remove function.
6754 (org-store-link): Remove Camel stuff.
6755 (org-make-org-heading-camel): Remove function.
6756 (org-open-at-point): Remove camel stuff.
6757 (org-link-search): Remove camel stuff.
6758 (org-camel-to-words): Function removed.
6759 (org-get-agenda-file-buffer): Make sure we prepare the base
6760 buffers, not any indirect buffers.
6761 (org-sort-entries): Sort top-level when not on a headline, and no
6762 active region.
6763 (org-in-regexp): New function.
6764 (org-search-not-self): Rename from `org-search-not-link'.
6765 (org-open-link-marker): New variable.
6766 (org-open-at-point): Set `org-open-link-marker'.
6767 (org-print-icalendar-entries): Fixe bug with excluding DONE
6768 entries from the exported list.
6769 (org-edit-formula-lisp-indent): New command.
6770 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
6771 (orgtbl-to-latex, orgtbl-insert-radio-table)
6772 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
6773 (orgtbl-radio-table-templates): New option.
6774 (org-store-link-props):
6775 (org-remember-templates): More possibilities to insert info
6776 into templates.
6777 (org-remember-apply-template): Make use of the extended
6778 template capabilities.
6779 (org-remember-redo-template): New command.
6780 (org-upgrade-old-links)
6781 (org-table-modify-formulas, org-table-replace-in-formulas)
6782 (org-table-find-dataline)
6783 (org-table-get-vertical-vector): Remove functions.
6784 (org-table-remove-rectangle-highlight)
6785 (org-time-stamp-format, org-toggle-log-option)
6786 (org-table-highlight-rectangle)
6787 (org-table-iterate, org-table-make-reference):
6788 (org-translate-time, org-tree-to-indirect-buffer)
6789 (org-table-field-info, org-table-fix-formulas)
6790 (org-table-force-dataline, org-table-get-descriptor-line)
6791 (org-table-get-range)
6792 (org-skip-comments, org-sort)
6793 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
6794 (org-table-current-dline, org-table-current-field-formula)
6795 (org-table-edit-backward-field)
6796 (org-table-edit-formulas-post-command)
6797 (org-table-edit-line-down, org-table-edit-line-up)
6798 (org-agenda-archive)
6799 (org-agenda-clock-cancel)
6800 (org-agenda-clock-out, org-agenda-list-stuck-projects)
6801 (org-agenda-open-link, org-agenda-show-new-time)
6802 (org-agenda-skip-subtree-when-regexp-matches)
6803 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
6804 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
6805 (org-do-sort, org-file-image-p, org-find-overlays)
6806 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
6807 (org-highlight-until-next-command, org-isearch-end)
6808 (org-match-any-p, org-next-link, org-previous-link):
6809 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
6810 (org-rewrite-old-row-references)
6811 (org-isearch-post-command)
6812 (org-table-edit-move, org-table-edit-next-field)
6813 (org-table-edit-scroll, org-table-edit-scroll-down)
6814 (org-set-frame-title, org-show-reference)
6815 (org-unhighlight-once, org-verify-change-for-undo): New functions.
6816 (org-show-variable): Remove command.
6817 (org-add-log-maybe): New arguments STATE, FINDPOS
6818 (org-table-sort-lines): Rewrite from scratch.
6819 (org-link-search): New argument AVOID-POS.
6820 (org-print-icalendar-entries): Remove argument CATEGORY.
6821 (org-run-agenda-series): Remove argument WONDOW.
6822 (org-next-link, org-previous-link): New commands.
6823 (org-agenda-date-format): New option.
6824 (org-table-iterate): New command.
6825 (org-table-modify-formulas)
6826 (org-table-replace-in-formulas): Remove functions.
6827 (org-table-fix-formulas): New function.
6828 (org-table-insert-column, org-table-delete-column)
6829 (org-table-move-column): Use `org-table-fix-formulas'.
6830 (org-follow-gnus-link): Patch from Bastien/Leo.
6831 (org-table-current-field-formula): New function.
6832 (org-file-image-p): New function.
6833 (org-agenda-show-new-time): New function.
6834 (org-agenda-date-later): Call `org-agenda-show-new-time'.
6835 (org-with-remote-undo): New macro.
6836 (org-agenda-undo): New command.
6837 (org-verify-change-for-undo): New function.
6838 (org-time-stamp-format): New function.
6839 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
6840 by user.
6841 (org-match-any-p): New function.
6842 (org-make-tags-matcher): Handle regular expressions for tag and
6843 todo matches.
6844 (org-read-date): Accept "+N" as input for a date relative to the
6845 current date.
6846 (org-remove-subtree-entries-from-agenda): New function.
6847 (org-agenda-archive, org-agenda-kill):
6848 Use `org-remove-subtree-entries-from-agenda'.
6849 (org-do-sort, org-sort-entries): New functions.
6850 (org-sort): New command.
6851 (org-table-sort-lines): Use `org-do-sort'.
6852 (org-fix-decoded-time): New function.
6853 (org-table-number-regexp): Require 0x... to identify as number
6854 in tables.
6855 (org-startup-options): New keywords for note taking.
6856 (org-upgrade-old-links): Remove function.
6857 (org-get-repeat): New function.
6858 (org-show-context): Also show siblings on current level.
6859 (org-show-siblings): New function.
6860 (org-isearch-end, org-isearch-post-command): New functions.
6861 (org-show-siblings): New option.
6862 (org-show-context): Use `org-show-siblings'.
6863 (org-table-maybe-recalculate-line): No longer require `calc-eval'
6864 to be bound, because user may just use elisp.
6865
6866 2007-02-24 Kim F. Storm <storm@cua.dk>
6867
6868 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
6869 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
6870
6871 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6872
6873 * startup.el (command-line): Also check if the abbrev file is readable.
6874
6875 2007-02-24 John Paul Wallington <jpw@pobox.com>
6876
6877 * net/tls.el (tls-certtool-program): Fix custom type.
6878
6879 * mail/feedmail.el (feedmail-message-id-generator)
6880 (feedmail-date-generator): Fix custom types.
6881
6882 * mail/rmail.el (rmail-message-filter): Fix custom type.
6883
6884 2007-02-24 Eli Zaretskii <eliz@gnu.org>
6885
6886 * startup.el (command-line): If simple.el cannot be found, proceed
6887 with a warning message.
6888
6889 2007-02-24 Kenichi Handa <handa@m17n.org>
6890
6891 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
6892 case that BEG is a string.
6893
6894 2007-02-24 Chris Moore <dooglus@gmail.com>
6895
6896 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6897 * pgg-pgp.el (pgg-pgp-encrypt-region):
6898 * pgg-gpg.el (pgg-gpg-encrypt-region):
6899 Check pgg-encrypt-for-me if no other recipients.
6900
6901 2007-02-23 Eli Zaretskii <eliz@gnu.org>
6902
6903 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
6904
6905 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
6906 shell-quote-argument.
6907
6908 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6909
6910 * comint.el (comint-read-input-ring): Use comint-input-ring-size
6911 from the comint buffer instead of the temporary one.
6912
6913 2007-02-23 David Reitter <david.reitter@gmail.com>
6914
6915 * cus-edit.el (custom-save-all): Canonicalize custom-file before
6916 storing it in recentf-exclude.
6917
6918 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
6921 in splash screen.
6922
6923 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
6924
6925 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
6926 commands, for restart.
6927 (idlwave-shell-current-module): Fix handling of module name by type.
6928 (idlwave-shell-break-in): Update type handling.
6929 (idlwave-shell-bp-get): Encode type in BP structure.
6930 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
6931 (idlwave-shell-module-source-query): Query routine info based on type.
6932 Fix path parsing for non-compiled files.
6933 (idlwave-shell-module-source-filter): Don't signal error in filter
6934 if no source found.
6935 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
6936 filter race.
6937
6938 2007-02-22 Kim F. Storm <storm@cua.dk>
6939
6940 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
6941 (editable-field): Document need to put some text before the %v
6942 escape in :format string.
6943
6944 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
6947 (vc-svn-use-edit): Remove unused config var.
6948 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
6949
6950 * outline.el (hide-sublevels): Keep empty last line, if available.
6951
6952 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
6953 rather than the corresponding unicode char, to make the code
6954 more readable.
6955
6956 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
6957
6958 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
6959 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
6960 (speedbar-item-info-tag-helper): Doc fixes.
6961
6962 2007-02-19 Kenichi Handa <handa@m17n.org>
6963
6964 * international/mule-cmds.el (locale-language-names):
6965 Map "eo" to "Esperanto".
6966
6967 * language/european.el ("Esperanto"): New language environment.
6968
6969 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
6970
6971 * simple.el (kill-line): Doc fix.
6972
6973 2007-02-17 Kim F. Storm <storm@cua.dk>
6974
6975 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
6976 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
6977 (bindat--unpack-group, bindat--pack-group):
6978 Handle vectors with optional element type.
6979
6980 2007-02-17 Daiki Ueno <ueno@unixuser.org>
6981
6982 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
6983 if PASSPHRASE is given.
6984
6985 2007-02-17 Chris Moore <dooglus@gmail.com>
6986
6987 * jka-cmpr-hook.el (jka-compr-compression-info-list):
6988 Recognize backups of bz2 compressed files.
6989
6990 2007-02-17 Eli Zaretskii <eliz@gnu.org>
6991
6992 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
6993 to nil to speed up lookup of the symbol in index nodes.
6994
6995 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6996
6997 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6998 Add indentation for the constants of Lisp.
6999
7000 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * ps-print.el: Use (defvar <foo>) where applicable.
7003 (ps-print-emacs-type): Remove.
7004 (ps-x-frame-property, ps-e-frame-parameter): Remove.
7005 (ps-frame-parameter): Align its call-convention with frame-parameter.
7006 (ps-begin-job): Adjust calls to it appropriately.
7007 (ps-setup): Don't print ps-print-emacs-type.
7008 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
7009 Define in such a way that it's obvious that it's defined.
7010 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
7011 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7012 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
7013
7014 2007-02-15 Alan Mackenzie <acm@muc.de>
7015
7016 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
7017 an empty one-line C-style comment, post-position point properly.
7018
7019 2007-02-15 Chris Moore <dooglus@gmail.com>
7020
7021 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
7022 (isearch-lazy-highlight-new-loop): Bind it.
7023 (isearch-lazy-highlight-search): Use it.
7024
7025 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
7026
7027 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * font-lock.el (font-lock-extend-region-wholelines):
7030 Only return non-nil if the region has really been changed.
7031 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
7032
7033 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
7036 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
7037 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
7038
7039 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
7040
7041 * faces.el (color-values): Revert changes to docstring from
7042 2007-01-31 and 2000-09-07.
7043
7044 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
7045 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
7046 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
7047 (ispell-help): Fix typos in docstring and output message.
7048
7049 2007-02-14 Kim F. Storm <storm@cua.dk>
7050
7051 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
7052 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
7053 (grep): Fix lgrep reference.
7054
7055 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
7056 (standard-display-underline): Use make-glyph-code.
7057
7058 * descr-text.el (describe-char): Use glyph-char and glyph-face.
7059
7060 * international/latin1-disp.el (latin1-display-char):
7061 Use make-glyph-code.
7062
7063 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * ehelp.el (with-electric-help, electric-help-exit)
7066 (electric-help-retain): Doc fixes.
7067
7068 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
7069 (byte-compile-file): Doc fixes.
7070
7071 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7072
7073 * term/mac-win.el: Change all uses of
7074 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
7075 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
7076 (mac-ae-get-url): Call select-frame-set-input-focus.
7077 (mac-dnd-handle-drag-n-drop-event): Don't call
7078 select-frame-set-input-focus.
7079
7080 2007-02-13 Kenichi Handa <handa@m17n.org>
7081
7082 * international/characters.el: Fix documentation of category `a'.
7083
7084 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
7085
7086 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
7087
7088 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
7089
7090 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
7091 (tramp-get-remote-ln): Handle error case.
7092 Reported by Chris Moore <dooglus@gmail.com>.
7093
7094 2007-02-11 Kim F. Storm <storm@cua.dk>
7095
7096 * bindings.el (ctl-x-map): Remove register compatibility bindings
7097 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
7098
7099 2007-02-11 Richard Stallman <rms@gnu.org>
7100
7101 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
7102 in load history.
7103
7104 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
7105 condition -- don't fail to stop at endpos.
7106
7107 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
7108
7109 * textmodes/org.el (org-agenda-get-todos)
7110 (org-agenda-get-timestamps, org-agenda-get-closed)
7111 (org-agenda-get-deadlines, org-agenda-get-scheduled)
7112 (org-agenda-get-blocks, org-format-agenda-item)
7113 (org-agenda-change-all-lines, org-scan-tags): Rename text property
7114 from `category' to `org-category'.
7115
7116 2007-02-11 Kenichi Handa <handa@m17n.org>
7117
7118 * international/titdic-cnv.el (titdic-convert): Force files be written
7119 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
7120 (miscdic-convert): Force files be written with Unix-like eol format.
7121
7122 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
7123
7124 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
7125
7126 * calculator.el (calculator-prompt): Doc fix.
7127 (calculator-mode-map): Fix typo in menu entry.
7128
7129 2007-02-10 Jay Belanger <belanger@truman.edu>
7130
7131 * calculator.el (calculator): Do more extensive checking for when
7132 3 lines should be used for the calculator.
7133
7134 2007-02-10 Eli Zaretskii <eliz@gnu.org>
7135
7136 * info-look.el (info-lookup-make-completions):
7137 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
7138 index nodes.
7139
7140 * info.el (Info-fontify-maximum-menu-size): Document the effect
7141 of a nil value.
7142 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
7143 non-nil before using it as size.
7144
7145 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
7146
7147 * subr.el (insert-for-yank-1): Prevent read-only properties from
7148 interfering with text property operations.
7149
7150 * image-mode.el (image-mode): Revert 2007-01-30 changes.
7151
7152 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
7153 (image-type-auto-detected-p): Fail if another match is found in
7154 auto-mode-alist.
7155
7156 * files.el (magic-mode-alist): Call image-mode instead of
7157 image-mode-maybe for autodetected images.
7158
7159 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
7160
7161 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
7162 Fix typos in docstrings.
7163 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
7164
7165 2007-02-09 Kim F. Storm <storm@cua.dk>
7166
7167 * emacs-lisp/float-sup.el: Remove obsolete comment.
7168
7169 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
7172
7173 2007-02-08 Karl Fogel <kfogel@red-bean.com>
7174
7175 * simple.el: Revert previous change, at request of RMS:
7176 (fundamental-mode-hook): Remove.
7177 (fundamental-mode): Run after-change-major-mode-hooks manually,
7178 and don't run the now-nonexistent fundamental-mode-hook.
7179
7180 2007-02-08 Karl Fogel <kfogel@red-bean.com>
7181
7182 * simple.el (fundamental-mode-hook): Declare new hook.
7183 (fundamental-mode): Run the new dedicated hook, and don't run
7184 after-change-major-mode-hooks manually anymore.
7185
7186 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
7189 added columns of chars. Remove support for the "no-meta-info" format.
7190 Prompted by Romain Francoise <romain@orebokech.com>.
7191
7192 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
7193
7194 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
7195 (gdb-mouse-until, gdb-mouse-jump): Use it.
7196
7197 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
7198
7199 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
7200 work when there is just an assembler buffer (no source buffer).
7201
7202 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
7203
7204 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
7205 just because the diff was produced using "-p" (--show-c-function).
7206
7207 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * faces.el (frame-set-background-mode): Use `color-values' and
7210 `display-color-p', not `x-color-values' and `x-display-color-p'.
7211 (face-valid-attribute-values): Use `defined-colors' instead of
7212 `x-defined-colors'.
7213
7214 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7215
7216 * ps-print.el: The ps-print commands without face printing should not
7217 print background color. Reported by Leo <sdl.web@gmail.com>.
7218 (ps-print-version): New version 6.7.3.
7219 (ps-begin-job): New arg. Fix ps-default-background and
7220 ps-default-foreground initialization.
7221 (ps-face-attributes): Fix doc string.
7222 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7223
7224 * printing.el: Fix ps-print link.
7225
7226 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * faces.el (face-set-after-frame-default): Compile attributes to
7229 be set by frame parameters before merging in X resources.
7230
7231 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
7232
7233 * simple.el (blink-matching-paren-dont-ignore-comments):
7234 (blink-matching-paren-on-screen): Doc fixes.
7235
7236 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
7237
7238 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
7239
7240 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * loadhist.el (unload-feature): Silently ignore `load-history' entries
7243 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
7244 entries like `defun'. Return nil.
7245
7246 2007-02-05 Kim F. Storm <storm@cua.dk>
7247
7248 * ido.el: Doc fixes.
7249
7250 2007-02-04 David Kastrup <dak@gnu.org>
7251
7252 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
7253 `mpuz-allow-double-multiplicator' is non-zero, and correct
7254 calculation of `min'.
7255
7256 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
7257
7258 * wid-edit.el (widget-default-create): Insert new text at the
7259 :from marker _after_ the marker, not before it.
7260
7261 2007-02-04 Alan Mackenzie <acm@muc.de>
7262
7263 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
7264 containing it is re-indented.
7265
7266 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * net/newsticker.el (newsticker--insert-image): Update docstring,
7269 and insert the image directly.
7270 (newsticker--buffer-redraw): Update docstring.
7271
7272 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7273 Rename from define-global-minor-mode.
7274
7275 * progmodes/cwarn.el (global-cwarn-mode):
7276 * emacs-lisp/autoload.el (make-autoload):
7277 * hi-lock.el (global-hi-lock-mode):
7278 * font-core.el (global-font-lock-mode): All callers changed.
7279
7280 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7281
7282 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
7283 Don't copy @ignore lines into menu descriptions.
7284 (texinfo-multi-file-update): Goto the @node line before attempting
7285 to pluck the node name.
7286 (texinfo-multiple-files-update): Reverse the optional arguments'
7287 order, as per the doc string and the `interactive' form.
7288
7289 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7290
7291 * image-mode.el: Use autoload to avoid overriding disabled setting
7292 applied in .emacs.
7293
7294 2007-02-03 Alan Mackenzie <acm@muc.de>
7295
7296 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
7297 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
7298 adjacent paren groups).
7299
7300 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7301
7302 * progmodes/ebnf2ps.el: Doc fixes.
7303 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
7304
7305 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7306
7307 * dired-x.el (dired-do-relsymlink): Add reference to
7308 dired-do-symlink. Add an autoload cookie.
7309
7310 * dired-aux.el (dired-do-symlink): Add reference to
7311 dired-do-relsymlink.
7312
7313 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
7314
7315 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
7316 <left-fringe mouse-3>: New bindings.
7317
7318 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
7319
7320 * net/newsticker.el (newsticker-version): Changed to "1.10".
7321 (newsticker--set-customvar): Doc string.
7322 (newsticker-new-item-face): Doc string.
7323 (newsticker-mode): Initialize `invisibility-spec' with t.
7324 (newsticker-mode-map): Added
7325 `newsticker-mark-all-items-at-point-as-read'.
7326 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
7327 (newsticker-w3m-show-inline-images): Do not call
7328 `w3m-remove-image'.
7329 (newsticker--buffer-after-w3m-insert-image): New advice for
7330 w3m-insert-image to cache images.
7331 (newsticker-next-item-same-feed): New.
7332 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
7333 (newsticker-mark-all-items-of-feed-as-read): New.
7334 (newsticker-mark-all-items-at-point-as-read): Use new functions.
7335 (newsticker-mark-item-at-point-as-read): Doc string.
7336 (newsticker-mark-item-at-point-as-read): Use new functions.
7337 (newsticker--do-mark-item-at-point-as-read): New, extracted from
7338 `newsticker-mark-item-at-point-as-read'.
7339 (newsticker-hide-entry): Use (t) instead of t for invisibility.
7340 (newsticker--sentinel): Yet another xml-parser workaround.
7341 (newsticker--decode-iso8601-date): Bugfix for datestrings without
7342 days.
7343 (newsticker--buffer-do-insert-text): Fix.
7344 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
7345 (newsticker--buffer-make-item-completely-visible):
7346 `switch-to-buffer' not necessary.
7347
7348 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7349
7350 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
7351 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
7352 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
7353 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
7354 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
7355
7356 2007-02-02 Kenichi Handa <handa@m17n.org>
7357
7358 * international/quail.el (quail-show-key): Fix an error message.
7359
7360 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7361
7362 * faces.el (set-face-underline-p, modify-face): Rename arg
7363 UNDERLINE-P to UNDERLINE (it is not a flag).
7364
7365 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
7366
7367 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
7368 when adding gdb-speedbar-update to gdb-input-queue.
7369
7370 2007-02-01 Kenichi Handa <handa@m17n.org>
7371
7372 * international/quail.el (quail-show-key): Signal an error if the
7373 current input method is not using Quail.
7374
7375 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
7376
7377 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
7378 Trim leading whitespace in sysvar names.
7379
7380 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7381
7382 * faces.el (internal-find-face, internal-get-face): Doc fixes.
7383
7384 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * ido.el (ido-set-common-completion): Use `let', not `let*'.
7387
7388 2007-01-31 Romain Francoise <romain@orebokech.com>
7389
7390 * comint.el: Delete extra copy of `comint-copy-old-input' added in
7391 previous change to this file.
7392
7393 2007-01-31 Jason Rumney <jasonr@gnu.org>
7394
7395 * files.el (magic-mode-alist): Use image-mode-maybe rather than
7396 image-mode.
7397
7398 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
7399 interfering with attempt to set major mode from modified
7400 auto-mode-alist.
7401
7402 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * faces.el (color-values): Doc fix.
7405 (face-differs-from-default-p): Don't check :foreground twice.
7406
7407 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
7408
7409 * comint.el (comint-mode): Prevent non-keyword fontification by default.
7410
7411 2007-01-31 Kenichi Handa <handa@m17n.org>
7412
7413 * international/quail.el (quail-store-decode-map-key): Store a
7414 translated character too.
7415 (quail-char-equal-p): New function.
7416 (quail-find-key1): Check character equality by quail-char-equal-p.
7417 (quail-decode-map-generated): New variable.
7418 (quail-find-key): Check quail-decode-map-generated and re-generate
7419 a decode map if necessary.
7420
7421 2007-01-30 Richard Stallman <rms@gnu.org>
7422
7423 * tutorial.el (tutorial--detailed-help): Make the list of
7424 changed keys look nicer.
7425
7426 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
7429 (gdb-var-delete): Use it.
7430 (gdb-var-update-handler-1): Handle value "invalid" for MI field
7431 `in_scope'.
7432
7433 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
7434
7435 * files.el (get-free-disk-space): Return nil for remote directories.
7436
7437 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
7438 instead of "dir".
7439
7440 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
7441
7442 * type-break.el (type-break-catch-up-event): New function.
7443 (type-break-demo-hanoi, type-break-demo-life)
7444 (type-break-demo-boring): Use it.
7445
7446 * image-mode.el (image-mode): Don't automatically view as image.
7447 (image-toggle-display): Add `disabled' property.
7448
7449 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
7450
7451 * isearchb.el (isearchb-iswitchb):
7452 * ps-print.el (ps-build-face-reference):
7453 * emacs-lisp/shadow.el (list-load-path-shadows):
7454 * eshell/esh-cmd.el (eshell-rewrite-for-command):
7455 * international/mule.el (find-auto-coding):
7456 * mail/supercite.el (sc-attrib-selection-list):
7457 * progmodes/cc-defs.el (c-emacs-features):
7458 * progmodes/cc-vars.el (c-offsets-alist):
7459 * progmodes/flymake.el
7460 (flymake-init-create-temp-source-and-master-buffer-copy):
7461 Fix typos in docstrings (some suggested by Chris Moore).
7462
7463 * progmodes/vhdl-mode.el (vhdl-components-package-name)
7464 (vhdl-get-library-unit, vhdl-corresponding-begin)
7465 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
7466 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
7467 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
7468 (vhdl-font-lock-match-item): Fix typos in docstrings.
7469 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
7470 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
7471 (vhdl-speedbar-insert-project-hierarchy):
7472 Improve argument/docstring consistency.
7473
7474 2007-01-29 Kenichi Handa <handa@m17n.org>
7475
7476 * international/titdic-cnv.el (py-converter): Fix previous change.
7477
7478 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * jka-compr.el (jka-compr-partial-uncompress)
7481 (jka-compr-call-process): Rebind default-directory if it is
7482 invalid. Suggested by Chris Moore.
7483
7484 * comint.el (comint-insert-input): Handle situation where the
7485 selected buffer is not the clicked buffer.
7486
7487 2007-01-29 Kenichi Handa <handa@m17n.org>
7488
7489 * international/ja-dic-cnv.el (skkdic-convert):
7490 Add byte-compile-disable-print-circle:t at the head.
7491
7492 * international/titdic-cnv.el (tit-process-header):
7493 Add byte-compile-disable-print-circle:t at the head.
7494 (miscdic-convert): Likewise.
7495 (py-converter): Skip the header comments.
7496
7497 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
7498 New variable.
7499 (byte-compile-output-file-form): Bing print-circle to nil if
7500 byte-compile-output-file-form is not nil.
7501 (byte-compile-output-docform): Likewise.
7502
7503 2007-01-28 Kim F. Storm <storm@cua.dk>
7504
7505 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
7506 Declare earlier to avoid byte compiler warnings.
7507
7508 2007-01-28 Markus Triska <markus.triska@gmx.at>
7509
7510 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
7511
7512 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
7513
7514 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
7515 (gamegrid-add-score-with-update-game-score-1): Allow local quits
7516 when calling update-game-score program. Remove unnecessary
7517 save-excursion.
7518
7519 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
7520
7521 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
7522
7523 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
7524 avoid compiler warning.
7525 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
7526 might have values other than "true" or "false".
7527
7528 2007-01-28 Richard Stallman <rms@gnu.org>
7529
7530 * textmodes/fill.el (fill-paragraph-function): Doc fix.
7531 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
7532
7533 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
7534
7535 * image.el (image-type-header-regexps): Make GIF regex more specific.
7536
7537 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
7538 Don't check `backspace'.
7539 (tutorial--find-changed-keys): Look up bindings in a temp buffer
7540 in Fundamental mode.
7541
7542 * startup.el (fancy-splash-text, normal-splash-screen):
7543 Mention C-g.
7544
7545 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
7546 when inserting in buffer.
7547
7548 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
7549 inside the if.
7550
7551 2007-01-27 Richard Stallman <rms@gnu.org>
7552
7553 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
7554
7555 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
7556
7557 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
7558 enum/union/struct/class definition.
7559 Revert change to call `forward-sexp' multiple times.
7560
7561 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * files.el (hack-local-variables-confirm): Don't keep trying to
7564 read an event from an empty kbd macro.
7565
7566 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7567
7568 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
7569
7570 2007-01-27 Ben North <ben@redfrontdoor.org>
7571
7572 * outline.el (outline-promote, outline-demote): Doc fix. Rename
7573 the arg CHILDREN -> WHICH.
7574
7575 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
7576
7577 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
7578 default-directory to a sane value when calling start-process.
7579
7580 2007-01-27 Eli Zaretskii <eliz@gnu.org>
7581
7582 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
7583 (ls-lisp-format-time-list): Doc fix. Mention
7584 ls-lisp-use-localized-time-format.
7585 (ls-lisp-format-time): Use ls-lisp-format-time-list if
7586 ls-lisp-use-localized-time-format is non-nil, even if a valid
7587 locale is defined.
7588
7589 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
7590
7591 * jka-compr.el (jka-compr-shell): Doc fix.
7592
7593 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
7594
7595 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7596
7597 * ps-print.el: Fix background height.
7598 (ps-print-version): New version 6.7.2.
7599
7600 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7601
7602 * makefile.w32-in (finder-data, custom-deps): Depend on
7603 $(lisp)/loaddefs.el.
7604
7605 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7606
7607 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
7608
7609 2007-01-24 Miles Bader <miles@gnu.org>
7610
7611 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
7612 (byte-compile-output-docform): Bind `print-circle' to t.
7613
7614 2007-01-24 Kenichi Handa <handa@m17n.org>
7615
7616 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
7617 file name of the original SKK dictionary file.
7618
7619 2007-01-24 Kim F. Storm <storm@cua.dk>
7620
7621 * ido.el (ido-initial-position): New variable.
7622 (ido-read-internal): Set it if default item is specified.
7623 (ido-minibuffer-setup): Position cursor accordingly if set.
7624 (ido-edit-input): C-e moves to end of input if not already there.
7625 (ido-magic-backward-char): C-b does like M-b if prev char is /.
7626 Don't switch to buffer mode if repeating C-b at start of input.
7627 (ido-toggle-ignore): C-a only toggles ignore at start or end of
7628 input; else it moves to start of input.
7629 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
7630 not at end of input, delete rest of input, rather than normal op.
7631
7632 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
7633
7634 * emulation/viper-keym.el (viper-insert-basic-map):
7635 Delete binding for S-TAB.
7636
7637 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
7638 of message. Activate mark.
7639 (ediff-activate-mark): Set transient-mark-mode to t.
7640
7641 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
7642
7643 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7644
7645 * help-fns.el (describe-variable): Don't suppress display of
7646 buffer local value when the value is "large".
7647
7648 2007-01-22 Kim F. Storm <storm@cua.dk>
7649
7650 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
7651 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
7652 (ido-tidy): Use ido-active.
7653
7654 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
7655
7656 * hexl.el (hexl-mode-exit): Add missing quote.
7657
7658 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7659
7660 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
7661 (mac-ae-keyboard-modifiers): New function.
7662 (mac-handle-toolbar-switch-mode): Use it.
7663 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
7664 if keyboard modifiers on drop contain option key.
7665 (mac-dnd-drop-data): Add optional argument `action'.
7666 (special-event-map): Remove binding for M-drag-n-drop.
7667
7668 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
7669
7670 * add-log.el (add-log-current-defun): Use CC Mode functions to
7671 find the beginning and end of a defun.
7672
7673 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
7674
7675 * progmodes/gdb-ui.el (gdb-var-create-regexp)
7676 (gdb-var-create-handler): Handle value field in GDB output of
7677 -var-create.
7678 (gdb-max-frames): New variable.
7679 (gdb-stack-buffer, gdb-frames-select): Use it.
7680 (gdb-info-stack-custom): Help user customize gdb-max-frames,
7681 if necessary.
7682 (gdb-get-frame-number): Simplify.
7683
7684 2007-01-21 Glenn Morris <rgm@gnu.org>
7685
7686 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
7687 Update copyrights.
7688
7689 2007-01-21 Alan Mackenzie <acm@muc.de>
7690
7691 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
7692 handling of K&R stuff.
7693
7694 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7695
7696 * textmodes/bibtex.el (bibtex-files): Fix customization type.
7697
7698 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7699
7700 * ps-print.el: Handle frame parameters (background and/or foreground
7701 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
7702 (ps-print-version): New version 6.7.1.
7703 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7704 (ps-frame-parameter): New fun.
7705 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7706 Fix doc and customization.
7707 (ps-begin-job): Get frame parameters (background and/or foreground
7708 colors).
7709 (ps-do-despool): Ensure ps-printer-name has a valid value.
7710
7711 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
7714 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
7715 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
7716 mean unlimited.
7717
7718 2007-01-20 Alan Mackenzie <acm@muc.de>
7719
7720 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
7721 much more rigorous analysis of putative K&R regions.
7722
7723 2007-01-20 Alan Mackenzie <acm@muc.de>
7724
7725 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
7726 New functions.
7727
7728 2007-01-20 Alan Mackenzie <acm@muc.de>
7729
7730 * progmodes/cc-align.el, progmodes/cc-cmds.el,
7731 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7732 * progmodes/cc-langs.el, progmodes/cc-styles.el,
7733 * progmodes/cc-vars.el: Add my name.
7734
7735 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
7736
7737 * files.el (find-alternate-file): Revert query message to Emacs 21
7738 version.
7739
7740 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
7741
7742 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
7743 the doc string how to use personal abbrevs without electric
7744 keywords.
7745
7746 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7747
7748 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
7749 Fixed cursor position when toggle abbreviated display.
7750
7751 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
7752
7753 * t-mouse.el: Update copyright following assignment by
7754 Alessandro Rubini.
7755
7756 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
7757
7758 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
7759 (type-break-demo-boring): Call read-event instead of read-char.
7760
7761 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
7762
7763 * progmodes/compile.el: Add handling for makepplog.
7764
7765 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7766
7767 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
7768 aspell dictionaries are initialized when called non-interactively.
7769
7770 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
7771
7772 * progmodes/compile.el (compilation-loop): New arg limit.
7773 Handle case where the first error is at point-min.
7774 (compilation-next-error): New arg to compilation-loop call.
7775
7776 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7777
7778 * info.el (Info-default-dirs): Change default info dir to
7779 share/info.
7780
7781 * paths.el (Info-default-directory-list): Ditto.
7782
7783 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
7784
7785 * hexl.el (hexl-before-revert-hook): New function.
7786 (hexl-mode): Use it.
7787 (hexl-after-revert-hook): Just call hexl-mode.
7788 (hexl-mode-exit): Remove before-revert-hook.
7789
7790 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
7793
7794 2007-01-16 Martin Rudalics <rudalics@gmx.at>
7795
7796 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
7797 by "-" in francais7 otherchars entry.
7798 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
7799 otherchars entry.
7800
7801 2007-01-15 Karl Fogel <kfogel@red-bean.com>
7802
7803 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
7804 path. Rewrite function in `cond' style for readability.
7805
7806 Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
7807 (The path shortening, that is, not the rearrangement.)
7808
7809 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7810
7811 * term/mac-win.el (mac-ae-quit-application): New function.
7812 (mac-apple-event-map): Bind "quit application" Apple event to it.
7813
7814 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
7817 than the program's output.
7818
7819 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7820
7821 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
7822 (kmacro-start-macro-or-insert-counter)
7823 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
7824 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
7825
7826 * longlines.el (longlines-show-hard-newlines):
7827 * ruler-mode.el (ruler-mode-ruler):
7828 * emulation/keypad.el (keypad-setup):
7829 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
7830 Fix typo in docstring.
7831
7832 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
7833
7834 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
7835 Remove redirect character ">".
7836
7837 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
7838
7839 * replace.el (perform-replace): Remove leftover code.
7840
7841 2007-01-12 Richard Stallman <rms@gnu.org>
7842
7843 * replace.el (perform-replace): Don't clear NODENT when computing
7844 the replacement string.
7845
7846 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
7847
7848 * net/tramp.el (tramp-handle-file-local-copy):
7849 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
7850 <christopher.ian.moore@gmail.com>.
7851
7852 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * diff-mode.el (diff-sanity-check-context-hunk-half)
7855 (diff-sanity-check-hunk): New functions.
7856 (diff-find-source-location): Use'em to check the hunks are well-formed.
7857
7858 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
7859 activate undo when undo is not active.
7860 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
7861
7862 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
7865 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
7866 (ffap-url-at-point): Use char-classes rather than "a-z".
7867
7868 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
7869
7870 * ediff-init.el (ediff-autostore-merges):
7871 * textmodes/fill.el (fill-region): Doc fix.
7872
7873 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * server.el (server-ensure-safe-dir): UIDs may be floats.
7876
7877 2007-01-10 Richard Stallman <rms@gnu.org>
7878
7879 * battery.el (battery-linux-proc-acpi): Use ignore-errors
7880 around calls to directory-files.
7881
7882 * subr.el (momentary-string-display): Use save-excursion.
7883
7884 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
7885 argument, but read it as `X' does.
7886
7887 2007-01-09 Juri Linkov <juri@jurta.org>
7888
7889 * info.el (Info-fontify-node): Don't hide node names of index entries.
7890
7891 * faces.el (momentary): Change :group to basic-faces where all
7892 basic faces belong to. Add :version.
7893
7894 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
7895
7896 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
7897 keybinding is found.
7898 (tutorial--find-changed-keys): Never treat null keybinding as a
7899 remapping.
7900
7901 2007-01-09 Martin Rudalics <rudalics@gmx.at>
7902
7903 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
7904
7905 2007-01-09 Kenichi Handa <handa@m17n.org>
7906
7907 * international/mule-cmds.el
7908 (select-safe-coding-system-interactively): Fix message.
7909
7910 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
7911
7912 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
7913 (tramp-process-actions): Add optional parameter TIMEOUT.
7914 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7915 (tramp-open-connection-su): Add timeout of 60".
7916
7917 2007-01-09 Richard Stallman <rms@gnu.org>
7918
7919 * progmodes/compile.el (compile): Doc fix.
7920
7921 2007-01-09 Markus Triska <markus.triska@gmx.at>
7922
7923 * tumme.el (tumme-display-thumb): Doc fix.
7924
7925 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
7926
7927 * battery.el (battery-search-for-one-match-in-files):
7928 * bindings.el (mode-line-minor-mode-help):
7929 * x-dnd.el (x-dnd-types-alist):
7930 * calendar/icalendar.el (icalendar-import-buffer):
7931 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
7932
7933 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
7934
7935 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
7936
7937 * replace.el (replace-regexp): Fix typo in docstring.
7938
7939 2007-01-07 Alan Mackenzie <acm@muc.de>
7940
7941 * progmodes/cc-langs.el (c-operators, c-filter-ops):
7942 Amend doc-string and comments.
7943
7944 2007-01-06 Eli Zaretskii <eliz@gnu.org>
7945
7946 * files.el (abbreviate-file-name): Doc fix.
7947
7948 2007-01-06 Markus Triska <triska@gmx.at>
7949
7950 * subr.el (split-string): Remove spurious ")" from doc string.
7951
7952 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
7953
7954 * textmodes/table.el (table--warn-incompatibility):
7955 Use display-warning instead of momentary-string-display.
7956
7957 2007-01-05 Richard Stallman <rms@gnu.org>
7958
7959 * image.el (image-type-header-regexps): Recognize xbm more strictly.
7960
7961 * simple.el (backward-kill-word): Doc fix.
7962
7963 2007-01-05 Romain Francoise <romain@orebokech.com>
7964
7965 * international/mule.el (sgml-html-meta-auto-coding-function):
7966 Ensure that the buffer contains a HTML document.
7967
7968 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7969
7970 * faces.el (momentary): Move here ...
7971 * subr.el (momentary): ... from here.
7972
7973 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7974
7975 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
7976 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
7977 large structures/arrays.
7978
7979 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
7980
7981 * files.el (find-file-noselect-1, set-visited-file-name):
7982 Allow backup-enable-predicate to be nil.
7983
7984 2007-01-04 Andreas Schwab <schwab@suse.de>
7985
7986 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
7987 last change.
7988
7989 2007-01-03 Richard Stallman <rms@gnu.org>
7990
7991 * woman.el (woman-decode-buffer): Clarify error message.
7992
7993 2007-01-03 Alan Mackenzie <acm@muc.de>
7994
7995 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
7996
7997 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
7998
7999 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
8000
8001 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
8004
8005 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
8006
8007 * emulation/viper.el (viper-custom-file-name, viper-mode):
8008 Fix typos in docstrings.
8009
8010 * subr.el (momentary-string-display): After moving point, set POS
8011 variable to it to avoid later errors once the buffer is modified.
8012 Doc fix.
8013
8014 2007-01-02 Alan Mackenzie <acm@muc.de>
8015
8016 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
8017 check that the "*/" is present before trying to manipulate it.
8018
8019 2007-01-02 Richard Stallman <rms@gnu.org>
8020
8021 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
8022
8023 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
8024 Fix format of value.
8025
8026 * cus-edit.el (customize-unsaved): Rename from customize-customized.
8027 Change messages accordingly.
8028 (customize-customized): Now alias.
8029
8030 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
8031
8032 * files.el (version-control): Doc fix.
8033
8034 2007-01-01 Alan Mackenzie <acm@muc.de>
8035
8036 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
8037 Check the format of c-state-cache is valid for an optimisation before
8038 using it.
8039
8040 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
8041 are at a statement within a macro". Other changes so that only
8042 the first continuation line in a macro gets the symbol
8043 `cpp-define-intro', the others getting `statement', or whatever.
8044
8045 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
8046 a string, preserve whitespace. Add a backslash only when also in
8047 a macro.
8048
8049 * progmodes/cc-defs.el: Correct typos.
8050
8051 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
8052 new line after an escaped EOL in a string.
8053
8054 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
8055 label when it directly follows "else", "do", ....
8056
8057 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
8058 angle brackets (as seen in "explicit specialisations" of C++
8059 templates).
8060
8061 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
8062 in the doc-string.
8063
8064 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
8065 when the comment ender looks like "=========*/" and is alone on
8066 its line.
8067
8068 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
8069 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
8070 for the old name.
8071
8072 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
8073 c-\(beginning\|end\)-of-defun by default.
8074
8075 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
8076 New line-up function, for the DEFUN macro in the Emacs C sources.
8077 Only used in "gnu" style.
8078
8079 * progmodes/cc-styles.el (c-style-alist): Use this new function in
8080 the "gnu" style.
8081
8082 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
8083 clean-up comment-close-slash also to work when there's a comment
8084 terminator on the line.
8085 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
8086 these for large arg - only take account of top level {..}, except
8087 for initial and final adjustments. M-- C-M-[ae] now go to the
8088 right defuns when the starting point is between defuns. They use
8089 the four new functions:
8090 (c-in-function-trailer-p, c-where-wrt-brace-construct)
8091 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
8092 support c-\(beginning\|end\)-of-defun.
8093
8094 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
8095 expressions more rigorously, to exclude bit-field specifiers from
8096 being classed as labels.
8097 (c-forward-label): When analyzing a ":" within a macro, be careful
8098 about using c-forward-syntactic-ws at the macro beginning.
8099 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
8100 stmt boundary, check for "operator=", etc.
8101
8102 * progmodes/cc-mode.el (c-postprocess-file-styles):
8103 Bind inhibit-read-only to t, around the call to
8104 c-remove-any-local-eval-or-mode-variables, so that it works on a
8105 RO file.
8106
8107 * progmodes/cc-defs.el (c-version): Update the version number to
8108 "5.31.4".
8109
8110 2007-01-01 Richard Stallman <rms@gnu.org>
8111
8112 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
8113 only if we restored isearch-window-configuration.
8114
8115 2006-12-31 Romain Francoise <romain@orebokech.com>
8116
8117 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
8118
8119 2006-12-31 Kim F. Storm <storm@cua.dk>
8120
8121 * files.el (auto-mode-case-fold): New defcustom.
8122 (set-auto-mode): If non-nil, perform second case-sensitive pass
8123 through auto-mode-alist if first pass failed.
8124
8125 2006-12-30 Richard Stallman <rms@gnu.org>
8126
8127 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
8128
8129 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
8130
8131 * allout.el (allout-encrypt-string): Handle symmetric-key
8132 passphrase caching but leave keypair caching to pgg.
8133
8134 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
8135
8136 Sync with Tramp 2.0.55.
8137
8138 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
8139 `integerp'. `char-equal' could fail else in case of negative
8140 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
8141 (top): Check for `font-lock-add-keywords' before calling; it
8142 doesn't exist under XEmacs.
8143 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
8144 (tramp-completion-mode): Remove clause (not
8145 tramp-unified-filenames), because the function is called in other
8146 context too, where this check results in wrong results in the
8147 XEmacs case on Windows.
8148 (tramp-touch): UTC handling is not possible for XEmacs.
8149
8150 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8151
8152 * scroll-bar.el (previous-scroll-bar-mode): New variable
8153 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
8154 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
8155
8156 * term/x-win.el: Set scroll bar mode to right if set by X resources.
8157
8158 2006-12-30 Richard Stallman <rms@gnu.org>
8159
8160 * files.el (make-backup-file-name-1): Precompute abs name
8161 but don't lose the relative name.
8162
8163 * international/mule-cmds.el (select-safe-coding-system-interactively):
8164 Fix message.
8165
8166 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
8167
8168 * files.el (backup-buffer): Show entire backup file name in msg.
8169
8170 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * image.el (image-type-header-regexps, image-type-from-data)
8173 (image-type-from-buffer, image-type-from-file-header):
8174 Revert changes from 2006-12-26.
8175 (image-type-auto-detectable): New variable.
8176 (image-type-auto-detected-p): New function.
8177
8178 * files.el (magic-mode-alist): Detect image files with
8179 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
8180
8181 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
8182
8183 * dired.el (dired-sort-other): Move test for dired-mode...
8184 (dired-sort-set-modeline): ...to here.
8185
8186 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8187
8188 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
8189 change. Suggested by Stefan Monnier.
8190
8191 2006-12-29 Kim F. Storm <storm@cua.dk>
8192
8193 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
8194 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
8195
8196 2006-12-27 Kim F. Storm <storm@cua.dk>
8197
8198 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
8199 so it doesn't accidentally match an fsf.org mail address.
8200 (authors-renamed-files-alist): Add tcover-*.el.
8201
8202 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * vc-arch.el (vc-arch-find-version): New function.
8205
8206 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
8207 composed of arbitrary characters (even /) in some systems.
8208
8209 2006-12-27 Eli Zaretskii <eliz@gnu.org>
8210
8211 * international/mule-cmds.el (select-safe-coding-system-interactively):
8212 Improve the message in the *Warning* buffer.
8213
8214 2006-12-27 Kim F. Storm <storm@cua.dk>
8215
8216 * ido.el (ido-set-matches-1): Fix last change. If default item is
8217 current buffer, it is ok to be first.
8218
8219 2006-12-27 Kenichi Handa <handa@m17n.org>
8220
8221 * international/mule-cmds.el (select-safe-coding-system-interactively):
8222 Use face `link' for problematic chars.
8223
8224 2006-12-27 Kenichi Handa <handa@m17n.org>
8225
8226 * international/mule-cmds.el (select-safe-coding-system-interactively):
8227 Improve the message in *Warning* buffer.
8228
8229 2006-12-27 Kim F. Storm <storm@cua.dk>
8230
8231 * ido.el (ido-set-matches-1): Never put current buffer first if
8232 there are other matches.
8233
8234 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
8235
8236 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
8237 expressions.
8238 (gdb-var-delete): Handle duplicate names. Print message for non
8239 root expressions.
8240 (gdb-partial-output-name): Start buffer name with a space.
8241 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
8242 buffer name.
8243
8244 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8245
8246 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
8247 last footnote when `footnote-spaced-footnotes' is nil.
8248
8249 2006-12-26 Richard Stallman <rms@gnu.org>
8250
8251 * cus-edit.el (custom-browse-sort-alphabetically)
8252 (custom-buffer-sort-alphabetically)
8253 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
8254
8255 * image.el (image-type-header-regexps): Change element format
8256 to include third item NOT-ALWAYS.
8257 (image-type-from-data): Handle new format.
8258 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
8259 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
8260
8261 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
8262
8263 * add-log.el (add-log-current-defun): Call `forward-sexp'
8264 multiple times to pick a member function name defined as
8265 part of nested classes/namespaces.
8266
8267 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8268
8269 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
8270 which keymap should be used to change menu. It does not affect any
8271 existent code.
8272
8273 2006-12-26 Richard Stallman <rms@gnu.org>
8274
8275 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
8276 rather than for being in a minibuffer window.
8277
8278 2006-12-25 Daiki Ueno <ueno@unixuser.org>
8279
8280 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
8281 locale-coding-system.
8282 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
8283 LF.
8284
8285 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
8286
8287 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
8288 (sql-mode-syntax-table): Disable double quoted strings.
8289 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
8290
8291 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8292
8293 * startup.el (fancy-splash-last-input-event): New variable.
8294 (fancy-splash-special-event-action): New function.
8295 (fancy-splash-screens): Temporarily bind special events to it.
8296 Execute command for saved special event before exiting from
8297 recursive editing.
8298
8299 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
8300 New functions.
8301 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
8302 Use mac-unread-string.
8303
8304 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8305
8306 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
8307 an optimized comment regexp if `comment-start-skip' uses a ^.
8308 * bs.el (bs--up): Remove interactive spec.
8309
8310 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
8313 Suggested by James Cloos.
8314
8315 2006-12-24 Kevin Ryde <user42@zip.com.au>
8316
8317 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
8318 in March.
8319 (calendar-dst-ends): Default to first Sunday in November.
8320
8321 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
8322
8323 * allout.el (allout-encrypt-string): Inhibit use of agent within
8324 body of let form where encryption happens. Acknowledge non-use of
8325 gpg-agent in docstring.
8326 (allout-toggle-subtree-encryption): Acknowledge non-use of
8327 gpg-agent in docstring.
8328
8329 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
8330
8331 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
8332
8333 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
8334
8335 * ediff-diff.el (ediff-diff-options): Clarify docstring.
8336 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
8337
8338 * emulation/viper-cmd.el (viper-post-command-sentinel):
8339 Protect against errors in hooks.
8340 (viper-add-newline-at-eob-if-necessary): Add newline only if we
8341 actually modify buffer; ignore errors if occur.
8342
8343 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
8344
8345 * calendar/calendar.el (calendar-mode-map): Switch < and >.
8346 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
8347 formatting.
8348
8349 2006-12-23 Richard Stallman <rms@gnu.org>
8350
8351 * simple.el (delete-horizontal-space): Doc fix.
8352
8353 2006-12-23 Eli Zaretskii <eliz@gnu.org>
8354
8355 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
8356 explicitly in a recursive Make, not implicitly through prerequisites,
8357 since the latter is wrong under parallel builds.
8358
8359 2006-12-22 Eli Zaretskii <eliz@gnu.org>
8360
8361 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
8362
8363 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
8364
8365 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
8366 message string.
8367
8368 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
8369
8370 * outline.el (outline-next-visible-heading): Fix the case with a
8371 header at end-of-file with no final newline.
8372
8373 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8374
8375 * indent.el (tab-always-indent): Doc fix.
8376
8377 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
8378
8379 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8380 (Info-fontify-node): Do fontify indices.
8381
8382 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
8383 to the Emacs Lisp reference manual.
8384 (tutorial--tab-map): Remove. All callers changed.
8385 (tutorial--find-changed-keys): New elt QUIET, used to...
8386 (tutorial--display-changes): ...ensure that warning messages are
8387 only issued once per changed key.
8388 (tutorial--remove-remarks): Delete unused code-path.
8389 (lang-strings): Remove extraneous formatting.
8390 (tutorial--save-tutorial): Prompt before saving tutorial state.
8391
8392 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
8395 Replace '?\ ' by '?\s' throughout.
8396 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
8397 `help' custom group.
8398 (tutorial--key-description): New function.
8399 (tutorial--display-changes): Remove redundant arg. Scan for all
8400 key sequences to avoid false matches. Cleanup.
8401 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
8402 reduce homedir pollution.
8403 (help-with-tutorial): Call tutorial--display-changes with no arg.
8404
8405 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
8406
8407 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
8408
8409 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
8410
8411 * net/tramp.el (tramp-default-method): We still need to check for
8412 `executable-find', because it is not bound under Emacs 20.
8413 (tramp-handle-file-name-completion)
8414 (tramp-completion-handle-file-name-completion): Handle optional
8415 parameter PREDICATE.
8416 (tramp-find-default-method): Add code for default values.
8417
8418 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
8419
8420 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
8421 make gud-go send "continue".
8422
8423 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
8424
8425 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
8426 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
8427
8428 2006-12-19 Kim F. Storm <storm@cua.dk>
8429
8430 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
8431 instead of global-map.
8432
8433 * files.el (magic-mode-alist): Allow matching file type by
8434 calling a function at bob. Check for image types by calling
8435 image-type-from-buffer. Suggested by Juanma Barranquero.
8436 (set-auto-mode): Do it.
8437
8438 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
8439
8440 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
8441 Remove "ControlMaster" option from the other `scp*' methods.
8442 (tramp-default-method): Check for ssh-agent before setting to `scp'.
8443
8444 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
8445
8446 * textmodes/org.el (org-mode): Show context after isearch.
8447 (org-show-siblings): New function.
8448 (org-show-context): Use `org-show-siblings'.
8449
8450 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
8453 Use syntax-ppss-toplevel-pos.
8454
8455 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
8456
8457 * textmodes/org.el (org-current-line): Make sure that lines are
8458 counted from beginning of buffer.
8459 (org-table-copy-region, org-table-paste-rectangle): Make sure that
8460 lines are counted from beginning of buffer.
8461
8462 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
8463
8464 * info.el (Info-build-node-completions): Signal error if tag-table
8465 marker is not found.
8466
8467 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8468
8469 2006-12-17 Alan Mackenzie <acm@muc.de>
8470
8471 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8472 speed) the case when open-paren-in-column-0-is-defun-start is nil.
8473 Based on code by Martin Rudalics.
8474
8475 * progmodes/cc-mode.el (c-basic-common-init): Don't set
8476 open-paren-in-column-0-is-defun-start to nil any more.
8477
8478 2006-12-17 Richard Stallman <rms@gnu.org>
8479
8480 * simple.el (delete-horizontal-space): Use prefix arg.
8481
8482 * help-fns.el (describe-variable): Improve blank separator lines.
8483
8484 * files.el (magic-mode-alist): Mark as risky.
8485
8486 * files.el (make-backup-file-name-1):
8487 Expand backup-directory explicitly.
8488
8489 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
8490
8491 * net/tramp.el (tramp-default-method): Before setting to "pscp",
8492 check whether package password.el is loaded, or Pageant is running.
8493
8494 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
8495
8496 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
8497 (icalendar--rris): First try Emacs, then XEmacs.
8498 (icalendar--convert-ical-to-diary): Doc fix.
8499 Insert newline at end of target file.
8500
8501 2006-12-17 Kim F. Storm <storm@cua.dk>
8502
8503 * outline.el (outline-isearch-open-invisible-function): New defvar.
8504 (outline-flag-region): Use it if non-nil for isearch-open-invisible
8505 overlay property instead of outline-isearch-open-invisible.
8506
8507 2006-12-16 Kim F. Storm <storm@cua.dk>
8508
8509 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
8510 if ido-directory-too-big is set on entry.
8511 (ido-toggle-ignore, ido-completion-help): Print message while
8512 reading big directory.
8513
8514 2006-12-15 Richard Stallman <rms@gnu.org>
8515
8516 * shell.el (shell): Doc fix.
8517
8518 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8519
8520 * emulation/edt.el (edt-xserver):
8521 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
8522 to fix a problem on Cygwin.
8523
8524 * emulation/edt.el
8525 * emulation/edt-mapper.el
8526 * emulation/edt-lk201.el
8527 * emulation/edt-pc.el
8528 * emulation/edt-vt100.el: Update maintainer's email address.
8529
8530 2006-12-15 Simon Marshall <simon@gnu.org>
8531
8532 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
8533
8534 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8535
8536 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
8537 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
8538 instead of mac-atsu-font-table.
8539 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
8540
8541 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
8542
8543 * align.el (align-match-tex-pattern): Fix a rare bug which
8544 hanged Emacs.
8545
8546 2006-12-14 Richard Stallman <rms@gnu.org>
8547
8548 * startup.el (use-fancy-splash-screens-p): Use frame-height
8549 instead of window-height. Pass frame to image-size.
8550
8551 2006-12-13 Kenichi Handa <handa@m17n.org>
8552
8553 * international/mule-cmds.el (set-locale-environment):
8554 Set default-sendmail-coding-system too.
8555
8556 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
8557
8558 * progmodes/idlw-help.el: Fix copyright notice.
8559
8560 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
8563
8564 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * subr.el (unread-command-char): Reformat obsolescence info.
8567
8568 2006-12-11 Richard Stallman <rms@gnu.org>
8569
8570 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
8571 about calls to cl-struct-setf-expander.
8572
8573 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
8574
8575 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
8576 (ediff-combination-pattern): Fix typo in docstring.
8577
8578 * textmodes/refer.el (refer-find-entry): Doc fix.
8579 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
8580 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
8581 Fix tipos in docstrings.
8582
8583 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
8584
8585 2006-12-10 Kim F. Storm <storm@cua.dk>
8586
8587 * ido.el (ido-init-completion-maps): Remap backward-kill-word
8588 instead of binding M-backspace.
8589
8590 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * replace.el (replace-match-data, replace-match-maybe-edit):
8593 * calc/calc-aent.el (calc-eval-error):
8594 * emulation/vi.el (vi-char-argument):
8595 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
8596 (c-vsemi-status-unknown-p-fn): Doc fixes.
8597
8598 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8599
8600 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
8601 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
8602
8603 2006-12-10 Masatake YAMATO <jet@gyve.org>
8604
8605 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
8606
8607 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8610
8611 * man.el (Man-xref-button-action): New function. If the
8612 `Man-target-string' button property is a function, assume it
8613 accepts a position argument.
8614 (Man-abstract-xref-man-page): Use it.
8615 (Man-default-man-entry): New optional arg POS.
8616
8617 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
8618 symlink arrows read-only and non-rear-sticky.
8619
8620 2006-12-09 Martin Rudalics <rudalics@gmx.at>
8621
8622 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
8623 (wdired-search-and-rename): Simplify code.
8624 (wdired-preprocess-files, wdired-preprocess-perms): Make
8625 read-only property of preceding character rear-nonsticky to
8626 avoid that it can be modified. Put old-name and old-link
8627 properties on character preceding name and replace
8628 put-text-property by add-text-properties.
8629 (wdired-get-filename, wdired-get-previous-link): Get old-name
8630 and old-link properties from character preceding name and
8631 simplify code.
8632 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
8633 (wdired-perms-to-number): Make local-map property
8634 rear-nonsticky to avoid that text following permissions may be
8635 modified. Use add-text-properties instead of put-text-property
8636 when changing a permission bit.
8637 (wdired-change-to-dired-mode): Remove stickiness properties.
8638
8639 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
8640
8641 * international/mule-cmds.el (register-input-method): Doc fix.
8642
8643 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
8644
8645 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
8646
8647 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8648
8649 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
8650 Force buffer local defs evaluation on local variables loading.
8651 (flyspell-mode-on, flyspell-mode-off): Use it in
8652 `hack-local-variables-hook'.
8653
8654 2006-12-09 Eli Zaretskii <eliz@gnu.org>
8655
8656 * emacs-lisp/find-func.el (find-variable): Doc fix.
8657
8658 * help-fns.el (variable-at-point): Doc fix.
8659
8660 * w32-fns.el (w32-append-code-lines): New function.
8661
8662 2006-12-09 Romain Francoise <romain@orebokech.com>
8663
8664 * comint.el (comint-insert-input): Delete obsolete comment.
8665
8666 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
8669 current frame, in case we're connected to several displays.
8670
8671 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8672
8673 * frame.el (other-frame): Doc fix.
8674 (set-frame-parameter): Fix typo in docstring.
8675
8676 2006-12-07 Kim F. Storm <storm@cua.dk>
8677
8678 * info.el (Info-index): Strip leading colon from topic.
8679
8680 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
8681
8682 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
8683 to pointers.
8684
8685 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
8686
8687 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
8688 Trim out spurious class inheritance "None" entries.
8689
8690 2006-12-05 Kim F. Storm <storm@cua.dk>
8691
8692 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
8693 (cua-paste-pop): Rework last change for
8694 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
8695 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
8696 text inserted by the last M-y command.
8697
8698 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8699
8700 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
8701 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
8702
8703 * shell.el (shell): Search the start file in ~/.emacs.d as
8704 `init_SHELLNAME.sh' instead.
8705
8706 2006-12-05 Glenn Morris <rgm@gnu.org>
8707
8708 * progmodes/cperl-mode.el (cperl-mode)
8709 * progmodes/f90.el (f90-mode-abbrev-table)
8710 * progmodes/fortran.el (fortran-mode-abbrev-table)
8711 * progmodes/octave-mod.el (octave-abbrev-table)
8712 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
8713 if abbrev-table is non-nil (saved user abbrevs may have been restored).
8714
8715 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
8716 clear abbrev table, else saved abbrevs will not be restored.
8717
8718 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
8719
8720 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
8721 the call to `make-obsolete-variable', not in the docstring.
8722
8723 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
8726
8727 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8728
8729 * progmodes/ebnf-abn.el:
8730 * progmodes/ebnf-bnf.el:
8731 * progmodes/ebnf-dtd.el:
8732 * progmodes/ebnf-ebx.el:
8733 * progmodes/ebnf-iso.el:
8734 * progmodes/ebnf-otz.el:
8735 * progmodes/ebnf-yac.el:
8736 * progmodes/ebnf2ps.el:
8737 * delim-col.el:
8738 * printing.el:
8739 * ps-bdf.el:
8740 * ps-mule.el:
8741 * ps-print.el: Remove 'Time-stamp' comment mark.
8742
8743 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8744 'easy-menu-add-item' when called in Emacs 21 or higher.
8745
8746 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
8747
8748 * progmodes/ada-xref.el (ada-check-current): Doc fix.
8749 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
8750
8751 2006-12-04 Kim F. Storm <storm@cua.dk>
8752
8753 * bindings.el (global-map): Bind [signal t] to ignore, to have
8754 user signals ignored by default.
8755
8756 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
8757
8758 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
8759 Unicode data file pointed to by `describe-char-unicodedata-file'.
8760
8761 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
8764 O(n^2) regexp-search by anchoring the search.
8765
8766 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
8767
8768 * whitespace.el (whitespace-cleanup-internal): Use current
8769 argument for recursive call.
8770
8771 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
8772
8773 * net/tramp.el (tramp-methods): Add "ControlPath" and
8774 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
8775 Andreas Schwab <schwab@suse.de>.
8776 (tramp-do-copy-or-rename-file-out-of-band)
8777 (tramp-open-connection-rsh): Compute format spec for ?t.
8778 (tramp-process-actions): Trace command parameters.
8779
8780 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8781
8782 * simple.el (toggle-truncate-lines): Clarify doc string.
8783
8784 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
8785 (gdb-speedbar-expand-node): Use it.
8786
8787 2006-12-04 Richard Stallman <rms@gnu.org>
8788
8789 * progmodes/python.el (python-indent): Add safe-local-variable prop.
8790
8791 * dired.el (dired-revert): Turn off dired-after-readin-hook
8792 around call to dired-readin.
8793
8794 * menu-bar.el (menu-bar-make-toggle): Add "globally"
8795 to echo area messages.
8796 <indicate-empty-lines, case-fold-search>:
8797 Add "globally" to Help string.
8798 <case-fold-search>: MESSAGE arg need not say "globally".
8799 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
8800
8801 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
8802
8803 * outline.el (outline-end-of-subtree): Don't leave an empty
8804 line hidden as we would a real next heading.
8805
8806 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
8807
8808 * allout.el (allout-ascend): Add an optional argument to preserve
8809 original position of point when unsuccessful. Also, fix a
8810 docstring error.
8811 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
8812 work again, using allout-ascend's new option.
8813 (allout-setup-mode-map): Extract from allout-mode to initialize
8814 allout-mode-map. Call it on file load, so the mode docstring
8815 substitutions work even if allout mode has not yet been invoked.
8816 (allout-mode): Use new allout-setup-mode-map to track any keybinding
8817 customizations since the map was last processed. Also, refine the
8818 docstring so it's ship-shape for release.
8819 (allout-default-layout, allout-beginning-of-line-cycles)
8820 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
8821 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
8822 (allout-version, allout-layout, allout-infer-body-reindent)
8823 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
8824 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
8825 (allout-previous-heading, allout-goto-prefix-doublechecked)
8826 (allout-current-bullet-pos, allout-next-sibling-leap)
8827 (allout-pre-command-business, allout-encrypted-type-prefix)
8828 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
8829 (allout-rebullet-topic, allout-rebullet-topic-grunt)
8830 (allout-flag-region, allout-expose-topic, allout-expose-topic)
8831 (allout-old-expose-topic, allout-listify-exposed)
8832 (allout-process-exposed, allout-latex-verb-quote)
8833 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
8834 (allout-toggle-current-subtree-encryption)
8835 (allout-toggle-subtree-encryption, allout-bullet-isearch):
8836 Remove extraneous open-paren and close paren string escapes.
8837
8838 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
8839
8840 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
8841 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
8842 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
8843 Fix typos in docstrings.
8844
8845 2006-12-03 Glenn Morris <rgm@gnu.org>
8846
8847 * progmodes/cc-align.el
8848 * progmodes/cc-awk.el
8849 * progmodes/cc-cmds.el
8850 * progmodes/cc-compat.el
8851 * progmodes/cc-defs.el
8852 * progmodes/cc-engine.el
8853 * progmodes/cc-langs.el
8854 * progmodes/cc-menus.el
8855 * progmodes/cc-mode.el
8856 * progmodes/cc-styles.el
8857 * progmodes/cc-vars.el
8858 * progmodes/vhdl-mode.el: Fix Copyright format.
8859
8860 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
8861
8862 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
8863 initial down event.
8864
8865 2006-12-02 Kim F. Storm <storm@cua.dk>
8866
8867 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
8868 (cua-repeat-replace-region): Make M-v more robust.
8869 (cua-paste-pop-rotate-temporarily): New defcustom.
8870 (cua-paste-pop): Use it.
8871 (cua-auto-mark-last-change): New defcustom.
8872 (cua-pop-to-last-change): New helper function.
8873 (cua-set-mark): Use them.
8874
8875 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
8876
8877 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
8878 mini-buffer message.
8879
8880 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
8881
8882 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
8883
8884 2006-12-01 Ben North <ben@redfrontdoor.org>
8885
8886 * paren.el: Fix the highlight overlay extension when the user types a
8887 sequence of char very fast just before the open parenthesis.
8888
8889 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8890
8891 * ps-mule.el: Eliminate Emacs 20 compatibility.
8892
8893 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
8894 (ps-print-version): New version 6.7.
8895 (ps-print-quote): Replace '?\ ' by '?\s'.
8896
8897 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
8898
8899 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
8900 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
8901 (hexl-end-of-1k-page): Doc fixes.
8902 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
8903 Fix typos in docstrings.
8904
8905 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8906
8907 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
8908 locally, i.e. without using file name handlers.
8909 (ido-read-internal): Allow mono letter host names, avoiding the
8910 `c:' problem by testing if the file exists locally.
8911 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
8912
8913 2006-11-30 Masatake YAMATO <jet@gyve.org>
8914
8915 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
8916 to avoid bytecomp warnings.
8917 (hexl-mode-old-ruler-function): New variable.
8918 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
8919 and `hl-line-range-function' after `require' hl-line.
8920 Then bind `hl-line-range-function' and `hl-line-face'.
8921 Don't require frame. Don't use `with-no-warnings'.
8922 (hexl-activate-ruler): Store the original value of
8923 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
8924 (hexl-mode-exit): Restore the original value of
8925 `ruler-mode-ruler-function'.
8926
8927 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
8928
8929 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
8930 (hexl-mode-old-hl-line-face): New variable.
8931 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
8932 line when exit from the hexl-mode.
8933
8934 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
8937 Doc fixes.
8938
8939 * international/fontset.el (create-fontset-from-ascii-font)
8940 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
8941 (fontset-name-p): Fix typo in docstring.
8942
8943 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
8944
8945 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8946
8947 * ps-bdf.el: Fix maintainer email.
8948
8949 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
8950 compatibility.
8951
8952 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
8953 21 compatibility.
8954 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
8955 Emacs 20 & 21.
8956
8957 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
8958
8959 * progmodes/idlwave.el (idlwave-auto-fill):
8960 Remove paragraph-start let to prevent auto-fill giving up.
8961
8962 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
8963
8964 * vt100-led.el (led-state): Fix typo in previous change.
8965
8966 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8967
8968 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8969 Fix interactive spec of the functions getting defined to make them
8970 work as documented.
8971
8972 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * startup.el (fancy-splash-screens): Hide initial splash buffer.
8975
8976 2006-11-28 Kim F. Storm <storm@cua.dk>
8977
8978 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
8979 icomplete-mode is enabled.
8980
8981 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
8982
8983 * textmodes/org.el (require): Require gnus-sum during compilation
8984 to avoid problem with a macro call.
8985
8986 2006-11-28 Glenn Morris <rgm@gnu.org>
8987
8988 * emacs-lisp/authors.el (authors-aliases): Add new alias.
8989
8990 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
8991 (fortran-window-create-momentarily): Do not need string-to-char.
8992
8993 2006-11-28 Richard Stallman <rms@gnu.org>
8994
8995 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8996 Replace incorrect use of assoc-default with a loop.
8997
8998 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
8999
9000 * simple.el (next-error-find-buffer): Improve messages.
9001
9002 * files.el (revert-buffer): Special error message if file
9003 is now not readable.
9004
9005 * facemenu.el (facemenu-add-new-face): Improve doc strings of
9006 constructed commands.
9007
9008 * comint.el (comint-exec-1): Provide Emacs version and `comint'
9009 in INSIDE_EMACS.
9010
9011 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
9014
9015 * server.el: Remove spurious * in docstrings.
9016 (server-process-filter): Exit from recursive editing before processing
9017 a new request.
9018
9019 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
9020
9021 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
9022 line so hidden blocks will be correctly identified.
9023
9024 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
9025
9026 * ledit.el (ledit-save-defun, ledit-mode):
9027 * resume.el (resume-emacs-args-buffer):
9028 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
9029 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
9030 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
9031 (command-send-input, command-kill-line):
9032 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
9033
9034 * autoarg.el (autoarg-kp-mode): Doc fix.
9035
9036 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
9037 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
9038 (check-emacs-lock): Doc fix. Simplify.
9039
9040 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
9041 (iimage-mode-buffer): Fix typos in docstring.
9042
9043 * misc.el (zap-up-to-char): Doc fix.
9044
9045 * time-stamp.el: Fix comment and obsolescence string for old
9046 functions. Use `dolist' instead of `while'.
9047
9048 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
9049
9050 * disp-table.el (standard-display-8bit, standard-display-default):
9051 * ebuff-menu.el (electric-buffer-list):
9052 * ehelp.el (electric-help-command-loop):
9053 * font-core.el (font-lock-mode):
9054 * help-macro.el (make-help-screen):
9055 * help.el (describe-minor-mode-completion-table-for-indicator)
9056 (lookup-minor-mode-from-indicator):
9057 * indent.el (tab-to-tab-stop, move-to-tab-stop):
9058 * info-look.el (info-lookup-guess-custom-symbol):
9059 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
9060 * longlines.el (longlines-wrap-line):
9061 * macros.el (insert-kbd-macro):
9062 * menu-bar.el (menu-bar-update-buffers):
9063 * misc.el (copy-from-above-command):
9064 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
9065 * newcomment.el (comment-indent):
9066 * novice.el (disabled-command-function):
9067 * sort.el (sort-fields-syntax-table):
9068 * subr.el (momentary-string-display):
9069 * tar-mode.el (tar-header-block-summarize)
9070 (tar-clear-modification-flags):
9071 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
9072 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
9073 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
9074 (te-delete-char, te-down-vertically-or-scroll):
9075 * time-stamp.el (time-stamp-string-preprocess):
9076 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
9077
9078 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
9079
9080 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
9081 in GUD mode.
9082
9083 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
9084 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
9085
9086 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9087
9088 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
9089
9090 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
9091
9092 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
9093 (ada-compile-goto-error): Adapt to new argument profile of
9094 compilation-goto-locus in Emacs 22. Don't check if the various
9095 compile functions are defined; we already do "(require 'compile)".
9096
9097 2006-11-26 Kim F. Storm <storm@cua.dk>
9098
9099 * kmacro.el: Fix commentary.
9100
9101 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
9102
9103 * progmodes/gud.el (gdb): Explain how to run in text command mode
9104 more clearly. Say in error message that multiple debugging
9105 requires restarting GDB.
9106
9107 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
9108
9109 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
9110
9111 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
9112
9113 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
9114 (flymake-popup-menu): Use it instead of posn-at-point.
9115
9116 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9117
9118 * progmodes/cc-vars.el (c-backslash-column):
9119 Mention c-backslash-max-column in documentation for c-backslash-column.
9120
9121 2006-11-24 Lars Hansen <larsh@soem.dk>
9122
9123 * net/tramp.el (tramp-default-method): Under Windows, change from
9124 plink to pscp.
9125 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
9126 (tramp-actions-copy-out-of-band):
9127 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
9128 (tramp-action-out-of-band): Move "Permission denied" handling to
9129 tramp-action-copy-failed.
9130 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
9131 process buffer.
9132
9133 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9136 strings to a single string. Quote `errors-file-name'.
9137 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9138 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9139 Adjust calls. Use `shell-quote-argument'.
9140
9141 * international/mule.el (load-with-code-conversion)
9142 (with-category-table): Use with-current-buffer.
9143 (after-insert-file-set-coding): Use restore-buffer-modified-p.
9144
9145 2006-11-24 Eli Zaretskii <eliz@gnu.org>
9146
9147 * mail/smtpmail.el (smtpmail-send-it):
9148 Copy buffer-file-coding-system from the mail buffer. Possibly add a
9149 MIME header for the message encoding.
9150 Bind coding-system-for-write around the call to mail-do-fcc.
9151 Use smtpmail-code-conv-from to encode queued mail messages.
9152
9153 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9154
9155 * tabify.el (tabify-regexp): Doc fix.
9156
9157 * net/rcirc.el (rcirc-buffer-maximum-lines):
9158 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
9159
9160 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
9161 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
9162 Fix typos in output messages.
9163 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
9164
9165 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
9168 the horse's mouth.
9169 (hexlify-buffer): Don't re-encode an arg that's already encoded.
9170
9171 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
9172
9173 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
9174 Remove condition-case.
9175
9176 2006-11-23 Glenn Morris <rgm@gnu.org>
9177
9178 * progmodes/f90.el (f90-comment-indent): Do not move point in
9179 default case.
9180
9181 2006-11-21 Romain Francoise <romain@orebokech.com>
9182
9183 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
9184 from library name (reverts change of 2005-10-25).
9185
9186 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
9187
9188 * tutorial.el (tutorial--default-keys): Add newline and
9189 delete-backward-char bindings.
9190 (tutorial--detailed-help): Save excursion when finding keys.
9191 Correct warning string for M-x FOO case.
9192 (tutorial--display-changes): Print special keys in tutorial style.
9193 Tweak search regexp for changed keys.
9194
9195 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9196
9197 * thingatpt.el (thing-at-point-url-at-point): Don't add a
9198 redundant scheme.
9199
9200 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
9201
9202 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
9203 are new to the list at IANA. Also added irc, mms, mmsh.
9204
9205 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
9206
9207 * progmodes/idlw-help.el (idlwave-html-help-location):
9208 Fail gracefully for missing help packages.
9209 (idlwave-help-assistant-open-link): Open full links.
9210 (idlwave-help-assistant-help-with-topic): Direct help link.
9211
9212 * progmodes/idlwave.el (idlwave-mode):
9213 Set add-log-current-defun-function.
9214 (idlwave-current-routine-fullname): Add, to support add-log.
9215 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
9216 to reflect improvements to xml-parse-file.
9217 (idlwave-mode-menu-def): New binding for help-with-topic.
9218
9219 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
9220 Handle extra newlines and spaces.
9221 (idlwave-shell-mode-map): Add help-with-topic.
9222
9223 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
9224
9225 * tutorial.el (tutorial-warning-face): New face.
9226 (tutorial--detailed-help, tutorial--display-changes): Use it.
9227 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
9228 Improve search pattern for occurrences of changed keys.
9229
9230 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9231
9232 * term/x-win.el (x-last-cut-buffer-coding): New variable.
9233 (x-select-text): Set it.
9234 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
9235 when checking for newness.
9236
9237 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
9238
9239 * subr.el (posn-image):
9240 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
9241
9242 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
9243
9244 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9245
9246 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
9247 Exceptions to the rule "add a space between an identifier and an
9248 opening parenthesis". Defaulted to the `#define' problem of cpp.
9249 (glasses-parenthesis-exception-p): New. Check if the region is an
9250 exception regarding to that.
9251 (glasses-make-readable): Use it.
9252 (glasses-convert-to-unreadable): Ditto. Modify the file also if
9253 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
9254
9255 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
9256
9257 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
9258
9259 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
9260
9261 * progmodes/ada-mode.el (ada-make-body): Fix typo.
9262
9263 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
9264 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
9265
9266 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
9267
9268 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
9269 conditions for function or variable bindings.
9270
9271 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
9272
9273 * progmodes/compile.el (compilation-start): Ditto.
9274
9275 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
9276
9277 * net/tramp.el (top): cl and custom are always required.
9278
9279 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9280
9281 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
9282 cut-buffers with next-selection-coding-system if not nil.
9283
9284 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
9285
9286 * textmodes/org.el (org-fix-decoded-time): New function.
9287 (org-display-custom-time): Use `org-fix-decoded-time'.
9288
9289 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
9290
9291 * menu-bar.el (menu-bar-games-menu): Remove yow.
9292
9293 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
9294
9295 * textmodes/org.el (org-scan-tags): Re-align code fixed.
9296 (org-detach-overlay): Rename from `org-detatch-overlay'.
9297 (org-table-convert-region): Insert space after column separator.
9298 (org-agenda-kill): New command.
9299 (org-metaleft): Call `org-outdent-item' on bullets.
9300 (org-metaright): Call `org-indent-item' on bullets.
9301 (org-timestamp-change): Set `org-last-changed-timestamp'.
9302 (org-current-line): Make sure (bolp) returns correct result.
9303 (org-agenda-change-all-lines): Make sure TODO are highlighted.
9304
9305 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
9308
9309 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
9310
9311 * mouse.el (global-map): Change 2006-08-16 fix to call
9312 mouse-yank-at-click explicitly, since mouse events are not carried
9313 over into keyboard macros.
9314
9315 2006-11-16 Kim F. Storm <storm@cua.dk>
9316
9317 * ido.el (ido-file-internal): Use current buffer's file name as default
9318 choice for ido-find-alternate-file. Suggested by Matt Hodges.
9319
9320 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
9321
9322 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
9323 (allout-inhibit-aberrance-doublecheck): Rename from
9324 allout-during-yank-processing. All callers changed.
9325 (allout-ascend): Provide for unusual case where some topic after
9326 the first in file is at lower depth than the first.
9327 (allout-shift-in): Ensure the offspring of the new containing
9328 topic are exposed.
9329 (allout-encrypt-string): Preserve the coding-system of the text,
9330 according to that of the containing buffer.
9331 (allout-toggle-subtree-encryption): When the text being encrypted
9332 requires a different coding system, offer to preserve the coding
9333 system using a file local var.
9334
9335 2006-11-15 Simon Marshall <simon@gnu.org>
9336
9337 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
9338 to recognise "T t()" as a function declaration, rather than a
9339 variable instantiation, iff at the top-level or inside a class
9340 declaration. Suggested by Feng Li <fengli@gmail.com>.
9341
9342 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
9343
9344 * progmodes/ada-xref.el (ada-parse-prj-file):
9345 Don't delete project buffer; user may want to edit it.
9346 (ada-xref-set-project-field, ada-xref-current-project-file)
9347 (ada-xref-current-project, ada-show-current-project)
9348 (ada-set-main-compile-application): New functions.
9349 (ada-xref-get-project-field, ada-require-project-file):
9350 Normalize use of ada-prj-default-project-file.
9351 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
9352 Normalize use of ada-require-project-file.
9353 (ada-prj-find-prj-file): Improve doc string, comments.
9354
9355 * progmodes/ada-mode.el (ada-mode-version): Bump version.
9356 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
9357 (ada-create-menu): Add ada-set-main-compile-application,
9358 ada-show-current-main, ada-show-current-project.
9359
9360 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
9363 (inferior-python-mode): Use it.
9364
9365 2006-11-14 Andreas Schwab <schwab@suse.de>
9366
9367 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9368
9369 2006-11-13 Kim F. Storm <storm@cua.dk>
9370
9371 * ido.el (ido-copy-current-word): C-o copies region if active.
9372
9373 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
9374
9375 * textmodes/org.el (org-emph-face): Fix typo in variable name.
9376
9377 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
9378
9379 * ediff.el (ediff-revision):
9380 * files.el (set-visited-file-name):
9381 * mail/rmailout.el (rmail-output-body-to-file):
9382 Use `format', not `message', in `y-or-n-p' call.
9383
9384 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
9385
9386 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
9387 (org-metaright): Call `org-indent-item' on bullets.
9388 (org-timestamp-change): Set `org-last-changed-timestamp'.
9389 (org-current-line): Make sure (bolp) returns correct result.
9390 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
9391
9392 2006-11-12 Richard Stallman <rms@gnu.org>
9393
9394 * language/european.el (turkish-case-conversion-enable)
9395 (turkish-case-conversion-disable): New functions.
9396 ("Turkish" lang env): Use them.
9397
9398 * international/characters.el (case table):
9399 Do nothing special for i and I.
9400
9401 * subr.el (remove-overlays): Fix last change.
9402
9403 * cus-edit.el (custom-save-all): Use find-file-visit-truename
9404 for visiting the custom file.
9405
9406 2006-11-12 Markus Triska <triska@gmx.at>
9407
9408 * play/handwrite.el (handwrite): Also process lines not ending
9409 with newline. Replace some position-fiddling with different
9410 logic. Improve performance.
9411
9412 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
9413
9414 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
9415 replacing deleted variable `ada-check-switch'.
9416 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
9417 (ada-xref-project-files): Improve doc string.
9418 (ada-find-executable): New function.
9419 (ada-initialize-runtime-library): Use `ada-find-executable'.
9420 (ada-xref-set-default-prj-values): In compile commands, don't need
9421 `ada-cd-command'; `compile' does that more portably.
9422 Use ada-prj-default-check-cmd.
9423 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
9424 properties if not specified in project file.
9425 (ada-goto-declaration): Display useful message for new error
9426 'error-file-not-found.
9427 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
9428 'error-file-not-found.
9429 (ada-get-all-references): Match latest ali syntax. Signal new
9430 error 'error-file-not-found.
9431 (ada-find-in-ali): Match latest ali syntax.
9432 (ada-make-filename-from-adaname): Handle different semantics of
9433 gnatkr in GNAT 3.15p vs later.
9434
9435 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
9436 ada-procedure-start-regexp.
9437 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
9438
9439 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
9440 with defvar.
9441 (ada-language-version): Rename ada05 -> ada2005.
9442 (ada-align-region-separate): Add `eval-when-compile'.
9443 (ada-name-regexp): Remove unneeded escapes in regexp character
9444 alternative.
9445 (ada-compile-goto-error-file-linenr-re): New constant.
9446 (ada-matching-start-re): Handle additional cases `declare',
9447 `procedure', `function'.
9448 (ada-compile-goto-error): Handle "... at line nn".
9449 (ada-mode): Clearer syntax, comments for ff-special-constructs.
9450 Delete support for old versions of `align'.
9451 (ada-search-prev-end-stmt): Handle additional keyword `private'.
9452 (ada-check-defun-name): Simplify handling of `declare'.
9453 (ada-goto-matching-start): Handle nested `begin ... end'.
9454 Handle `declare', `protected', `procedure', `function'.
9455 (ada-create-menu): Presence of arm95 is not conditional on using
9456 GNAT compiler.
9457
9458 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
9459
9460 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
9461 nil in the *RE-Builder* buffer (it causes spurious error messages).
9462
9463 * server.el (server-visit-files): If `minibuffer-auto-raise' has
9464 been set to t, respect it.
9465
9466 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
9467
9468 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
9469 Delete commented out code for old Emacs versions. Autoloading of
9470 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
9471 (ada-mode-version): Bump version number.
9472 (ada-95-string-keywords, ada-2005-string-keywords)
9473 (ada-2005-keywords, ada-name-regexp): New constant.
9474 (ada-language-version, ada-procedure-start-regexp, ada-mode)
9475 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
9476 (ada-package-start-regexp): Support private packages, include package
9477 name (for ada-set-point-accordingly).
9478 (ada-next-procedure, ada-previous-procedure)
9479 (ada-which-function-are-we-in): Match changes to
9480 ada-procedure-start-regexp.
9481 (ada-make-body): Make non-interactive; not a user function.
9482 (ada-make-subprogram-body): Improve doc string.
9483
9484 2006-11-11 Romain Francoise <romain@orebokech.com>
9485
9486 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
9487 `compilation-error-regexp-alist' buffer-local, since we changed
9488 `compilation-error-regexp-alist-alist' locally.
9489
9490 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
9491
9492 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
9493 to the value of `server-raise-frame'.
9494
9495 2006-11-11 Glenn Morris <rgm@gnu.org>
9496
9497 * ido.el (ido-enable-prefix)
9498 * ses.el (ses-call-printer-return)
9499 * net/tramp.el (tramp-unified-filenames)
9500 * progmodes/cc-align.el (c-lineup-string-cont)
9501 * progmodes/compile.el (compilation-directory-matcher)
9502 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9503 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9504 (vhdl-clock-rising-edge)
9505 * textmodes/org.el (org-export-with-timestamps)
9506 (org-export-remove-timestamps-from-toc)
9507 (org-export-with-tags): Improve previous doc fixes.
9508
9509 2006-11-11 Richard Stallman <rms@gnu.org>
9510
9511 * textmodes/flyspell.el (flyspell-mode-map):
9512 Bind C-c $ instead of M-RET.
9513
9514 2006-11-10 Simon Marshall <simon@gnu.org>
9515
9516 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
9517 fontification for "case" and "default" keywords.
9518
9519 2006-11-10 Andreas Schwab <schwab@suse.de>
9520
9521 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9522 Avoid starting sentence with "nil".
9523
9524 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
9525
9526 * server.el (server-raise-frame): New option.
9527 (server-switch-buffer): Use it.
9528
9529 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
9530
9531 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
9532 with a capital.
9533
9534 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
9535
9536 * textmodes/org.el (org-show-hierarchy-above)
9537 (org-show-following-heading): Fix typo in default value.
9538 (org-scan-tags): Make the search case-sensitive.
9539 (org-tags-sparse-tree): Don't overrule
9540 `org-show-following-heading' and `org-show-hierarchy-above'.
9541 (org-reveal): New command.
9542 (org-show-context): Rename from `org-show-hierarchy-above'.
9543 (org-fast-tag-selection-single-key): New option.
9544 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
9545 (org-tags-overlay): New variable.
9546 (org-agenda-todo-ignore-deadlines): New option.
9547 ("session"): Add circular data structure `org-mark-ring' to
9548 exceptions list in session.el.
9549 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
9550 New options.
9551 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
9552 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
9553 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
9554 (org-finalize-agenda): Activate bracket links in agenda.
9555 (org-at-timestamp-p, org-at-date-range-p): Additional argument
9556 INACTIVE-OK.
9557 (org-show-hierarchy-above, org-show-following-heading):
9558 List values allowed for fine-tuned configuration.
9559 (org-show-hierarchy-above): New argument CONTEXT, use the
9560 fine-tuned settings in `org-show-hierarchy-above' and
9561 `org-show-following-heading'.
9562 (org-display-custom-time): New function.
9563 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
9564 (org-display-custom-times, org-time-stamp-custom-formats):
9565 (org-maybe-intangible): New macro.
9566 (org-activate-bracket-links, org-hide-wide-columns):
9567 Use `org-maybe-intangible'.
9568 (org-open-file): Use `shell-quote-argument'.
9569 (org-display-internal-link-with-indirect-buffer): New option.
9570 (org-file-remote-p): Get regexp from list.
9571 (org-link-expand-abbrev): New function.
9572 (org-link-abbrev-alist): New option.
9573 (org-open-at-point, org-cleaned-string-for-export):
9574 Call `org-link-expand-abbrev'.
9575 (org-timeline, org-agenda-list, org-todo-list)
9576 (org-tags-view): Remove the KEEP-MODES argument.
9577 (org-finalize-agenda-hook): New hook.
9578 (org-get-alist-option): New function.
9579 (org-follow-timestamp-link): New function.
9580 (org-open-at-point): Call `org-follow-timestamp-link'.
9581 (org-log-note-marker, org-log-note-purpose)
9582 (org-log-note-window-configuration): New variables.
9583 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
9584 (org-log-note-headings): New option.
9585 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
9586 (org-store-link): Support for dired-mode.
9587 (org-open-file): Substitute environment variables into filename.
9588 (org-last): New defsubst.
9589 (org-agenda-re-align-tags): New function.
9590 (org-agenda-align-tags-to-column): New option.
9591 (org-agenda-timeline): Group removed.
9592 (org-prepare-agenda, org-prepare-agenda-buffers)
9593 (org-run-agenda-series, org-timeline, org-agenda-list)
9594 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
9595 the text property inticating the agenda type.
9596 (org-agenda-post-command-hook): Get agenda type from text property
9597 at point.
9598 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
9599 and obey `org-agenda-overriding-arguments'.
9600 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
9601 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9602 (org-agenda-week-view, org-agenda-day-view):
9603 Use `org-agenda-overriding-arguments' to make updating work with
9604 multi-block agendas.
9605 (org-agenda-prefix-format): Allow different formats for the
9606 different agenda entry types.
9607 (org-timeline-prefix-format): Option removed, use
9608 `org-agenda-prefix-format' instead.
9609 (org-prepare-agenda): New function.
9610 (org-select-timeline-window): Option removed, use
9611 `org-select-agenda-window' instead.
9612 (org-respect-restriction): Variable removed.
9613 (org-cmp-tag): New function.
9614 (org-agenda-sorting-strategy, org-entries-lessp):
9615 Implement sorting by last tag.
9616 (org-complete): Better completion in in-buffer option lines.
9617 (org-in-item-p): New function.
9618 (org-org-menu): Add entries for checkboxes.
9619 (org-cycle): Extra brouping in outline-regexp, because it is used
9620 in a search with "^" prepended.
9621 (org-provide-checkbox-statistics): New option.
9622 (org-set-font-lock-defaults): Highlight checkbox statistics.
9623 (org-update-checkbox-count-maybe)
9624 (org-get-checkbox-statistics-face): New functions.
9625 (org-update-checkbox-count): New command.
9626 (org-insert-item, org-toggle-checkbox):
9627 Call `org-update-checkbox-count-maybe'.
9628 (org-export-as-html): XEmacs compatibility for coding system.
9629 (org-force-cycle-archived): New command.
9630 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
9631 overrules cycling.
9632 (org-fix-position-after-promote): If the line contains only a todo
9633 keyword, add a final space.
9634 (org-promote-subtree, org-demote-subtree):
9635 Call `org-fix-position-after-promote'.
9636
9637 2006-11-10 Glenn Morris <rgm@gnu.org>
9638
9639 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
9640 date in every year.
9641 (calendar-dst-check-each-year-flag): New customizable variable.
9642 (calendar-dst-find-data): New function, extracted from
9643 calendar-current-time-zone.
9644 (calendar-current-time-zone): Use calendar-dst-find-data.
9645 (calendar-dst-transition-cache): New variable.
9646 (calendar-dst-find-startend, calendar-dst-starts)
9647 (calendar-dst-ends): New functions.
9648 (calendar-daylight-savings-starts)
9649 (calendar-daylight-savings-ends): Change value to use
9650 calendar-dst-starts, calendar-dst-ends; respectively.
9651
9652 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
9653
9654 * ido.el (ido-enable-prefix)
9655 * ses.el (ses-call-printer-return)
9656 * net/tramp.el (tramp-unified-filenames)
9657 * progmodes/cc-align.el (c-lineup-string-cont)
9658 * progmodes/compile.el (compilation-directory-matcher)
9659 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9660 * progmodes/gdb-ui.el (gdb-many-windows)
9661 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9662 (vhdl-clock-rising-edge)
9663 * textmodes/org.el (org-export-with-timestamps)
9664 (org-export-remove-timestamps-from-toc, org-export-with-tags)
9665 (org-read-date): Doc fix (Nil -> nil).
9666
9667 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9668
9669 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9670 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
9671
9672 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
9673
9674 * bs.el (bs--window-for-buffer): Remove.
9675 (bs--show-with-configuration): Use `get-window-with-predicate'
9676 instead of `bs--window-for-buffer'.
9677
9678 2006-11-10 Kenichi Handa <handa@m17n.org>
9679
9680 * files.el (revert-buffer): Fix previous change.
9681
9682 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
9683
9684 * bs.el (bs--redisplay): Fix typo in docstring.
9685 (bs--window-config-coming-from): Make frame-local.
9686 (bs--restore-window-config): New function.
9687 (bs-kill, bs-select, bs-select-other-window)
9688 (bs-select-other-frame): Use it.
9689 (bs--window-for-buffer): Return as soon as a matching buffer is found.
9690 (bs--show-with-configuration): Save the window configuration as a
9691 frame local var, and only if *buffer-selection* is not already
9692 visible on this frame.
9693
9694 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
9695
9696 * vc-svn.el (vc-svn-admin-directory): New var.
9697 (vc-svn-registered, vc-svn-responsible-p)
9698 (vc-svn-repository-hostname): Use it.
9699 Suggested by arit93@yahoo.com.
9700
9701 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9702
9703 * ldefs-boot.el: Regenerate.
9704
9705 2006-11-08 Alan Mackenzie <acm@muc.de>
9706
9707 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
9708 case (eq open-paren-in-column-0-is-defun-start nil) by searching
9709 for least nested open-paren.
9710
9711 2006-11-08 Romain Francoise <romain@orebokech.com>
9712
9713 * subr.el (remove-overlays): Fix typo in last change.
9714
9715 2006-11-08 Richard Stallman <rms@gnu.org>
9716
9717 * subr.el (remove-overlays): Call overlay-recenter.
9718
9719 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9720
9721 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9722 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
9723 behaviour.
9724 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
9725 directly.
9726
9727 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9728
9729 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
9730 (ido-max-dir-file-cache, ido-decorations)
9731 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
9732 (ido-magic-backward-char, ido-enter-dired)
9733 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
9734 (ido-list-directory, ido-first-match, ido-only-match)
9735 (ido-subdir, ido-indicator): Fix typos in docstrings.
9736 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
9737 (ido-read-internal): Fix typo in error message.
9738
9739 2006-11-08 Kenichi Handa <handa@m17n.org>
9740
9741 * international/mule-cmds.el (set-default-coding-systems):
9742 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
9743
9744 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
9745
9746 * makefile.w32-in (setwins): Remove.
9747 (WINS_ALMOST): New macro.
9748 (WINS): Use it.
9749 (autoloads): Don't extract autoloads from files in obsolete/.
9750
9751 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
9752
9753 * whitespace.el (whitespace-buffer): Call remove-overlays after
9754 overlay-recenter for performance. Suggested by Martin Rudalics.
9755
9756 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
9757
9758 * net/tramp.el (tramp-default-method): scp is the default method.
9759
9760 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
9761
9762 * server.el (server-start): Save also the Emacs pid in the server file.
9763
9764 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
9765
9766 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
9767 point when displaying a bibtex cross reference in the echo area.
9768
9769 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
9770
9771 * international/mule.el (make-char): Fix typo in docstring.
9772 (load-with-code-conversion, charsetp): Doc fixes.
9773
9774 * international/ja-dic-cnv.el (skkdic-convert):
9775 * cus-edit.el (hook): Fix typo in docstring.
9776
9777 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * cus-edit.el (custom-mode-map): Move defvar above code using it.
9780 (custom-mode-link-map): New variable.
9781 (custom-group-link, custom-manual): Use follow-link.
9782
9783 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9784
9785 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
9786 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
9787
9788 2006-11-06 Richard Stallman <rms@gnu.org>
9789
9790 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9791 New function broken out of flyspell-correct-word.
9792 (flyspell-mode-map): Bind it to M-RET.
9793 (flyspell-correct-word): Call it.
9794
9795 * textmodes/fill.el (fill-minibuffer-function): New function.
9796 (fill-paragraph): Bind fill-paragraph-function to
9797 fill-minibuffer-function.
9798
9799 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
9800 so that they aren't undefined.
9801
9802 * dired.el (dired-readin): Locally bind file-name-coding-system.
9803
9804 * bindings.el: Shorten and clarify usual mode line mouse help string.
9805
9806 * Makefile.in (autoloads): Don't include `obsolete'.
9807
9808 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
9809
9810 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9811 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
9812 Printing menu if it's not initialized.
9813 (pr-menu-bind): Act on menu-bar-file-menu directly.
9814
9815 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
9816
9817 * help.el (view-emacs-news): Fix typo in error message.
9818
9819 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
9820
9821 * shadowfile.el (shadow-define-regexp-group)
9822 (shadow-literal-groups, shadow-insert-var): Doc fixes.
9823 (shadow-read-files): Fix typo in message.
9824 (shadow-inhibit-overload, shadow-find, shadow-suffix)
9825 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
9826 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
9827 (shadow-file-match): Fix typos in docstrings.
9828
9829 * terminal.el (terminal-emulator): Fix typo in message.
9830
9831 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
9832
9833 * emacs-lisp/lselect.el (x-kill-primary-selection)
9834 (x-delete-primary-selection, x-copy-primary-selection):
9835 Fix typos in error messages.
9836
9837 * emulation/edt-mapper.el: Fix typo in interactive message.
9838
9839 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
9840
9841 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
9842 (ispell-help): Fix typos in docstrings.
9843 (ispell-help): Fix typo in output message.
9844
9845 * allout.el (allout-adjust-file-variable)
9846 (allout-passphrase-verifier-string)
9847 (allout-passphrase-hint-string)
9848 (allout-toggle-current-subtree-encryption):
9849 * apropos.el (apropos-synonyms):
9850 * cus-edit.el (hook):
9851 * emacs-lock.el (emacs-lock-from-exiting):
9852 * follow.el (follow-avoid-tail-recenter-p):
9853 * hexl.el (hexl-mode):
9854 * mouse-copy.el (mouse-copy-work-around-drag-bug):
9855 * mouse.el (mouse-set-font):
9856 * resume.el (resume-emacs-args-file):
9857 * rfn-eshadow.el (file-name-shadow-tty-properties):
9858 * t-mouse.el (t-mouse-process, t-mouse-mode):
9859 * emacs-lisp/cust-print.el (custom-print-install)
9860 (custom-print-uninstall, custom-format):
9861 * emacs-lisp/shadow.el (list-load-path-shadows):
9862 * emulation/tpu-edt.el (tpu-help-text)
9863 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
9864 (tpu-reset-control-keys):
9865 * emulation/vip.el (vip-emacs-local-map)
9866 (vip-change-mode-to-emacs):
9867 * emulation/viper.el (viper-mode, viper-set-hooks)
9868 (viper-major-mode-modifier-list):
9869 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9870 * emulation/viper-keym.el (viper-emacs-kbd-map)
9871 (viper-toggle-key):
9872 * mail/feedmail.el (feedmail-queue-reminder)
9873 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
9874 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
9875 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
9876 (feedmail-sender-line, feedmail-force-binary-write)
9877 (feedmail-from-line, feedmail-deduce-envelope-from)
9878 (feedmail-x-mailer-line, feedmail-message-id-generator)
9879 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
9880 (feedmail-enable-spray, feedmail-spray-this-address)
9881 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
9882 (feedmail-queue-runner-confirm-global)
9883 (feedmail-ask-before-queue-prompt)
9884 (feedmail-ask-before-queue-reprompt)
9885 (feedmail-prompt-before-queue-standard-alist)
9886 (feedmail-prompt-before-queue-user-alist)
9887 (feedmail-prompt-before-queue-help-supplement)
9888 (feedmail-queue-use-send-time-for-message-id)
9889 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
9890 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
9891 (feedmail-mail-send-hook-queued)
9892 (feedmail-confirm-addresses-hook-example)
9893 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
9894 (feedmail-queue-runner-mode-setter)
9895 (feedmail-queue-alternative-mail-header-separator)
9896 (feedmail-queue-runner-message-sender)
9897 (feedmail-buffer-eating-function, feedmail-binmail-template)
9898 (feedmail-run-the-queue-no-prompts)
9899 (feedmail-run-the-queue-global-prompt)
9900 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
9901 (feedmail-envelope-deducer, feedmail-fiddle-date)
9902 (feedmail-default-message-id-generator)
9903 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
9904 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
9905 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
9906 (vms-pmail-setup):
9907 * play/dunnet.el (dun-help):
9908 * play/handwrite.el (handwrite):
9909 * play/hanoi.el (hanoi-unix-64):
9910 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9911 * textmodes/enriched.el (fixed):
9912 * textmodes/org.el (org-file-apps)
9913 (org-emphasis-regexp-components, org-emphasis-alist):
9914 * textmodes/texinfmt.el (batch-texinfo-format):
9915 Fix typos in docstrings.
9916
9917 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
9918
9919 * loadhist.el (read-feature): Don't complete features not loaded
9920 from a file (which make `unload-feature' to fail).
9921
9922 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9923
9924 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
9925
9926 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
9927
9928 * startup.el (command-line-1): Kill emacs if the last frame is
9929 deleted while evaluating the command-line arguments.
9930
9931 2006-11-05 Richard Stallman <rms@gnu.org>
9932
9933 * startup.el (init-file-had-error): Add doc string.
9934 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
9935 Use fixed-width font for keyboard key descriptions.
9936
9937 * cus-edit.el (custom-save-all): Error if saving in .emacs
9938 and it had an error when loaded.
9939
9940 * dired-aux.el (dired-copy-file-recursive): Catch errors
9941 from recursive copies in the loop, around the recursive call.
9942
9943 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9944
9945 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
9946 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
9947 `/proc/acpi/thermal_zone/*'.
9948 (battery-search-for-one-match-in-files): New. Search a regexp in
9949 the content of some files.
9950
9951 2006-11-05 Martin Rudalics <rudalics@gmx.at>
9952
9953 * window.el (mouse-autoselect-window-now): Remove variable.
9954 (mouse-autoselect-window-state): New variable.
9955 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
9956 (mouse-autoselect-window-select, handle-select-window):
9957 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
9958 Suspend delayed autoselection during menu or popup dialog.
9959
9960 * info-look.el (info-lookup-guess-custom-symbol): New function
9961 for retrieving symbol at point in custom buffers.
9962 (top level) <info-lookup-maybe-add-help>: Add backquote and
9963 comma to ignored characters in regexps of help specifications
9964 for emacs-lisp-mode and lisp-interaction-mode. This permits
9965 looking up symbols in `...' and after a comma. Add help
9966 specifications for custom-mode and help-mode.
9967
9968 2006-11-04 Eli Zaretskii <eliz@gnu.org>
9969
9970 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
9971 Don't encode body if RAW is non-nil, or if the old encoding is
9972 identical to the new encoding, or if the body contains only
9973 eight-bit-* characters.
9974
9975 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9976
9977 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
9978 (faces-sample-overlay): Remove variable.
9979 (describe-face): Insert sample text in the face being described.
9980
9981 2006-11-04 Martin Rudalics <rudalics@gmx.at>
9982
9983 * whitespace.el (whitespace-indent-regexp): Make this match any
9984 multiples of eight spaces near the beginning of a line.
9985 (whitespace-buffer): Use `remove-overlays' instead of
9986 `whitespace-unhighlight-the-space' and `overlay-recenter' to
9987 speed up overlay handling.
9988 (whitespace-buffer-leading, whitespace-buffer-trailing):
9989 Make these functions highlight the text removed by
9990 `whitespace-buffer-leading-cleanup' and
9991 `whitespace-buffer-trailing-cleanup' respectively.
9992 (whitespace-buffer-search): Use `with-local-quit'.
9993 Move `format' out of loop to speed up scanning larger buffers.
9994 (whitespace-unhighlight-the-space): Remove `remove-hook' since
9995 that function is never added to a hook.
9996 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
9997 (whitespace-buffer-leading-cleanup)
9998 (whitespace-refresh-rescan-list): Fix docstrings.
9999
10000 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
10001
10002 * allout.el (allout-during-yank-processing): Cue for inhibiting
10003 aberrance processing during yanks.
10004 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
10005 the amount of yanked topics that can be aberrant.
10006 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
10007 a function, and supplement with inihibition of doublechecking
10008 during yanks.
10009 (allout-beginning-of-line, allout-next-heading)
10010 (allout-previous-heading, allout-goto-prefix-doublechecked)
10011 (allout-back-to-current-heading, allout-next-visible-heading)
10012 (allout-next-sibling): Use new allout-do-doublecheck function.
10013 (allout-next-sibling): Ensure we made progress when returning
10014 other than nil.
10015 (allout-rebullet-heading): Preserve text property annotations
10016 indicating the text was hidden, if it was.
10017 (allout-kill-line): Remove any added was-hidden annotations.
10018 (allout-kill-topic): Remove any added was-hidden annotations.
10019 (allout-annotate-hidden): Inhibit adding was-hidden text
10020 properties to the undo list.
10021 (allout-deannotate-hidden): New function to remove was-hidden
10022 annotation.
10023 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
10024 (allout-remove-exposure-annotation): Replace by
10025 allout-deannotate-hidden.
10026 (allout-yank-processing): Signal that yank processing is happening
10027 with allout-during-yank-processing. Also, wrap
10028 allout-unprotected's closer to the text changes, for easier
10029 debugging. We need to inhibit-field-text-motion explicitly, in
10030 lieu of the encompassing allout-unprotected.
10031 (outlineify-sticky): Adjust criteria for triggering new outline
10032 decorations to presence or absence of any topics, not just a topic
10033 at the beginning of the buffer.
10034
10035 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
10036
10037 * bs.el (bs--show-all, bs--redisplay):
10038 * cus-edit.el (custom-unlispify-menu-entries)
10039 (custom-unlispify-tag-names, custom-prompt-variable):
10040 * expand.el (expand-pos):
10041 * speedbar.el (speedbar-generic-list-tag-p):
10042 * wid-edit.el (widget-image-enable):
10043 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
10044 * emacs-lisp/find-func.el (find-function-noselect)
10045 (find-function, find-variable-noselect, find-variable)
10046 (find-definition-noselect, find-face-definition):
10047 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
10048 * net/eudc-vars.el (eudc-expansion-overwrites-query):
10049 * progmodes/ada-xref.el (ada-find-in-ali):
10050 * textmodes/flyspell.el (flyspell-check-tex-math-command):
10051 * textmodes/org.el (org-copy-subtree):
10052 * textmodes/table.el (table--row-column-insertion-point-p):
10053 Use "non-nil" in docstrings.
10054
10055 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
10056
10057 * sort.el (sort-columns): Set the field separator to tab; on
10058 NetBSD, sort complains if "\n" is used as field separator.
10059
10060 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
10061
10062 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
10063
10064 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * server.el (server-auth-key): Remove. Replace by a process-property.
10067 (server-start): Don't remove the file of the previous process, but
10068 instead clear out the place for the new file.
10069 (server-start): Set the :auth-key property.
10070 (server-process-filter): Use the :auth-key property.
10071
10072 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
10073
10074 * textmodes/org.el (org-mode-map): No longer copy
10075 `outline-mode-map' explicitly - this is already done by
10076 `define-derived-mode'.
10077
10078 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
10079
10080 * server.el (server-visit-files): Use `when'.
10081 (server-process-filter): When authentication fails, send error
10082 message to client. Wrap `process-send-region' in `ignore-errors'
10083 instead of `condition-case', and remove misleading comment.
10084
10085 2006-11-01 Juri Linkov <juri@jurta.org>
10086
10087 * simple.el (yank): Doc fix.
10088
10089 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * server.el: Try and fit within 80 columns.
10092 (server-start): Make the auth file unreadable by other users.
10093
10094 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10095
10096 * battery.el (battery-linux-proc-acpi): Prevent range error when
10097 `full-capacity' is 0.
10098
10099 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10100
10101 * faces.el (faces-sample-overlay): New defvar.
10102 (faces-sample-overlay): New function to show face sample text.
10103 (describe-face): Use it.
10104
10105 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
10106
10107 * progmodes/ada-stmt.el: Change maintainer, apply
10108 whitespace-cleanup, checkdoc.
10109 (ada-func-or-proc-name): Add doc string.
10110
10111 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
10112 whitespace-cleanup, checkdoc. Minor improvements to many doc
10113 strings and comments.
10114 (ada-prj-display-page): Change buffer name to more accurately
10115 reflect function.
10116
10117 * progmodes/ada-xref.el: Change maintainer, apply
10118 whitespace-cleanup, checkdoc. Minor improvements to many doc
10119 strings and comments. Don't look for `gvd' or `ddd' debuggers.
10120 (ada-compile-current): Don't add newlines to commands.
10121
10122 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
10123
10124 * server.el: Add support for TCP sockets.
10125 (server-use-tcp, server-host, server-auth-dir): New options.
10126 (server-auth-key): New variable.
10127 (server-ensure-safe-dir): Create nonexistent parent dirs.
10128 Ignore Unix-style file modes on Windows.
10129 (server-start): Crete a TCP or Unix socket according to the value
10130 of `server-use-tcp'. For TCP sockets, create the id/auth file in
10131 `server-auth-dir' directory.
10132 (server-process-filter): Delete process if authentication
10133 fails (which never happens for Unix sockets).
10134
10135 2006-10-30 David Kastrup <dak@gnu.org>
10136
10137 * subr.el (add-to-list): Don't continue checking if a match has
10138 been found.
10139
10140 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
10141
10142 * tutorial.el: Move defvars to avoid bytecomp warnings.
10143 (tutorial--find-changed-keys): Check if viper-current-state is
10144 bound before using it.
10145 (help-with-tutorial): Check if viper-tutorial is defined before
10146 using it.
10147
10148 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
10149
10150 * help-fns.el (help-with-tutorial): Move to tutorial.el.
10151
10152 * tutorial.el: New file.
10153 (help-with-tutorial): Move here from help-fns.el. Add help for
10154 rebound keys. Fix resume of tutorial.
10155 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
10156 (tutorial--find-changed-keys, tutorial--display-changes)
10157 (tutorial--saved-dir, tutorial--saved-file)
10158 (tutorial--save-tutorial): New functions to support the changes in
10159 help-with-tutorial.
10160
10161 2006-10-30 Kenichi Handa <handa@m17n.org>
10162
10163 * files.el (revert-buffer): If a unibyte buffer is being reverted
10164 with a coding system for multibyte, set buffer multibyte before
10165 calling insert-file-contents.
10166
10167 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * server.el (server-select-display): Use a dummy buffer to detect when
10170 the frame is later used.
10171 (server-select-display): New function.
10172 (server-process-filter): Use it to detect unused temp frames.
10173
10174 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
10175
10176 * progmodes/ada-mode.el: Change maintainer, apply
10177 whitespace-clean, checkdoc. Minor improvements to many doc strings.
10178 (ada-mode-version): New function.
10179 (ada-create-menu): Menu operations are available for all supported
10180 compilers.
10181
10182 2006-10-29 Lars Hansen <larsh@soem.dk>
10183
10184 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
10185 Highlight as keyword.
10186 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
10187 Don't call tramp-method-out-of-band-p for local files.
10188 (tramp-touch): Quote file name.
10189
10190 2006-10-28 Glenn Morris <rgm@gnu.org>
10191
10192 * calendar/calendar.el (cal-html-cursor-month)
10193 (cal-html-cursor-year): Add autoloads for this new package.
10194 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
10195
10196 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
10197
10198 * calendar/cal-html.el: New file.
10199
10200 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
10201
10202 * emacs-lisp/authors.el (authors-aliases): Update.
10203
10204 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
10205
10206 * version.el (emacs-version): Bump version number to 22.0.90.
10207
10208 2006-10-26 John W. Eaton <jwe@octave.org>
10209
10210 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
10211 New defvar.
10212 (inferior-octave-resync-dirs): Check to see whether Octave has
10213 built-in variables and set inferior-octave-has-built-in-variables.
10214 Check inferior-octave-has-built-in-variables to decide whether to
10215 send commands that set built-in variables or call functions to
10216 change Octave's behavior.
10217 Send "disp (pwd ())" to Octave instead of just "pwd".
10218 (inferior-octave-startup): Send "more off" to Octave instead of
10219 "page_screen_output = 0".
10220
10221 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
10222
10223 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
10224 pattern normally.
10225
10226 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
10227
10228 * bindings.el (mode-line-mode-menu): Remove bindings for global
10229 minor modes (line/column number) as they are on the menubar.
10230
10231 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
10232
10233 * term/w32-win.el (x-handle-name-switch): Doc fix.
10234 (w32-standard-fontset-spec): Fix typo in docstring.
10235
10236 * midnight.el (midnight-buffer-display-time): Doc fix.
10237 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
10238
10239 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
10240
10241 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
10242
10243 * emulation/viper-ex.el (ex-read): Quote file argument.
10244
10245 * ediff-diff.el (ediff-same-file-contents): Expand file names.
10246
10247 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
10248
10249 2006-10-22 Martin Rudalics <rudalics@gmx.at>
10250
10251 * textmodes/flyspell.el (flyspell-check-region-doublons):
10252 Fix last fix.
10253
10254 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
10255
10256 * bindings.el (mode-line-mode-menu): List global minor modes
10257 before local ones.
10258
10259 2006-10-23 Kim F. Storm <storm@cua.dk>
10260
10261 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
10262 (sit-for): If last command was a prefix arg, add the read-ahead
10263 event to unread-command-events as (t . EVENT) so it will be added
10264 to this-command-keys by read-key-sequence.
10265
10266 2006-10-22 Martin Rudalics <rudalics@gmx.at>
10267
10268 * textmodes/flyspell.el (flyspell-word): Skip past all previous
10269 whitespace when checking doublons.
10270 (flyspell-check-region-doublons): Fix doublon regexp.
10271 (flyspell-highlight-incorrect-region): Highlight doublons using
10272 flyspell-duplicate face.
10273
10274 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
10275
10276 2006-10-22 John Wiegley <johnw@newartisans.com>
10277
10278 * progmodes/python.el (python-use-skeletons): python-mode was
10279 auto-inserting templates (for those with abbrev-mode on), not only
10280 by default -- *but without a configuration variable to disable
10281 it*. This rendered python-mode completely useless for me, so I
10282 have added `python-use-skeletons', which is now off by default.
10283
10284 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
10285
10286 * progmodes/cperl-mode.el (cperl-mode): Don't assume
10287 font-lock-multiline is auto-local (it's not).
10288 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
10289 initialized before calling cperl-init-faces.
10290
10291 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
10292
10293 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
10294 gdb-stack-position a value when there is no fringe.
10295
10296 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
10297 indicator if not visiting a file.
10298
10299 2006-10-20 David Kastrup <dak@gnu.org>
10300
10301 * window.el (kill-buffer-and-window): Fix a bug where an aborted
10302 operation would still cause some window to collapse later.
10303
10304 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * vc.el (vc-switch-backend): Try to be more careful with unwanted
10307 side-effect due to mixing various backends's file properties.
10308
10309 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
10310 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
10311 Return `filename's status if applicable. Update callers.
10312
10313 2006-10-19 Kenichi Handa <handa@m17n.org>
10314
10315 * international/kkc.el (kkc-region): When a key sequence is not
10316 defined, append (this-single-command-raw-keys) to
10317 unread-input-method-events.
10318
10319 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
10322
10323 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10324
10325 * version.el (emacs-version): Use mac-carbon-version-string.
10326
10327 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
10328
10329 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10330
10331 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
10332 Kenichi Handa).
10333 (xselect-convert-to-string): Decline requests for UTF8_STRING if
10334 the selection is not UTF-8.
10335
10336 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
10337
10338 * progmodes/ada-mode.el (ada-83-string-keywords)
10339 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
10340 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
10341 (ada-looking-at-semi-private, ada-get-body-name):
10342 Fix typos in docstrings.
10343 (ada-create-case-exception, ada-create-case-exception-substring):
10344 Fix typos in error messages.
10345 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
10346
10347 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10348
10349 * term/x-win.el (res-geometry): Don't set geometry from Xresources
10350 to default-frame-alist if default-frame-alist already contains
10351 width/height.
10352
10353 2006-10-18 Richard Stallman <rms@gnu.org>
10354
10355 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
10356 Non-interactive arg is the value, not the expression.
10357
10358 * simple.el (read-expression-map): Just set it, no defvar.
10359
10360 * subr.el (insert-for-yank-1): If last inserted char has
10361 properties, mark them as rear-nonsticky.
10362
10363 * recentf.el (recentf-mode): Doc fix.
10364
10365 * facemenu.el (facemenu-add-new-face): Defend against symbol
10366 that isn't a face name.
10367
10368 * dired-aux.el (dired-do-copy): Doc fix.
10369
10370 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
10371
10372 * simple.el (line-move-1): Ignore fields when moving to the
10373 beginning of line to avoid getting point stuck.
10374
10375 2006-10-18 Martin Rudalics <rudalics@gmx.at>
10376
10377 * textmodes/flyspell.el (flyspell-word-search-backward):
10378 Set inhibit-point-motion-hooks to avoid looping due to intangibile
10379 text.
10380
10381 2006-10-16 Richard Stallman <rms@gnu.org>
10382
10383 * help-fns.el (describe-function-1): Special case optimization
10384 for self-insert-command.
10385
10386 2006-10-16 Kim F. Storm <storm@cua.dk>
10387
10388 * ido.el (ido-reread-directory): Work in `dir' mode too.
10389
10390 2006-10-15 Martin Rudalics <rudalics@gmx.at>
10391
10392 * textmodes/table.el: Require 'regexp-opt.
10393
10394 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
10395
10396 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
10397 Use shell-quote-argument.
10398
10399 * shell.el (explicit-bash-args): Likewise.
10400
10401 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
10402 Use grep -E rather than egrep.
10403
10404 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10405
10406 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
10407
10408 2006-10-15 Kim F. Storm <storm@cua.dk>
10409
10410 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
10411
10412 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10413
10414 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
10415 to protect whitespace and metacharacters from the shell.
10416
10417 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10418
10419 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
10420
10421 2006-10-13 Eli Zaretskii <eliz@gnu.org>
10422
10423 * subr.el (start-process-shell-command): Doc fix.
10424
10425 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
10426
10427 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
10428 the regexp for Maxima symbols.
10429
10430 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
10433 (vc-find-root): Don't walk higher up than ~.
10434
10435 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
10436
10437 * international/utf-8.el (utf-translate-cjk-load-tables):
10438 Avoid clobbering last-coding-system-used during load.
10439
10440 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
10441
10442 * textmodes/reftex-global.el (reftex-create-tags-file):
10443 Quote file arguments.
10444
10445 2006-10-12 Richard Stallman <rms@gnu.org>
10446
10447 * files.el (file-name-history): Add defvar.
10448 (save-some-buffers-action-alist): Improve description strings.
10449
10450 2006-10-12 Andreas Schwab <schwab@suse.de>
10451
10452 * files.el (auto-mode-alist): Match change log file name also with
10453 a dash before a numeric extension.
10454
10455 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
10456
10457 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
10458 After 5.0:
10459 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
10460
10461 After 5.1: Major edit. Summary of most visible changes:
10462
10463 - Multiple <<HERE per line allowed.
10464 - Handles multiline subroutine declaration headers (with comments).
10465 (The exception is `cperl-etags' - but it is not used in the rest
10466 of the mode.)
10467 - Fontifies multiline my/our declarations (even with comments,
10468 and with legacy `font-lock').
10469 - Major speedup of syntaxification, both immediate and postponed
10470 (3.5x to 15x [for different CPUs and versions of Emacs] on the
10471 huge real-life document I tested).
10472 - New bindings, edits to imenu.
10473 - "_" is made into word-char during fontification/syntaxification;
10474 some attempts to recognize non-word "_" during other operations too.
10475 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
10476 - autoload some more perldoc-related stuff
10477 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
10478 - Attempt to incorporate XEmacs edits which reached me.
10479
10480 Fine-grained changelog:
10481 (cperl-hook-after-change): New configuration variable.
10482 (cperl-vc-sccs-header): Likewise.
10483 (cperl-vc-sccs-header): Likewise.
10484 (cperl-vc-header-alist): Default via two preceding variables.
10485 (cperl-invalid-face): Remove double quoting under XEmacs
10486 (still needed under 21.2).
10487 (cperl-tips): Update URLs for resources.
10488 (cperl-problems): Likewise.
10489 (cperl-praise): Mention new features.
10490 New C-c key bindings: for `cperl-find-bad-style',
10491 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
10492 `cperl-perdoc', and `cperl-perldoc-at-point'.
10493 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
10494 moved, new submenu of Tools with Ispell entries and narrowing.
10495 (cperl-after-sub-regexp): New defsubst.
10496 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
10497 Allows heads up to head4.
10498 Allow "package;".
10499 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
10500 (paren-backwards-message): ??? Something for XEmacs???
10501 (cperl-mode): Never auto-switch abbrev-mode off.
10502 Try to allow '_' be non-word char.
10503 Do not use `font-lock-unfontify-region-function' on XEmacs.
10504 Reset syntax cache on mode start.
10505 Support multiline facification (even on legacy `font-lock').
10506 (cperl-facemenu-add-face-function): ??? Some contributed code ???
10507 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
10508 refuse to inform us whether the fontification is due to lazy
10509 calling or due to edit to a buffer, install our own hook
10510 (controlled by `cperl-hook-after-change').
10511 (cperl-electric-pod): =cut may have been recognized as start.
10512 (cperl-block-p): Move, updated for attributes.
10513 (cperl-calculate-indent): Try to allow '_' be non-word char
10514 Support subs with attributes.
10515 (cperl-where-am-i): Quiet (?) a warning.
10516 (cperl-cached-syntax-table): New function.
10517 (cperl-forward-re): Use `cperl-cached-syntax-table'.
10518 (cperl-unwind-to-safe): Recognize `syntax-type' property
10519 changing in a middle of line.
10520 (cperl-find-sub-attrs): New function.
10521 (cperl-find-pods-heres): Allow many <<EOP per line.
10522 Allow subs with attributes.
10523 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
10524 Recognize "extproc " (OS/2) case-folded and only at start.
10525 /x on s///x with empty replacement was not recognized.
10526 Better comments.
10527 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
10528 Allow subs with attributes, labels.
10529 Do not confuse "else::foo" with "else".
10530 Minor optimizations...
10531 (cperl-after-expr-p): Try to allow '_' be non-word char.
10532 (cperl-fill-paragraph): Try to detect a major bug in Emacs
10533 with `looking-at' inside `narrow' and bulk out if found.
10534 (cperl-imenu--create-perl-index): Updates for new
10535 `cperl-imenu--function-name-regexp-perl'.
10536 (cperl-outline-level): Likewise.
10537 (cperl-init-faces): Allow multiline subroutine headers
10538 and my/our declarations, and ones with comments.
10539 Allow subroutine attributes.
10540 (cperl-imenu-on-info): Better docstring.
10541 (cperl-etags): Rudimentary support for attributes.
10542 Support for packages and "package;".
10543 (cperl-add-tags-recurse-noxs): Better (?) docstring.
10544 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
10545 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
10546 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
10547 (cperl-perldoc): Add autoload.
10548 (cperl-perldoc-at-point): Likewise.
10549 (cperl-here-doc-spell): New function.
10550 (cperl-pod-spell): Likewise.
10551 (cperl-map-pods-heres): Likewise.
10552 (cperl-get-here-doc-region): Likewise.
10553 (cperl-font-lock-fontify-region-function): Likewise (backward
10554 compatibility for legacy `font-lock').
10555 (cperl-font-lock-unfontify-region-function): Fix style.
10556 (cperl-fontify-syntaxically): Recognize and optimize away deferred
10557 calls with no-change. Governed by `cperl-hook-after-change'.
10558 (cperl-fontify-update): Recognize that syntaxification region
10559 can be larger than fontification one.
10560 XXXX we leave `cperl-postpone' property, so this is quadratic...
10561 (cperl-fontify-update-bad): Temporary placeholder until
10562 it is clear how to implement `cperl-fontify-update'.
10563 (cperl-time-fontification): New function.
10564 (attrib-group): New text attribute.
10565 (multiline): New value: `syntax-type' text attribute.
10566
10567 After 5.2:
10568 (cperl-emulate-lazy-lock): New function.
10569 (cperl-fontify-syntaxically): Would skip large regions.
10570 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
10571 Some globals were declared, but uninitialized.
10572
10573 After 5.3, 5.4:
10574 (cperl-facemenu-add-face-function): Add docs, fix U<>.
10575 Copyright message updated.
10576 (cperl-init-faces): Work around a bug in `font-lock'. May slow
10577 facification down a bit.
10578 Misprint for my|our|local for old `font-lock'
10579 "our" was not fontified same as "my|local".
10580 Highlight variables after "my" etc even in
10581 a middle of an expression.
10582 Do not facify multiple variables after my etc
10583 unless parentheses are present.
10584
10585 After 5.5, 5.6
10586 (cperl-fontify-syntaxically): after-change hook could reset.
10587 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
10588
10589 After 5.7:
10590 (cperl-init-faces): Allow highlighting of local ($/).
10591 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
10592 (cperl-problems): Remove fixed problems.
10593 (cperl-find-pods-heres): Recognize #-comments in m##x too.
10594 Recognize charclasses (unless delimiter is \).
10595 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
10596 (cperl-regexp-scan): Update docs.
10597 (cperl-beautify-regexp-piece): Use information got from regexp scan.
10598
10599 After 5.8:
10600 Major user visible changes:
10601 Recognition and fontification of character classes in RExen.
10602 Variable indentation of RExen according to groups.
10603
10604 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
10605 Fontify REx charclasses in variable-name face.
10606 Fontify POSIX charclasses in "type" face.
10607 Fontify unmatched "]" in function-name face.
10608 Mark first-char of HERE-doc as `front-sticky'.
10609 Reset `front-sticky' property when needed.
10610 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
10611 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
10612 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
10613 constructs. Support `narrow'ed buffers.
10614 (cperl-praise): Remove a reservation.
10615 (cperl-make-indent): New function.
10616 (cperl-indent-for-comment): Use `cperl-make-indent'.
10617 (cperl-indent-line): Likewise.
10618 (cperl-lineup): Likewise.
10619 (cperl-beautify-regexp-piece): Likewise.
10620 (cperl-contract-level): Likewise.
10621 (cperl-toggle-set-debug-unwind): New function.
10622 New menu entry for this.
10623 (fill-paragraph-function): Use when `boundp'.
10624 (cperl-calculate-indent): Take into account groups when indenting RExen.
10625 (cperl-to-comment-or-eol): Recognize # which end a string.
10626 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
10627 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
10628 (cperl-fontify-syntaxically): More clear debugging message.
10629 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
10630 (cperl-init-faces): More complicated highlight even on XEmacs (new).
10631 Merge cosmetic changes from XEmacs.
10632
10633 After 5.9:
10634 (cperl-1+): Move to before the first use.
10635 (cperl-1-): Likewise.
10636
10637 After 5.10:
10638
10639 This code may lock Emacs hard!!! Use at your own risk!
10640
10641 (cperl-font-locking): New internal variable.
10642 (cperl-beginning-of-property): New function.
10643 (cperl-calculate-indent): Use `cperl-beginning-of-property'
10644 instead of `previous-single-property-change'.
10645 (cperl-unwind-to-safe): Likewise.
10646 (cperl-after-expr-p): Likewise.
10647 (cperl-get-here-doc-region): Likewise.
10648 (cperl-font-lock-fontify-region-function): Likewise.
10649 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
10650 recursively.
10651 Bound `next-single-property-change' via `point-max'.
10652 (cperl-unwind-to-safe): Bound likewise
10653 (cperl-font-lock-fontify-region-function): Likewise.
10654 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
10655 Initialization of `cperl-font-lock-multiline-start' could be
10656 missed if the "main" fontification did not run due to the
10657 keyword being already fontified.
10658 (cperl-pod-spell): Return t from do-one-chunk function.
10659 (cperl-map-pods-heres): Stop when the worker returns nil.
10660 Call `cperl-update-syntaxification'.
10661 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
10662 (cperl-get-here-doc-delim): Remove unused function.
10663
10664 After 5.11:
10665
10666 The possible lockup of Emacs (introduced in 5.10) fixed.
10667
10668 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
10669 (cperl-syntaxify-for-menu): New customization variable.
10670 (cperl-select-this-pod-or-here-doc): New function.
10671 (cperl-get-here-doc-region): Extra argument.
10672 Do not adjust pos by 1.
10673
10674 New menu entries
10675 (Perl/Tools): Selection of current POD or HERE-DOC section.
10676 (Debugging CPerl:) backtrace on fontification.
10677
10678 After 5.12:
10679 (cperl-cached-syntax-table): Use `car-safe'.
10680 (cperl-forward-re): Remove spurious argument SET-ST.
10681 Add documentation.
10682 (cperl-forward-group-in-re): New function.
10683 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
10684 (XXXX Temporary (?) hack is to syntax-mark them as comment).
10685
10686 After 5.13:
10687 (cperl-string-syntax-table): Make { and } not-grouping
10688 (Sometimes they ARE grouping in RExen, but matching them would only
10689 confuse in many situations when they are not)
10690 (beginning-of-buffer): Replace two occurrences with goto-char...
10691 (cperl-calculate-indent): `char-after' could be nil...
10692 (cperl-find-pods-heres): REx can start after "[" too.
10693 Hightlight (??{}) in RExen too.
10694 (cperl-maybe-white-and-comment-rex): New constant
10695 (cperl-white-and-comment-rex): Likewise.
10696 XXXX Not very efficient, but hard to make
10697 better while keeping 1 group.
10698
10699 After 5.13:
10700 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
10701 Likewise for 1 << identifier.
10702
10703 After 5.14:
10704 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
10705 Error-less condition-case could fail.
10706 (cperl-font-lock-fontify-region-function): Likewise.
10707 (cperl-init-faces): Likewise.
10708
10709 After 5.15:
10710 (cperl-find-pods-heres): Support property REx-part2.
10711 (cperl-calculate-indent): Likewise.
10712 Don't special-case REx with non-empty 1st line.
10713 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
10714 Invert highlighting of charclasses:
10715 now the envelop is highlighted.
10716 Highlight many others 0-length builtins.
10717 (cperl-praise): Mention indenting and highlight in RExen.
10718
10719 After 5.15:
10720 (cperl-find-pods-heres): Highlight capturing parens in REx.
10721
10722 After 5.16:
10723 (cperl-find-pods-heres): Highlight '|' for alternation
10724 Initialize `font-lock-warning-face' if not present.
10725 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
10726 `font-lock-function-name-face'.
10727 (cperl-look-at-leading-count): Likewise.
10728 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
10729 `font-lock-keyword-face' (needed for
10730 batch processing), etc...
10731 Use `font-lock-builtin-face' for builtin in REx
10732 Now `font-lock-variable-name-face'
10733 is used for interpolated variables
10734 Use "talking aliases" for faces inside REx
10735 Highlight parts of REx (except in charclasses)
10736 according to the syntax and/or semantic
10737 Syntax-mark a {}-part of (?{}) as "comment"
10738 (it was the ()-part)
10739 Better logic to distinguish what is what in REx
10740 (cperl-tips-faces): Document REx highlighting
10741 (cperl-praise): Mention REx syntax highlight etc.
10742
10743 After 5.17:
10744 (cperl-find-sub-attrs): Would not always manage to print error message.
10745 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
10746
10747 After 5.18:
10748 (cperl-find-pods-heres): Misprint in REx for parsing REx.
10749 Very minor optimization.
10750 `my-cperl-REx-modifiers-face' got quoted.
10751 Recognize "print $foo <<END" as HERE-doc.
10752 Put `REx-interpolated' text attribute if needed.
10753 (cperl-invert-if-unless-modifiers): New function.
10754 (cperl-backward-to-start-of-expr): Likewise.
10755 (cperl-forward-to-end-of-expr): Likewise.
10756 (cperl-invert-if-unless): Works in "the opposite way" too.
10757 Cursor position on return is on the switch-word.
10758 Indents comments better.
10759 (REx-interpolated): New text attribute.
10760 (cperl-next-interpolated-REx): New function.
10761 (cperl-next-interpolated-REx-0): Likewise.
10762 (cperl-next-interpolated-REx-1): Likewise.
10763 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
10764 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
10765 (cperl-praise): Mention finded interpolated RExen.
10766
10767 After 5.19:
10768 (cperl-init-faces): Highlight %$foo, @$foo too.
10769 (cperl-short-docs): Better docs for system, exec.
10770 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
10771 Would not find HERE-doc ended by EOF without NL.
10772 (cperl-short-docs): Correct not-doubled \-escapes.
10773 start block: Put some `defvar' for stuff gone from XEmacs.
10774
10775 After 5.20:
10776 initial comment: Extend copyright, fix email address.
10777 (cperl-indent-comment-at-column-0): New customization variable.
10778 (cperl-comment-indent): Indentation after $#a would increasy by 1.
10779 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
10780 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
10781 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
10782 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
10783 highlight $ in $foo too (UNTESTED).
10784 (cperl-set-style): Docstring missed some available styles.
10785 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
10786 Change "Current" to "Memorize Current".
10787 (cperl-indent-wrt-brace): New customization variable; the default is
10788 as for pre-5.2 version.
10789 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
10790 (cperl-style-alist): Likewise.
10791 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
10792 and `cperl-extra-newline-before-brace' etc
10793 being t
10794 (cperl-indent-exp): Plans B and C to find continuation blocks even
10795 if `cperl-extra-newline-before-brace' is t.
10796
10797 After 5.21:
10798 Improve some docstrings concerning indentation.
10799 (cperl-indent-rules-alist): New variable.
10800 (cperl-sniff-for-indent): New function name
10801 (separated from `cperl-calculate-indent').
10802 (cperl-calculate-indent): Separate the sniffer and the indenter;
10803 uses `cperl-sniff-for-indent' now.
10804 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
10805 was inverted;
10806 Support `comment-column' = 0.
10807
10808 2006-10-11 Martin Rudalics <rudalics@gmx.at>
10809
10810 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
10811 * help-at-pt.el (scan-buf-move-to-region): Likewise.
10812 * longlines.el (longlines-window-change-function): Likewise.
10813 * simple.el (undo-ask-before-discard): Likewise.
10814 * wid-edit.el (widget-field-prompt-internal)
10815 (widget-documentation-link-p): Likewise.
10816
10817 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
10820 for a keyword.
10821
10822 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * newcomment.el (comment-valid-prefix-p): Make the check
10825 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
10826 (comment-indent-new-line): Adjust call.
10827
10828 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
10829
10830 * allout.el (allout-back-to-current-heading): Base on lower-level
10831 routines to get proper disqualification of aberrant topics.
10832
10833 2006-10-09 Richard Stallman <rms@gnu.org>
10834
10835 * textmodes/two-column.el (2C-two-columns): Doc fix.
10836
10837 2006-10-09 Kim F. Storm <storm@cua.dk>
10838
10839 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
10840 about implicit use.
10841
10842 2006-10-08 Richard Stallman <rms@gnu.org>
10843
10844 * textmodes/two-column.el (2C-two-columns): Doc fix.
10845
10846 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10847
10848 * files.el: Mark `buffer-read-only' as safe-local-variable.
10849
10850 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
10851
10852 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
10853 Burp if GUD buffer has been killed.
10854
10855 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * completion.el (add-completions-from-c-buffer):
10858 Don't presume an error's second element is a string.
10859 Use looking-at rather than buffer-substring + member.
10860
10861 2006-10-07 Eli Zaretskii <eliz@gnu.org>
10862
10863 * mail/rmail.el (rmail-redecode-body): If the old encoding is
10864 `undecided', call find-coding-systems-region to find a proper
10865 non-trivial encoding.
10866 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
10867 and "text/plain".
10868
10869 2006-10-07 Kevin Ryde <user42@zip.com.au>
10870
10871 * textmodes/reftex-vars.el (defgroup reftex): Update home page
10872 url-link.
10873
10874 * strokes.el (defgroup strokes): Remove invalid url-link.
10875
10876 2006-10-07 Magnus Henoch <mange@freemail.hu>
10877
10878 * autoinsert.el (auto-insert-alist): Doc fix.
10879
10880 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10881
10882 * mouse-sel.el (mouse-insert-selection-internal):
10883 Use insert-for-yank, so that yank handlers are run.
10884
10885 2006-10-07 Kim F. Storm <storm@cua.dk>
10886
10887 * ido.el (ido-file-extension-aux): Fix comparison.
10888
10889 2006-10-06 Kim F. Storm <storm@cua.dk>
10890
10891 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
10892
10893 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
10894
10895 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
10896 (ad-make-mapped-call): Use `let', not `let*'.
10897
10898 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
10899
10900 * international/mule-cmds.el (coding-system-change-eol-conversion):
10901 Ensure the coding system is initialized before calling
10902 coding-system-eol-type.
10903
10904 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
10905
10906 * textmodes/org.el (org-rm-props, org-activate-plain-links)
10907 (org-activate-angle-links, org-activate-dates)
10908 (org-activate-target-links, org-activate-camels)
10909 (org-activate-tags): Add `rear-nonsticky' text property to avoid
10910 textproperty keymaps from being active beyond the end of a line.
10911 (org-unfontify-region): Also remove `rear-nonsticky' property.
10912
10913 2006-10-04 Kenichi Handa <handa@m17n.org>
10914
10915 * international/code-pages.el (next): Table fixed.
10916
10917 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
10920 that it's been made unnecessary by removing narrowing.
10921
10922 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
10925 control flow a bit, simplify another bit, and add comments.
10926
10927 2006-10-03 David Kastrup <dak@gnu.org>
10928
10929 * help.el (describe-mode): For clicks on mode-line, use "@"
10930 interactive argument to get the major mode of the click instead of
10931 the current buffer.
10932
10933 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
10934 in order to better redirect mouse-2 clicks. Also allow default
10935 bindings to apply.
10936
10937 2006-10-03 Kim F. Storm <storm@cua.dk>
10938
10939 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
10940 (pushnew): Fix last change.
10941
10942 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
10943
10944 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
10945 Use the interactive spec of `eval-expression'.
10946
10947 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
10948
10949 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
10950
10951 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10952
10953 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
10954 2006-09-28 commit.
10955
10956 2006-10-02 Kenichi Handa <handa@m17n.org>
10957
10958 * international/code-pages.el (iso-8859-6): Table fixed.
10959
10960 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
10961
10962 * dired.el (dired-build-subdir-alist): Fix previous change.
10963
10964 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10965
10966 * simple.el (undo-elt-crosses-region): Fix the inequalities.
10967
10968 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * emacs-lisp/find-func.el (find-function-regexp): Don't match
10971 "define-button-type".
10972
10973 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
10974 they don't keep accumulating.
10975
10976 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
10977
10978 * ffap.el (ffap-rfc-path): Change the address of the RFC
10979 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
10980
10981 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
10982
10983 * allout.el (allout-expose-topic): Rectify implementation of "+"
10984 spec, so that bodies are not exposed with headlines.
10985
10986 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
10987
10988 * allout.el (allout-current-depth): Do aberrent check only at or
10989 below doublecheck depth.
10990 (allout-chart-subtree): Make it explicit that LEVELS being nil
10991 means unlimited depth. Drop undocumented support for LEVELS value
10992 t meaning unlimited depth. (This is consistent with
10993 allout-chart-to-reveal, but contrary to allout-show-children,
10994 which needs to use nil to default to depth of 1.)
10995 (allout-goto-prefix-doublechecked): Wrap long docstring line.
10996 (allout-chart-to-reveal): Be explicit in docstring about meaning
10997 of nil LEVELS, and drop support for LEVELS value t.
10998 (allout-show-children): Translate the level spec used by this
10999 routine to that used by allout-chart-subtree and
11000 allout-chart-to-reveal.
11001 (allout-show-to-offshoot): Retry once when stuck, after opening
11002 subtree - improvements in discontinuity handling likely will
11003 enable progress.
11004
11005 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * wid-edit.el (widget-button-click-moves-point): New variable.
11008 (widget-button-click): If widget-button-click-moves-point is
11009 non-nil, set point after performing the button action.
11010
11011 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
11012
11013 2006-09-30 Martin Rudalics <rudalics@gmx.at>
11014
11015 * files.el (find-file-existing): Modify to not allow wildcards.
11016
11017 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11018
11019 * simple.el (undo-more): When undo information for the region is
11020 exhausted, say "No further undo information FOR REGION".
11021
11022 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
11023
11024 * progmodes/sh-script.el (sh-prev-thing):
11025 Take `sh-leading-keywords' into account.
11026
11027 2006-09-29 Glenn Morris <rgm@gnu.org>
11028
11029 * custom.el (defcustom): Doc fix.
11030
11031 * calendar/calendar.el (european-calendar-style):
11032 Call european-calendar or american-calendar as needed when set.
11033 (diary-view-entries, list-calendar-holidays): Move autoloads
11034 before use.
11035
11036 2006-09-29 Juri Linkov <juri@jurta.org>
11037
11038 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
11039 to nil if there is no previous property change.
11040
11041 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11042
11043 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
11044 saving anything to be sure that `forward-sexp' behaves correctly.
11045
11046 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
11047
11048 * simple.el (line-move-finish): Ignore field boundaries if the
11049 initial and final points have the same `field' property.
11050
11051 2006-09-29 Kim F. Storm <storm@cua.dk>
11052
11053 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
11054 to t while calling ido-read-internal.
11055
11056 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
11057
11058 * textmodes/org.el (org-file-remote-p): Get regexp from list.
11059 (org-archive-subtree): Remove erraneous `]' from character list.
11060
11061 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
11062
11063 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
11064 (ses-reconstruct-all): Make undo of "insert row" work by keeping
11065 markers for data-area and parameters-area.
11066
11067 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
11070
11071 * font-lock.el (font-lock-after-change-function): Refontify next line
11072 as well if end is at BOL.
11073 (font-lock-extend-jit-lock-region-after-change): Be more careful to
11074 only extend the region as much as needed.
11075
11076 2006-09-28 Richard Stallman <rms@gnu.org>
11077
11078 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
11079
11080 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
11081
11082 * international/mule.el (after-insert-file-set-coding):
11083 If VISIT, don't let set-buffer-multibyte make undo info.
11084
11085 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
11086
11087 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
11088 lines in base64-encoded authentication response.
11089
11090 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11091
11092 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
11093 (ebnf-version): New version 4.3.
11094 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
11095 (ebnf-prologue): Adjust PostScript programming.
11096 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
11097 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
11098
11099 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * jit-lock.el (jit-lock-force-redisplay): Rename from
11102 jit-lock-fontify-again, and undo the mistaken change I've just done.
11103
11104 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
11105 (jit-lock-fontify-again): Don't refontify text that's not displayed.
11106
11107 2006-09-26 Kenichi Handa <handa@m17n.org>
11108
11109 * startup.el (display-splash-screen): Allow a prefix argument.
11110
11111 2006-09-25 Jason Rumney <jasonr@gnu.org>
11112
11113 * subr.el (shell-quote-argument): Use DOS logic for Windows
11114 shells with DOS semantics.
11115
11116 2006-09-24 Richard Stallman <rms@gnu.org>
11117
11118 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
11119 (compilation-goto-locus): Use compilation-goto-locus-delete-o
11120 to delete the overlay. Put it on pre-command-hook.
11121
11122 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
11123
11124 * startup.el (fancy-splash-screens, normal-splash-screen):
11125 Call the splash buffer *About GNU Emacs*.
11126
11127 * simple.el (next-error-highlight, next-error-highlight-no-select):
11128 Default to 0.5.
11129 (yank-excluded-properties): Add `fontified'.
11130
11131 * font-lock.el (font-lock-compile-keywords): Allow value of
11132 syntax-begin-function to enable paren-column-0 highlighting.
11133
11134 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
11135
11136 * dired.el (dired-build-subdir-alist): When file ends in colon,
11137 don't exit the loop, just disregard that file.
11138
11139 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * simple.el (line-move-finish): Handle corner case for fields in
11142 continued lines.
11143 (line-move-1): Remove flawed test for that case.
11144
11145 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
11146
11147 * icomplete.el (icomplete-simple-completing-p): Use the correct
11148 name for the new variable, `icomplete-with-completion-tables'.
11149 (file local variables): Remove superfluous setting.
11150
11151 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
11152
11153 * calendar/appt.el (appt-check): Fix typo for appointments just
11154 after midnight.
11155
11156 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
11157
11158 * help.el (describe-key-briefly, describe-key): Don't expect an
11159 extra up event if a down-event is generated by a popup menu.
11160
11161 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
11162
11163 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
11164 local dictionary when changing the global dictionary.
11165
11166 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
11167
11168 * icomplete.el (icomplete-with-completion-tables): List of
11169 specialized completion tables with which icomplete should
11170 operate. Include the new `internal-complete-buffer', so icomplete
11171 works with interactive buffer-selection.
11172 (icomplete-simple-completing-p): Add acceptance of specialized
11173 completion tables listed in icomplete-with-completion-tables.
11174
11175 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11176
11177 * frame.el (focus-follows-mouse): Set default to nil on Mac.
11178
11179 * startup.el (command-line): Use `custom-reevaluate-setting' for
11180 `focus-follows-mouse'.
11181
11182 2006-09-22 Richard Stallman <rms@gnu.org>
11183
11184 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
11185 explain why Save is not available.
11186
11187 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
11188
11189 * woman.el (woman0-so): Use `let*', not `let'.
11190 (woman-horizontal-line): Remove unbalanced parenthesis.
11191
11192 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * woman.el: Make sure all the end-of-region markers we use have
11195 a non-nil insertion-type.
11196 (woman0-so): Move things around so we can use copy-marker.
11197 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
11198 Adjust marker type.
11199 (woman2-process-escapes): Check marker type.
11200 (woman-horizontal-line): Dispense with the use of a marker.
11201
11202 2006-09-22 Jay Belanger <belanger@truman.edu>
11203
11204 * calc/calc-lang.el: Add Greek letters to math-variable-table
11205 property of tex.
11206
11207 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
11208
11209 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
11210
11211 2006-09-22 Masatake YAMATO <jet@gyve.org>
11212
11213 * add-log.el (add-log-current-defun): Use `forward-sexp'
11214 instead of `forward-word' to pick c++::symbol.
11215 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
11216
11217 2006-09-22 Kenichi Handa <handa@m17n.org>
11218
11219 * bindings.el: Fix setting self-insert-command for multibyte
11220 characters in global-map.
11221
11222 2006-09-21 David Kastrup <dak@gnu.org>
11223
11224 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
11225 doc string.
11226
11227 2006-09-21 Kenichi Handa <handa@m17n.org>
11228
11229 * language/european.el ("Latin-1"): Add windows-1252 to
11230 coding-priority.
11231 ("German"): Likewise.
11232
11233 2006-09-21 Kim F. Storm <storm@cua.dk>
11234
11235 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
11236 Suggested by Miles Bader.
11237
11238 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
11239 instead of add-to-list in the simple case.
11240
11241 2006-09-20 Kenichi Handa <handa@m17n.org>
11242
11243 * isearch.el (isearch-process-search-char): Cancel the previous change.
11244 (isearch-search-string): New function.
11245 (isearch-search): Use isearch-search-string.
11246 (isearch-lazy-highlight-search): Likewise.
11247
11248 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11249
11250 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
11251 string to become an option.
11252
11253 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11254
11255 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
11256
11257 2006-09-20 Kim F. Storm <storm@cua.dk>
11258
11259 * simple.el (line-move-partial): Call pos-visible-in-window-p with
11260 position t instead of trying both window-end and window-end - 1.
11261
11262 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
11263
11264 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
11265 hidden trees.
11266
11267 2006-09-20 David Kastrup <dak@gnu.org>
11268
11269 * mouse.el (mouse-posn-property): Improve doc string.
11270 (mouse-on-link-p): Change buffers for function calls on links.
11271
11272 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
11273 buffer is read-only.
11274
11275 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
11276
11277 * allout.el (allout-unprotected): Let inhibit-read-only only when
11278 buffer-read-only isn't set.
11279 (allout-annotate-hidden): Enable topic annotation during copies even
11280 when the buffer is read-only, eg for topic copies. Ensure that the loop
11281 advances, even when the span extends beyond the deletion region.
11282 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
11283 rather than allout-exposure-changed-hook, as a stronger assertion.
11284 (allout-keybindings-list): Add bindings for
11285 allout-copy-line-as-kill and allout-copy-topic-as-kill.
11286 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
11287 Copy wrappers for allout-kill-line and allout-kill-topic.
11288 (allout-listify-exposed): Position correctly to accumulate lines.
11289
11290 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * simple.el (line-move-1): Escape field boundaries occurring
11293 exactly at point. Update goal column if constrained to a field.
11294 (line-move-finish): Escape field boundaries occurring exactly at point.
11295
11296 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * mouse.el (mouse-on-link-p): Tentatively fix last change.
11299 (mouse-drag-vertical-line): Remove unused var `wconfig'.
11300
11301 2006-09-19 Kim F. Storm <storm@cua.dk>
11302
11303 * help.el (describe-key-briefly, describe-key): Simplify printing
11304 of descriptions by using format and %S. Fix "is undefined"
11305 messages to say "at that spot" for mouse events.
11306
11307 * simple.el (line-move-partial): Optimize. Try window-line-height
11308 before posn-at-point to get vpos of current line.
11309
11310 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
11311
11312 * emulation/viper.el: Bump up version/date of update to reflect the
11313 substantial changes done in August 2006.
11314
11315 * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
11316 push-button are defined.
11317
11318 * ediff-util.el (ediff-add-to-history): New function.
11319
11320 * ediff.el: Use ediff-add-to-history instead of add-to-history.
11321
11322 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11323
11324 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
11325 Delete duplicate make-local-variable form.
11326 (conf-space-keywords): Add autoload cookie.
11327 Fix typo (`keywords', not `keyword').
11328
11329 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11330
11331 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
11332 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
11333 to x-gtk-use-old-file-dialog.
11334
11335 2006-09-18 Richard Stallman <rms@gnu.org>
11336
11337 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
11338 that might come in during mouse tracking.
11339
11340 2006-09-18 Kim F. Storm <storm@cua.dk>
11341
11342 * simple.el (line-move-partial): Rework 2006-09-15 change to use
11343 new window-line-height function. Further optimize by not calling
11344 pos-visible-in-window-p for window-end when window-line-height
11345 returns useful information.
11346
11347 2006-09-16 Richard Stallman <rms@gnu.org>
11348
11349 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
11350 (conf-space-mode): Don't handle prefix arg.
11351 Delete conf-space-keywords-override code.
11352 Use add-hook.
11353 (conf-space-keywords): New command.
11354 (conf-space-mode-internal): Be careful with imenu-generic-expression.
11355 Delete conf-space-keywords-override code.
11356 (conf-space-keywords-alist): Doc fix.
11357 (conf-space-font-lock-keywords): Doc fix.
11358 (conf-space-keywords-override): Var deleted.
11359
11360 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
11361
11362 * startup.el (fancy-splash-screens): Don't switch to the scratch
11363 buffer; it may not be the next buffer.
11364
11365 2006-09-16 Romain Francoise <romain@orebokech.com>
11366
11367 * saveplace.el (load-save-place-alist-from-file): Use expanded name
11368 in both messages.
11369
11370 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
11371
11372 * progmodes/python.el (python-preoutput-filter):
11373 Fix arg order to string-match.
11374
11375 2006-09-16 Richard Stallman <rms@gnu.org>
11376
11377 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
11378 font-lock-compile-keywords.
11379
11380 * font-lock.el (font-lock-compile-keywords): Rename optional arg
11381 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
11382
11383 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11384
11385 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
11386
11387 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
11388 and the data doesn't look like UTF8, send STRING instead.
11389
11390 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
11391
11392 * textmodes/flyspell.el (flyspell-check-region-doublons):
11393 New function to detect duplicated words.
11394 (flyspell-large-region): Use it.
11395
11396 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
11397
11398 * simple.el (line-move-to-column): Revert 2006-08-03 change.
11399
11400 2006-09-16 Eli Zaretskii <eliz@gnu.org>
11401
11402 * help.el (describe-prefix-bindings): Use let, not let*.
11403
11404 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
11405
11406 * allout.el (allout-regexp, allout-line-boundary-regexp)
11407 (allout-bob-regexp): Correct grouping and boundaries to fix
11408 backwards traversal.
11409 (allout-depth-specific-regexp, allout-depth-one-regexp):
11410 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
11411 worse time in allout-ascend.
11412 (allout-doublecheck-at-and-shallower): Identify depth threshold
11413 below which topics are checked for and disqualified by containment
11414 discontinuities.
11415 (allout-hotspot-key-handler): Correctly handle multiple-key
11416 strokes. Remove some unused variables.
11417 (allout-mode-leaders): Clarify that mode-specific comment-start
11418 will be used.
11419 (set-allout-regexp): Correctly regexp-quote allout regexps to
11420 properly accept alternative header-leads and primary bullets with
11421 regexp-specific characters (eg, C "/*", mathematica "(*").
11422 Include new regular expressions among those configured.
11423 (allout-infer-header-lead-and-primary-bullet):
11424 Rename allout-infer-header-lead.
11425 (allout-recent-depth): Manifest as a variable as well as a function.
11426 (allout-prefix-data): Simplify into an inline instead of a macro,
11427 assuming current match data rather than being explicitly passed
11428 it. Establish allout-recent-depth value as well as
11429 allout-recent-prefix-beginning and allout-recent-prefix-end.
11430 (allout-aberrant-container-p): True when an item's immediate
11431 offspring discontinuously contained. Useful for disqualifying
11432 unintended topic prefixes, likely at low depths.
11433 (allout-goto-prefix-doublechecked): Elaborate version of
11434 allout-goto-prefix which disqualifies aberrant pseudo-items.
11435 (allout-pre-next-prefix): Layer on top of lower-level routines, to
11436 get disqualification of aberrant containers.
11437 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
11438 containers.
11439 (allout-beginning-of-current-entry): Position at start of buffer
11440 when in container (depth 0) entry.
11441 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
11442 (allout-current-bullet): Strip text properties.
11443 (allout-get-prefix-bullet): Use right match groups.
11444 (allout-beginning-of-line, allout-next-heading):
11445 Disqualify aberrant containers.
11446 (allout-previous-heading): Disqualify aberrant containers, and
11447 change to regular (rather than inline) function, to allow
11448 self-recursion.
11449 (allout-get-invisibility-overlay): Increment so progress is made
11450 when the first overlay is not the sought one.
11451 (allout-end-of-prefix): Disqualify aberrant containers.
11452 (allout-end-of-line): Cycle something like allout-beginning-of-line.
11453 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
11454 outline.el outlines) functional again. Change the primary bullet
11455 along with the header-lead - level 1 new-style bullets now work.
11456 Engage allout-before-change-handler in mainline Emacs, not just
11457 XEmacs, to do undo handling.
11458 (allout-before-change-handler): Expose undo changes occurring in
11459 hidden regions. Use allout-get-invisibility-overlay instead of
11460 reimplementing it inline.
11461 (allout-chart-subtree): Use start rather than end of prefix in
11462 charts. Use allout-recent-depth variable.
11463 (allout-chart-siblings): Disqualify aberrant topics.
11464 (allout-beginning-of-current-entry): Position correctly.
11465 (allout-ascend): Use new allout-depth-specific-regexp and
11466 allout-depth-one-regexp for linear instead of O(N^2) or worse
11467 behavior.
11468 (allout-ascend-to-depth): Depend on allout-ascend, rather than
11469 reimplementing an algorithm.
11470 (allout-up-current-level): Depend on allout-ascend, rather than
11471 reimplementing an algorithm. Return to start-point if we fail.
11472 (allout-descend-to-depth): Use allout-recent-depth variable
11473 instead of function.
11474 (allout-next-sibling): On traversal of numerous intervening
11475 topics, resort to economical allout-next-sibling-leap.
11476 (allout-next-sibling-leap): Specialized version of
11477 allout-next-sibling that uses allout-ascend cleverly, to depend on
11478 a regexp search to leap large numbers of contained topics, rather
11479 than arbitrarily many one-by-one traversals.
11480 (allout-next-visible-heading): Disqualify aberrant topics.
11481 (allout-previous-visible-heading): Position consistently when
11482 interactive.
11483 (allout-forward-current-level): Base on allout-previous-sibling
11484 rather than (differently) reimplmenting the algorithm. Remove some
11485 unused variables.
11486 (allout-solicit-alternate-bullet): Present default choice stripped
11487 of text properties.
11488 (allout-rebullet-heading): Use bullet stripped of text properties.
11489 Register changes using allout-exposure-change-hook.
11490 Disregard aberrant topics.
11491 (allout-shift-in): With universal-argument, make topic a peer of
11492 it's former offspring. Simplify the code by separating out
11493 allout-shift-out functionality.
11494 (allout-shift-out): With universal-argument, make offspring peers
11495 of their former container, and its siblings. Implement the
11496 functionality here, rather than inappropriately muddling the
11497 implementation of allout-shift-in.
11498 (allout-rebullet-topic): Respect additional argument for new
11499 parent-child separation function.
11500 (allout-yank-processing): Use allout-ascend directly.
11501 (allout-show-entry): Disqualify aberrant topics.
11502 (allout-show-children): Handle discontinuous children gracefully,
11503 extending the depth being revealed to expose them and posting a
11504 message indicating the situation.
11505 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
11506 Leave cursor in correct position.
11507 (allout-hide-current-subtree): Use allout-ascend directly.
11508 Disqualify aberrant topics.
11509 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
11510 a way that the yanks can restore it, as used to happen.
11511 (allout-yank-processing): Restore exposure layout as recorded by
11512 allout-kill-*, as used to happen.
11513 (allout-annotate-hidden, allout-hide-by-annotation): New routines
11514 for preseving and restoring exposure layout across kills.
11515 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
11516 (allout-encrypt-string): Strip text properties.
11517 Rearranged order and outline-headings for some of the
11518 miscellaneous functions.
11519 (allout-resolve-xref): No need to quote the error name in the
11520 condition-case handler section.
11521 (allout-flatten): Classic recursive (and recursively intensive,
11522 without tail-recursion) list-flattener, needed by allout-shift-out
11523 when confronted with discontinuous children.
11524
11525 2006-09-16 Jason Rumney <jasonr@gnu.org>
11526
11527 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
11528 on ms-windows.
11529 (dnd-open-unc-file): Remove.
11530 (dnd-open-local-file): Mention in doc string that it also handles
11531 remote files if the system natively supports unc file-names.
11532
11533 2006-09-15 Kim F. Storm <storm@cua.dk>
11534
11535 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
11536 all necessary information about the event before erasing *Help*.
11537
11538 * simple.el (line-move-partial): Use window-line-visiblity to
11539 quickly check whether last line is partially visible, and only do
11540 the hard (and slow) part in that case.
11541
11542 2006-09-15 Jay Belanger <belanger@truman.edu>
11543
11544 * COPYING: Replace "Library Public License" by "Lesser Public
11545 License" throughout.
11546
11547 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11548
11549 * term/x-win.el (x-menu-bar-open): New function for F10.
11550
11551 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
11552
11553 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11554 Disallow filenames containing " -" to avoid confusion with libtool
11555 compilation messages. Suggested by Stefan Monnier.
11556
11557 2006-09-15 David Kastrup <dak@gnu.org>
11558
11559 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
11560 instead of buffer position for `mouse-on-link-p'.
11561
11562 * mouse.el (mouse-posn-property): New function looking up the
11563 properties at a click position in overlays and text properties in
11564 either buffer or strings.
11565 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
11566 of both `follow-link' as well as `mouse-face' properties.
11567 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
11568 buffer position.
11569
11570 * help.el (describe-key-briefly): When reading a down-event on
11571 mode lines or scroll bar, swallow the following up event, too.
11572 Use the new mouse sensitity of `key-binding' for lookup.
11573 (describe-key): The same here.
11574
11575 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
11576
11577 * play/life.el (life-patterns): Add a few more interesting patterns.
11578 (life-setup): Force `show-trailing-whitespace' to nil.
11579
11580 2006-09-14 Richard Stallman <rms@gnu.org>
11581
11582 * startup.el (fancy-splash-text): Change text to improve alignment.
11583 (fancy-splash-screens): Don't set non-standard tab width.
11584 Bind cursor-type temporarily, and make it easy to patch to
11585 preserve the splash buffer.
11586 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
11587 (fancy-splash-screens): Display echo-area message explicitly.
11588 Don't set fancy-splash-help-echo.
11589
11590 * simple.el (line-number-mode): Group mode-line instead of
11591 editing-basics.
11592 (column-number-mode, size-indication-mode): Likewise.
11593
11594 * faces.el (mode-line-faces): Group mode-line instead of modeline.
11595
11596 * time.el (display-time): Group mode-line instead of modeline.
11597
11598 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
11599
11600 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
11601
11602 * startup.el (fancy-splash-text): Move editing instructions to
11603 fancy-splash-head.
11604 (fancy-splash-head): Issue editing instructions.
11605 (fancy-splash-screens): Fixup whitespace.
11606
11607 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * bindings.el (mode-line-buffer-identification-keymap):
11610 Remove duplicate line.
11611
11612 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11613
11614 * ido.el (ido-ignore-item-p): Allow any kind of functions in
11615 ignore lists.
11616
11617 2006-09-14 Kim F. Storm <storm@cua.dk>
11618
11619 * jit-lock.el (jit-lock-fontify-again): New function.
11620 (jit-lock-fontify-now): Use it instead of lambda form.
11621
11622 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
11623
11624 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
11625 (flyspell-auto-correct-word): Make ispell-filter local to these
11626 functions. Check that ispell-filter has new stuff before calling
11627 ispell-parse-output.
11628
11629 2006-09-13 Kim F. Storm <storm@cua.dk>
11630
11631 * simple.el (line-move-partial): Optimize.
11632
11633 2006-09-13 Richard Stallman <rms@gnu.org>
11634
11635 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
11636 Delete spurious backquote.
11637
11638 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
11639
11640 * net/rcirc.el (rcirc-print): Fix last change.
11641
11642 2006-09-12 Jay Belanger <belanger@truman.edu>
11643
11644 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
11645
11646 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
11647
11648 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
11649 rcirc-show-maximum-output.
11650 (rcirc-mode): Remove window-scroll-function hook.
11651 (rcirc-scroll-to-bottom): Remove function.
11652 (rcirc-print): Recenter so point stays at the bottom of the window
11653 if point was already there.
11654
11655 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
11656
11657 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
11658 not to "t".
11659 * progmodes/compile.el (compilation-start): Likewise.
11660 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
11661 Don't use expand-file-name on invocation-directory, since this
11662 might mishandle special characters in invocation-directory.
11663
11664 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11665
11666 * pcvs-defs.el: Remove * in defcustom's docstrings.
11667
11668 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
11669
11670 * progmodes/compile.el (compilation-directory-properties):
11671 Doc fix for help-echo.
11672
11673 2006-09-12 Lars Hansen <larsh@soem.dk>
11674
11675 * desktop.el (desktop-read): Add comment.
11676
11677 2006-09-12 Kim F. Storm <storm@cua.dk>
11678
11679 * simple.el (next-error-highlight, next-error-highlight-no-select):
11680 Fix spelling error.
11681
11682 * subr.el (sit-for): Rework to use input-pending-p and cond.
11683 Return nil input is pending on entry also for SECONDS <= 0.
11684 (while-no-input): Use input-pending-p instead of sit-for.
11685
11686 2006-09-11 Richard Stallman <rms@gnu.org>
11687
11688 * simple.el (next-error-highlight, next-error-highlight-no-select):
11689 Fix custom type and doc strings.
11690
11691 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
11694 (diff-apply-hunk): Use it to ask for confirmation.
11695
11696 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
11697
11698 * emacs-lisp/cl.el (pushnew): Add missing `,'.
11699
11700 2006-09-11 David Kastrup <dak@gnu.org>
11701
11702 * help.el (string-key-binding, describe-key-briefly)
11703 (describe-key): Remove `string-key-binding' and its callers since
11704 `key-binding' already caters for the proper lookup now.
11705
11706 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
11709 (cfengine-mode): Use it. Fix \ syntax to be like /.
11710
11711 * bindings.el (mode-line-buffer-identification-keymap):
11712 Move initialization into declaration.
11713
11714 2006-09-10 Kim F. Storm <storm@cua.dk>
11715
11716 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
11717 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
11718 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
11719 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
11720
11721 2006-09-10 Richard Stallman <rms@gnu.org>
11722
11723 * dired-aux.el: Handle errors in recursive copy usefully.
11724 (dired-create-files-failures): New variable.
11725 (dired-copy-file): Remove condition-case.
11726 (dired-copy-file-recursive): Check for errors on all file
11727 operations, and add them to dired-create-files-failures.
11728 Check file file-date-erorr here too.
11729 (dired-create-files): Check dired-create-files-failures
11730 and report those errors too.
11731
11732 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11733
11734 * subr.el (add-to-list): New argument COMPARE-FN.
11735
11736 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11737
11738 * filecache.el (file-cache-add-directory)
11739 (file-cache-add-directory-list, file-cache-add-file)
11740 (file-cache-add-directory-using-find)
11741 (file-cache-add-directory-using-locate)
11742 (file-cache-add-directory-recursively): Add autoloads.
11743
11744 2006-09-09 Richard Stallman <rms@gnu.org>
11745
11746 * textmodes/conf-mode.el (conf-space-mode):
11747 Use hack-local-variables-hook instead of calling hack-local-variables.
11748 (conf-space-keywords-override): New variable.
11749 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
11750 (conf-space-mode): Always make conf-space-keywords and
11751 conf-space-keywords-override local.
11752 Call conf-space-mode-internal directly as well as via hook.
11753
11754 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11755
11756 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
11757 quasi-keywords.
11758
11759 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
11762 (python-send-string): Be slightly more careful about adding \n.
11763
11764 * startup.el (normal-splash-screen): Don't display the buffer if we'll
11765 kill it right away anyway.
11766
11767 2006-09-09 Eli Zaretskii <eliz@gnu.org>
11768
11769 * international/codepage.el (cp850-decode-table): Fix a few codes.
11770 (cp858-decode-table): New variable.
11771
11772 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
11773
11774 * net/ldap.el (ldap-search-internal): Doc fix.
11775
11776 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11777
11778 * play/life.el (life-display-generation): Test for input manually if
11779 `sleeptime' is negative or null.
11780
11781 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
11782 (print-region-1): Substitute `%s' with the page title.
11783
11784 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
11785
11786 * locate.el (locate-current-search): New variable.
11787 (locate): Set buffer local value. Use current buffer if it is
11788 in Locate mode.
11789 (locate-mode): Disable undo here.
11790 (locate-do-setup): Use locate-current-filter from buffer to be killed.
11791 (locate-update): Use locate-current-search and locate-current-filter.
11792
11793 2006-09-08 David Kastrup <dak@gnu.org>
11794
11795 * desktop.el (desktop-read): When loading a desktop, disable
11796 saving it while the load progresses, and switch off a pending lazy
11797 load by calling `desktop-lazy-abort'.
11798
11799 2006-08-27 Martin Rudalics <rudalics@gmx.at>
11800
11801 * window.el (mouse-autoselect-window-timer)
11802 (mouse-autoselect-window-position)
11803 (mouse-autoselect-window-window)
11804 (mouse-autoselect-window-now): New vars.
11805 (mouse-autoselect-window-cancel)
11806 (mouse-autoselect-window-select)
11807 (mouse-autoselect-window-start): New functions.
11808 (handle-select-window): Call `mouse-autoselect-window-start' when
11809 delayed window autoselection is enabled.
11810
11811 * cus-start.el (mouse-autoselect-window): Handle delayed window
11812 autoselection.
11813
11814 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
11815 commands after which it is allowed to print in the echo area.
11816
11817 2006-09-08 Richard Stallman <rms@gnu.org>
11818
11819 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
11820
11821 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
11822 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
11823
11824 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
11825 (cancel-timer-internal): Add doc string.
11826 (cancel-function-timers): Doc fix.
11827 (with-timeout-handler, timer-event-last*): Add doc strings.
11828
11829 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
11830
11831 * files.el (risky-local-variable-p): Match ...-bindat-spec.
11832
11833 * dired.el (dired-log-summary): Add doc string.
11834
11835 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
11836 (custom-group-menu-create): Not here.
11837
11838 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
11839
11840 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
11841
11842 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11843
11844 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
11845 (mac-apple-event-map): Define its handler.
11846
11847 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
11848
11849 * net/ldap.el (ldap-search-internal): Handle `auth' key.
11850
11851 2006-09-07 Magnus Henoch <mange@freemail.hu>
11852
11853 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
11854 clause.
11855
11856 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11857
11858 * info.el (Info-index): Bind completion-ignore-case.
11859
11860 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
11863 previous commit.
11864 (inferior-prolog-guess-flavor): New fun left out of previous commit.
11865 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
11866 burp in dedicated windows.
11867 (inferior-prolog-self-insert-command): New command.
11868 (inferior-prolog-mode-map): Use it.
11869
11870 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11871
11872 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
11873
11874 * international/code-pages.el: Add cp858.
11875
11876 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11877
11878 * dnd.el: Fix bootstrapping.
11879
11880 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11881
11882 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
11883 (dnd-open-remote-url): New function.
11884 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
11885 not windows-nt.
11886
11887 2006-09-07 Jason Rumney <jasonr@gnu.org>
11888
11889 * dnd.el (dnd-open-remote-file-function): New variable.
11890 (dnd-open-unc-file): New function.
11891 (dnd-open-file): Call dnd-open-remote-file-function if set.
11892
11893 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11894
11895 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
11896 pgg-passphrase-coding-system rather than locale-coding-system.
11897 * pgg-def.el (pgg-passphrase-coding-system): New user option.
11898
11899 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11900
11901 * progmodes/prolog.el: Remove * in docstrings.
11902 (prolog-program-name): Add SWI prolog.
11903 (prolog-mode-menu): New menu.
11904 (prolog-mode): Set comment-add.
11905 (prolog-indent-line): Simplify. Use indent-line-to.
11906 (inferior-prolog-buffer): New var.
11907 (inferior-prolog-run, inferior-prolog-process): New funs.
11908 (run-prolog, switch-to-prolog): Rewrite, using them.
11909 (prolog-consult-region): Use inferior-prolog-buffer.
11910 (inferior-prolog-load-file): New function.
11911 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
11912
11913 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
11914 last word, if it's not the end of the paragraph.
11915
11916 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
11917 file name.
11918
11919 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
11920
11921 * frame.el (display-mm-dimensions-alist): New defcustom.
11922 (display-mm-height, display-mm-width): Use it.
11923
11924 2006-09-06 Simon Josefsson <jas@extundo.com>
11925
11926 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
11927
11928 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
11929
11930 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11931 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
11932 string values.
11933
11934 2006-09-06 Kim F. Storm <storm@cua.dk>
11935
11936 * simple.el (line-move-partial): New function to do vscrolling for
11937 partially visible images / tall lines. Rewrite based on code
11938 previously in line-move. Simplify backwards vscrolling.
11939 (line-move): Use it. Simplify.
11940
11941 2006-09-05 Kim F. Storm <storm@cua.dk>
11942
11943 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
11944
11945 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
11946
11947 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11948 Process the `gcc-include' after the `gnu' rule.
11949
11950 2006-09-05 Kim F. Storm <storm@cua.dk>
11951
11952 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
11953
11954 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11955
11956 * pgg.el (pgg-clear-string): Alias to clear-string for backward
11957 compatibility.
11958
11959 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
11960 inhibit-redisplay; encode passphrase with locale-coding-system.
11961
11962 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11963
11964 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
11965
11966 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
11967
11968 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11969 (gdb-var-list-children-regexp): Make type field optional.
11970
11971 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
11972 e.g public, protected in C++.
11973
11974 2006-09-04 John Paul Wallington <jpw@pobox.com>
11975
11976 * simple.el (completion-show-help): New defcustom.
11977 (completion-setup-function): Heed it.
11978
11979 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11980
11981 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
11982
11983 2006-09-04 Richard Stallman <rms@gnu.org>
11984
11985 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
11986 (rsf-min-region-to-spam-list): Doc fix.
11987 (rsf-add-content-type-field): Doc fix.
11988
11989 * simple.el (kill-region): Explicitly test there is a region.
11990
11991 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11992
11993 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
11994 sendmail in several common directories.
11995
11996 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
11997
11998 * paths.el (sendmail-program): Removed.
11999
12000 2006-09-04 Daiki Ueno <ueno@unixuser.org>
12001
12002 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
12003 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
12004 http://article.gmane.org/gmane.emacs.gnus.general/50457
12005
12006 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
12009 mark after running the menu filter.
12010
12011 2006-09-03 Juri Linkov <juri@jurta.org>
12012
12013 * international/quail.el (quail-defrule-internal): Add a check
12014 if a key is a vector.
12015
12016 2006-09-02 Juri Linkov <juri@jurta.org>
12017
12018 * man.el (Man-topic-history): New variable.
12019 (man): Use it.
12020
12021 * woman.el (woman-topic-history): Change defvar to defvaralias
12022 for symbol `Man-topic-history'.
12023
12024 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
12025 `comint-last-output-start' is a marker by using `markerp' and
12026 check if it has a position by using `marker-position', and use
12027 this position for `goto-char'.
12028
12029 * international/quail.el (quail-defrule-internal): Add missing
12030 `error' call for null key.
12031
12032 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
12033
12034 * net/rcirc.el (rcirc-keywords): New variable.
12035 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
12036 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
12037 variables.
12038 (rcirc-responses-no-activity): New function.
12039 (rcirc-handler-generic): Check for responses in above.
12040 (rcirc-process-command): Add ?: character to arguments of raw
12041 server commands.
12042 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
12043 `rcirc-dim-nicks'.
12044 (rcirc-gray-toggle): Remove unused variable.
12045 (rcirc-print): Remove some tracking logic, which is moved into
12046 markup functions.
12047 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
12048 types.
12049 (rcirc-activity-string): Look for 'keyword in activity-types.
12050 (rcirc-window-configuration-change): Don't erase overlay-arrow
12051 unnecessarily.
12052 (rcirc-add-or-remove): New function.
12053 (rcirc-cmd-ignore): Use it.
12054 (rcirc-message-leader): Remove unused function.
12055 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
12056 (rcirc-add-face): New function.
12057 (rcirc-facify): Use rcirc-add-face.
12058 (rcirc-url-regexp): Add parens.
12059 (rcirc-map-regexp): Remove function.
12060 (rcirc-mangle-regexp): Remove function.
12061 (rcirc-markup-text-functions): New variable.
12062 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
12063 (rcirc-markup-body-text, rcirc-markup-attributes)
12064 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
12065 (rcirc-markup-bright-nicks): New markup handler functions.
12066 (rcirc-nick-in-message-full-line): New face.
12067 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
12068 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
12069
12070 2006-09-02 Martin Rudalics <rudalics@gmx.at>
12071
12072 * cus-start.el (hscroll-margin, hscroll-step)
12073 (mode-line-in-non-selected-windows, mouse-autoselect-window)
12074 (x-use-underline-position-properties): Change version to "22.1"
12075 since they will appear there for the first time.
12076
12077 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
12078
12079 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
12080
12081 2006-08-31 Richard Stallman <rms@gnu.org>
12082
12083 * cus-edit.el (custom-save-variables): Slight cleanup.
12084 (Custom-no-edit): Renamed from custom-no-edit.
12085 (Custom-newline): Renamed from custom-newline.
12086 (custom-mode-map): Use new names.
12087
12088 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
12089 about customization, rather than M-x customize, in the doc string
12090 made for the defcustom.
12091
12092 * emacs-lisp/trace.el (trace-function-background): Doc fix.
12093
12094 2006-08-31 Romain Francoise <romain@orebokech.com>
12095
12096 * dired-x.el (dired-guess-shell-alist-default): Update.
12097
12098 2006-08-31 Michael Mauger <mmaug@yahoo.com>
12099
12100 * custom.el (custom-theme-set-variables): Autoload packages before
12101 sorting the variables.
12102
12103 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
12104
12105 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12106 Convert events to chars if XEmacs.
12107 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
12108
12109 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * progmodes/python.el (python-eldoc-function): Re-enable quit while
12112 waiting for process.
12113
12114 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12115
12116 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
12117 results in ASCII-only string, encode original one directly.
12118
12119 2006-08-29 Romain Francoise <romain@orebokech.com>
12120
12121 * startup.el (normal-splash-screen, fancy-splash-screens):
12122 Make buffer read-only and arrange to enter view mode if necessary.
12123
12124 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
12125
12126 * hl-line.el (hl-line): New face.
12127 (hl-line-face): Use it.
12128
12129 * image-mode.el (image-mode): Fix last fix.
12130 Suggested by Kim F. Storm.
12131
12132 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
12133
12134 Sync with Tramp 2.0.54.
12135
12136 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
12137 of `=', because `tramp-get-remote-gid' might not always return an
12138 integer when expected.
12139 (tramp-register-file-name-handlers): `partial-completion-mode' is
12140 unknown to XEmacs.
12141 (tramp-time-diff): Don't use `floor', it might fail for large
12142 differences.
12143 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
12144 `tramp-auto-save-directory' if unset in order to guarantee unique
12145 auto-save file names.
12146
12147 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
12148
12149 * image-mode.el (image-mode): Display image as text on a terminal.
12150
12151 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * progmodes/python.el (python-send-command): Simplify.
12154 (run-python): Don't generate a new buffer unless `new' was specified.
12155 Make sure we send `import emacs' to the proper process.
12156
12157 * progmodes/python.el (python-send-command): Don't wait for the command
12158 to terminate. Don't fiddle with compilation-parsing-end.
12159
12160 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
12161
12162 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12163 Insert commentary after first line summary.
12164
12165 * woman.el (woman-follow): New function, based on `man-follow'.
12166 (woman-mode-map): Use it.
12167
12168 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
12169 since ibuffer-do-sort-by-recency does not define a sorter.
12170
12171 2006-08-28 Kim F. Storm <storm@cua.dk>
12172
12173 * find-dired.el (find-dired): Use shell-quote-argument to properly
12174 escape ( and ) args. Also use it on {} and ; args in default
12175 value of find-ls-option string.
12176 (find-grep-dired): Use shell-quote-argument on {} and ; args.
12177
12178 2006-08-27 Michael Olson <mwolson@gnu.org>
12179
12180 * emacs-lisp/tq.el: Small grammar fix in comments.
12181 (tq-enqueue): Check for existence of queue rather than the
12182 head queue item's question, which was a no-op.
12183 (tq-filter, tq-process-buffer): Make sure the process buffer
12184 exists before making it the current buffer.
12185
12186 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12187
12188 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
12189 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
12190 (special-event-map): Apply 2006-08-16 change for x-win.el.
12191
12192 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * progmodes/python.el (python-send-receive): Wait in the
12195 process's buffer so as to check the right buffer-local variables.
12196
12197 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
12200 (defgroup checkdoc): Move to beginning.
12201
12202 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
12203 (python-preoutput-continuation): Remove.
12204 (python-preoutput-filter): Simplify correspondingly.
12205 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
12206 Loop around to catch embedded _emacs_out output.
12207 (run-python): Send the import&print command on a single line.
12208 (python-send-command): Send command&print on a single line.
12209 (python-send-string): Only add double \n if needed.
12210 (python-send-receive): Loop until the result comes.
12211 (python-mode-running): Defvar it.
12212 (python-setup-brm): Remove unused var `menu'.
12213 Only bind py-mode-map and `features' around brm-init.
12214 (python-calculate-indentation): Remove unused var `point'.
12215 (python-beginning-of-defun): Remove unused var `def-line'.
12216
12217 2006-08-25 Richard Stallman <rms@gnu.org>
12218
12219 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
12220
12221 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
12222
12223 * emulation/viper.el (viper-set-hooks): Use frame bindings for
12224 viper-vi-state-cursor-color.
12225 (viper-non-hook-settings): Don't set default
12226 mode-line-buffer-identification.
12227
12228 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12229 New fun.
12230 (viper-set-cursor-color-according-to-state)
12231 (viper-get-saved-cursor-color-in-replace-mode)
12232 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
12233 viper-emacs-state-cursor-color.
12234
12235 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
12236 (viper-undo): Use point if undo-beg-posn is nil.
12237 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
12238 (viper-after-change-undo-hook): Don't use
12239 viper-emacs-state-cursor-color by default.
12240 (viper-undo): More sensible positioning after undo.
12241
12242 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
12243 (viper-emacs-state-cursor-color): Default to nil, since this feature
12244 doesn't work well yet.
12245
12246 * ediff-mult.el (ediff-intersect-directories)
12247 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
12248 always expand filenames.
12249
12250 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12251
12252 * tumme.el: Remove * in defcustoms's docstrings.
12253
12254 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
12255
12256 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
12257 Accept internal time format for SECS arg.
12258 (timer-relative-time): Doc fix.
12259
12260 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
12261 adapted from Martin Rudalics.
12262 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
12263 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
12264 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
12265 using sit-for.
12266
12267 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
12268
12269 * cus-start.el (all): Add `overline-margin' and
12270 `x-underline-at-descent-line'.
12271
12272 2006-08-24 Kim F. Storm <storm@cua.dk>
12273
12274 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
12275 to mean "use find -exec"; nil now unambiguously means auto-detect.
12276 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
12277 Use shell-quote-argument to build grep-find-command and
12278 grep-find-template.
12279 (rgrep): Use shell-quote-argument to properly quote arguments to find.
12280 Reported by Tom Seddon.
12281
12282 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
12283
12284 * startup.el (fancy-splash-head): Give instructions for dismissing
12285 the splash screen for default startup too.
12286 (display-startup-echo-area-message, fancy-splash-screens)
12287 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
12288 all splash text at once and keep the splash buffer around.
12289 (command-line-1): Give display-startup-echo-area-message a t arg.
12290
12291 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
12292
12293 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
12294 gnus frame is selected.
12295
12296 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
12297
12298 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
12299
12300 2006-08-22 Kim F. Storm <storm@cua.dk>
12301
12302 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
12303 Add suffix matching for subdirs.
12304
12305 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12306
12307 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
12308 mouse-yank-at-point is non-nil.
12309
12310 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
12311
12312 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
12313 a bit wider and remove fringes to fit initial output on line.
12314
12315 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * frame.el (blink-cursor-end): Only ignore the error we care about.
12318 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
12319
12320 2006-08-21 Richard Stallman <rms@gnu.org>
12321
12322 * whitespace.el (whitespace-cleanup): Doc fix.
12323
12324 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
12325
12326 * net/rcirc.el (rcirc-show-maximum-output): New var.
12327 (rcirc-buffer-process): If no buffer argument is supplied, use
12328 current-buffer.
12329 (rcirc-complete-nick): Complete to the last completed nick first.
12330 (rcirc-mode): Preserve the value of `rcirc-urls' across
12331 connections. Setup scroll function.
12332 (rcirc-scroll-to-bottom): New function.
12333 (rcirc-print): Use nick syntax around regexp work.
12334 Notice dim-nicks speaking only if they say our nick.
12335 (rcirc-update-activity-string): Do not show the modeline indicator
12336 if there are no live rcirc processes.
12337 (rcirc-cmd-ignore): Ignore case.
12338 (rcirc-browse-url-at-point): Fix off-by-one error.
12339
12340 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * progmodes/python.el: Remove * in defcustom docstrings.
12343 (run-python, python-proc, python-try-complete): Use derived-mode-p.
12344 (python-mode): Set tab-width and indent-tabs-mode.
12345
12346 2006-08-20 Dave Love <fx@gnu.org>
12347
12348 * progmodes/python.el: Update to Dave Love's latest version.
12349 (python-font-lock-keywords, python-mode): Don't use
12350 font-lock-syntax-table, but match symbol elements explicitly instead.
12351 (python-mode-map): Add help, and a few more key bindings.
12352 (python-skip-comments/blanks): Move out of comments as well.
12353 (python-continuation-line-p): Behave better with unbalanced parens.
12354 (python-blank-line-p): New fun.
12355 (python-open-block-statement-p): Don't use a heuristic.
12356 (python-outdent-p): Better handle blocks-in-the-same-line.
12357 (python-calculate-indentation): Misc improvements.
12358 (python-comment-indent): Remove.
12359 (python-block-pairs): New var.
12360 (python-first-word): New fun.
12361 (python-indentation-levels): Handle more common cases.
12362 (python-indent-line-1): Add `leave' argument.
12363 (python-indent-region): New fun.
12364 (python-skip-out): New fun.
12365 (python-beginning-of-statement, python-end-of-statement): Use it.
12366 (python-next-statement): Return correct count even at eob.
12367 (python-end-of-block): Fix paren-typo.
12368 (python-imenu-create-index): Add module variables.
12369 (run-python): Add `new' arg.
12370 Check we're at a prompt before returning.
12371 (python-send-command): Move to end of buffer.
12372 Wait for prompt to return.
12373 (python-set-proc): New fun.
12374 (python-imports): New var.
12375 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
12376 (python-eldoc-function): Try to move out of arg list.
12377 (python-outline-level): Offset by 1.
12378 (python-find-imports): New fun.
12379 (python-symbol-completions): Use python-imports.
12380 (python-module-path, ffap-alist): Add support for ffap.
12381 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
12382 (python-insert-*, python-default-template, python-expand-template):
12383 Add templates/skeletons.
12384 (python-setup-brm): Support for Bicycle Repair Man.
12385 (python-abbrev-syntax-table): New var.
12386 (python-abbrev-pc-hook, python-pea-hook): New funs.
12387
12388 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
12389
12390 * frame.el (blink-cursor-start): Set timer first.
12391 (blink-cursor-end): Ignore timer cancelling errors.
12392 Suggested by Ken Manheimer.
12393
12394 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * newcomment.el (comment-box): Call `comment-normalize-vars'.
12397 Add autoload cookie.
12398
12399 2006-08-20 Richard Stallman <rms@gnu.org>
12400
12401 * simple.el (line-number-at-pos): Doc fix.
12402
12403 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
12404 timer-activate-when-idle, so timer can run before Emacs becomes
12405 non-idle again.
12406
12407 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12408
12409 * whitespace.el (whitespace-cleanup-internal): New optional arg
12410 REGION-ONLY. If it's non-nil, modify the message to the user
12411 accordingly.
12412 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
12413 a non-nil argument.
12414
12415 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
12416
12417 * rect.el (spaces-string): Simplify and add doc string.
12418
12419 2006-08-17 Romain Francoise <romain@orebokech.com>
12420
12421 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
12422
12423 2006-08-17 Richard Stallman <rms@gnu.org>
12424
12425 * compare-w.el (compare-windows): lambda's take an arg and pass
12426 it to compare-windows-skip-whitespace.
12427
12428 2006-08-17 Martin Rudalics <rudalics@gmx.at>
12429
12430 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
12431 the right buffer.
12432
12433 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
12436 removed files.
12437
12438 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
12439
12440 * progmodes/gdb-ui.el (gdb-locals-watch-map)
12441 (gdb-locals-watch-map-1): Suppress keymap first.
12442 (gdb-edit-locals-map-1): New variable.
12443 (gdb-edit-locals-value): New function.
12444 (gdb-stack-list-locals-handler): Use them.
12445
12446 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
12449 cursor would normally be drawn in the fringe.
12450
12451 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
12452 Reported by Martin Rudalics <rudalics@gmx.at>.
12453
12454 2006-08-16 Richard Stallman <rms@gnu.org>
12455
12456 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12457 (special-event-map): Process drag-n-drop events this way.
12458
12459 * simple.el (move-beginning-of-line): Test whether fields
12460 would prevent motion back to line's first visible character.
12461 If so, stop where the fields would stop the motion.
12462
12463 * newcomment.el (comment-indent): Fully update INDENT
12464 before checking to see if it will change the text.
12465
12466 * cus-edit.el (custom-newline): New function.
12467 (custom-mode-map): Bind newline to custom-newline.
12468
12469 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
12470 into ignore-whitespace.
12471 Check each buffer for its skip-function.
12472 Handle compare-windows-skip-whitespace special-case test
12473 by returning t from default skip function.
12474
12475 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
12476
12477 * textmodes/org.el (org-clock-special-range)
12478 (org-clock-update-time-maybe): New functions.
12479 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
12480 not only a-z.
12481 (org-agenda-get-blocks): Allow multiple blocks per headline.
12482 (org-timestamp-change): Call `org-clock-update-time-maybe'.
12483 (org-export-html-title-format)
12484 (org-export-html-toplevel-hlevel): New options.
12485 (org-export-language-setup): Add support for Czech.
12486 (org-mode, org-insert-todo-heading, org-find-visible)
12487 (org-find-invisible, org-invisible-p, org-invisible-p2)
12488 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
12489 (org-show-subtree, org-show-entry, org-make-options-regexp):
12490 Remove compatibility support for old outline-mode.
12491 (org-check-occur-regexp): Funtion removed.
12492 (org-on-heading-p, org-back-to-heading): Made defalias.
12493 (org-set-local): New defsubst.
12494 (org-set-regexps-and-options, org-mode)
12495 (org-set-font-lock-defaults, org-edit-agenda-file-list)
12496 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
12497 (org-remember-apply-template, org-table-edit-field)
12498 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
12499 (org-set-autofill-regexps): Use `org-set-local'.
12500 (org-table-eval-formula): Fix bug with parsing of display flags.
12501
12502 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
12503
12504 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
12505 frame with fringe arrow. Suggested by Simon Marshall
12506 <simon.marshall@misys.com>.
12507 (gdb-stack-position): New variable.
12508 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
12509 (gdb-frames-mode): Set gdb-stack-position to nil.
12510 Add to overlay-arrow-variable-list
12511 (gdb-reset): Delete gdb-stack-position from above list.
12512
12513 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12514
12515 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
12516 read only.
12517
12518 2006-08-13 Romain Francoise <romain@orebokech.com>
12519
12520 * cus-theme.el (customize-create-theme)
12521 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
12522
12523 * filesets.el (filesets-add-buffer): Ditto.
12524
12525 * pcvs.el (cvs-change-cvsroot): Ditto.
12526
12527 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
12528
12529 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
12530 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
12531 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
12532 expressions.
12533 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
12534 Only search till end of line.
12535 Add face to function names in case of no filename.
12536 Add face to variable names of watchpoints.
12537
12538 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
12539
12540 * cus-start.el <indent-tabs-mode>: Move to the `indent'
12541 customization group.
12542
12543 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
12544
12545 * allout.el (allout-prior-bindings, allout-added-bindings):
12546 Remove, after long deprecation.
12547 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
12548 Add customization vars controlling allout-beginning-of-line and
12549 allout-end-of-line conveniences.
12550 (allout-header-prefix, allout-use-mode-specific-leader)
12551 (allout-use-mode-specific-leader, allout-mode-leaders):
12552 Revise docstrings.
12553 (allout-infer-header-lead): Change to be an alias for
12554 allout-infer-header-lead-and-primary-bullet.
12555 (allout-infer-header-lead-and-primary-bullet): New version of
12556 allout-infer-header-lead which assigns the primary bullet to the
12557 same as the header lead, when its being changed.
12558 (allout-infer-body-reindent): Apply regexp-quote instead of
12559 unconditionally prepending "\\", so that all literal
12560 allout-header-prefix and allout-primary-bullet strings are
12561 properly handled.
12562 (allout-add-resumptions): Add optional qualifier for extending or
12563 appending to existing values, rather than replacing them.
12564 (allout-view-change-hook): Clarify docstring.
12565 (allout-exposure-change-hook): Take explicit arguments, via
12566 run-hook-with-args.
12567 (allout-structure-added-hook)
12568 (allout-structure-deleted-hook)
12569 (allout-structure-shifted-hook): New hooks analogous to
12570 allout-exposure-change-hook for other kinds of structural outline
12571 edits.
12572 (allout-encryption-plaintext-sanitization-regexps): New encryption
12573 customization variable, by which cooperating modes can provde
12574 massage of the plaintext without actually being passed it.
12575 (allout-encryption-ciphertext-rejection-regexps)
12576 (allout-encryption-ciphertext-rejection-ceiling): New encryption
12577 customization variables, by which cooperating modes can prohibit
12578 rare but possible ciphertext patterns from fouling their
12579 operation, with actually being passed the ciphertext.
12580 (allout-mode): Run activation and deactivation hooks after the
12581 minor-mode variable has been toggled, to clarify the mode
12582 disposition. The new encryption ciphertext rejection variable is
12583 used to ensure that the ciphertext does not contain text that
12584 would be recognized as outline structural elements by allout.
12585 Substite allout-beginning-of-line and allout-end-of-line for
12586 conventionall beginning-of-line and end-of-line bindings.
12587 If allout-old-style-prefixes is non-nil, don't nullify it on mode
12588 activation!
12589 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
12590 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
12591 (allout-chart-subtree): Implement new mode, charting only the
12592 visible items in the subtree, when new 'visible' parameter is non-nil.
12593 (allout-end-of-subtree): Properly handle the last item in the buffer.
12594 (allout-pre-command-business, allout-command-counter):
12595 Increment an advertised counter so that cooperating enhancements can
12596 track revisions of items.
12597 (allout-open-topic): Run allout-structure-added-hook with suitable
12598 arguments.
12599 (allout-shift-in): Run allout-structure-shifted-hook with suitable
12600 arguments.
12601 (allout-shift-out): Fix doubling for negative args and ensure call
12602 of allout-structure-shifted-hook by solely using allout-shift-in.
12603 (allout-kill-line, allout-kill-topic):
12604 Run allout-structure-deleted-hook with suitable arguments.
12605 (allout-yank-processing): Run allout-structure-added-hook with
12606 proper arguments.
12607 (allout-yank): Enclose activity in allout-unprotected.
12608 (allout-flag-region): Run allout-exposure-change-hook with
12609 suitable arguments, instead of making the callee infer the arguments.
12610 (allout-encrypt-string):
12611 Support allout-encryption-plaintext-sanitization-regexps,
12612 allout-encryption-ciphertext-rejection-regexps, and
12613 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
12614 en/de cryption mode in symmetric encryption failure message.
12615 (allout-obtain-passphrase): Use copy-sequence to get a distinct
12616 copy of the passphrase, and don't zero it or we'll corrupt the
12617 stashed copy.
12618 (allout-create-encryption-passphrase-verifier)
12619 (allout-verify-passphrase): Respect the new signature for
12620 allout-encrypt-string.
12621 (allout-get-configvar-values): Convenience for getting a
12622 configuration variable value and handling its absence gracefully.
12623
12624 2006-08-11 Romain Francoise <romain@orebokech.com>
12625
12626 * obsolete/zone-mode.el: Delete.
12627
12628 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
12631
12632 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
12633
12634 * emacs-lisp/bindat.el (bindat-ip-to-string):
12635 Use `format-network-address' if possible.
12636
12637 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12638
12639 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
12640
12641 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
12642
12643 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
12644 restore unread-command-events here.
12645 (edebug-display): Do it here, to detect sit-for interruptions.
12646
12647 2006-08-10 Romain Francoise <romain@orebokech.com>
12648
12649 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
12650 (dns-mode-soa-auto-increment-serial): New user option.
12651 (dns-mode-soa-maybe-increment-serial): New function.
12652 (dns-mode): Add the latter to `write-contents-functions'.
12653
12654 * obsolete/zone-mode.el: Move to obsolete/ from net/.
12655 Delete autoload cookies.
12656
12657 2006-08-10 John Wiegley <johnw@newartisans.com>
12658
12659 * eshell/em-glob.el (eshell-glob-chars-list)
12660 (eshell-glob-translate-alist): Add support for [^g] in character globs.
12661
12662 2006-08-10 Richard Stallman <rms@gnu.org>
12663
12664 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
12665 (facemenu-set-face): Doc fix.
12666 (facemenu-listed-faces): Doc fix.
12667
12668 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
12669
12670 * avoid.el (mouse-avoidance-animating-pointer): New var.
12671 (mouse-avoidance-nudge-mouse): Use it.
12672 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
12673 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
12674 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
12675 Don't activate if currently animating. All callers changed.
12676
12677 2006-08-09 John Wiegley <johnw@newartisans.com>
12678
12679 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
12680 variable, which causes timeclock to report elapsed time worked,
12681 instead of just work remaining.
12682
12683 2006-08-09 Kenichi Handa <handa@m17n.org>
12684
12685 * international/latexenc.el (latexenc-find-file-coding-system):
12686 Fix for the case that the 2nd element of arg-list is a cons.
12687
12688 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
12689
12690 * info.el (Info-fontify-node): Handle preceding `in' for note
12691 reference hiding rules.
12692
12693 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
12696 mistake a closing " for an opening one.
12697
12698 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12699
12700 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12701
12702 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * complete.el (PC-do-completion): Filter out completions matching
12705 completion-ignored-extensions before checking whether there are
12706 multiple completions.
12707 Don't use `list' unnecessarily when building completion tables.
12708
12709 2006-08-06 Richard Stallman <rms@gnu.org>
12710
12711 * help.el (describe-mode): Make minor mode list more concise.
12712
12713 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
12714
12715 * bindings.el: Give mode-line-format, mode-line-modes, and
12716 mode-line-position `standard-value' properties.
12717
12718 2006-08-05 Eli Zaretskii <eliz@gnu.org>
12719
12720 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12721 "(file)node" instead of the file name.
12722
12723 2006-08-05 Richard Stallman <rms@gnu.org>
12724
12725 * faces.el (escape-glyph): Doc fix.
12726
12727 2006-08-04 Kenichi Handa <handa@m17n.org>
12728
12729 * international/mule-diag.el (describe-font): Improve docstring
12730 and error message. Use frame-parameter (not frame-parameters).
12731
12732 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
12735 Correctly mark the end-of-docstring char.
12736
12737 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
12738
12739 * simple.el (line-move-to-column): Constrain move-to-column to
12740 current field.
12741
12742 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * font-lock.el (font-lock-beg, font-lock-end)
12745 (font-lock-extend-region-functions): New vars.
12746 (font-lock-extend-region-multiline)
12747 (font-lock-extend-region-wholelines): New functions.
12748 (font-lock-default-fontify-region): Use them.
12749 (font-lock-extend-jit-lock-region-after-change): Only round up
12750 if font-lock-default-fontify-region will do it as well.
12751
12752 * font-lock.el (font-lock-extend-after-change-region-function):
12753 Rename from font-lock-extend-region-function.
12754 (font-lock-extend-region): Remove by inlining at call sites.
12755 (font-lock-after-change-function): Don't needlessly round up to a whole
12756 number of lines.
12757 (font-lock-extend-jit-lock-region-after-change): Be more careful about
12758 the boundary conditions and the interactions between the various ways
12759 to extend the region.
12760
12761 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
12764 modification status when forcing the second redisplay.
12765
12766 2006-08-03 Kim F. Storm <storm@cua.dk>
12767
12768 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
12769
12770 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
12773 doesn't look like a file name.
12774
12775 * complete.el (PC-expand-many-files): Avoid signalling an error when
12776 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
12777
12778 2006-08-02 Andreas Schwab <schwab@suse.de>
12779
12780 * bindings.el (mode-line-format): Simplify reference to vc-mode.
12781
12782 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
12783
12784 * bindings.el (map): Make mode-line-buffer-identification-keymap
12785 before defining propertized-buffer-identification.
12786
12787 2006-08-01 Richard Stallman <rms@gnu.org>
12788
12789 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
12790
12791 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
12792
12793 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
12794 default value.
12795 (gdb-find-source-frame): New function.
12796 (menu): Add to menu bar.
12797
12798 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * font-core.el (font-lock-extend-region-function)
12801 (font-lock-extend-region): Move to font-lock.el.
12802
12803 * font-lock.el (font-lock-extend-region-function)
12804 (font-lock-extend-region): Move from font-core.el. Simplify.
12805
12806 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
12807 if needed.
12808 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
12809 (jit-lock-after-change-extend-region-functions): New hook.
12810 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
12811
12812 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
12813 (font-lock-turn-on-thing-lock): Use it.
12814
12815 * longlines.el (longlines-show-region): Make it work on read-only
12816 buffers as well.
12817
12818 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
12819
12820 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
12821
12822 2006-07-31 Richard Stallman <rms@gnu.org>
12823
12824 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
12825 (vhdl-speedbar-display-projects): Update old obsolete
12826 speedbar variable names.
12827
12828 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
12829
12830 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
12831 (gdb-stopped): Use it.
12832
12833 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
12834
12835 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
12836
12837 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
12838 for load-history elements.
12839
12840 2006-07-29 Eli Zaretskii <eliz@gnu.org>
12841
12842 * files.el (convert-standard-filename): For Cygwin, replace
12843 characters not allowed in Windows file names.
12844 (make-auto-save-file-name): Add Cygwin to the list of systems
12845 where the auto-save file name needs to be run through
12846 convert-standard-filename.
12847
12848 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
12849
12850 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
12851
12852 2006-07-28 Richard Stallman <rms@gnu.org>
12853
12854 * bindings.el (mode-line-frame-identification)
12855 (propertized-buffer-identification): Centralize the code
12856 to initialize the variable.
12857
12858 * progmodes/grep.el (grep-default-command): Catch errors from
12859 wildcard-to-regexp.
12860
12861 2006-07-29 Kim F. Storm <storm@cua.dk>
12862
12863 * progmodes/grep.el (grep-tag-default): New function.
12864 (grep-default-command, grep-read-regexp): Use it.
12865 (grep-read-files): Use car of grep-files-history or grep-files-aliases
12866 as default if nothing else applies.
12867
12868 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
12869
12870 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12871 Throw error if buffer is not in Dired and Wdired mode, respectively.
12872
12873 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
12874
12875 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
12876 self-insert-command keys don't activate buttons.
12877 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
12878
12879 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
12880
12881 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
12882 faces for enable character.
12883
12884 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
12885
12886 * Makefile.in (recompile): Update comment to reflect change
12887 on 2004-04-21.
12888
12889 2006-07-27 Richard Stallman <rms@gnu.org>
12890
12891 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
12892 (customize-package-emacs-version): Change msg when pkg has no entry.
12893 (custom-no-edit): On a button, do like widget-button-press.
12894
12895 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12896
12897 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
12898 S-tab and C-S-tab.
12899
12900 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
12901
12902 * progmodes/which-func.el (which-function): Fix documentation/
12903 comment typo.
12904
12905 2006-07-26 Richard Stallman <rms@gnu.org>
12906
12907 * textmodes/ispell.el (ispell-word): If we replace the word,
12908 move point to the end. Insert before deleting.
12909
12910 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
12911
12912 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
12913 a timer.
12914
12915 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
12916
12917 * tumme.el (tumme-backward-image): Add prefix argument. Add error
12918 when at first image.
12919 (tumme-forward-image): Add prefix argument. Add error when at last
12920 image.
12921
12922 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * tabify.el (tabify-regexp): Use more specific regexps.
12925 (tabify): Avoid modifying the buffer unnecessarily.
12926
12927 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
12928
12929 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
12930 (tumme-format-properties-string): Handle empty `buf'.
12931 (tumme-get-comment): Change variable names inside `let'.
12932 Add missing `let' variable that cause font-lock problems.
12933 (tumme-write-comments): Change variable names inside `let'.
12934 Add missing `let' variable that cause font-lock problems.
12935 (tumme-forward-image): Rename from `tumme-forward-char'.
12936 (tumme-backward-image): Rename from `tumme-backward-char'.
12937
12938 2006-07-25 Masatake YAMATO <jet@gyve.org>
12939
12940 * progmodes/ld-script.el (ld-script-keywords)
12941 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
12942 and add comments.
12943
12944 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
12945
12946 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12947 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
12948 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
12949 for status indicator.
12950
12951 2006-07-24 Richard Stallman <rms@gnu.org>
12952
12953 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
12954
12955 * subr.el (dolist, dotimes): Use interned symbols for locals.
12956 (--dotimes-limit--, --dolist-tail--): New defvars.
12957 (looking-back): Doc fix.
12958
12959 * replace.el (replace-match-string-symbols): Handle dotted lists.
12960
12961 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
12962
12963 * tumme.el (tumme-write-tags): Add.
12964 (tumme-write-comments): Add.
12965 (tumme-tag-files): Change to use `tumme-write-tags'.
12966 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
12967 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
12968 (tumme-save-information-from-widgets): Change to use
12969 `tumme-write-comments' and `tumme-write-tags'.
12970 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
12971 (tumme-write-tag): Remove.
12972 (tumme-write-comment): Remove.
12973 (tumme-display-previous-thumbnail-original): Remove empty line.
12974 (tumme-widget-list): Add punctuation.
12975
12976 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
12977
12978 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
12979
12980 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12981
12982 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12983 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
12984 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
12985
12986 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
12987
12988 * mouse.el (mouse-on-link-p): Doc fix.
12989
12990 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
12991
12992 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12993 Handle "C-h f `".
12994
12995 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12996
12997 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
12998 column.
12999
13000 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
13001
13002 * textmodes/table.el: Add move-beginning-of-line and
13003 move-end-of-line to Point Motion Only Group.
13004
13005 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
13006
13007 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
13008
13009 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13010
13011 * startup.el (user-mail-address): Initialize from the `EMAIL'
13012 environment variable first. Document this.
13013 (command-line): Ditto.
13014
13015 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
13016
13017 * help-mode.el (help-function-def, help-variable-def)
13018 (help-face-def): Print a message in the minibuffer.
13019
13020 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13021
13022 * term/xterm.el (terminal-init-xterm): Fix key bindings
13023 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
13024
13025 2006-07-21 Eli Zaretskii <eliz@gnu.org>
13026
13027 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
13028 where `(nth 1 command)' is a cons cell. Doc fix.
13029
13030 * textmodes/po.el (po-find-charset): Doc fix.
13031
13032 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
13033
13034 * allout.el (allout-unprotected, allout-e-o-prefix-p)
13035 (allout-beginning-of-current-line, allout-end-of-current-line)
13036 (allout-next-visible-heading, allout-open-topic)
13037 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
13038 (allout-flag-current-subtree, allout-show-to-offshoot)
13039 (allout-hide-current-entry, allout-show-current-branches)
13040 (allout-hide-region-body, allout-old-expose-topic)
13041 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
13042 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
13043 containing `beginning-of-line' and `end-of-line' with
13044 `inhibit-field-text-motion' t.
13045
13046 2006-07-21 Eli Zaretskii <eliz@gnu.org>
13047
13048 * frame.el (focus-follows-mouse): Document that it doesn't have
13049 any effect on MS-Windows.
13050
13051 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
13054
13055 2006-07-20 Jay Belanger <belanger@truman.edu>
13056
13057 * calc/calc.el (calc-previous-alg-entry): Remove variable.
13058
13059 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
13060 New variables.
13061 (calc-alg-entry): Use `calc-alg-entry-history'.
13062 (calc-do-quick-calc): Use `calc-quick-calc-history'.
13063 Remove reference to `calc-previous-alg-entry'.
13064 (calcAlg-edit, calcAlg-enter): Remove reference to
13065 `calc-previous-alg-entry'.
13066 (calcAlg-previous): Use `previous-history-element' instead of
13067 `calc-previous-alg-entry'.
13068 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
13069 Change keybinding for `calcAlg-plus-minus', add keybindings for
13070 `previous-history-element' and `next-history-element'.
13071
13072 * calc/calc-rewr.el (calc-match): Remove reference to
13073 `calc-previous-alg-entry'.
13074
13075 * calc/calc-sel.el (calc-selection-history): New variable.
13076 (calc-enter-selection, calc-sel-mult-both-sides)
13077 (calc-sel-add-both-sides): Use `calc-selection-history'.
13078
13079 * calc/calc-map.el (calc-get-operator-history): New variable.
13080 (calc-get-operator): Use `calc-get-operator-history'.
13081
13082 * calc/calcalg3.el (calc-curve-fit-history): New variable.
13083 (calc-curve-fit): Use `calc-curve-fit-history'.
13084
13085 2006-07-20 Kenichi Handa <handa@m17n.org>
13086
13087 * international/mule-cmds.el (select-safe-coding-system): Fix the
13088 way of deciding eol-type of the coding system.
13089
13090 2006-07-20 Alan Mackenzie <acm@muc.de>
13091
13092 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
13093 (c-lang-setvar): New macro.
13094 (c-make-init-lang-vars-fun): Use the initialization forms in
13095 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
13096 (comment-start, comment-end, comment-start-skip): Change these from
13097 c-lang-defvar's to c-lang-setvar's.
13098
13099 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
13100 which calls make-local-variable on the elements of
13101 c-emacs-variable-inits.
13102 (c-init-language-vars-for): Call this new macro.
13103
13104 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13107 Try to rule out false positives due to time stamps.
13108 (compilation-mode-font-lock-keywords): Remove rules made redundant
13109 because of the above change. Add `segmentation fault' to the known and
13110 highlighted compilation termination messages.
13111
13112 2006-07-19 Kim F. Storm <storm@cua.dk>
13113
13114 * progmodes/grep.el (grep-find-ignored-directories):
13115 Add .svn and _darcs to list.
13116
13117 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
13118
13119 * dired.el (dired-mode-map): Add key binding `C-te' for
13120 `tumme-dired-edit-comment-and-tags'.
13121
13122 * tumme.el (tumme-display-thumbnail-original-image): Make sure
13123 image display buffer is displayed before call to
13124 `tumme-display-image.
13125 (tumme-dired-display-image): Make sure image display buffer is
13126 displayed before call to `tumme-display-image.
13127 (tumme-mouse-display-image): Make sure image display buffer is
13128 displayed before call to `tumme-display-image.
13129 (tumme-widget-list): Add.
13130 (tumme-dired-edit-comment-and-tags): Add.
13131 (tumme-save-information-from-widgets): Add.
13132
13133 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
13136
13137 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * progmodes/sh-script.el (sh-font-lock-keywords-1):
13140 Revert inadvertently installed patch hunk.
13141
13142 * progmodes/compile.el (compilation-find-file): Handle the
13143 cases where the user selects a non-existent file.
13144
13145 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
13148
13149 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
13150
13151 * subr.el (sit-for): Just sleep-for if noninteractive.
13152
13153 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * emacs-lisp/autoload.el (make-autoload): Use new arg.
13156
13157 * custom.el (custom-autoload): Add `noset' argument.
13158 (custom-push-theme): Don't autoload the variable, let callers do it.
13159 (custom-theme-set-variables): Autoload the variable if necessary.
13160
13161 * cus-edit.el (custom-variable-state-set): If the variable was
13162 originally set outside custom, but to the same value as the default,
13163 consider it to be standard.
13164
13165 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
13166 file *before* telling Emacs to add the autoloads, in case it fails.
13167
13168 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
13169 Use `cond', push', and `dolist'.
13170
13171 2006-07-17 Richard Stallman <rms@gnu.org>
13172
13173 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
13174 Add defvars to silence warnings.
13175
13176 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
13177
13178 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13179 Don't highlight "Compiling file" messages as error.
13180
13181 * dired-aux.el (dired-compress-file): Confirm again if gzipped
13182 file already exists.
13183
13184 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
13185
13186 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
13187 entry, don't assign to free var; simply return the extracted filename.
13188 (ff-treat-as-special): Incorporate common preamble from callers.
13189 (ff-other-file-name, ff-find-the-other-file):
13190 Update call to ff-treat-as-special.
13191
13192 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
13193
13194 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
13195
13196 * tumme.el (tumme-get-comment): Fix bug.
13197
13198 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
13199
13200 * files.el: Remove spurious * in docstrings.
13201
13202 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
13203
13204 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
13205 grammar.
13206 (allout-beginning-of-current-line): Beware beginning of buffer.
13207 Also, a comment is simplified.
13208 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
13209 when appropriate. (This fix enables use for other than
13210 bullet-hotspot operation.)
13211 (allout-hide-current-subtree): While escalating to sibling-close,
13212 make sure to situate on a topic.
13213
13214 2006-07-14 Kim F. Storm <storm@cua.dk>
13215
13216 * emulation/cua-base.el (cua-delete-selection)
13217 (cua-toggle-set-mark): New defcustoms.
13218 (cua-rectangle-modifier-key): Add `alt' modifier.
13219 (cua-replace-region): Don't delete if cua-delete-selection is nil.
13220 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
13221 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
13222
13223 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
13224
13225 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
13226
13227 * allout.el: Require 'cl during byte-compilation/interactive load,
13228 for the `assert' macro.
13229 (allout-mode-deactivate-hook): New hook, run when allout mode
13230 deactivates.
13231 (allout-developer): New allout customization subgroup.
13232 (allout-run-unit-tests-on-load): New allout-developer
13233 customization variable, when true allout unit tests are run towards
13234 end of file load/eval.
13235 (allout-inhibit-auto-fill): Disable auto-fill activity even during
13236 auto-fill-mode.
13237 (allout-resumptions): Remove, to be replaced by...
13238 (allout-add-resumptions): Register variable settings to be
13239 reinstated by `allout-do-resumptions'. The settings are made
13240 buffer-local, but the locality/globality of the suspended setting
13241 is restored on resumption.
13242 (allout-do-resumptions): Reinstate all settings suspended using
13243 `allout-add-resumptions'.
13244 (allout-test-resumptions): Unit tests (and intermediate variables)
13245 for resumptions.
13246 (allout-tests-globally-unbound, allout-tests-globally-true)
13247 (allout-tests-locally-true): Intermediate variables for
13248 resumptions unit tests.
13249 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
13250 (allout-exposure-category): Replaces 'allout-overlay-category variable.
13251 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
13252 instead of retired `allout-resumptions'. For hook functions, use
13253 `local' parameter so hook settings are created and removed as
13254 buffer-local settings. Revise (resumptions) setting
13255 auto-fill-function so it is set only if already active. (The
13256 related fill-function settings are all made in either case, so
13257 that activating auto-fill-mode activity will have the custom
13258 allout-mode behaviors (hanging indent on topics, if configured for it).
13259 Remove all allout-exposure-category overlays on mode deactivation.
13260 (allout-hotspot-key-handler): New function extracted from
13261 `allout-pre-command-business', so the functionality can be used
13262 for other purposes, eg as a binding in an overlay.
13263 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
13264 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
13265 customization variable.
13266 (allout-run-unit-tests): Run the (currently quite small)
13267 repertoire of unit tests. Called just before the provide iff user
13268 has customized `allout-run-unit-tests-on-load' non-nil.
13269
13270 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13271
13272 * emacs-lisp/authors.el (authors-aliases): Update.
13273
13274 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
13275
13276 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
13277 gdb-source-window. Add dedicated argument.
13278 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
13279 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
13280 (gdb-display-threads-buffer, gdb-display-memory-buffer)
13281 (gdb-display-locals-buffer): Use it.
13282
13283 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
13284 Set gdb-source-window.
13285
13286 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
13289 minor modes, redundant with the custom-autoload line above.
13290
13291 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
13292
13293 * longlines.el (longlines-post-command-function): Handle open-line too.
13294
13295 2006-07-12 Richard Stallman <rms@gnu.org>
13296
13297 * progmodes/grep.el (grep-last-buffer): Doc fix.
13298
13299 * info.el (Info-try-follow-nearest-node): Doc fix.
13300
13301 * emacs-lisp/edebug.el (edebug-instrument-function):
13302 Err if find-function-noselect gives no position.
13303
13304 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13305 If can't find definition, return nil for position.
13306 (find-function-do-it): Handle new return value
13307 of find-definition-noselect.
13308 (find-definition-noselect, find-variable-noselect): Doc fix.
13309 (find-function-noselect): Doc fix.
13310
13311 * help-mode.el (help-variable-def): Handle find-variable-noselect
13312 returning no position.
13313 (help-function-def): Likewise for find-function-search-for-symbol.
13314 (help-face-def): Likewise.
13315
13316 * help-fns.el (describe-variable): Handle find-variable-noselect
13317 returning no position.
13318
13319 * files.el (locate-file-completion): Avoid duplicates in result.
13320
13321 * cus-edit.el (custom-no-edit): New command.
13322 (custom-mode-map): Remap to custom-no-edit instead of
13323 using suppress-keymap.
13324
13325 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
13326
13327 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13328 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13329 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
13330
13331 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
13332
13333 2006-07-11 Kim F. Storm <storm@cua.dk>
13334
13335 * ido.el (ido-copy-current-file-name): Use buffer-name if
13336 buffer-file-name is nil.
13337
13338 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
13339
13340 * simple.el (undo-ask-before-discard): Set to nil.
13341
13342 * vc.el (vc-exec-after): Don't delete process manually.
13343 (vc-print-log): Run log-view-mode in process sentinel inside
13344 inhibit-read-only. Don't shrink window due to timing issues.
13345
13346 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
13347 Avoid using with-output-to-temp-buffer, which clobbers local vars.
13348
13349 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13352 Fix ambiguity introduced by last change.
13353 (compilation-find-file): Move save-excursion to where it may
13354 make sense. Fix a left over `find-file'.
13355
13356 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
13357
13358 * textmodes/texinfmt.el (texinfo-format-separate-node):
13359 Insert a string before point, which fits documentation, not after.
13360 (texinfo-multitable-item): In a multitable row, insert any
13361 additional needed @tabs and spaces.
13362
13363 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
13364
13365 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13366 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13367 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
13368 instead of shell-command.
13369 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
13370 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
13371 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
13372 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
13373 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
13374 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
13375
13376 2006-07-11 Kim F. Storm <storm@cua.dk>
13377
13378 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
13379 Remove special case for seconds < 0. Use (redisplay t) instead.
13380
13381 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
13382
13383 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
13384 avoid compilation error.
13385
13386 * subr.el (sit-for): New function.
13387
13388 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
13389
13390 2006-07-10 Richard Stallman <rms@gnu.org>
13391
13392 * ldefs-boot.el (edebug): Update page.
13393
13394 2006-07-10 Kim F. Storm <storm@cua.dk>
13395
13396 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
13397 to FOR-RELEASE and TODO.
13398
13399 2006-07-10 Romain Francoise <romain@orebokech.com>
13400
13401 * emacs-lisp/authors.el (authors-aliases): Update.
13402
13403 2006-07-10 Alan Mackenzie <acm@muc.de>
13404
13405 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
13406 * cc-mode.el: Changes to eradicate eval-after-load.
13407
13408 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
13409
13410 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
13411 on non-char events.
13412
13413 2006-07-09 Romain Francoise <romain@orebokech.com>
13414
13415 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13416 Don't highlight start/end markers as compilation messages.
13417
13418 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
13419 to t.
13420
13421 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
13424
13425 2006-07-08 Richard Stallman <rms@gnu.org>
13426
13427 * term/x-win.el (x-handle-display): Add doc string.
13428
13429 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13430
13431 * subr.el (def-edebug-spec): Move here.
13432 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
13433
13434 * imenu.el (imenu-choose-buffer-index): Doc fix.
13435
13436 2006-07-08 Romain Francoise <romain@orebokech.com>
13437
13438 * term/x-win.el (x-display-name): Fix typo.
13439
13440 2006-07-08 Eli Zaretskii <eliz@gnu.org>
13441
13442 * hexl.el (hexl-find-file): Doc fix.
13443
13444 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13445
13446 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
13447
13448 * term/x-win.el (x-display-name): Doc fix.
13449
13450 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
13453 long prefixes.
13454 (fill-region-as-paragraph): Don't round up to a whole line.
13455 (fill-comment-paragraph): Don't include the code-before-the-comment
13456 when calling fill-region-as-paragraph.
13457
13458 * international/mule.el (make-char): Remove redundancy.
13459
13460 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
13461 property may contain an anonymous function rather than a symbol.
13462
13463 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
13464
13465 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13466 Use shy regexp. Fix incorrect backref to potentially unmatched group.
13467
13468 * dirtrack.el (dirtrack-default-directory-function): Remove.
13469 (dirtrack-directory-function): Use file-name-as-directory.
13470 (dirtrack-windows-directory-function): Simplify.
13471 (dirtrack-forward-slash, dirtrack-backward-slash)
13472 (dirtrack-replace-slash): Remove.
13473 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
13474 (dirtrack): Fix wrong parenthesizing; use match-string.
13475
13476 * progmodes/octave-inf.el: Remove spurious * in docstrings.
13477 (inferior-octave-mode): Only change the buffer-local value of
13478 comint-dynamic-complete-functions.
13479 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
13480 Move the initialization to the declaration.
13481 (inferior-octave-complete): Remove unused var `filter'.
13482
13483 * shell.el (shell-mode): Only change the buffer-local value of
13484 comint-dynamic-complete-functions.
13485
13486 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
13487
13488 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
13489 entry is skipped because it has been scheduled.
13490 (org-prepare-agenda-buffers): Don't mark buffers as modified when
13491 changing `:org-archived' and `:org-comment' properties.
13492
13493 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
13494
13495 * server.el (server-select-display): Don't make the temp frame
13496 minibuffer-only, in case it's not a temp frame.
13497 (server-process-filter): Don't delete the temp frame if it's the
13498 only one we have on that display.
13499
13500 * files.el (find-alternate-file): Doc fix.
13501
13502 2006-07-05 Richard Stallman <rms@gnu.org>
13503
13504 * files.el (abbreviate-file-name): Add save-match-data.
13505
13506 2006-07-03 Richard Stallman <rms@gnu.org>
13507
13508 * faces.el (read-face-name): Doc fix.
13509
13510 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
13511
13512 * net/goto-addr.el (goto-address): Mark as safe for local evals.
13513
13514 2006-07-05 Andre Spiegel <spiegel@gnu.org>
13515
13516 * vc.el (vc-diff-internal): Fix prev change.
13517
13518 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
13519
13520 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
13521 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
13522
13523 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
13526 fails if the symbol contains chars like ( or '.
13527 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
13528 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
13529 `short'.
13530
13531 2006-07-04 Kenichi Handa <handa@m17n.org>
13532
13533 * international/mule-cmds.el (set-language-info): If LANG-ENV is
13534 the current one, don't call set-language-environment, but call one
13535 of set-language-environment-XXX to make INFO effective now.
13536 (set-language-environment): Call set-language-environment-XXX
13537 functions instead of doing the various setups directly.
13538 (set-language-environment-coding-systems): Delete argument eol-type.
13539 (set-language-environment-input-method)
13540 (set-language-environment-nonascii-translation)
13541 (set-language-environment-charset)
13542 (set-language-environment-fontset)
13543 (set-language-environment-unibyte): New functions.
13544
13545 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
13546
13547 * locate.el (locate-update-when-revert): New option.
13548 (locate-update-path): New option (suggested by Michael Albinus).
13549 (locate-prompt-for-command): Whitespace change.
13550 (locate-update): No longer offer to update the locate database by
13551 default. Implement the two new options.
13552
13553 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
13554
13555 * tooltip.el: Move comment about track-mouse...
13556
13557 * progmodes/gud.el: ...to here.
13558
13559 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
13560
13561 * facemenu.el (facemenu-listed-faces): New var.
13562 (facemenu-unlisted-faces): Variable deleted.
13563 (facemenu-add-new-face): Use facemenu-listed-faces.
13564
13565 * emulation/viper-init.el, calendar/calendar.el:
13566 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
13567
13568 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
13569
13570 * textmodes/org.el (org-mode): Remove no invalid settings for
13571 calc embedded mode.
13572 (org-mode-p): New defsubst.
13573 (org-save-all-org-buffers): New function.
13574 (org-first-headline-recenter): Enclose outline-regexp in group
13575 delimiters.
13576 (org-set-tags): Keep single space after stars.
13577
13578 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * window.el (set-window-text-height): Only set window-min-height to
13581 1 if that's the requested size.
13582
13583 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
13584 (diff-unified->context, diff-context->unified)
13585 (diff-reverse-direction): Make sure the end marker stays at the end.
13586 (diff-mode): Add the keymap table at the end of docstring.
13587 Use lexical-let rather than constructing a closure manually.
13588
13589 * files.el (find-file-noselect-1): Remove unused var assignment.
13590 (hack-local-variables-confirm): Print lists of strings as lists of
13591 strings rather than lists of symbols.
13592 (abbreviate-file-name, hack-local-variables-prop-line):
13593 Use match-string.
13594 (hack-one-local-variable): Move `make-local-variable' nearer its use.
13595 (recover-session-finish): Use line-end-position.
13596
13597 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
13598
13599 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
13600
13601 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
13602
13603 * progmodes/make-mode.el (makefile-macroassign-regex):
13604 Accept preceding keyword.
13605 (makefile-gmake-statements): Reorganize, now that makepp has
13606 "override" and also handle forgotten "override define".
13607 (makefile-makepp-statements): Add new "global", "override export"
13608 and "override global".
13609
13610 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
13611
13612 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
13613 (ada-compile-mouse-goto-error, ada-deactivate-properties)
13614 (ada-no-auto-case): Fix typos in docstrings.
13615
13616 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
13617
13618 * info.el (Info-find-node-2): Search for makeinfo version more
13619 carefully.
13620
13621 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
13622
13623 * textmodes/org.el (org-prepare-agenda-buffers):
13624 Use `invisible-OK' argument for `org-end-of-subtree'.
13625 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
13626 (org-beginning-of-item): Fix bug in regular expression for white line.
13627 (org-export-as-html): Enforce space after bullet in plain list items.
13628 (org-set-autofill-regexps): Require space after plain list bullet
13629 for paragraph-start.
13630 (org-ts-regexp3): New constant.
13631 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
13632 (org-timestamp-up-day, org-timestamp-down-day)
13633 (org-timestamp-change): Work with inactive timestamps.
13634 (org-ts-regexp1): Don't allow brackets in time stamps.
13635
13636 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
13637
13638 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
13639 for ignoring links.
13640
13641 * faces.el (read-face-name): Use it.
13642
13643 2006-06-28 Juri Linkov <juri@jurta.org>
13644
13645 * buff-menu.el (list-buffers-noselect): Compare Info file
13646 with the string "dir" to detect Info directory.
13647
13648 * complete.el (partial-completion-mode): In lambda for
13649 `choose-completion-string-functions' use full function signature
13650 with 4 args, and move point to the end of the minibuffer only if arg
13651 `mini-p' is non-nil.
13652
13653 2006-06-28 John Paul Wallington <jpw@pobox.com>
13654
13655 * ibuffer.el (ibuffer-mode): Doc fix.
13656
13657 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
13658
13659 * textmodes/org.el (org-context): New contexts :item-bullet,
13660 :latex-fragment, :latex-preview.
13661 (org-overlays-at, org-overlay-start, org-overlay-end):
13662 New compatibility functions.
13663 (org-inside-LaTeX-fragment-p): More accurate matching, using the
13664 exact regexp that will be used during export.
13665 (org-latex-regexps): New variable.
13666 (org-cdlatex-mode): Improve advice for `texmathp'.
13667 (turn-on-org-cdlatex): New function.
13668
13669 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13670
13671 * term/mac-win.el (mac-handle-font-selection): Change keys of
13672 mac-atsu-font-table from strings to numbers.
13673 (mac-ts-caret-position): Use also when cursor-type is nil.
13674 (mac-ts-update-active-input-area): Add Mac OS Classic support.
13675 Relax condition for using overlay strings.
13676 Use mac-ts-caret-position face when cursor-type is nil.
13677
13678 2006-06-26 Kim F. Storm <storm@cua.dk>
13679
13680 * help.el (view-emacs-news): Declare `res' in the right let* form.
13681
13682 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
13683
13684 * net/rcompile.el (remote-compile): Replace ange-ftp based
13685 implementation by Tramp functions.
13686 Suggested by Marc Abramowitz <msabramo@gmail.com>.
13687
13688 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
13689
13690 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
13691
13692 * international/fontset.el (setup-default-fontset): Fix a typo in
13693 the "Oriya-Akruti" registry name.
13694
13695 2006-06-23 Lars Hansen <larsh@soem.dk>
13696
13697 * desktop.el (desktop-full-file-name): New function.
13698 (desktop-kill, desktop-save, desktop-remove, desktop-read)
13699 (desktop-revert): Use it.
13700 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
13701 (desktop-after-read-hook): Add option list-buffers.
13702 (desktop-locals-to-save): Add tab-width.
13703 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
13704 Fix docstring.
13705
13706 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
13707
13708 * textmodes/org.el (org-cdlatex-mode-map)
13709 (org-cdlatex-texmathp-advice-is-done): New variables.
13710 (org-cdlatex-mode): New minor mode.
13711 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
13712 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
13713 (org-export-with-archived-trees): New option.
13714 (org-open-file): Remove the call to `convert-standard-filename'.
13715 (org-archive-tag, org-agenda-skip-archived-trees)
13716 (org-cycle-open-archived-trees)
13717 (org-sparse-tree-open-archived-trees): New options.
13718 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
13719 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
13720 New functions.
13721 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
13722 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
13723 (org-mode-map): Add binding for `org-toggle-archive-tag'.
13724 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13725 Call `org-prepare-agenda-buffers'.
13726 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
13727 (org-file-apps, org-file-apps-defaults-gnu)
13728 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
13729 Handle remote files by forcing them to be opened in Emacs.
13730
13731 2006-06-23 Andre Spiegel <spiegel@gnu.org>
13732
13733 * vc.el (vc-diff-knows-L): New variable.
13734 (vc-diff-internal): Use it to handle "diff" programs that don't
13735 understand -L. This works automatically, no user action is necessary.
13736
13737 2006-06-23 Daniel Brockman <daniel@brockman.se>
13738
13739 * net/rcirc.el (rcirc-default-user-full-name): Default to
13740 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
13741 longer exists).
13742 (rcirc-process-list): Check `buffer-live-p' before attempting to
13743 switch to a buffer.
13744
13745 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
13746
13747 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
13748 based on rcirc-coding-system-alist.
13749
13750 2006-06-23 Martin Rudalics <rudalics@gmx.at>
13751
13752 * cus-edit.el (customize-apropos): A better error message.
13753 (top level) <debug-ignored-errors>: Extend and update the list of
13754 ignored error messages.
13755
13756 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
13757
13758 * complete.el (PC-do-completion): Retain capitalization of user
13759 input, when possible, even if completion-ignore-case is set.
13760
13761 2006-06-23 Eli Zaretskii <eliz@gnu.org>
13762
13763 * generic-x.el (bat-generic-mode): Support .cmd files.
13764
13765 * dos-w32.el (top level): Use find-file-not-found-functions
13766 instead of the obsolete find-file-not-found-hooks.
13767
13768 2006-06-22 Kim F. Storm <storm@cua.dk>
13769
13770 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
13771 to recognize mode name containing submodes, such as Grep/lw.
13772
13773 2006-06-21 Kim F. Storm <storm@cua.dk>
13774
13775 * simple.el (line-move-1): Check for move-end-of-line instead of
13776 end-of-line when setting temporary-goal-column.
13777
13778 2006-06-21 Miles Bader <miles@gnu.org>
13779
13780 * play/cookie1.el (cookie): Work properly when there's only one entry.
13781
13782 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
13783
13784 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
13785 (gdb-frame-handler): Generalize frame regexp for templates.
13786
13787 2006-06-20 Glenn Morris <rgm@gnu.org>
13788
13789 * calendar/appt.el (appt-display-format): Default value must be
13790 one of the customize options.
13791
13792 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
13793
13794 * term/xterm.el (terminal-init-xterm): Update key availability info.
13795 Bind C-return.
13796
13797 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
13798
13799 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * files.el (hack-local-variables): Run `hack-local-variables-hook'
13802 whether or not a local variables list is defined.
13803
13804 * msb.el (msb): Move `sit-for' hack here to handle both
13805 "mouse-down and drag" and "mouse-up and select" situations.
13806 (mouse-select-buffer): Move `sit-for' hack to `msb'.
13807
13808 2006-06-20 Kenichi Handa <handa@m17n.org>
13809
13810 * international/characters.el (word-combining-categories):
13811 Add entries for 2-byte Han characters.
13812
13813 2006-06-19 Richard Stallman <rms@gnu.org>
13814
13815 * bindings.el (mode-line-format): Save some mode line space.
13816
13817 * files.el (find-file-noselect): Improve the question wording.
13818 (basic-save-buffer-2): Mask UMASK against 666.
13819
13820 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
13821 (mouse-drag-vertical-line): Call it.
13822
13823 * cus-edit.el (customize-option, customize-option-other-window):
13824 Error if SYMBOL is nil.
13825
13826 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
13827
13828 * textmodes/org.el: Require noutline, also on XEmacs.
13829 (org-end-of-subtree): Return point.
13830 (org-dblock-start-re, org-dblock-end-re): New constants.
13831 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
13832 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
13833 (org-update-all-dblocks, org-find-dblock): New functions.
13834 (org-collect-clock-time-entries): New function.
13835 (org-html-handle-time-stamps): Never export CLOCK timeranges.
13836 (org-fixup-indentation): Modify to deal correctly with lines
13837 starting with TAB. Only one argument DIFF now.
13838 (org-demote, org-promote): Call `org-fixup-indentation' with just
13839 one argument, DIFF.
13840 (org-mode): Don't mark buffer as modified when aligning tables.
13841 (org-clock-sum): Don't mark buffer modified when adding time sum
13842 properties.
13843 (org-export-as-html): Add support for a link validation function.
13844 (org-archive-all-done): New function.
13845 (org-archive-subtree): New prefix argument. When set, archive all
13846 done subtrees in this buffer.
13847 (org-remove-clock-overlays)
13848 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
13849 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
13850 (org-put-clock-overlay): Don't swallow last headline character
13851 when displaying overlay.
13852 (org-store-link): Link to `image-mode' with just the file name.
13853
13854 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
13855
13856 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
13857 Use read-key-sequence.
13858 (viper-after-change-undo-hook): Misc enhancements.
13859 (viper-after-change-undo-hook): New hook.
13860 (viper-undo): Use viper-after-change-undo-hook.
13861 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
13862 (viper-next-line-at-bol): If point is on a widget or a button, simulate
13863 clicking on that widget/button.
13864
13865 * emulation/viper.el (viper-mode): Allow a separate cursor color
13866 in Emacs state.
13867
13868 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
13869 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
13870 (ediff-set-actual-diff-options): New function.
13871 (ediff-reset-diff-options, ediff-toggle-ignore-case):
13872 Use ediff-set-actual-diff-options.
13873 (ediff-extract-diffs): Catch errors.
13874 (ediff-whitespace): Add non-breakable space.
13875 (ediff-same-file-contents): Catch errors.
13876
13877 * ediff-mult.el (ediff-collect-custom-diffs):
13878 Save coding-system-for-read.
13879
13880 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
13881 (ediff-vc-internal, ediff-vc-merge-internal):
13882 Use ediff-delete-version-file.
13883 (ediff-delete-version-file): New function.
13884
13885 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
13886
13887 * ediff.el (ediff-directories, ediff-directory-revisions)
13888 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
13889 (ediff-directories-internal, ediff-merge-directory-revisions)
13890 (ediff-merge-directory-revisions-with-ancestor)
13891 (ediff-directories3): Use read-directory-name.
13892
13893 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
13894
13895 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
13896 Remove superfluous part of regexp for brace matching which is handled
13897 by `scan-lists' call.
13898
13899 2006-06-16 Richard Stallman <rms@gnu.org>
13900
13901 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
13902
13903 * files.el (basic-save-buffer-2): For a new precious file,
13904 use the default modes in the return value.
13905
13906 * facemenu.el (facemenu-color-alist): Doc fix.
13907
13908 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
13909
13910 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13911
13912 * cus-start.el (all): Add mac-ts-script-language-on-focus.
13913
13914 * term/mac-win.el (mac-text-encoding-ascii): New constant.
13915 (mac-utxt-to-string): Use it.
13916 (mac-ts-update-active-input-area): Use mac-ae-number.
13917
13918 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13919
13920 * term.el (term-handle-scroll, term-delete-lines)
13921 (term-insert-lines): Fix off by one errors.
13922
13923 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
13924
13925 * net/tramp.el (tramp-touch): Use UTC to express time.
13926
13927 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
13928
13929 * mail/sendmail.el (mail-send): Search explicitly for
13930 mail-header-separator when checking for corrupted header lines.
13931
13932 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
13933
13934 * progmodes/gdb-ui.el (gdb-same-frame): New option.
13935 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
13936 (gdb-init-1): Initialise them.
13937 (gdb-starting): Reset gdb-printing
13938 (gdb-starting): Save value of gud-overlay-arrow-position.
13939 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
13940 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
13941 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
13942 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
13943
13944 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
13947
13948 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
13949
13950 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
13951 (ldap-search-internal): Keep error messages, and a regexp fix.
13952
13953 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
13954
13955 * files.el (hack-local-variables-confirm):
13956 Display string value using its printed representation.
13957
13958 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
13959
13960 * server.el (server-edit): No-op if no server buffers exist.
13961
13962 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
13963
13964 * textmodes/page-ext.el (pages-directory-for-addresses):
13965 Including `pages-directory-address-mode' in the function results
13966 in the message "Buffer in which pages were found is deleted".
13967
13968 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
13969
13970 * textmodes/org.el (org-agenda-mode-map): Add bindings for
13971 clocking functions.
13972
13973 (org-agenda-clock-in, org-check-running-clock)
13974 (org-clock-out-if-current, org-remove-clock-overlays)
13975 (org-put-clock-overlay): New functions.
13976 (org-clock-marker, org-clock-file-total-minutes)
13977 (org-clock-overlays): New variables.
13978 (org-clock-display, org-clock-sum, org-clock-cancel)
13979 (org-clock-out, org-clock-in): New commands.
13980 (org-export): New function.
13981 (org-emph-re): New constant.
13982 (org-set-emph-re, org-do-emphasis-faces): New functions.
13983 (org-emphasis-regexp-components, org-emphasis-alist): New options.
13984 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
13985 (org-export-html-convert-emphasize): Use the configurable emphasis.
13986 (org-cleaned-string-for-export): Make multiline emphasis visible
13987 to the exporter. New optional argument PARAMETERS.
13988 (org-export-as-html): Specify :emph-multiline parameter to
13989 `org-cleaned-string-for-export'.
13990
13991 2006-06-10 Richard Stallman <rms@gnu.org>
13992
13993 * help.el (help-for-help-internal): Clean up help text.
13994
13995 2006-06-10 Andreas Schwab <schwab@suse.de>
13996
13997 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
13998 in doc string.
13999
14000 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
14001
14002 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
14003
14004 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
14005 spaces after the comment start.
14006
14007 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14008
14009 * play/pong.el (pong-init-buffer):
14010 Fill buffer with spaces instead of ^A.
14011
14012 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
14013 launched asynchronously, delete its process instead of being cool.
14014 (ispell-async-processp): Check for `delete-process' existence
14015 instead of `kill-process' one for consistency.
14016
14017 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
14018
14019 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
14020 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
14021 in mode line at startup.
14022
14023 2006-06-08 Kim F. Storm <storm@cua.dk>
14024
14025 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
14026 (ido-init-completion-maps): Bind them to M-SPC and M-v.
14027 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
14028 (ido-file-internal): Pass full file name to write-file.
14029 (ido-read-internal): Only pop stack elements automatically if they
14030 actually match an existing directory or file name.
14031
14032 2006-06-07 Kenichi Handa <handa@m17n.org>
14033
14034 * international/mule.el (find-auto-coding): Don't handle the short
14035 name `char-trans'.
14036
14037 * files.el (hack-local-variables-prop-line)
14038 (hack-local-variables): Cancel the previous change.
14039
14040 2006-06-06 Jesper Harder <harder@phys.au.dk>
14041
14042 * ediff-diff.el (ediff-test-utility): Protect against file-error.
14043
14044 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
14045
14046 * diff-mode.el (diff-mode): Set buffer-read-only to t when
14047 diff-default-read-only is non-nil.
14048 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
14049 (diff-refine-hunk): Set inhibit-read-only to t.
14050
14051 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
14052 modifying the *Diff* buffer.
14053 (diff-process-filter): New filter function for diff process that
14054 sets inhibit-read-only to t when modifying the *Diff* buffer.
14055
14056 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
14057
14058 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
14059 insertion point and control the number of empty lines.
14060 (org-paste-subtree): Limit the number of empty lines at the end of
14061 the inserted tree.
14062 (org-agenda): Use buffer name of current file for narrowing.
14063 (org-export-as-xml): Command removed.
14064 (org-export-xml-type): Option removed.
14065 (org-mode-map): Call `org-export-as-xoxo' directly.
14066 (org-get-indentation): New optional argument LINE.
14067 (org-fix-indentation, org-remove-tabs): New functions.
14068 (org-export-as-ascii, org-ascii-level-start): Determine and apply
14069 correct indentation for headlines that are converted it items.
14070 (org-skip-comments): Remove table lines that contain narrowing
14071 cookies but no other non-empty fields.
14072 (org-set-tags): Allow groups of mutually exclusive tags.
14073 (org-cmp-time): Sort 24:21 before items without time.
14074 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
14075 (org-open-at-point): Require double colon also for numbers.
14076
14077 2006-06-06 Kim F. Storm <storm@cua.dk>
14078
14079 * ido.el (ido-default-file-method, ido-default-buffer-method):
14080 Make choice values consistent with corresponding command names.
14081 (ido-visit-buffer): Update accordingly. Default to selected-window.
14082
14083 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
14084
14085 * progmodes/gud.el (gud-running): Fix doc string.
14086 (gud-menu-map): Use :visible instead fo :enable for debugger test.
14087 (gud-tooltip-modes): Add python-mode.
14088 (gud-tooltip-print-command): Add pdb. Remove perldb.
14089
14090 2006-06-05 Eli Zaretskii <eliz@gnu.org>
14091
14092 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
14093 Quote $(EMACS).
14094
14095 2006-06-05 Richard Stallman <rms@gnu.org>
14096
14097 * faces.el (defined-colors): Doc fix.
14098
14099 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
14100
14101 * vc.el (vc-process-filter): Inhibit undo info collection around
14102 call to insert.
14103 (vc-setup-buffer): Likewise for call to erase-buffer.
14104 (vc-do-command): Likewise for call to process-file.
14105
14106 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
14107
14108 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
14109 for gud-go.
14110 (gud-common-init): Other debuggers may trigger error.
14111
14112 2006-06-05 Kenichi Handa <handa@m17n.org>
14113
14114 * international/mule.el (find-auto-coding):
14115 Handle enable-character-translation in file header.
14116
14117 2006-06-04 Kim F. Storm <storm@cua.dk>
14118
14119 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
14120 (authors-fixed-entries): Fix spelling.
14121 (authors-canonical-file-name): Don't report error for wildcards.
14122
14123 * help.el (view-emacs-news): Rewrite to support new NEWS,
14124 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
14125 e.g. version 10 matches 1.10, and don't be confused by version 1.1
14126 being a prefix of 1.12 (etc). A numeric prefix arg also works.
14127
14128 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
14129
14130 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
14131 exec constructs like `foo bar`.
14132 (sh-quoted-subshell): New helper function to search for a possibly
14133 nested subshell (like `` or $()) within a "" quoted string.
14134 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
14135 (sh-apply-quoted-subshell): Flag quote characters inside a
14136 subshell, which is itself already in a quoted region, as
14137 punctuation, since this is the closest to what they actually are.
14138 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
14139 sh-apply-quoted-subshell.
14140 (sh-font-lock-syntactic-face-function): Apply the new face for
14141 text inside `` instead of the old font-lock-string-face.
14142
14143 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14144
14145 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
14146 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
14147 (mac-bytes-to-text-range, mac-ae-text-range-array)
14148 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
14149 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
14150 (mac-ts-unicode-for-key-event): New functions.
14151 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
14152 (mac-handle-font-selection): Use mac-ae-number.
14153 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
14154 New variables.
14155 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
14156 (mac-ts-converted-text, mac-ts-selected-converted-text)
14157 (mac-ts-block-fill-text, mac-ts-outline-text)
14158 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
14159 (mac-ts-hilite-style-faces): New constant.
14160 (mac-apple-event-map): Bind text input events.
14161 (mac-dispatch-apple-event): Use command-execute instead of
14162 call-interactively.
14163 (global-map): Don't bind mac-apple-event.
14164 (special-event-map): Bind mac-apple-event.
14165
14166 2006-06-02 Eli Zaretskii <eliz@gnu.org>
14167
14168 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
14169 file name.
14170 (emacs): Enclose the value of $(EMACS) in quotes.
14171
14172 2006-06-02 Juri Linkov <juri@jurta.org>
14173
14174 * international/mule.el (sgml-html-meta-auto-coding-function):
14175 Remove the condition `(search-forward "<html" size t)'.
14176 Replace `\"' with `[\"']?' in `re-search-forward'.
14177
14178 2006-06-02 Kenichi Handa <handa@m17n.org>
14179
14180 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
14181 as well as `coding'.
14182 (hack-local-variables): Likewise.
14183
14184 * international/mule.el (enable-character-translation):
14185 Put permanent-local and safe-local-variable properties.
14186 (find-auto-coding): Handle char-trans: tag.
14187
14188 2006-06-02 Juri Linkov <juri@jurta.org>
14189
14190 * international/mule.el (sgml-html-meta-auto-coding-function):
14191 Limit the search by the end of the HTML header (if any).
14192
14193 2006-06-01 Richard Stallman <rms@gnu.org>
14194
14195 * subr.el (with-current-buffer): Doc fix.
14196
14197 2006-06-02 Masatake YAMATO <jet@gyve.org>
14198
14199 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
14200 Almost rewrite. Underlines over all lines of gcov output are too
14201 uncomfortable to read. Suggested by Dan Nicolaescu.
14202
14203 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
14204
14205 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
14206
14207 * shell.el (shell-mode): Use shell-mode-map in docstring.
14208
14209 * comint.el (comint-send-input): Do not add help-echo and
14210 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
14211
14212 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14213
14214 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
14215
14216 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
14217
14218 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
14219 (gdb-stopped, gdb-info-stack-custom): If there is no source info
14220 look up the stack and pop up GUD buffer if necessary.
14221 (gdb-frames-select): Remove redundant call to gud-display-frame.
14222 (gdb-info-threads-custom): Keep point at start of buffer.
14223 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
14224
14225 2006-05-31 Juri Linkov <juri@jurta.org>
14226
14227 * replace.el (query-replace-read-from, query-replace-read-to):
14228 Bind `history-add-new-input' to nil. Call `add-to-history'.
14229
14230 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
14231
14232 * textmodes/table.el: Convert all HTML tags to lower case for
14233 XHTML compatibility.
14234
14235 2006-05-31 Masatake YAMATO <jet@gyve.org>
14236
14237 * progmodes/compile.el:
14238 (compilation-error-regexp-alist-alist::gcov-called-line):
14239 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
14240
14241 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
14242
14243 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
14244 Revert inadvertent changes made with last commit.
14245
14246 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14247
14248 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
14249 New functions.
14250
14251 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
14252
14253 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
14254
14255 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
14256 only matches in the right place.
14257 (org-upcoming-deadline): New face.
14258 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
14259 (org-export-ascii-underline): Rename constant `org-ascii-underline'
14260 and make it an option.
14261 (org-export-ascii-bullets): New option.
14262 (org-export-as-html): Many changes to emit valid XHTML.
14263 (org-par-open): New variable.
14264 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
14265 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
14266 (org-timeline): Pass `org-timeline-show-empty-dates' to
14267 `org-get-all-dates'. Interpret empty dates returned by
14268 `org-get-all-dates'.
14269 (org-get-all-dates): New argument EMPTY. Add dates without
14270 entries to the list, mark large ranges of empty dates.
14271 (org-point-in-group, org-context): New functions.
14272
14273 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
14274
14275 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
14276
14277 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
14278 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
14279 to C-mouse-3 (for 2 button mice).
14280 (gdb-send): Do the right thing for C-d.
14281
14282 * speedbar.el (speedbar-detach): Delete.
14283 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
14284 it breaks things.
14285 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
14286
14287 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
14288
14289 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
14290 Makeppfile.
14291
14292 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14293 Add makepp diagnostic.
14294
14295 2006-05-29 Richard Stallman <rms@gnu.org>
14296
14297 * window.el (fit-window-to-buffer): Doc fix.
14298
14299 * help.el (temp-buffer-max-height): Doc fix.
14300
14301 * subr.el (with-current-buffer): Doc fix.
14302
14303 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14304
14305 * term/x-win.el: Bind F10 to menu-bar-start if available.
14306
14307 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
14308
14309 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
14310 uses with a simple test.
14311 (term-set-escape-char, term-mode, term-check-kill-echo-list)
14312 (term-send-raw-string, term-send-raw, term-mouse-paste)
14313 (term-char-mode, term-line-mode, term-exec, term-sentinel)
14314 (term-handle-exit, term-read-input-ring)
14315 (term-previous-matching-input-string)
14316 (term-previous-matching-input-string-position)
14317 (term-previous-matching-input-from-input)
14318 (term-replace-by-expanded-history, term-send-input)
14319 (term-skip-prompt, term-bol, term-send-invisible)
14320 (term-kill-input, term-delchar-or-maybe-eof)
14321 (term-backward-matching-input, term-check-source)
14322 (term-proc-query, term-emulate-terminal)
14323 (term-handle-colors-array, term-process-pager, term-pager-line)
14324 (term-pager-bob, term-unwrap-line, term-word)
14325 (term-dynamic-complete-filename)
14326 (term-dynamic-complete-as-filename)
14327 (term-dynamic-simple-complete): Replace one arm ifs with whens or
14328 unlesses.
14329
14330 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
14333 during bootstrapping.
14334
14335 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
14336 Basically undo the change of 2006-05-26: use extra arguments instead of
14337 dynamic scoping.
14338 (ewoc-locate): Remove unused var `footer'.
14339
14340 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14341
14342 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
14343
14344 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
14345 (generate-file-autoloads): Obey it. Return whether autoloads were
14346 added at point or not.
14347 (update-file-autoloads): Use this new return value.
14348 Remove redundant test for the presence of an autoload cookie.
14349
14350 * emacs-lisp/autoload.el (autoload-find-file): New fun.
14351 This one calls hack-local-variables.
14352 (generate-file-autoloads, update-file-autoloads): Use it.
14353
14354 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14355 (bibtex-sort-entry-class): Add safe-local-variable predicate.
14356 (bibtex-sort-entry-class-alist): Don't set the global value.
14357 (bibtex-init-sort-entry-class-alist): New fun.
14358 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
14359 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
14360 of bibtex-init-sort-entry-class.
14361
14362 2006-05-28 Richard Stallman <rms@gnu.org>
14363
14364 * subr.el (load-history-regexp): If FILE is relative, insist
14365 entire last name component must match it.
14366 (load-history-filename-element, load-history-regexp): Doc fixes.
14367
14368 2006-05-29 Kim F. Storm <storm@cua.dk>
14369
14370 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
14371 `pos' and `raw-data' for clarity, as eval forms may access these.
14372
14373 2006-05-28 Kim F. Storm <storm@cua.dk>
14374
14375 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
14376
14377 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14378
14379 * progmodes/make-mode.el (makefile-browser-map)
14380 (makefile-mode-syntax-table): Move initialization inside declaration.
14381 (makefile-fill-paragraph): Use the default comment-filling code.
14382
14383 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
14384
14385 * replace.el (query-replace-defaults): New variable.
14386 (query-replace-read-from): Use `query-replace-defaults' for
14387 default value, instead of history list.
14388 (query-replace-read-to): Update `query-replace-defaults'.
14389
14390 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
14391
14392 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
14393 with no X toolkit.
14394
14395 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
14396
14397 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
14398 (tumme-show-all-from-dir): Add autoload.
14399
14400 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
14401
14402 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
14403 (tumme-remove-tag): Fix bug.
14404
14405 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
14406
14407 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
14408 FOOTER args. Update unique caller.
14409 (ewoc-delete): Compute last node once before looping.
14410 (ewoc--node-branch): Merge into unique caller.
14411 (ewoc--node): Don't define constructor make-ewoc--node for this
14412 structure.
14413 (ewoc): Add member `hf-pp' to this structure.
14414 (ewoc--wrap): New func.
14415 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
14416 header/footer pretty-printers. Save header/footer pretty-printer.
14417 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
14418
14419 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
14420
14421 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
14422
14423 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
14424 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
14425 Tag'. Change "Compare directories..." to "Change Directories...".
14426 Move tumme commands to Operate, Regexp and Immediate menus.
14427 Change "Add Comment" to "Add Image Comment". Change "Add Image
14428 Tag" to "Add Image Tags".
14429
14430 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
14431 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
14432 `tumme-delete-tag'.
14433
14434 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
14435
14436 * shell.el (shell-mode): Call shell-dirtrack-mode after
14437 list-buffers-directory is made a local variable, to avoid setting
14438 the default value.
14439
14440 2006-05-26 Kevin Ryde <user42@zip.com.au>
14441
14442 * info.el (Info-index-next): Use where-is-internal to report
14443 actual binding of Info-index-next, rather than hard-coded `,'.
14444
14445 2006-05-26 Eli Zaretskii <eliz@gnu.org>
14446
14447 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
14448 and "Find Command in Manual" to here.
14449
14450 * buff-menu.el (list-buffers-noselect): For Info buffers, use
14451 Info-current-file as the file name.
14452
14453 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
14454
14455 * ses.el (defadvice undo-more): Delete this defadvice. The undo
14456 overrides will now be done a different way.
14457 (ses-set-parameter): Reapply this function for undo.
14458 (ses-set-header-row): Reconstruct header row during undo.
14459 (ses-widen): New function.
14460 (ses-goto-data, ses-reconstruct-all): Use new function.
14461 (ses-command-hook): Widen buffer during undo, before unupdating
14462 the cells.
14463 (ses-insert-row, ses-delete-row): Widen buffer during undo.
14464 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
14465 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
14466 formula hasn't been executed yet.
14467
14468 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14469
14470 * comint.el (comint-kill-whole-line): Rename arg to count.
14471 Fix doc string.
14472
14473 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
14474
14475 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
14476 to copy-file.
14477
14478 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14479
14480 * simple.el (toggle-truncate-lines): Make arg optional for
14481 backward compatibility.
14482
14483 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
14484
14485 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
14486 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
14487 DLL arg. Instead, use ewoc--current-dll. Update all callers.
14488 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
14489 (ewoc--adjust): Use ewoc--current-dll.
14490 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
14491
14492 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
14493
14494 * textmodes/org.el (org-next-item, org-previous-item): Emit more
14495 compact error message.
14496 (org-tags-view): Refresh category table in each file.
14497 (org-table-justify-field-maybe): Remove superfluous arguments to
14498 `format'.
14499 (org-export-as-html): Insert "<p>" before postamble.
14500 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
14501
14502 2006-05-26 Kenichi Handa <handa@m17n.org>
14503
14504 * textmodes/po.el (po-find-charset): Pay attention to the case
14505 FILENAME is a cons (NAME . BUFFER).
14506 (po-find-file-coding-system-guts): Likewise.
14507
14508 * arc-mode.el (archive-set-buffer-as-visiting-file):
14509 Call find-operation-coding-system with (FILENAME . BUFFER).
14510
14511 * tar-mode.el (tar-extract): Call find-operation-coding-system
14512 with (FILENAME . BUFFER).
14513
14514 * international/mule.el (decode-coding-inserted-region):
14515 Call find-operation-coding-system with (FILENAME . BUFFER).
14516
14517 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
14518
14519 * image-mode.el (image-toggle-display): Use buffer contents to
14520 generate image for a remote file.
14521
14522 2006-05-25 Juri Linkov <juri@jurta.org>
14523
14524 * replace.el (query-replace-read-from, query-replace-read-to):
14525 Remove 8th arg KEEP-ALL in read-from-minibuffer.
14526
14527 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
14528
14529 * whitespace.el (whitespace-cleanup): Change to cleanup
14530 region if one is active.
14531 * whitespace.el (whitespace-cleanup-internal): New internal method.
14532
14533 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14534
14535 * dired.el (dired-mode-map): Add help-echo strings to tumme
14536 commands. Bind `tumme-dired-display-image' to C-t i.
14537
14538 * tumme.el (tumme-display-image): Change documentation string slightly.
14539 (tumme-dired-display-image): Add call to `display-buffer'.
14540
14541 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14542
14543 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
14544 Signal error if RAW-DATA is a multibyte string.
14545
14546 2006-05-24 Richard Stallman <rms@gnu.org>
14547
14548 * subr.el (with-local-quit): When handling `quit' signal,
14549 make a chance for quit-flag to cause a quit.
14550
14551 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
14552 (ad-disable-advice): Add autoloads.
14553
14554 * subr.el (read-passwd): Copy PROMPT before changing its properties.
14555
14556 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14557
14558 * dired.el (dired-mode-map): Change menu items for tumme as per
14559 suggestions in emacs-devel.
14560
14561 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
14562
14563 * dired.el (dired-mode-map): Fix breakage.
14564
14565 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
14566
14567 * tumme.el (tumme-display-dired-image): Rename to...
14568 (tumme-dired-display-image): ...this.
14569 (tumme-track-movement): Change default value to t.
14570 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
14571 used from `tumme-next-line-and-display' and similar commands.
14572
14573 * dired.el (dired-mode-map): Add Thumbnail submenu under the
14574 Immediate menu. Add some tumme commands there.
14575
14576 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
14577
14578 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
14579
14580 2006-05-24 Chong Yidong <cyd@mit.edu>
14581
14582 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
14583 menu entries that open submenus.
14584
14585 2006-05-24 Alan Mackenzie <acm@muc.de>
14586
14587 * startup.el (command-line): For names of preloaded files, don't
14588 append ".elc" (now done in Fload), and call file-truename on the
14589 lisp directory.
14590
14591 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
14592 match ANY loaded file with the right name, not just those in
14593 load-path. Put a regexp matching the file name into
14594 after-load-alist, rather than the name itself.
14595
14596 * subr.el (load-history-regexp, load-history-filename-element)
14597 (do-after-load-evaluation): New functions.
14598
14599 * international/mule.el (load-with-code-conversion): Do the
14600 eval-after-load stuff by calling do-after-load-evaluation.
14601
14602 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
14603
14604 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
14605 has not been killed.
14606
14607 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14608
14609 * term/mac-win.el: Set idle timer to clean up expired Apple events.
14610 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
14611 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
14612 Optionally set error message in reply.
14613
14614 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
14615
14616 * textmodes/org.el (org-open-at-point): Use renamed variable
14617 `org-confirm-shell-link-function'.
14618 (org-confirm-shell-link-function): Rename from
14619 `org-confirm-shell-links'.
14620 (org-export-directory): New function.
14621 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
14622 (org-export-icalendar): Use `org-export-directory'.
14623 (org-indent-item): Keep cursor position.
14624 (org-link-file-path-type): New option.
14625 (org-export-as-html): Fix bug with plain lists starting in
14626 column 0.
14627 (org-export-as-html): Remove deadline formatting, this happens
14628 now already in `org-html-handle-time-stamps'.
14629 (org-export-html-style): Deadline class removed.
14630 (org-insert-labeled-timestamps-at-point): New option.
14631 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
14632 of `hide-sublevels 1', in case the first headline is not level 1.
14633 (org-overview, org-content): New fuction.
14634 (org-cycle-global-status, org-cycle-subtree-status): Make these
14635 variables buffer-local.
14636 (org-global-cycle): New command.
14637 (org-shifttab): Use `org-global-cycle'.
14638 (org-insert-heading, org-insert-item): Go to end of new
14639 headline/item after creating it.
14640 (org-export-visible): Rename from `org-export-copy-visible'.
14641 Now creates a temporary org-file and applies an exporting command
14642 to it.
14643 (org-table-eval-formula): Support for lisp forms.
14644 (org-agenda-todo-ignore-scheduled): New option.
14645 (org-agenda-get-todos): Use new option
14646 `org-agenda-todo-ignore-scheduled'.
14647 (org-export-html-inline-images): New value `maybe'.
14648 (org-export-as-html): Inlining of images dependent on link description.
14649 (org-archive-subtree): Check for end-of-buffer before trying
14650 `kill-line'.
14651 (org-agenda-follow-mode): New option.
14652 (org-export-with-tags, org-export-with-timestamps): New options.
14653 (org-html-handle-time-stamps): New function.
14654 (org-keyword-time-regexp): New variable.
14655 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
14656 (org-agenda-todo-list-sublevels): New option.
14657 (org-html-level-start): When TITLE is nil, just close all levels.
14658 (org-parse-key-lines, org-parse-export-options): Remove functions,
14659 replaced by `org-infile-export-plist'.
14660 (org-combine-plists, org-infile-export-plist)
14661 (org-default-export-plist): New functions.
14662 (org-export-html-preamble, org-export-html-postamble)
14663 (org-export-html-auto-preamble, org-export-html-auto-postamble):
14664 New variables.
14665 (org-export-publishing-directory): New option.
14666 (org-export-as-html, org-export-as-ascii): Use the new property
14667 lists for settings.
14668 (org-export-copy-visible, org-export-as-xoxo):
14669 Respect `org-export-publishing-directory'.
14670 (org-link-search, org-store-link, org-file-apps): Support for
14671 links to BibTeX database entries..
14672 (org-get-current-options, org-set-regexps-and-options):
14673 Implement logging as a startup option.
14674 (org-store-link): Make sure context string is never empty
14675 (org-insert-link): Use relative path when possible.
14676 (org-at-item-checklet-p): New function.
14677 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
14678 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
14679 (org-metaright, org-metaup, org-metadown, org-shiftup)
14680 (org-shiftdown, org-shiftright, org-shiftleft)
14681 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
14682 Dispatch using `call-interactively'.
14683 (org-call-with-arg): New defsubst.
14684 (org-tag-alist, org-use-fast-tag-selection): New options.
14685 (org-complete): Use `org-tag-alist'.
14686 (org-fast-tag-insert, org-fast-tag-selection): New functions.
14687 (org-next-item, org-previous-item): New commands.
14688 (org-beginning-of-item, org-end-of-item): Add (interactive) to
14689 make command.
14690 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
14691
14692 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
14693
14694 * emacs-lisp/ewoc.el (ewoc-delete): New function.
14695 (ewoc-filter): Use `ewoc-delete'.
14696
14697 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
14698
14699 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
14702 Signal more user-friendly error messages.
14703
14704 * complete.el (PC-do-completion): Undo the addition of implicit
14705 wildcards if they did not lead to finding any match.
14706 (read-file-name-internal): Don't add the final > if the completion is
14707 not finished.
14708
14709 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
14710
14711 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
14712 Quote safe-local-variable predicate.
14713
14714 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
14715
14716 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
14717
14718 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14719
14720 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
14721
14722 * progmodes/make-mode.el (makefile-special-targets-list)
14723 (makefile-macro-table, makefile-target-table): Mark as risky.
14724 (makefile-query-one-target-method): Make this the alias for the
14725 following variable.
14726 (makefile-query-one-target-method-function): Make this the real name.
14727
14728 * textmodes/artist.el (artist-text-renderer): Make this the alias
14729 for the following variable.
14730 (artist-text-renderer-function): Make this the real name.
14731
14732 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
14733 the alias for the following variable.
14734 (flyspell-generic-check-word-predicate): Make this the real name.
14735
14736 * textmodes/ispell.el (ispell-format-word): Make this the alias
14737 for the following variable.
14738 (ispell-format-word-function): Make this the real name.
14739 (ispell-message-text-end): Mark as risky.
14740
14741 * skeleton.el (skeleton-transformation, skeleton-filter)
14742 (skeleton-pair-filter): Make these the aliases for the following
14743 variables.
14744 (skeleton-transformation-function, skeleton-filter-function)
14745 (skeleton-pair-filter-function): Make these the real names.
14746
14747 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
14748 and skeleton-pair-filter-function.
14749
14750 * textmodes/sgml-mode.el (sgml-transformation): Make this the
14751 alias for the following variable.
14752 (sgml-transformation-function): Make this the real name.
14753 (sgml-tag-alist): Mark as risky.
14754
14755 2006-05-21 Richard Stallman <rms@gnu.org>
14756
14757 * simple.el (kill-region): Interactively, pass point, then mark.
14758
14759 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
14760
14761 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
14762
14763 2006-05-21 Romain Francoise <romain@orebokech.com>
14764
14765 * dired-x.el (dired-mode-map): Don't bind M-g.
14766
14767 2006-05-20 Richard Stallman <rms@gnu.org>
14768
14769 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
14770 (dired-goto-file): Doc fix.
14771
14772 2006-05-21 Kim F. Storm <storm@cua.dk>
14773
14774 * emulation/cua-base.el: Mention customizing cua-mode as alternative
14775 way to enable built-in cua-mode if user loads older CUA-mode package.
14776
14777 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
14778 if default-filename is specified.
14779
14780 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14781
14782 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
14783
14784 * info.el (info-apropos): Make sure current-file and current-node
14785 have non-nil values. Speed up by using add-to-list instead of
14786 manual consing.
14787
14788 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14789
14790 * progmodes/make-mode.el (makefile-mode): Doc fix.
14791
14792 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14793
14794 * dired-aux.el (dired-do-shell-command): Doc fix.
14795
14796 2006-05-20 Kevin Ryde <user42@zip.com.au>
14797
14798 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
14799 ``(custom-manual :tag "Foo" "(foo)Node")''.
14800
14801 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
14802
14803 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
14804 value is an integer.
14805
14806 2006-05-20 Eli Zaretskii <eliz@gnu.org>
14807
14808 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
14809 "format".
14810 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
14811
14812 2006-05-20 Martin Rudalics <rudalics@gmx.at>
14813
14814 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
14815 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
14816
14817 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
14820 regexp for keywords.
14821
14822 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
14823
14824 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
14825 replace-regexp-in-string.
14826
14827 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
14828 encode, and escape file name on conversion to URL.
14829
14830 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14831
14832 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
14833 Don't unescape URL.
14834 (dnd-get-local-file-name): Unescape URL on conversion to file name.
14835
14836 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
14837 on conversion to URLs.
14838
14839 * net/browse-url.el (browse-url-file-url): Encode file name on
14840 conversion to URL.
14841
14842 * term/mac-win.el (mac-ae-open-documents): Escape file name on
14843 conversion to URL.
14844
14845 2006-05-19 Eli Zaretskii <eliz@gnu.org>
14846
14847 * progmodes/cc-styles.el (c-style-alist): Doc fix.
14848
14849 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14850
14851 * term/mac-win.el (mac-bytes-to-digits): Remove function.
14852 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
14853
14854 2006-05-19 Glenn Morris <rgm@gnu.org>
14855
14856 * calendar/diary-lib.el (diary-bahai-date)
14857 (list-bahai-diary-entries, mark-bahai-diary-entries)
14858 (mark-bahai-calendar-date-pattern): Not interactive.
14859 (add-to-diary-list): New optional arg LITERAL. Doc fix.
14860 (diary-entries-list): Change format of 4th element in each entry.
14861 (diary-list-entries): Use add-to-diary-list.
14862 (diary-goto-entry): Handle the case where the buffer visiting the
14863 diary has been killed.
14864 (fancy-diary-display): Add 'locator to button rather than 'marker.
14865 Only generate temp-face when there are marks to apply.
14866 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14867 (diary-fancy-date-pattern): New variable.
14868 (diary-time-regexp): Doc fix.
14869 (diary-anniversary, diary-time): New faces.
14870 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
14871 diary-time-regexp. Add font-lock-multiline property where needed.
14872 Use new faces diary-anniversary and diary-time.
14873 (diary-fancy-font-lock-fontify-region-function): New function, to
14874 handle multiline font-lock pattern in fancy diary.
14875 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
14876 (diary-font-lock-keywords): Tweak time regexp. Use new face
14877 diary-time.
14878
14879 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
14880
14881 * international/code-pages.el (mik): Table corrected.
14882
14883 2006-05-18 Kim F. Storm <storm@cua.dk>
14884
14885 * progmodes/grep.el (grep-find): Don't check grep-find-command
14886 before running command (breaks non-interactive usage).
14887
14888 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
14889
14890 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
14891 (ewoc--insert-new-node): Don't insert trailing newline.
14892 Instead, adjust successor nodes's start markers.
14893 (ewoc--refresh-node): Delete all text from current node's start
14894 marker to the next one's; adjust successor nodes's start markers.
14895 (ewoc--create): Doc fixes.
14896 (ewoc--refresh): Don't insert newline.
14897 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
14898 * pcvs.el (cvs-make-cvs-buffer):
14899 Specify extra newline for ewoc's header and footer.
14900 (cvs-update-header): Update initial header recognition.
14901 Append newline to final header and footer values.
14902 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
14903
14904 2006-05-17 Richard Stallman <rms@gnu.org>
14905
14906 * files.el (file-name-extension): Doc fix.
14907
14908 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
14911 we can explicitly enable/disable rather than toggle.
14912 (shell-mode): Use it.
14913 (shell-cd): Don't try to reproduce what `cd' does.
14914
14915 2006-05-17 Kim F. Storm <storm@cua.dk>
14916
14917 * ido.el (ido-read-internal): Use only nondirectory part of
14918 default item.
14919
14920 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
14921
14922 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
14923 (ewoc-nth): Doc fix.
14924
14925 (ewoc-map, ewoc-invalidate): Compute PP before looping.
14926
14927 2006-05-16 Eli Zaretskii <eliz@gnu.org>
14928
14929 * international/mule.el (auto-coding-alist): Add .lha to files
14930 read with no-conversion.
14931
14932 * files.el (auto-mode-alist): Add .lha files to archive file
14933 extensions.
14934
14935 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
14936 Convert csize to integer when computing offsets within the
14937 compressed archive file.
14938
14939 2006-05-16 Kim F. Storm <storm@cua.dk>
14940
14941 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
14942 with read-from-minibuffer.
14943
14944 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
14945
14946 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
14947 (byte-compile-warnings): Fix safe-local-variable property.
14948
14949 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
14950
14951 * allout.el (allout-show-bodies, allout-old-style-prefixes)
14952 (allout-stylish-prefixes, allout-numbered-bullet)
14953 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
14954 predicates to qualify `safe-local-variable' property, when
14955 available, else use equivalent lambda.
14956 (allout-current-topic-collapsed-p): Do the right thing regarding
14957 trailing blank lines.
14958
14959 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * server.el (server-start): Only create a directory if needed.
14962 (server-edit, server-unload-hook): server-start => server-mode.
14963 (kill-emacs-hook): Cleanup upon exit.
14964
14965 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 * hexl.el (hexlify-buffer): Encode process arguments manually.
14968
14969 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
14970
14971 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
14972 call to gdb-tooltip-print.
14973
14974 2006-05-15 Romain Francoise <romain@orebokech.com>
14975
14976 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
14977 systems, default to "tar" since those systems probably have GNU tar.
14978
14979 2006-05-14 Lars Hansen <larsh@soem.dk>
14980
14981 * desktop.el (desktop-missing-file-warning): Fix docstring.
14982 (desktop-restore-file-buffer): Correct question asked on missing file.
14983
14984 2006-05-14 Kim F. Storm <storm@cua.dk>
14985
14986 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
14987 Add CUA move property.
14988
14989 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
14990
14991 * custom.el (custom-push-theme): Load the variable before checking
14992 its `standard-value'.
14993
14994 2006-05-13 Lars Hansen <larsh@soem.dk>
14995
14996 * desktop.el (desktop-save): Use with-temp-buffer.
14997
14998 2006-05-12 Glenn Morris <rgm@gnu.org>
14999
15000 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
15001 * calendar/calendar.el (calendar-mode-map):
15002 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
15003 * calendar/appt.el (appt-check, appt-make-list): Refer to
15004 diary-view-entries, diary-list-entries, diary-show-all-entries
15005 rather than obsolete aliases.
15006
15007 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
15008
15009 * simple.el (line-move-finish): Avoid calling point motion hooks
15010 while processing intangibility.
15011
15012 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
15013
15014 * term/xterm.el (terminal-init-xterm): Fix typo.
15015
15016 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
15017
15018 * allout.el (allout-view-change-hook): Mark as being deprecated,
15019 to be replaced by `allout-exposure-change-hook'.
15020 (allout-exposure-change-hook): New, replacing
15021 `allout-view-change-hook'.
15022 (allout-flag-region): Run new hook `allout-exposure-change-hook',
15023 in addition to `allout-view-change-hook'.
15024 (allout-show-bodies, allout-old-style-prefixes)
15025 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
15026 lambda forms to prevent their showing up in variable help
15027 presentations as inscrutable byte-compiled code.
15028 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
15029 Use string-or-null-p to qualify safe-local-variable values.
15030 (allout-reindent-bodies): Use memq to qualify matches against
15031 valid safe-local-variable values. Also, quote the lambda as above.
15032 (allout-use-mode-specific-leader): Add missing candidate-value
15033 symbols, use memq, and quote the lambda.
15034 (allout-overlay-interior-modification-handler): Remove unused
15035 variables `msg' and 'opened'.
15036 (allout-hidden-p): Constrain invisibility consideration to allout's
15037 invisibility spec, disregarding invisibility for other reasons.
15038
15039 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
15040
15041 * files.el (version-control): Correct safe values.
15042
15043 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
15044
15045 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
15046
15047 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
15048 (ewoc--insert-new-node): New func.
15049 Update callers of deleted funcs to use it, instead.
15050
15051 2006-05-11 Glenn Morris <rgm@gnu.org>
15052
15053 * calendar/calendar.el (diary-show-all-entries): Do not refer to
15054 obsolete alias `show-all-diary-entries'.
15055 (make-diary-entry): Not interactive.
15056 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
15057 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
15058 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
15059 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15060 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
15061 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
15062
15063 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15064
15065 * calendar/calendar.el (calendar-french-date-string)
15066 (calendar-mayan-date-string, calendar-chinese-date-string)
15067 (calendar-astro-date-string, calendar-iso-date-string)
15068 (calendar-islamic-date-string, calendar-bahai-date-string)
15069 (calendar-hebrew-date-string, calendar-coptic-date-string)
15070 (calendar-ethiopic-date-string, calendar-persian-date-string):
15071 These functions are not interactive.
15072
15073 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
15074
15075 * files.el: Balance parentheses.
15076
15077 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15078
15079 * files.el, newcomment.el, outline.el, simple.el,
15080 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
15081 * progmodes/cc-vars.el, progmodes/compile.el:
15082 Move `safe-local-variable' declarations to the respective files.
15083
15084 * help-fns.el (describe-variable): Don't print safe-var if it is
15085 byte-code. Improve wording as suggested by Luc Teirlinck.
15086
15087 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
15088
15089 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
15090 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
15091 Use a token for pending-triggers to ensure gdb-var-update
15092 gets called once per user input again for pre-GDB 6.4.
15093 (gdb-var-delete): Match on more complex expressions.
15094 (gdb-var-list-children-handler, gdb-var-create-handler):
15095 Use a token for consistency.
15096
15097 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
15098
15099 * textmodes/org.el (org-read-date, org-goto-calendar)
15100 (org-agenda-goto-calendar):
15101 Bind `view-calendar-holidays-initially' to nil.
15102
15103 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
15104
15105 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
15106 Update all callers to do it there, instead.
15107
15108 2006-05-10 Glenn Morris <rgm@gnu.org>
15109
15110 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
15111 prefix arg case, to avoid view-diary-entries-initially error.
15112 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
15113 (calendar-date-is-legal-p): Handle dates with no day part.
15114
15115 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
15116
15117 * comint.el (comint-insert-input): Just make it when
15118 comint-use-prompt regexp is nil (default) and with the mouse.
15119 (comint-copy-old-input): Reinstate from 2004-06-23.
15120 (comint-mode-map): Bind C-c C-m to it.
15121
15122 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
15123
15124 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15125 Remove spurious move to point-max (new comint behavior fixes).
15126
15127 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
15128 compatibility function (Emacs 18/19).
15129 (idlwave-is-continuation-line): Always return point at start of
15130 previous non-blank continuation line.
15131 (keyword-parameters): Fix continued comment font-lock matcher.
15132 (idlwave-font-lock-fontify-region): Written, use as
15133 font-lock-fontify-region-function, to fix continued keyword
15134 fontification issues.
15135
15136 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15137
15138 * term/mac-win.el (mac-font-panel-mode): Doc fix.
15139 (mac-service-selection, mac-service-open-file)
15140 (mac-service-open-selection, mac-service-mail-selection)
15141 (mac-service-mail-to, mac-service-insert-text): Rename from
15142 mac-services-*. All uses changed.
15143 (mac-apple-event-map): Rename event symbol `services' to `service'.
15144
15145 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
15146
15147 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
15148 (ewoc--node-enter-first, ewoc--node-enter-last)
15149 (ewoc--delete-node-internal): Merge funcs into unique callers.
15150
15151 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
15152
15153 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
15154 return value of read-from-minibuffer for empty input.
15155
15156 2006-05-09 Miles Bader <miles@gnu.org>
15157
15158 * comint.el (comint-insert-input): Remove redundant calls to setq
15159 and goto-char.
15160
15161 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
15162
15163 * comint.el (comint-insert-input): Make it work when
15164 comint-use-prompt-regexp is t.
15165
15166 2006-05-10 Miles Bader <miles@gnu.org>
15167
15168 * subr.el (field-at-pos): New function.
15169
15170 * comint.el (comint-insert-input): Use it.
15171
15172 2006-05-09 Juri Linkov <juri@jurta.org>
15173
15174 * battery.el (battery-linux-proc-acpi): Also try
15175 `/proc/acpi/thermal_zone/THR2/temperature'.
15176
15177 * files.el <safe-local-variable>: Remove `eval' and `let' binding
15178 for now unused lambda `string-or-null'.
15179
15180 * add-log.el (change-log-default-name): Put `string-or-null-p'
15181 instead of lambda on `safe-local-variable' property.
15182
15183 * diff-mode.el (diff-context->unified): Use `region-beginning' and
15184 `region-end' instead of `mark' and `point'.
15185 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
15186 Operate on region in Transient Mark mode when the mark is active.
15187 Use `region-beginning' and `region-end' instead of `mark' and
15188 `point'.
15189 (diff-hunk-text, diff-goto-source): Doc fix.
15190
15191 * startup.el (fancy-splash-screens, normal-splash-screen): Use
15192 face `mode-line-buffer-id' for mode-line buffer face instead of
15193 hard-coded `(:weight bold)'.
15194
15195 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
15196 buffer-undo-list to t (undo-ask is reproducible by visiting
15197 nested archives).
15198
15199 2006-05-09 Kim F. Storm <storm@cua.dk>
15200
15201 * progmodes/grep.el (rgrep): Set default directory of *grep*
15202 buffer if we start M-x rgrep in the *grep* buffer and choose
15203 a different base directory.
15204
15205 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
15206
15207 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
15208 completion also when ido is loaded.
15209
15210 2006-05-09 Masatake YAMATO <jet@gyve.org>
15211
15212 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
15213 "warning" and "import".
15214 (cpp-font-lock-keywords): Added "warning".
15215
15216 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
15217
15218 * term/xterm.el (terminal-init-xterm): Add more key bindings.
15219
15220 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15221
15222 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
15223 pages at a time, if we signal the end, we should indeed reach that end.
15224
15225 2006-05-08 David Reitter <david.reitter@gmail.com>
15226
15227 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
15228 output during execution of the body.
15229
15230 2006-05-08 Kim F. Storm <storm@cua.dk>
15231
15232 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
15233
15234 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
15235
15236 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
15237 Use with-current-buffer.
15238
15239 2006-05-07 Kim F. Storm <storm@cua.dk>
15240
15241 * subr.el (add-to-history): Remove keep-dups arg.
15242
15243 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
15244 to nil around call to add-to-history.
15245
15246 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15247
15248 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
15249 than after a buffer modification.
15250
15251 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
15252
15253 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
15254 call to...
15255 (gud-watch): ...here so speedbar is raised for already watched
15256 expressions.
15257 (gdb-speedbar-refresh): Delete function.
15258 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
15259 Use speedbar-timer-fn instead of speedbar-refresh (reverting
15260 earlier change).
15261 (gdb-var-evaluate-expression-handler)
15262 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
15263
15264 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
15265 Update localized contents for all buffers except ignored modes.
15266
15267 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15268
15269 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
15270 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
15271 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
15272 (mac-handle-font-panel-closed, mac-handle-font-selection):
15273 New functions.
15274 (mac-font-panel-mode): New minor mode.
15275 (mac-apple-event-map): Add bindings for toolbar toggle button and
15276 font panel.
15277 (menu-bar-showhide-menu): Add mac-font-panel-mode.
15278
15279 2006-05-07 John Paul Wallington <jpw@pobox.com>
15280
15281 * ibuffer.el (ibuffer-compressed-file-name-regexp):
15282 Avoid `regexp-opt'; simplify regexp for readability.
15283
15284 2006-05-06 Eli Zaretskii <eliz@gnu.org>
15285
15286 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
15287 * files.el (buffer-stale-function):
15288 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15289 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
15290 links to the main manual, not to emacs-xtra.
15291
15292 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15293
15294 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
15295 MacJapanese if text is ASCII-only.
15296
15297 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
15298
15299 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
15300 unless so nil isn't returned.
15301 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
15302
15303 2006-05-06 Kim F. Storm <storm@cua.dk>
15304
15305 * subr.el (add-to-history): New function.
15306
15307 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
15308 (ediff-merge-files-with-ancestor):
15309 * env.el (setenv):
15310 * isearch.el (isearch-update-ring):
15311 * server.el (server-visit-files):
15312 * progmodes/grep.el (lgrep, rgrep):
15313 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
15314 * progmodes/xscheme.el (xscheme-insert-expression):
15315 Use add-to-history.
15316
15317 * kmacro.el (kmacro-push-ring): Use add-to-history.
15318 (kmacro-ring-length): Remove unused defun.
15319 (kmacro-start-macro): Use kmacro-push-ring.
15320
15321 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
15322
15323 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
15324 directly instead of a lambda expression that calls it.
15325
15326 2006-05-06 Kim F. Storm <storm@cua.dk>
15327
15328 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
15329 instead of compute-motion.
15330
15331 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
15332
15333 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
15334 change.
15335
15336 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
15337
15338 * startup.el (command-line-1): Refer to "Pure Storage" on
15339 pure-space-overflow.
15340
15341 2006-05-05 Martin Rudalics <rudalics@gmx.at>
15342
15343 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
15344 provided faces once they all have been used up.
15345
15346 2006-05-05 Eli Zaretskii <eliz@gnu.org>
15347
15348 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
15349 reference to the Lisp manual to the warning about pure space
15350 overflow.
15351
15352 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
15353
15354 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15355 argument to avoid the call to `ispell-internal-change-dictionary'
15356 when not needed.
15357 (ispell-change-dictionary): Use this argument and call
15358 `ispell-internal-change-dictionary' after the possible change
15359 to `ispell-local-dictionary'.
15360 (ispell-internal-change-dictionary): Check for a change in
15361 personal dictionary use too.
15362
15363 2006-05-05 Eli Zaretskii <eliz@gnu.org>
15364
15365 * startup.el (command-line): On MS-Windows, probe "~", not
15366 "~USER", for warning about non-existent home directory.
15367
15368 * arc-mode.el (archive-l-e): New optional argument `float' means
15369 generate a float value.
15370 (archive-arc-summarize, archive-lzh-summarize)
15371 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
15372 with 3rd argument non-nil when file's size is being computed.
15373 Format the file sizes with %8.0f instead of %8d.
15374
15375 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15376
15377 * cus-start.el (all): Add mac-dnd-known-types.
15378
15379 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
15380 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
15381 (mac-TIFF-to-string): New functions.
15382 (x-get-selection, x-selection-value)
15383 (mac-select-convert-to-string): Use them.
15384 (mac-text-encoding-mac-japanese-basic-variant): New constant.
15385 (mac-dnd-types-alist): New customization variable.
15386 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
15387 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
15388 (mac-dnd-handle-drag-n-drop-event): New functions.
15389 (mac-drag-n-drop): Remove function.
15390 (global-map): Bind drag-n-drop and M-drag-n-drop to
15391 mac-dnd-handle-drag-n-drop-event.
15392
15393 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
15394
15395 * progmodes/perl-mode.el (perl-beginning-of-function):
15396 Skip anonymous subs.
15397
15398 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
15399
15400 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
15401 regexp-opt at run time.
15402
15403 * term.el (term-handle-ansi-escape): Fix off by one error.
15404
15405 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
15406
15407 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
15408 (gdb-init-1, gdb-post-prompt): ...and references to it.
15409 (gdb-frame-handler): Strip directory name from filename if present.
15410
15411 * progmodes/gud.el (gdb-force-update): Delete defvar
15412 (gud-speedbar-buttons): ...and references to it. Use window-start
15413 to try to keep positon in watch expression.
15414
15415 2006-05-03 Richard Stallman <rms@gnu.org>
15416
15417 * simple.el (next-history-element, previous-history-element): Doc fix.
15418
15419 * isearch.el (isearch-update-ring): Doc fix.
15420
15421 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
15422
15423 * isearch.el (isearch-update-ring): Take history-delete-duplicates
15424 into consideration. Replace one arm ifs with whens.
15425
15426 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
15427
15428 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
15429 (menu): Fix typo.
15430
15431 2006-05-02 Miles Bader <miles@gnu.org>
15432
15433 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
15434
15435 2006-05-02 Jay Belanger <belanger@truman.edu>
15436
15437 * calc/calc-embed.el (calc-override-minor-modes-map)
15438 (calc-override-minor-modes): New variables.
15439 (calc-do-embedded): Make sure that Calc keystrokes aren't
15440 overwritten by minor modes.
15441
15442 2006-05-02 Chong Yidong <cyd@mit.edu>
15443
15444 * msb.el (msb): If EVENT is a down event, read and discard the up event.
15445
15446 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15447
15448 * startup.el (command-line-1): Refer to Lisp manual when
15449 pure-space-overflow occurs.
15450
15451 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
15452 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
15453 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
15454 (version-control): Don't use `t' for safe-local-variable declarations.
15455
15456 2006-05-01 Richard Stallman <rms@gnu.org>
15457
15458 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
15459 M-r, M-R, M-A, M-SPC or M-DEL.
15460 (diff-mode-map): diff-refine-hunk now on C-c C-w
15461 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
15462
15463 * help-mode.el (help-mode): view-exit-action calls delete-window
15464 only when it is safe and possible.
15465
15466 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
15467 in messages.
15468
15469 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
15470
15471 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
15472 in the default tool-bar-map.
15473
15474 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
15475
15476 * net/tramp.el (tramp-completion-file-name-handler-alist)
15477 (tramp-run-real-handler, tramp-completion-run-real-handler)
15478 (tramp-completion-handle-file-name-all-completions)
15479 (tramp-completion-handle-file-name-completion): Autoload them.
15480 (tramp-completion-handle-file-exists-p)
15481 (tramp-completion-handle-file-name-directory)
15482 (tramp-completion-handle-file-name-nondirectory)
15483 (tramp-completion-handle-expand-file-name): Remove them.
15484 (tramp-handle-file-name-directory): Return the real directory name.
15485 Returning "/" only doesn't need to be necessary any longer.
15486 (tramp-file-name-handler): Make special attention when in hostname
15487 completion mode.
15488 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
15489 (tramp-register-file-name-handlers):
15490 Register `tramp-completion-file-name-handler' only when
15491 `partial-completion-mode' is enabled.
15492 (tramp-completion-handle-file-name-all-completions):
15493 Delete directory part from results.
15494 (tramp-get-completion-methods, tramp-get-completion-user-host):
15495 Discard deleting "/", it doesn't work after the change of
15496 `tramp-handle-file-name-directory' above.
15497
15498 2006-05-01 Kim F. Storm <storm@cua.dk>
15499
15500 * progmodes/grep.el (grep-expand-template): Use save-match-data
15501 and symbol-value.
15502
15503 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15504
15505 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
15506 Use select-frame-set-input-focus instead of raise-frame.
15507 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
15508
15509 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
15510
15511 * progmodes/gud.el (gud-def): Add %c case.
15512 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
15513 (gud-format-command): Make match case sensitive. Match on %F.
15514
15515 2006-04-30 Glenn Morris <rgm@gnu.org>
15516
15517 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
15518 (cal-tex-preamble): Use cal-tex-preamble-extra.
15519 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
15520 than alias `list-diary-entries'.
15521
15522 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
15523
15524 * help-fns.el (describe-variable): Add info about safe local variables.
15525
15526 2006-04-29 Richard Stallman <rms@gnu.org>
15527
15528 * bindings.el (mode-line-format): help-echo doc fixes.
15529
15530 * net/tramp.el (tramp-file-name-handler-alist): Delete
15531 expand-file-name and other operations that can cause spurious loading.
15532
15533 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * files.el (safe-local-variable-p): Remove support for the special
15536 value t.
15537
15538 * textmodes/paragraphs.el (sentence-end-without-space):
15539 Fix safety predicate.
15540 (sentence-end-double-space, sentence-end-without-period)
15541 (paragraph-ignore-fill-prefix):
15542 * textmodes/fill.el (colon-double-space):
15543 * abbrev.el (abbrev-mode): Tighten the safety predicate.
15544
15545 * subr.el (booleanp): New fun.
15546
15547 * textmodes/reftex-vars.el (reftex-guess-label-type):
15548 Tighten the safety predicate.
15549
15550 2006-04-28 Kim F. Storm <storm@cua.dk>
15551
15552 * progmodes/grep.el (defgroup grep): Doc fix.
15553 (grep-auto-highlight): Remove.
15554 (grep-template): New defcustom.
15555 (grep-find-template): Rename from grep-tree-template.
15556 (grep-files-aliases): Rename from grep-tree-files-aliases.
15557 Remove "all" alias, add "l" alias.
15558 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
15559 (grep-find-ignored-directories): New defcustom to replace
15560 grep-tree-ignore-CVS-directories, to facilitate ignoring
15561 subdirectories for multiple version control systems.
15562 (grep-mode-map): Add Recursive grep item to GREP menu.
15563 (grep-regexp-history, grep-files-history): New defvars.
15564 (grep-probe): New helper function.
15565 (grep-compute-defaults): Use it to simplify code.
15566 Adapt to name changes.
15567 Use `.' as base in grep-find-template rather than <D>.
15568 (grep): Remove superfluous highlight-regexp arg. Fix doc.
15569 Call grep-compute-defaults unconditionally.
15570 (grep-expand-keywords): New defconst.
15571 (grep-expand-template): Rename from grep-expand-command-macros.
15572 Simplify via grep-expand-keywords. Look at case-fold-search instead
15573 of grep-tree-ignore-case to add -i option.
15574 Bind case-fold-search to nil while matching keywords.
15575 (grep-tree-last-regexp, grep-tree-last-files): Remove.
15576 (grep-read-regexp, grep-read-files): New helper functions.
15577 (rgrep): Rename from grep-tree. Rework to use proper histories.
15578 Adapt to changes in defcustoms and functions above.
15579 (lgrep): New command, as grep, but using same interactive UI as rgrep.
15580
15581 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
15582
15583 * net/tramp.el (tramp-completion-file-name-handler):
15584 Disable Tramp's functionality while loading Tramp itself.
15585 (tramp-register-file-name-handlers): That's a defsubst now.
15586 Code from `tramp-repair-jka-compr' moved here. Apply it via
15587 `after-init-hook'.
15588 (tramp-repair-jka-compr): Remove.
15589
15590 2006-04-27 Jay Belanger <belanger@truman.edu>
15591
15592 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
15593 read expression when `math-read-big-expr' doesn't work.
15594
15595 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
15596
15597 * startup.el (command-line-1): Display warning when
15598 pure-space-overflow is non-nil.
15599
15600 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15601
15602 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
15603 risky.
15604
15605 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15606
15607 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
15608 Return the URL or nil if none can be generated.
15609
15610 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
15611
15612 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
15613 byte compiler warnings.
15614 (gud-basic-call, gud-find-expr): Let user select an expression
15615 for printing. Print expression as well as value in GUD buffer.
15616
15617 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
15618
15619 * allout.el: Remove local autoload declaration for
15620 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
15621 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
15622 (allout-plain-bullets-string, allout-distinctive-bullets-string)
15623 (allout-use-mode-specific-leader, allout-old-style-prefixes)
15624 (allout-stylish-prefixes, allout-numbered-bullet)
15625 (allout-file-xref-bullet, allout-presentation-padding)
15626 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
15627 safe-local-variable with suitable value spec, and add autoload
15628 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
15629 (move-beginning-of-line, move-end-of-line): Repair so these compat
15630 functions now actually resituate the point, when appropriate.
15631
15632 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15633
15634 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
15635
15636 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
15637 (add-log-iso8601-time-string): Fix call to format-time-string.
15638
15639 2006-04-26 Kim F. Storm <storm@cua.dk>
15640
15641 * subr.el (posn-string, posn-image, posn-object): Doc fix.
15642
15643 2006-04-26 Masatake YAMATO <jet@gyve.org>
15644
15645 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15646 Add support for "//" style comments. Remove `b' flag
15647 from ?* in `asm-mode-syntax-table'.
15648
15649 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15650
15651 * follow.el: Use (featurep 'xemacs) everywhere.
15652 (follow-mode): Use define-minor-mode.
15653 (follow-mode-map): Move initialization into the declaration.
15654 Use command remapping.
15655 (follow-emacs-version-xemacs-p): Remove.
15656 (follow-submit-feedback): Remove.
15657
15658 * allout.el (allout-layout, allout-passphrase-verifier-string)
15659 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
15660
15661 * textmodes/reftex-vars.el (reftex-vref-is-default)
15662 (reftex-fref-is-default, reftex-guess-label-type):
15663 Tighten up a bit the safety predicate.
15664
15665 * textmodes/paragraphs.el (sentence-end-double-space)
15666 (sentence-end-without-period, sentence-end-without-space)
15667 (page-delimiter, paragraph-ignore-fill-prefix):
15668 Tighten up a bit the safety predicate.
15669
15670 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
15671
15672 * progmodes/python.el (python-continuation-line-p)
15673 (python-beginning-of-statement): syntax-ppss may return
15674 a negative depth.
15675 (python-mode): Don't forcefully enable font-lock.
15676
15677 * time-stamp.el (time-stamp-start, time-stamp-end)
15678 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
15679
15680 * add-log.el: Remove spurious * in docstrings.
15681 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
15682 (add-change-log-entry): Use it here, since it's not specific
15683 to iso8601.
15684 (add-log-iso8601-time-string): Don't use it here any more.
15685 (change-log-indent-text, change-log-indent): Rename from add-log-*.
15686
15687 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
15688
15689 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
15690
15691 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15692 (rcirc-toggle-low-priority): Doc fix.
15693 (rcirc-handler-NOTICE): Remove beginning of line anchor in
15694 ChanServ regexp.
15695 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
15696 #emacs.
15697 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
15698 (rcirc-decode-coding-system): Use utf-8 as the default.
15699 (rcirc-multiline-minor-mode): Set the fill-column.
15700 (rcirc-format-response-string): Display bright and dim nicks.
15701 (rcirc-browse-url): Update interactive spec to fill ARG.
15702 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15703 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
15704
15705 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
15706
15707 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
15708 case for @Article, etc.
15709
15710 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
15711
15712 * net/tramp.el (tramp-register-file-name-handlers): New defun.
15713 Added with autoload cookie.
15714 (tramp-unload-file-name-handlers): Rename from
15715 `tramp-unload-file-name-handler-alist'.
15716
15717 2006-04-23 Romain Francoise <romain@orebokech.com>
15718
15719 * comint.el (comint-match-partial-filename): Doc fix.
15720
15721 2006-04-21 Glenn Morris <rgm@gnu.org>
15722
15723 * calendar/cal-menu.el (calendar-mode-map): Refer to
15724 `diary-view-entries' rather than alias `view-diary-entries'.
15725 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
15726
15727 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
15728
15729 * progmodes/antlr-mode.el (antlr-default):
15730 * cus-edit.el (custom-documentation):
15731 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
15732 in defface.
15733
15734 2006-04-21 Kim F. Storm <storm@cua.dk>
15735
15736 * image.el (image-type): New defun split out of create-image.
15737 (create-image): Use it.
15738
15739 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
15740
15741 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
15742 (org-open-at-point): Remove the "...done" message to keep output
15743 in the echo area visible.
15744 (org-export-as-xoxo): Fix call to `indent-region'.
15745
15746 2006-04-21 Kevin Ryde <user42@zip.com.au>
15747
15748 * international/mule.el (keyboard-coding-system): defcustom
15749 info-link fixes: "Specify Coding" has been split, keyboard now in
15750 "Terminal Coding", and "Single-Byte Character Support" is now
15751 "Unibyte Mode".
15752
15753 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
15754
15755 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
15756 Use font-lock-warning-face for any errors e.g. no stack.
15757 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
15758
15759 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
15760
15761 * progmodes/sh-script.el (sh-shell): Mark as safe.
15762
15763 * newcomment.el (comment-start, comment-start-skip)
15764 (comment-end-skip, comment-end): Mark as safe.
15765
15766 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
15767
15768 * textmodes/org.el (org-deadline-announce): Face removed.
15769 (org-level-faces, org-n-levels): Convert to constant.
15770 (org-compatible-face): New function.
15771 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
15772 (org-level-5, org-level-6, org-level-7, org-level-8)
15773 (org-special-keyword, org-warning, org-headline-done, org-link)
15774 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
15775 (org-scheduled-today, org-scheduled-previously, org-time-grid):
15776 Face definition revised for better color tty support.
15777 (org-bold-re, org-italic-re, org-underline-re): New constants.
15778 (org-set-font-lock-defaults): Use the new constants.
15779 (org-agenda-highlight-todo): New function.
15780 (org-agenda-todo): Fix bug with point at end of line.
15781 (org-agenda-change-all-lines, org-finalize-agenda-entries):
15782 Fontify TODO keywords.
15783 (org-insert-link): Preserve relative path in ../ links.
15784 (org-export-as-html): Convert links pointing to .org files into
15785 links that will work beteen the exported HTML files.
15786 (org-todo-list): Fix bug when arg=0.
15787 (org-insert-heading): More fine-tuning.
15788
15789 2006-04-19 Romain Francoise <romain@orebokech.com>
15790
15791 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
15792 from `rmail-mime-charset-pattern'.
15793
15794 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
15795
15796 * progmodes/python.el (python-mode): Fix typo.
15797
15798 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
15799
15800 * comint.el (comint-previous-input): Don't clobber input line
15801 when moving off either end of the input history ring.
15802 (comint-delete-input): New function, used by
15803 `comint-previous-input' and others.
15804 (comint-previous-matching-input):
15805 Use `coming-delete-input'. Save the partial input if leaving the
15806 edit line. Goto point-max before deleting input to avoid
15807 partial input fragments hanging around.
15808 (comint-restore-input): New function, used by `comint-previous-input'.
15809
15810 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
15811
15812 * imenu.el (imenu--index-alist): Balance parentheses.
15813
15814 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
15815
15816 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
15817
15818 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
15819
15820 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
15821 file is nil.
15822
15823 2006-04-18 Richard Stallman <rms@gnu.org>
15824
15825 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
15826
15827 * imenu.el (imenu-create-index-function, imenu--index-alist)
15828 (imenu--last-menubar-index-alist, imenu--make-index-alist)
15829 (imenu-default-create-index-function, imenu--generic-function):
15830 Doc fixes.
15831
15832 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
15833
15834 * help-mode.el (help-mode): Set view-exit-action to delete window.
15835
15836 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
15837 now works by passing nil as arg.
15838
15839 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
15840
15841 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
15842 (read-abbrev-file): Provide default when reading filename.
15843
15844 * files.el (enable-local-variables): Allow :all as value.
15845 (hack-local-variables): Implement that value.
15846 (safe-local-variable-values, safe-local-eval-forms)
15847 (enable-local-variables): Mark as risky.
15848 (find-file-visit-truename, kept-old-versions): Mark safe.
15849
15850 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
15851 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
15852 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
15853
15854 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
15857 Use forward-line so as to get to BOL even in the presence of fields.
15858 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
15859 in return.
15860 (inferior-tcl): Tell tclsh to work in interactive mode.
15861
15862 * complete.el (partial-completion-mode):
15863 Use 'choose-completion-string-functions to make sure that
15864 choose-completion fills the minibuffer properly.
15865
15866 * complete.el (PC-old-read-file-name-internal): Remove.
15867 (PC-read-include-file-name-internal): Remove. Turn it into an advice
15868 of read-file-name-internal.
15869 (partial-completion-mode): Enable/disable this advice.
15870
15871 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
15872
15873 * net/tramp.el (tramp-completion-file-name-handler): Revert change
15874 of 2006-04-17.
15875
15876 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
15877
15878 * textmodes/org.el (org-insert-heading): Insert heading before
15879 current if at beginning of line.
15880 (org-todo, org-date): New faces.
15881 (org-table-align): Make sure tooltip window contains full text.
15882 (org-no-properties): New defsubst.
15883 (org-set-font-lock-defaults): Use new faces.
15884
15885 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
15886
15887 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
15888 for root variables.
15889
15890 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
15891 (gdb-frame-address): Re-use to identify frame for watch expression.
15892 (gdb-var-list, gdb-var-create-handler): Add frame address for root
15893 variables.
15894 (gdb-init-1, gdb-source, gdb-post-prompt)
15895 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
15896 (gdb-frame-handler): Get gdb-frame-address.
15897
15898 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
15899
15900 Sync with Tramp 2.0.53.
15901
15902 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
15903 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
15904 (tramp-completion-file-name-handler): Add autoload cookie for
15905 adding to `file-name-handler-alist'.
15906
15907 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
15908 the prompt. If it returns earlier (when detecting an error
15909 message), the rest of the output will merge accidently with the
15910 output of the next command. Reported by M Jared Finder
15911 <jared@hpalace.com>.
15912
15913 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15914 for `process-file', in order to let it work for older Emacsen too.
15915
15916 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
15917
15918 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
15919 (tex-font-lock-keywords-3): Use it.
15920
15921 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15922
15923 * newcomment.el (comment-add): New function.
15924 (comment-region-default, comment-dwim): Use it.
15925
15926 2006-04-15 Michael Olson <mwolson@gnu.org>
15927
15928 * emacs-lisp/tq.el: Improve comments.
15929 (tq-queue-head-question): New accessor function.
15930 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
15931 Update for modified queue structure.
15932 (tq-queue-add): Accept `question' argument.
15933 (tq-queue-pop): If a question is pending, send it.
15934 (tq-enqueue): Accept new optional argument `delay-question'.
15935 If this is non-nil, and at least one other question is pending a
15936 response, queue the question rather than sending it immediately.
15937
15938 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15939
15940 * calendar/appt.el (appt-add): Check whether an appointment is
15941 already present in appt-time-msg-list. Simplify code.
15942
15943 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * progmodes/cc-langs.el (c-mode-menu):
15946 Don't presume c-subword-mode is bound.
15947
15948 2006-04-13 Bill Wohler <wohler@newt.com>
15949
15950 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
15951 (customize-package-emacs-version): Use cdr instead of cadr now
15952 that alists use dotted pairs.
15953
15954 * custom.el (defcustom): Fix docstring for :package-version.
15955
15956 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
15957
15958 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
15959 (tramp-handle-shell-command): Display output buffer only when
15960 `tramp-display-shell-command-buffer' is true.
15961 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
15962
15963 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15964
15965 * textmodes/org.el (org-set-autofill-regexps): Set only the local
15966 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
15967
15968 2006-04-13 Romain Francoise <romain@orebokech.com>
15969
15970 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
15971 leaving temporary .cvsignore buffers behind.
15972
15973 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15974
15975 * textmodes/org.el (org-set-regexps-and-options)
15976 (org-get-current-options): Better names for the startup folding
15977 options.
15978
15979 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
15980
15981 * vc.el (vc-annotate): Arrange for point to end up at the same
15982 line number as in the original, but only when using a new buffer.
15983
15984 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
15985
15986 * files.el (hack-one-local-variable-eval-safep):
15987 Recognize `edebug-form-spec' for `put', but only if it passes
15988 `edebug-basic-spec'. Generalize `put' handling.
15989
15990 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
15991 vetting file-local form specs.
15992
15993 * allout.el (allout-layout): Autoload its `safe-local-variable'
15994 property.
15995
15996 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
15997
15998 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
15999 (org-agenda-mouse-1-follows-link)
16000 (org-mouse-1-follows-link): New options.
16001 (org-format-agenda-item): Fix bug if TAGS is nil.
16002 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
16003
16004 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
16005
16006 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
16007 GDB 6.1+ gives full filename for "info sources" so use
16008 file-name-nondirectory.
16009
16010 2006-04-12 Romain Francoise <romain@orebokech.com>
16011
16012 * subr.el (read-passwd): Bind `message-log-max' to nil.
16013
16014 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16015
16016 * progmodes/perl-mode.el (perl-indent-new-calculate):
16017 Recompute parse-start after jumping backward by a whole sexp.
16018
16019 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16020
16021 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
16022 window configuration.
16023 (vc-annotate-display-select): Select the buffer so that current-buffer
16024 (and selected-window) is the output buffer at the end of vc-annotate.
16025
16026 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
16027
16028 * vc.el (vc-annotate-color-map): Add custom TTY color map for
16029 8-color terminals, to use all of the colors in a sensible order.
16030 256-color terminals work well with the standard map.
16031 (vc-annotate-lines): Only strip the first color character if it
16032 is "#", to allow for terminal-style named colors.
16033 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
16034 the correct buffer is scrolled.
16035
16036 2006-04-11 Richard Stallman <rms@gnu.org>
16037
16038 * emacs-lisp/bytecomp.el (byte-compile-file):
16039 Bind enable-local-variables to :safe, and make normal-mode obey it.
16040
16041 * files.el (enable-local-variables): Allow value :safe.
16042 (normal-mode): Doc fix.
16043 (hack-local-variables): Implement enable-local-variables = :safe.
16044 (hack-local-variables-confirm): Don't prevent quitting.
16045
16046 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * loadhist.el (unload-feature): A bit of sanity check of
16049 load-history entries. Cancel timer-vars before unbinding them.
16050
16051 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
16052 quote special chars, and make the trick work on the hex part of the
16053 buffer as well.
16054 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
16055 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
16056
16057 * startup.el (normal-splash-screen): Fix last change so we don't wait
16058 2 minutes if we don't show the splash screen.
16059
16060 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
16061
16062 * textmodes/org.el (org-export-plain-list-max-depth)
16063 (org-table-spaces-around-separators)
16064 (org-radio-targets, org-activate-camels)
16065 (org-table-spaces-around-invisible-separators): Options removed.
16066 (org-time-stamp-rounding-minutes, org-remember-templates)
16067 (org-ellipsis, org-activate-links, org-descriptive-links):
16068 New options.
16069 (org-remember-apply-template, org-current-time)
16070 (org-finish-edit-table-field)
16071 (org-link-unescape, org-link-escape)
16072 (org-string-width, org-table-clean-line, org-html-do-expand)
16073 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
16074 (org-read-agenda-file-list): New functions.
16075 (org-table-edit-field)
16076 (org-table-create-or-convert-from-region): New commands
16077 (org-table-toggle-vline-visibility): Command removed.
16078 (org-table-convert-region): Made a command.
16079 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
16080 Replace with the normal org- functions.
16081 (org-self-insert-command): Don't trigger realign unnecessarily
16082 when blanking a field that is not full.
16083 (org-mode): `Set buffer-invisibility-spec' for links.
16084 (org-activate-links2): Hide link part and only show descriptive
16085 part of the link.
16086 (org-insert-link): Modify for new linking system.
16087 (org-store-link): Store description separately, for use by
16088 `org-insert-link'.
16089 (org-table-align): Use `org-string-width'.
16090 (defgroup): Completely new group structure for custom variables.
16091 (org-agenda-files): Option: Single file name allowed. Function:
16092 Optional argument unrestrited means ignore any restricitons.
16093 (org-install-agenda-files-menu): Find a buffer in Org-mode before
16094 trying to modify the menu. Use generalized access to
16095 `org-agenda-files.'
16096 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
16097 (org-agenda-file-to-front, org-remove-file, org-diary)
16098 (org-tags-view, org-export-icalendar-all-agenda-files)
16099 (org-export-icalendar-combine-agenda-files): Use generalized
16100 access to `org-agenda-files'.
16101 (org-remember-handler): Correctly preserve heading if present.
16102 (org-table-insert-row, org-table-insert-hline): Deal with
16103 invisible characters.
16104
16105 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
16106
16107 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
16108 (vc-annotate-color-map): New 18 element constant
16109 value/saturation, rotating hue colormap, from red->blue.
16110 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
16111 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
16112 (vc-annotate): To avoid killing the required local variables,
16113 set them before the end of `with-output-to-temp-buffer', and
16114 after first switching to annotate-mode.
16115 (vc-annotate-warp-version): Add buffer argument in goto-line to
16116 ensure annotation, not source, is scrolled.
16117
16118 2006-04-10 Bill Wohler <wohler@newt.com>
16119
16120 * custom.el (defcustom, custom-handle-keyword):
16121 Add :package-version keyword.
16122 (custom-add-package-version): New function. Sets value of new
16123 property 'custom-package-version from :package-version keyword.
16124 (defcustom): Create Common Keywords section in docstring.
16125 (defface, defgroup): Replace definitions of a select few keywords
16126 with a reference to the Common Keywords in defcustom.
16127 (defcustom, defface, defgroup): Replace reference to Customization
16128 chapter in manual with hyperlink.
16129
16130 * cus-edit.el (customize-package-emacs-version-alist): New variable.
16131 (customize-changed-options): Add check for custom-package-version.
16132 (customize-package-emacs-version): New function to look up Emacs
16133 version corresponding to the given package version.
16134
16135 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
16136 defun name, in similar fashion to find-variable-regexp.
16137
16138 2006-04-10 Eli Zaretskii <eliz@gnu.org>
16139
16140 * international/mule-cmds.el (set-locale-environment): Fix last
16141 change for when the locale's preferences don't specify any encoding.
16142
16143 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
16146 so the defined var/fun doesn't need to be quoted.
16147
16148 2006-04-10 Richard Stallman <rms@gnu.org>
16149
16150 * finder.el (finder-mode-map): Add n and p bindings.
16151
16152 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
16153
16154 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
16155 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
16156 (gdb-setup-windows): Put something in source window if we can't find
16157 the source file.
16158 (gdb-frame-handler): Make it work again with just assembly.
16159 (gdb-data-list-register-values-handler): Make it work when there is
16160 no stack.
16161
16162 2006-04-09 Richard Stallman <rms@gnu.org>
16163
16164 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
16165 specs while looking for charset.
16166
16167 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
16168
16169 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
16170 Make them faces.
16171 (lm-font-lock-keywords): Update appropriately.
16172
16173 2006-04-10 Kim F. Storm <storm@cua.dk>
16174
16175 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
16176 it can also replace buffer-substring-no-properties.
16177
16178 * emulation/cua-base.el (cua-delete-region, cua-paste)
16179 (cua-repeat-replace-region): Use filter-buffer-substring.
16180
16181 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
16182 (cua-cut-region-to-global-mark): Likewise.
16183
16184 * emulation/cua-rect.el (cua--extract-rectangle)
16185 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
16186
16187 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16188
16189 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
16190 entry-type. Add field delimiters to numerical fields if they are
16191 not present.
16192
16193 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16194
16195 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
16196 string-const to return value.
16197 (bibtex-remove-delimiters): Use it.
16198
16199 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16200
16201 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16202 cl-byte-compile-compiler-macro unless it exists.
16203
16204 2006-04-08 Eli Zaretskii <eliz@gnu.org>
16205
16206 * files.el (hack-local-variables-confirm) <offer-save>:
16207 Clarify message text. Suggested by Ralf Angeli.
16208
16209 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16210
16211 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
16212 (delete-extract-rectangle-line): Use `filter-buffer-substring'
16213 instead of `buffer-substring' and `delete-region'. (Most of the
16214 code actually copied from `kill-region'.)
16215
16216 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
16217
16218 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
16219 (rcirc-default-port): Rename from rcirc-port.
16220 (rcirc-default-nick): Rename from rcirc-nick.
16221 (rcirc-default-user-name): Rename from rcirc-user-name.
16222 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
16223 (rcirc-low-priority-flag): New variable.
16224 (rcirc-decode-coding-system): New defcustom.
16225 (rcirc-encode-coding-system): New defcustom.
16226 (rcirc-coding-system-alist): New defcustom.
16227 (rcirc-multiline-major-mode): New defcustom.
16228 (rcirc-nick): New internal variable.
16229 (rcirc-process): Remove variable.
16230 (rcirc-server-buffer): New variable.
16231 (rcirc): Update to use rcirc-default-* variables above.
16232 (rcirc-connect): Do not add window-configuration-hook-here.
16233 (rcirc-server): New internal variable.
16234 (rcirc-connect): Do not send keepalive pings if
16235 rcirc-keepalive-seconds is nil.
16236 (with-rcirc-server-buffer): New macro.
16237 (rcirc-send-string): Encode with rcirc-encode-coding-system.
16238 (rcirc-server-name): Rename from rcirc-server.
16239 (rcirc-buffer-process): New function.
16240 (rcirc-buffer-nick): New function.
16241 (rcirc-buffer-target): Remove function.
16242 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16243 New commands.
16244 (rcirc-mode-map): Change binding of C-c C-l to
16245 rcirc-toggle-low-priority.
16246 (rcirc-mode): Initialize coding system based on
16247 rcirc-coding-system-alist. New change-major-mode-hook to part the
16248 channel on a mode change. Make kill-buffer-hook buffer-local.
16249 (rcirc-change-major-mode-hook): New function.
16250 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
16251 (rcirc-last-post-time): New variable.
16252 (rcirc-process-message): Store the last time user posted a message
16253 to this target.
16254 (rcirc-multiline-minor-mode): New mode.
16255 (rcirc-multiline-minor-mode-map): New mode map.
16256 (rcirc-edit-multiline): Put multiline-edit buffer in
16257 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
16258 (rcirc-print): Ignore any line starting with an ignored nick.
16259 (rcirc-print): Decode using rcirc-decode-coding-system.
16260 (rcirc-track-minor-mode): Update global-mode-string when disabling
16261 this mode.
16262 (minor-mode-alist): Add LowPri indicator.
16263 (rcirc-toggle-low-priority): New function.
16264 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
16265 next lowpriority buffer with activity.
16266 (rcirc-record-activity): Sort buffers in rcirc-activity by the
16267 last time the user posted a message in to the target.
16268 (rcirc-update-activity-string): New formatting for low priority
16269 buffers.
16270 (rcirc-split-activity): New function.
16271 (rcirc-handler-PART, rcirc-handler-KICK)
16272 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
16273 (rcirc-nick-away-alist): New variable.
16274 (rcirc-handler-301): New handler. Away messages are printed once
16275 per change.
16276
16277 2006-04-08 Eli Zaretskii <eliz@gnu.org>
16278
16279 * info.el (Info-follow-nearest-node): Doc fix.
16280
16281 * international/mule-cmds.el (set-locale-environment): Make sure
16282 the coding-system preferred by the locale's language has the same
16283 EOL conversion type as the original buffer-file-coding-system.
16284 (locale-language-names): Add a few MS Windows language codes.
16285
16286 2006-04-07 Richard Stallman <rms@gnu.org>
16287
16288 * simple.el (eval-expression): Doc fix.
16289
16290 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
16291 (eval-defun): Doc fixes.
16292
16293 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
16294
16295 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
16296
16297 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
16298
16299 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
16300 GDB list command without argument for greater generality.
16301
16302 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16303
16304 * subr.el (string-or-null-p): New function.
16305
16306 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
16307
16308 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
16309
16310 * files.el: Update comment about safe-local-variable declarations.
16311
16312 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
16313
16314 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
16315 See idlwave.org.
16316
16317 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
16318 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
16319
16320 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
16321 See idlwave.org.
16322
16323 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
16324 version 6.0 (minimal changes). See idlwave.org.
16325
16326 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
16327 6.0 (minimal changes). See idlwave.org.
16328
16329 * progmodes/idlw-rinfo.el: File obsoleted and removed.
16330
16331 2006-04-06 Romain Francoise <romain@orebokech.com>
16332
16333 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
16334 symmetric encryption features and a new asynchronous interface to
16335 GnuPG. This new version is version 1.4, plus whitespace changes.
16336
16337 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16338
16339 * files.el: Move some `safe-local-variable' declarations to the
16340 respective files.
16341
16342 * textmodes/ispell.el (ispell-check-comments)
16343 (ispell-local-dictionary): Mark as safe.
16344
16345 * abbrev.el (abbrev-mode): Mark as safe.
16346
16347 * add-log.el (change-log-default-name): Mark as safe.
16348
16349 * textmodes/reftex-vars.el (reftex-vref-is-default)
16350 (reftex-fref-is-default, reftex-level-indent)
16351 (reftex-guess-label-type): Mark as safe.
16352
16353 * textmodes/fill.el (colon-double-space): Mark as safe.
16354
16355 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
16356 (sentence-end-double-space, sentence-end-without-period)
16357 (sentence-end-without-space, sentence-end, sentence-end-base)
16358 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
16359
16360 2006-04-06 Kim F. Storm <storm@cua.dk>
16361
16362 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
16363 the :set-after list.
16364 (ido-downcase-unc-hosts): New user option. Default on.
16365 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
16366 when it is set, as regexps are now applied on the fly.
16367 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
16368 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
16369 on the fly, but only when ido-process-ignore-lists is set.
16370 Do case insensitive filtering if ido-downcase-unc-hosts is set.
16371 Only downcase names if ido-downcase-unc-hosts is set.
16372
16373 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
16374
16375 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
16376
16377 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
16378
16379 2006-04-05 Kim F. Storm <storm@cua.dk>
16380
16381 * ido.el (ido-mode): Set after ido-unc-hosts and
16382 ido-ignore-unc-host-regexps.
16383 (ido-save-history): Save ido-unc-hosts-cache.
16384 (ido-load-history): Load ido-unc-hosts-cache.
16385 (ido-reread-directory): Refresh unc hosts cache in // dir.
16386
16387 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
16388 to nil while displaying slash screen.
16389
16390 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16391
16392 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16393 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16394
16395 2006-04-05 Kenichi Handa <handa@m17n.org>
16396
16397 * international/characters.el: Setup cases of Latin, Greek, and
16398 Cyrillic characters in CJK charsets.
16399
16400 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16401
16402 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16403 default-enable-multibyte-characters. This reverts the change from
16404 revision 6.17 which is no longer necessary because the passphrase
16405 is sent separately now. GnuPG messages are unreadable under
16406 multibyte locales with default-enable-multibyte-characters set to nil.
16407
16408 2006-04-04 Andreas Schwab <schwab@suse.de>
16409
16410 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
16411 and `byte-compile-warnings' as `safe-local-variable'.
16412
16413 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
16414
16415 * man.el (Man-mode-map): Restore the \r binding.
16416 (Man-abstract-xref-man-page): If Man-target-string is a function,
16417 call it.
16418 (Man-highlight-references): Use Man-default-man-entry to get the
16419 target. Deal with xrefs too.
16420 (Man-highlight-references0): Don't call the target function.
16421
16422 * woman.el (WoMan-xref-man-page): Strip the section number, woman
16423 cannot deal with it.
16424
16425 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16426
16427 * pgg-gpg.el: Clean up process buffers every time gpg processes
16428 complete.
16429
16430 2006-04-04 Kenichi Handa <handa@m17n.org>
16431
16432 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
16433 here.
16434 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
16435 Temporarily bind inhibit-field-text-motion to t.
16436
16437 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16438
16439 * startup.el (normal-splash-screen): Only set mode-line-format in the
16440 splash buffer, so as not to interfere when debugging the code.
16441 Ignore errors when switching buffer.
16442
16443 2006-04-03 Romain Francoise <romain@orebokech.com>
16444
16445 * dired.el (dired-dnd-protocol-alist): Fix typo.
16446
16447 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16448
16449 * savehist.el (savehist): Add :version.
16450 (savehist-ignored-variables): New variable.
16451 (savehist-minibuffer-hook): Don't save variables listed in
16452 `savehist-ignored-variables'.
16453
16454 * dired.el (dired-dnd-protocol-alist): Mention that change does
16455 only apply to new buffers in doc string.
16456
16457 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
16458
16459 * recentf.el (recentf-open-files-item): Include newline in button
16460 field, so opening a file will work, when the point is at the end
16461 of the file name. Allow, for example, to [i]search a file by
16462 extension and just push RET to open it.
16463
16464 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16465
16466 * pgg-gpg.el (pgg-gpg-process-filter)
16467 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16468
16469 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16470 lines, temporary fix.
16471
16472 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
16473
16474 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
16475
16476 2006-04-02 Richard Stallman <rms@gnu.org>
16477
16478 * progmodes/compile.el (compilation-message-face): Make it defcustom.
16479
16480 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
16481
16482 * ibuf-macs.el (define-ibuffer-column): Add a new key:
16483 header-mouse-map.
16484
16485 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
16486 (ibuffer-mode-header-map): New keymaps.
16487 (ibuffer-update-title-and-summary): Enable mouse face highlighting
16488 and keybindings for column headers.
16489 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
16490 property.
16491
16492 2006-04-02 Drew Adams <drew.adams@oracle.com>
16493
16494 * speedbar.el (speedbar-after-create-hook): Doc fix.
16495
16496 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
16497
16498 * shell.el (shell-directory-tracker)
16499 (shell-dynamic-complete-command): Doc fixes.
16500
16501 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
16502
16503 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
16504 terminals.
16505
16506 2006-04-01 Kim F. Storm <storm@cua.dk>
16507
16508 * ido.el (ido-unc-hosts-cache): New defvar.
16509 (ido-unc-hosts): If value of defcustom is a function, call it to
16510 get list of UNC hosts. Add function-item choices to specify
16511 ido-unc-hosts-net-view or user function.
16512 (ido-ignore-unc-host-regexps): New defcustom.
16513 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
16514 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
16515 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
16516
16517 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
16520 wwidth.
16521
16522 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
16523
16524 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
16525 (ido-max-work-file-list, ido-switch-buffer)
16526 (ido-read-file-name-as-directory-commands):
16527 Fix typos in docstrings.
16528
16529 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16530
16531 * term/mac-win.el (mac-system-coding-system): Define and use after
16532 Mac-specific coding systems are ready.
16533
16534 2006-03-27 Romain Francoise <romain@orebokech.com>
16535
16536 * net/rcirc.el (rcirc-connect): Add autoload cookie.
16537
16538 * ldefs-boot.el: Update.
16539
16540 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16541
16542 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16543 passphrases when it is not needed.
16544 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16545 passphrase stuff from gpg, should only be necessary when you use
16546 gpg with a smartcard.
16547
16548 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
16549
16550 * comint.el (comint-dynamic-list-completions): Allow user to
16551 select *Completions* buffer.
16552
16553 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
16554
16555 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
16556
16557 2006-03-26 Andreas Schwab <schwab@suse.de>
16558
16559 * progmodes/gud.el (gdb): Only complain about multiple debugging
16560 when the gdb process is still running.
16561
16562 2006-03-25 Eli Zaretskii <eliz@gnu.org>
16563
16564 * mail/rmail.el (tool-bar-map): Defvar it.
16565 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
16566 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
16567
16568 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
16569
16570 * help.el (print-help-return-message): Suggest to use
16571 display-buffer instead of switch-to-buffer-other-window to restore
16572 the previous window without selecting it.
16573
16574 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16575
16576 * frame.el (select-frame-by-name): Call x-focus-frame also when
16577 window-system is mac.
16578
16579 * term/mac-win.el: Adjust Courier font specifications in
16580 x-fixed-font-alist.
16581 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
16582 when directly encoding to UTF-16 in native byte order, no BOM.
16583
16584 2006-03-25 Kim F. Storm <storm@cua.dk>
16585
16586 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
16587 (cua--init-keymaps): Use it instead of fixed C-return.
16588 (cua-mode): Set after it.
16589
16590 * emulation/cua-rect.el (cua--init-rectangles):
16591 Use cua-rectangle-mark-key instead of fixed C-return.
16592
16593 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
16594
16595 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
16596 "run" in .gdbinit.
16597 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
16598
16599 2006-03-24 Romain Francoise <romain@orebokech.com>
16600
16601 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
16602 `display-buffer-other-frame'.
16603
16604 2006-03-24 Kim F. Storm <storm@cua.dk>
16605
16606 * apropos.el (apropos-synonyms): Add selection => region.
16607
16608 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
16609
16610 * progmodes/gdb-ui.el (gdb-var-create-regexp)
16611 (gdb-var-list-children-regexp, gdb-var-update-regexp)
16612 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
16613 (gdb-data-list-register-values-regexp)
16614 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
16615 Future proof against new fields being added to MI output.
16616 (gdb-send): Don't treat backslashes for program input as
16617 continuations.
16618 (gdb-assembler-handler): Don't use window-start for this handler.
16619 (gdb-frame-handler): Don't change to hollow arrow if overlay
16620 arrow doesn't move to new frame.
16621
16622 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
16623
16624 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
16625 prevent compiler warnings.
16626 (gdb-stopped): Check for gud-last-last-frame (case: signal).
16627 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
16628 (gdb-assembler-custom): Use hollow-right-triangle for assembler
16629 buffer too.
16630
16631 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
16632
16633 * pgg-gpg.el (pgg-gpg-update-agent): Check for
16634 make-network-process, so we can use the same code in Gnus v5-10
16635 too and have this file fully synchronized with that release.
16636
16637 2006-03-23 Romain Francoise <romain@orebokech.com>
16638
16639 * ibuf-ext.el (ibuffer-read-filter-group-name):
16640 Use `ibuffer-generate-filter-groups' to make completion list match
16641 the filter groups that are really displayed in the Ibuffer buffer.
16642 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
16643
16644 2006-03-23 Kenichi Handa <handa@m17n.org>
16645
16646 * international/mule-cmds.el (sort-coding-systems): Describe that
16647 the argument is modified in docstring.
16648
16649 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16650
16651 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16652 (pgg-gpg-update-agent): New function.
16653 (pgg-gpg-use-agent-p): New function.
16654 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16655 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16656 (pgg-gpg-sign-region): Use it.
16657
16658 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
16659
16660 * cus-edit.el (custom-face-set): Call custom-push-theme before
16661 face-spec set so that `changed' theme is correctly saved.
16662 (custom-face-reset-standard): Reset to recalculated face rather
16663 than defface spec.
16664
16665 * custom.el (custom-push-theme): Only save `changed' theme if the
16666 current face does not match the defface specs.
16667
16668 2006-03-21 Simon Josefsson <jas@extundo.com>
16669
16670 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16671 <wilde@sha-bang.de>.
16672 (pgg-gpg-use-agent): New variable.
16673 (pgg-gpg-process-region): Use it.
16674 (pgg-gpg-encrypt-region): Likewise.
16675 (pgg-gpg-encrypt-symmetric-region): Likewise.
16676 (pgg-gpg-decrypt-region): Likewise.
16677 (pgg-gpg-sign-region): Likewise.
16678 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16679
16680 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
16681
16682 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
16683 bracket links.
16684
16685 2006-03-21 Kim F. Storm <storm@cua.dk>
16686
16687 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
16688 fringe-indicator-alist instead of modifying global value.
16689 (gdb-frame-handler): Likewise.
16690
16691 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
16692
16693 * diff-mode.el (diff-function): Make it inherit from diff-header
16694 instead of diff-context.
16695
16696 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
16697 bitmap.
16698 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
16699 change names in macro above for consistency.
16700 (gdb-frame-handler): Use hollow-right-triangle for all selected
16701 frames which except the innermost (where execution has stopped).
16702 (gdb-reset): Reset buffer-local values of overlay-arrow.
16703
16704 2006-03-20 Richard Stallman <rms@gnu.org>
16705
16706 * simple.el (set-mark-command): Doc fix.
16707
16708 * files.el (display-buffer-other-frame): New command.
16709 (ctl-x-4-map): Bind C-x 5 C-o to it.
16710
16711 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16712
16713 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
16714 rather than just defer-time, in case defer-time has been changed but
16715 the timer isn't running yet.
16716 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
16717
16718 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
16719
16720 * help-mode.el (help-follow-symbol): New function.
16721 Essentially identical to the old `help-follow', but do not let
16722 `push-button' do the work when on an xref.
16723 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
16724
16725 2006-03-19 Richard Stallman <rms@gnu.org>
16726
16727 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
16728 preceded by the word `program'.
16729 (help-follow-mouse, help-follow): Throw error if not on xref.
16730 Delete no longer used args.
16731
16732 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
16733
16734 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
16735 annotation ensure gud-overlay-arrow-position is redisplayed.
16736
16737 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16738
16739 * textmodes/bibtex.el (bibtex-include-OPTkey)
16740 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
16741 (bibtex-autokey-name-case-convert)
16742 (bibtex-autokey-titleword-case-convert): Make these the aliases
16743 for the following two variables.
16744 (bibtex-autokey-name-case-convert-function)
16745 (bibtex-autokey-titleword-case-convert-function): Make these the
16746 real names.
16747 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
16748 bibtex-font-lock-crossref sublists.
16749 (bibtex-mode): Revert 2005-12-30 change (which made
16750 completion-ignore-case buffer-local).
16751 (bibtex-url): Simplify.
16752
16753 2006-03-19 Kim F. Storm <storm@cua.dk>
16754
16755 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
16756 cursor property value to 2 (to align with C level change).
16757
16758 2006-03-19 Bill Wohler <wohler@newt.com>
16759
16760 * image.el (image-load-path-for-library): Shorten first line in
16761 docstring.
16762
16763 2006-03-18 Richard Stallman <rms@gnu.org>
16764
16765 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
16766
16767 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
16768
16769 * isearch.el (isearch-other-meta-char): Handle user bindings for
16770 shifted control characters.
16771
16772 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
16773
16774 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
16775 part that matches email addresses, file names, etc.
16776
16777 2006-03-18 Eli Zaretskii <eliz@gnu.org>
16778
16779 * term/w32-win.el (mouse-set-font):
16780 Mention w32-list-proportional-fonts in the doc string.
16781
16782 2006-03-18 Kim F. Storm <storm@cua.dk>
16783
16784 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
16785 (ido-unc-hosts): New user option to explicitly define list of know
16786 UNC-style hosts for completion.
16787 (ido-cache-unc-host-shares-time): New user option.
16788 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
16789 New helper functions for UNC file-name support.
16790 (ido-may-cache-directory): Check for UNC host. Simplify.
16791 (ido-wash-history): Clean out old UNC hosts.
16792 (ido-nonreadable-directory-p): UNC hosts are always readable.
16793 (ido-directory-too-big-p): UNC hosts are never too big.
16794 (ido-set-current-directory): Handle UNC root path.
16795 (ido-file-name-all-completions): Complete UNC host names from
16796 ido-unc-hosts list. Cache UNC host shares.
16797 (ido-make-file-list-1): Don't filter UNC root.
16798 (ido-exhibit): Check for // in root directory, and switch to UNC
16799 mode by setting ido-current-directory to //.
16800
16801 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
16802
16803 * cus-edit.el (customize-changed-options): Mention explicit
16804 version number as default in prompt.
16805
16806 2006-03-17 Bill Wohler <wohler@newt.com>
16807
16808 * image.el (image-load-path-for-library): Minor docstring fix.
16809
16810 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
16811
16812 * textmodes/org.el (org-read-date): Include subgroup 5 into
16813 replacement text.
16814 (org-popup-calendar-for-date-prompt): Fix customization type.
16815
16816 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
16817
16818 * progmodes/gdb-ui.el (gud-watch): Provide completion.
16819 (gdb-continuation): New variable.
16820 (gdb-send): Deal with continuation lines.
16821
16822 * progmodes/gud.el (gud-gdb-complete-command)
16823 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
16824 expressions.
16825 (gud-tooltip-mode): Use buffer-local value.
16826
16827 2006-03-16 Kim F. Storm <storm@cua.dk>
16828
16829 * ido.el (ido-edit-input): Use selected match, if any.
16830
16831 2006-03-16 Bill Wohler <wohler@newt.com>
16832
16833 * image.el (image-load-path-for-library): Prefer user's images in
16834 image-load-path.
16835
16836 2006-03-16 Martin Rudalics <rudalics@gmx.at>
16837
16838 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
16839 when checking for attempt to drag leftmost or rightmost scrollbar.
16840
16841 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
16842
16843 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
16844 (gdb-force-mode-line-update): New function.
16845 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16846 (gdb-exited): Use them.
16847 (gdb-signal): New function.
16848 (gdb-annotation-rules): Provide a rule for it.
16849
16850 2006-03-16 Kenichi Handa <handa@m17n.org>
16851
16852 * international/mule.el (auto-coding-regexp-alist): Add entries
16853 for Unicode BOM.
16854
16855 * sort.el (sort-build-lists): Temporarily bind
16856 inhibit-field-text-motion to t.
16857
16858 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
16859
16860 * locate.el (locate-command, locate-make-command-line)
16861 (locate-fcodes-file, locate-update-command)
16862 (locate-prompt-for-command, locate, locate-with-filter)
16863 (locate-get-file-positions): Doc fixes.
16864 (locate-buffer-name, locate-header-face): Remove leading `*' in
16865 defcustom.
16866 (locate-filter-output): Use `keep-lines' instead of its alias
16867 `delete-non-matching-lines'.
16868 (locate-get-filename, locate-get-dirname): Add introductory comment.
16869 (locate-find-directory-other-window): Give appropriate error
16870 message if used outside main listing.
16871
16872 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16873
16874 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
16875 the new extend-region feature.
16876 (font-lock-after-change-function): Update correspondingly.
16877 * jit-lock.el (jit-lock-after-change): Update correspondingly.
16878 * progmodes/grep.el (font-lock-lines-before): Don't disable.
16879
16880 2006-03-15 Bill Wohler <wohler@newt.com>
16881
16882 * image.el (image-load-path-for-library): Fix example by not
16883 recommending that one binds image-load-path. Just defvar it to
16884 placate compiler and only use it if previously defined.
16885
16886 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
16887
16888 * textmodes/org.el (org-insert-centered): Use `string-width' to
16889 make underlining work for wide characters.
16890 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
16891 TAB to `org-cycle', to make sure that no binding in
16892 `outline-mode-map' can supercede it.
16893
16894 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
16895
16896 * allout.el: Increment version to 2.2.1 in file commentary.
16897
16898 (allout-version): Increment to 2.2.1.
16899
16900 (allout-default-layout): New customization variable, used when the
16901 file lacks a specific allout-layout. Uses allout-layout-type for
16902 recursively nested definition.
16903
16904 (allout-layout-type): Widget defining allout layouts, necessary for
16905 self-recursive definition.
16906
16907 (allout-mode): Incorporate allout-default-layout as fallback for
16908 allout-layout.
16909
16910 (allout-layout): Mark as 'safe-local-variable', and refer mention
16911 fallback to `allout-default-layout' in absence of a specified value.
16912 (allout-passphrase-verifier-string)
16913 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
16914
16915 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
16916
16917 (allout-get-encryption-passphrase-verifier): Use correct name of
16918 passphrase verifier in docstring.
16919
16920 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
16921
16922 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
16923 elements.
16924 (gdb-find-watch-expression): Make it work for arrays too.
16925 Follow change to gdb-var-list.
16926 (gud-watch): Allow the user to enter variable name with a prexix
16927 arg. Create keybindings.
16928 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16929 (gdb-var-list-children-handler, gdb-var-update-handler)
16930 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
16931 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
16932 Follow change to gdb-var-list.
16933 (gdb-starting): Don't show the overlay arrows when program is running.
16934
16935 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
16936 gdb-var-list.
16937
16938 2006-03-14 Bill Wohler <wohler@newt.com>
16939
16940 * image.el (image-load-path-for-library): Pass value of path
16941 rather than symbol. Always return list of directories.
16942 Guarantee that image directory comes first.
16943
16944 2006-03-14 Alan Mackenzie <acm@muc.de>
16945
16946 * font-core.el (font-lock-extend-region\(-function\)?.):
16947 New function/variable.
16948
16949 * font-lock.el (font-lock-after-change-function):
16950 Call font-lock-extend-region. Obey font-lock-lines-before.
16951 (font-lock-default-fontify-region): Remove reference to
16952 font-lock-lines-before.
16953
16954 * jit-lock.el (jit-lock-after-change):
16955 Call font-lock-extend-region. Obey font-lock-lines-before.
16956
16957 2006-03-14 David Ponce <david@dponce.com>
16958
16959 * tree-widget.el (tree-widget-themes-load-path)
16960 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16961
16962 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
16963
16964 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
16965 (rcirc-print): Mark the start of text at the end of the prompt.
16966 (rcirc-track-minor-mode): Add autoload cookie.
16967 (rcirc-update-activity-string): Add space to front of mode-line
16968 indicator.
16969
16970 2006-03-13 Miles Bader <miles@gnu.org>
16971
16972 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
16973 (rcirc-abbrev-nick): Remove function.
16974 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
16975
16976 2006-03-13 David Ponce <david@dponce.com>
16977
16978 * tree-widget.el: Handle themes across all occurrences of the main
16979 themes sub-directory found in tree-widget-themes-load-path.
16980 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16981 (tree-widget--locate-sub-directory): Return all occurrences.
16982 (tree-widget-themes-path): New function.
16983 Replace tree-widget-themes-directory, and return a list of directories.
16984 (tree-widget-set-parent-theme)
16985 (tree-widget-lookup-image): Use it.
16986
16987 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
16988
16989 * textmodes/org.el (org-link-search): Avoid self-matching of
16990 links, allow target text to be distributed over several lines.
16991 (org-search-not-link): New function.
16992 (org-set-regexps-and-options, org-get-current-options):
16993 New startup options.
16994 (org-export-as-html): Take odd-level setting from local variable.
16995 (org-fontify-emphasized-text): New option.
16996 (org-set-font-lock-defaults): Include emphasized text.
16997 (org-follow-mhe-link): Allow folder-only links, fix folder name.
16998 (org-font-lock): Customize group renamed from `org-faces'.
16999
17000 2006-03-13 John Paul Wallington <jpw@pobox.com>
17001
17002 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
17003 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
17004
17005 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
17006
17007 * cus-start.el (all): Delete :version keyword for members of the
17008 fringe group, since the entire group is new in 22.1.
17009
17010 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
17011
17012 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
17013 map if value is hexadecimal (an address).
17014 (gud-watch): Only search roots for existing watch expressions.
17015 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
17016 prevent caching problems with speedbar-update-directory-contents.
17017
17018 2006-03-12 Juri Linkov <juri@jurta.org>
17019
17020 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
17021 before comparing with `low' and `warn'.
17022
17023 * info.el (Info-dir-remove-duplicates): Move point to the
17024 beginning of the current line after deleting the entries from
17025 redundant heading. Use marker for `limit' and compare it with
17026 point before calling `re-search-forward'.
17027
17028 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
17029
17030 * simple.el (yank): Fix typo in docstring.
17031
17032 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
17033
17034 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
17035 messages, where "D" is the 6th character.
17036
17037 2006-03-11 Eli Zaretskii <eliz@gnu.org>
17038
17039 * simple.el (yank): Fix last change.
17040
17041 2006-03-11 David Ponce <david@dponce.com>
17042
17043 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
17044 before merging elements from the standard ispell-dictionary-alist.
17045 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
17046 alist, and return the new alist.
17047
17048 2006-03-11 Richard Stallman <rms@gnu.org>
17049
17050 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
17051
17052 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
17053 the way it is implemented is too unclean.
17054
17055 * simple.el (kill-region, yank): Doc fix.
17056
17057 * battery.el (battery-echo-area-format): Doc fix.
17058 (battery-mode-line-format): Likewise.
17059 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
17060 (battery-linux-proc-acpi): Ignore batteries that say "charged".
17061
17062 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17063
17064 * progmodes/octave-mod.el (octave-indent-for-comment):
17065 Behave according to do string.
17066
17067 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
17068
17069 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
17070 Be visible only if major mode is Mail Mode.
17071
17072 * textmodes/flyspell.el (flyspell-external-point-words)
17073 (flyspell-process-localwords): Fix last changes.
17074
17075 2006-03-11 Eli Zaretskii <eliz@gnu.org>
17076
17077 * calendar/holidays.el (list-holidays): Doc fix.
17078
17079 * international/mule.el (auto-coding-alist): Add .odt
17080 (OpenOffice's open document) files.
17081
17082 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
17083 document) files. Mention in the doc string the need to sync with
17084 auto-coding-alist.
17085
17086 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
17087
17088 * files.el (hack-local-variables-confirm): Don't prompt for ! if
17089 enable-local-variables is set to always query, or there is no
17090 savable variable.
17091
17092 2006-03-10 Bill Wohler <wohler@newt.com>
17093
17094 * image.el (image-load-path-for-library): Merge at least three
17095 functions from Gnus and MH-E into this one function that can now
17096 be shared.
17097
17098 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
17099
17100 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
17101 gdb-remove-mouse-face and remove help-echo too.
17102 (gdb-enqueue-input): Correct conditional clause.
17103
17104 2006-03-10 Glenn Morris <rgm@gnu.org>
17105
17106 * calendar/calendar.el (calendar-holidays): Doc fix.
17107 * calendar/holidays.el (list-holidays): Doc fix.
17108
17109 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
17110
17111 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
17112 it gets called in gdb-prompt anyway.
17113 (gdb-use-separate-io-buffer): Only restore window arrangement for
17114 gdb-many-windows.
17115 (gdb-enqueue-input): Make it harder to send GDB input when program
17116 is running.
17117 (gdb-buffer-list): New variable.
17118 (gdb-remove-mouse-face): New function.
17119 (gdb-starting): Use it when GDB input won't get sent.
17120
17121 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * help.el (view-lossage): Remove trailing whitespace before
17124 inserting "\n".
17125
17126 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
17127
17128 * files.el (hack-local-variables-confirm):
17129 Set coding-system-for-read to nil before writing to .emacs.
17130
17131 * arc-mode.el (archive-extract): Check if an existing buffer name
17132 comes from a different archive.
17133
17134 * help.el (describe-key-briefly): If KEY is a down event, read and
17135 discard the up event.
17136
17137 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
17138
17139 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
17140 be edited and use font-lock-warning-face for any changes.
17141
17142 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
17143 (gdb-edit-value): Use it to report any errors.
17144
17145 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
17146
17147 * help.el (describe-key): Remove leftover test code.
17148
17149 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
17150
17151 * textmodes/org.el: Move defvars out of eval-when-compile.
17152 Use buffer-file-name variable.
17153 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
17154 arg `file'.
17155 (org-level-faces): Remove startup dependency.
17156 (org-cycle, org-map-tree, org-scan-tags)
17157 (org-remember-handler): Don't call `outline-level' directly.
17158 (org-mhe-search-all-folders): New option.
17159 (org-mhe-get-message-folder-from-index)
17160 (org-mhe-get-message-folder): Fix indexing search.
17161 (org-format-agenda-item): Handle nil TAGS argument.
17162 (org-cleaned-string-for-export, org-activate-target-links)
17163 (org-make-target-link-regexp): Deal with empty radio target list.
17164 (org-tag): New face.
17165 (org-get-level-face): New function.
17166 (org-set-font-lock-defaults): Simplify setup for headlines.
17167 (org-complete): Pass common substring to `display-completion-list'.
17168
17169 2006-03-06 David Ponce <david@dponce.com>
17170
17171 * tree-widget.el: Update Commentary header.
17172 (tree-widget-theme-name): Ignore parent themes.
17173 (tree-widget-set-parent-theme): New function.
17174 (tree-widget-set-theme): Use it.
17175 (tree-widget-set-image-properties): Move definition. Does nothing
17176 if image properties have already been set.
17177 (tree-widget-image-properties): Move definition. Receive an image
17178 name. Set the :pointer property.
17179 (tree-widget-lookup-image): Doc fix. Search in parent themes.
17180 Don't set the :pointer image property.
17181 (tree-widget-convert-widget): New function. Handle :dynargs
17182 compatibility here.
17183 (tree-widget): Use it to :convert-widget. Add the :expander-p
17184 predicate to control when the :expander function is entered.
17185 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
17186 (tree-widget-value-create): Handle :expander-p. widget-apply
17187 :expander.
17188 (tree-widget-expander-p): New function. Default value of the
17189 :expander-p property.
17190
17191 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
17192
17193 * help.el (describe-key): Properly handle the return value of
17194 read-key-sequence when grabbing an up-event. Cleanup mouse-1
17195 remaps. Handle string and vector `follow-link' values.
17196
17197 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * complete.el (PC-expand-many-files): Try be more careful when parsing
17200 the shell's output.
17201
17202 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17203
17204 * outline.el (hide-sublevels): Provide better interactive default.
17205
17206 2006-03-06 Kenichi Handa <handa@m17n.org>
17207
17208 * international/fontset.el (create-fontset-from-fontset-spec):
17209 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
17210
17211 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
17212
17213 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
17214 backslashes instead of one in regexp.
17215 (gud-tooltip-dereference): Add missing optional argument.
17216
17217 2006-03-04 John Paul Wallington <jpw@pobox.com>
17218
17219 * wdired.el (toplevel): Require `cl' at compile-time.
17220
17221 2006-03-04 Andreas Schwab <schwab@suse.de>
17222
17223 * server.el (server-process-filter): Handle errors during
17224 evaluation of the argument.
17225
17226 2006-03-03 John Paul Wallington <jpw@pobox.com>
17227
17228 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
17229 escape parentheses at beginning of line.
17230 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
17231 (t-mouse-mode): Remove period from end of error message.
17232
17233 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
17234
17235 * textmodes/flyspell.el (flyspell-process-localwords):
17236 Be case-sensitive.
17237
17238 2006-03-03 Martin Rudalics <rudalics@gmx.at>
17239
17240 * cus-edit.el (custom-quote): Remove function, since it has been
17241 moved to custom.el.
17242
17243 * font-lock.el (lisp-font-lock-keywords-2)
17244 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
17245 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
17246 they have no special meaning.
17247
17248 * midnight.el (clean-buffer-list): Handle case where base-buffer of
17249 indirect buffer gets killed before indirect buffer. Use dolist.
17250
17251 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
17252
17253 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17254 value instead of a literal constant (1) on more pauses.
17255
17256 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17257
17258 * textmodes/flyspell.el (flyspell-external-point-words):
17259 Be case-sensitive.
17260
17261 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
17262
17263 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
17264 with "www".
17265
17266 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
17267
17268 * allout.el: Restablish intermediate missing comment header to
17269 preserve outline structure.
17270 (allout-beginning-of-current-entry): Skip invisible text.
17271 (allout-open-topic): Fix opening a topic at end-of-buffer.
17272 (allout-minor-mode): Move nearer to allout-mode function.
17273
17274 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
17275
17276 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
17277
17278 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
17279
17280 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
17281 is nil.
17282
17283 * progmodes/gud.el (gud-speedbar-menu-items):
17284 Use buffer-local-value and add missing :visible keyword.
17285
17286 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
17287
17288 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
17289
17290 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
17291 must be `follow-link'.
17292
17293 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
17294
17295 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
17296 formatting: No nested anchors.
17297 (org-all-targets): Fix bug with XEmacs compatibility.
17298 (org-read-date): Add (require 'parse-time).
17299 (org-set-tags): Fix bug with extra inserted space.
17300 (org-export-html-style): Define a style class for targets.
17301 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
17302 (org-hide-leading-stars): New option.
17303 (org-hide): New face.
17304 (org-set-font-lock-defaults): Allow to hide leading stars.
17305 (org-get-legal-level, org-tr-level): New functions.
17306 (org-odd-levels-only): New option.
17307 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
17308 (org-demote, org-promote): Deal with double-star levels.
17309 (org-convert-to-odd-levels): New command.
17310
17311 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
17312
17313 * speedbar.el (speedbar-update-localized-contents): Try to
17314 preserve window-start.
17315 (speedbar-update-directory-contents): Try to preserve window-start
17316 and window-point.
17317 (speedbar-update-special-contents): Don't move back to start of window.
17318
17319 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
17320 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
17321 speedbar-timer-fn.
17322 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
17323 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
17324 instead of gdb-speedbar-timer-fn.
17325
17326 2006-02-28 Jay Belanger <belanger@truman.edu>
17327
17328 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
17329 (math-compose-expr): Use latex option when calling
17330 `math-compose-tex-matrix' for latex mode.
17331
17332 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
17333
17334 * speedbar.el: Re-instate comments about developing for speedbar
17335 [this is what info and gdb-ui use even if better methods exist now].
17336
17337 * t-mouse.el: New file.
17338 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
17339 (t-mouse-lispy-buffer-posn-from-coords): Remove.
17340 (t-mouse-make-event-element): Use posn-at-x-y instead.
17341 (t-mouse-make-event): Deal with Fedora Core 3.
17342 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
17343 (t-mouse-mouse-position-function): New function. Use it instead
17344 of advising mouse-position.
17345 (t-mouse-mode): New minor mode.
17346 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
17347
17348 2006-02-27 Glenn Morris <rgm@gnu.org>
17349
17350 * calendar/calendar.el (calendar-holidays): Doc fix.
17351
17352 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
17353
17354 * progmodes/gdb-ui.el (gdb-source-window): New variable.
17355 Re-introduce the concept of a source window.
17356 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
17357 consistency with get-buffer-create.
17358 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17359 (gdb-data-list-register-values-handler)
17360 (gdb-stack-list-locals-handler): Try to preserve window-start as
17361 well as window-point.
17362 (gdb-display-source-buffer): New function (old concept).
17363 (gdb-goto-breakpoint): Use it.
17364
17365 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
17366 for gdb-ui/gdb-mi (old concept).
17367
17368 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
17369
17370 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
17371 binding.
17372
17373 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
17374
17375 * textmodes/reftex-sel.el (reftex-select-label-map)
17376 (reftex-select-bib-map): Add `follow-mouse' binding.
17377
17378 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
17379
17380 * jka-cmpr-hook.el (jka-compr-compression-info-list)
17381 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
17382 Give :set functions to provide automatic updating.
17383 Update docstring. Give compiler defvars early in the file
17384 and move the defcustoms to a later spot where all called functions
17385 are defined.
17386 (jka-compr-file-name-handler-entry): Doc fix.
17387 (jka-compr-compression-info-list--internal)
17388 (jka-compr-mode-alist-additions--internal)
17389 (jka-compr-load-suffixes--internal): New variables.
17390 (jka-compr-install): Set the three above variables.
17391 Update `load-file-rep-suffixes' instead of `load-suffixes'.
17392 (jka-compr-update, jka-compr-set): New functions.
17393 (auto-compression-mode): Doc fix.
17394
17395 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
17396 Update `load-file-rep-suffixes' instead of `load-suffixes'.
17397 Use jka-compr-compression-info-list--internal,
17398 jka-compr-mode-alist-additions--internal and
17399 jka-compr-load-suffixes--internal.
17400
17401 * files.el (load-library):
17402 * loadhist.el (file-loadhist-lookup):
17403 * startup.el (command-line):
17404 * subr.el (locate-library):
17405 * emacs-lisp/autoload.el (update-directory-autoloads):
17406 * emacs-lisp/find-func.el (find-library-suffixes):
17407 Use `get-load-suffixes' instead of `load-suffixes'.
17408
17409 * subr.el (locate-library):
17410 * emacs-lisp/find-func.el (find-library-name):
17411 Use `load-file-rep-suffixes' instead of '("").
17412
17413 2006-02-26 Kim F. Storm <storm@cua.dk>
17414
17415 * ido.el (ido-save-history, ido-load-history): Simplify.
17416 Don't use find-file-noselect to avoid interference from other modes.
17417
17418 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
17419
17420 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
17421 to use the default shell if filename is not available.
17422 Reported by Giorgos Keramidas.
17423
17424 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
17425
17426 * progmodes/etags.el (tags-completion-table): Do completion from
17427 all the tables in the current list, as documented in the manual.
17428
17429 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17430
17431 * CC Mode Update to 5.31.3.
17432
17433 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17434
17435 * progmodes/cc-mode.el (c-postprocess-file-styles):
17436 Bind inhibit-read-only to t, around the call to
17437 c-remove-any-local-eval-or-mode-variables, so that it works on a
17438 RO file.
17439
17440 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17441
17442 * progmodes/cc-awk.el: Correct a typo.
17443
17444 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17445
17446 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
17447 c-hungry-delete-backwards, at the request of RMS. Leave the old
17448 name as an alias.
17449
17450 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17451
17452 * progmodes/cc-mode.el: Correct a typo.
17453
17454 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17455
17456 * progmodes/cc-defs.el: Update the version number to 5.31.3.
17457
17458 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17459
17460 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
17461 brace-else-brace (error due to mbeg, mend being undefined).
17462
17463 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17464
17465 * progmodes/cc-mode.el: File Local variables: Solve the problem
17466 where both `mode' and c-file-offsets are specified: `mode' will
17467 overwrite c-f-o's settings:
17468 (c-remove-any-local-eval-or-mode-variables): New function.
17469 (c-postprocess-file-styles): Call the above new function, within
17470 c-tentative-buffer-change, to splat `mode' and `eval' before the
17471 second hack-local-variables.
17472
17473 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17474
17475 * progmodes/cc-mode.el:
17476 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
17477 (c-after-change): Protect the match data with save-match-data.
17478 It was getting corrupted by c-after-change-check-<>-operators.
17479
17480 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
17481 (top level): Check for a buggy font-lock-compile-keywords ONLY in
17482 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
17483
17484 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
17485 with save-match-data. It was being corrupted when Font Lock was
17486 not enabled.
17487
17488 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
17489
17490 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
17491 Mode and Subword Mode.
17492
17493 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
17494 real labels ("case 1:" or "foo:") from non-labels ("public:").
17495 (c-forward-objc-directive): Replace c-forward-token-2 with crude
17496 coding; c-f-t-2 doesn't move over a token at EOB.
17497
17498 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
17499
17500 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
17501 (c-update-modeline): Concatenate the minor mode indicators
17502 directly onto mode-name, removing c-submode-indicators.
17503 Sometimes, c-s-i got separated from the mode name on the mode line.
17504
17505 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
17506 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
17507
17508 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17509
17510 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
17511 error message when there's an evaluation error to show whether
17512 it's loaded from source or not.
17513 (c-filter-ops): Make it available at runtime too to work when
17514 `c-make-init-lang-vars-fun' needs to evaluate from source.
17515
17516 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
17517
17518 * help.el (help): Revert last part of 2006-02-23 change (deletion
17519 of the `provide' call).
17520
17521 2006-02-23 Juri Linkov <juri@jurta.org>
17522
17523 * compare-w.el (compare-windows-highlight): Add new value
17524 `persistent' and change :type from `boolean' to `choice'.
17525 (compare-windows-overlays1, compare-windows-overlays2):
17526 New internal variables.
17527 (compare-windows-highlight): If compare-windows-highlight is
17528 `persistent', add current overlays to compare-windows-overlays[12]
17529 instead of adding compare-windows-dehighlight to pre-command-hook.
17530 (compare-windows-dehighlight): Delete all overlays from
17531 compare-windows-overlays[12].
17532
17533 * info.el (Info-search): Don't bind search-spaces-regexp to
17534 Info-search-whitespace-regexp in non-regexp isearch mode.
17535
17536 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17537
17538 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
17539
17540 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
17541
17542 * textmodes/org.el (org-xemacs-p)
17543 (org-export-html-show-new-buffer, org-table-may-need-update)
17544 (org-insert-item, org-mhe-get-message-real-folder)
17545 (org-mhe-get-message-folder-from-index)
17546 (org-mhe-get-message-folder, org-mhe-get-message-num)
17547 (org-mhe-get-header, org-make-org-heading-search-string)
17548 (org-make-org-heading-camel, org-table-sort-lines)
17549 (org-format-org-table-html, org-format-table-table-html):
17550 Fix typos in docstrings.
17551
17552 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
17553
17554 * textmodes/org.el (org-cleaned-string-for-export)
17555 (org-solidify-link-text): New function.
17556 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
17557 XEmacs, just to silence the compiler.
17558 (org-export-as-ascii, org-export-as-html-and-open):
17559 Use `org-cleaned-string-for-export' and create internal links.
17560 (org-follow-mhe-link): Require mh-e, use folder.
17561
17562 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
17563
17564 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
17565
17566 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
17567 gdb-debug-log-length.
17568 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
17569 it a real ring but...
17570 (gud-gdba-marker-filter): ...make it work like mark-ring.
17571 (gdb-enable-debug): Rename from gdb-enable-debug-log.
17572 (gdb-mouse-jump): New function. Add bindings.
17573
17574 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
17575
17576 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
17577 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
17578 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
17579 (gdb-debug-log-length): Customize it's length.
17580 (gud-watch, gdb-var-create-handler): Display function::var format
17581 but don't use to create variable object.
17582 (gdb-var-create-handler): Use message-box in place of message.
17583 (gdb-stopped): Call gdb-exited if signalled.
17584
17585 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
17586
17587 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
17588
17589 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
17590
17591 * textmodes/reftex.el (reftex-locate-file): Search all extensions
17592 if `reftex-try-all-extensions' is set.
17593
17594 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
17595 fail silently when there is no valid argument at point.
17596 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
17597 `fail-silently' argument. From a patch by David Reiter.
17598
17599 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
17600 New commands.
17601 (org-mark-ring): New variable.
17602 (org-mark-ring-length): New option.
17603 (org-open-at-point, org-goto, org-open-file): Push old position
17604 onto the mark ring.
17605 (org-add-hook): New function.
17606 (org-export-table-remove-special-lines): New option.
17607 (org-skip-comments, org-format-org-table-html): Respect new
17608 option `org-export-table-remove-special-lines'.
17609 (org-open-file): Allow special command configuration for
17610 directory link.
17611 (org-file-apps): Fix bugs in customize type, added setting
17612 for directories.
17613 (org-activate-tags, org-format-agenda-item, org-complete)
17614 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
17615 (org-get-tags, org-get-buffer-tags, org-open-at-point)
17616 (org-link-search, org-make-org-heading-search-string)
17617 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
17618 (org-radio-targets, org-file-link-context-use-camel-case)
17619 (org-activate-camels): New options.
17620 (org-update-radio-target-regexp, org-all-targets)
17621 (org-make-target-link-regexp, org-activate-target-links):
17622 New functions.
17623 (org-make-org-heading-search-string): New function.
17624 (org-store-link, org-insert-link): Use new option
17625 `org-file-link-context-use-camel-case'.
17626 (org-activate-camels): Use new option `org-activate-camels'.
17627 (org-link-regexp): Add mhe prefix.
17628 (org-open-at-point, org-store-link): Support for mhe links.
17629 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
17630 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
17631 (org-mhe-get-header, org-follow-mhe-link): New functions.
17632 (org-remove-angle-brackets, org-add-angle-brackets):
17633 New functions.
17634 (org-bracket-link-regexp): New constant.
17635 (org-read-date): Fix bug that was rejecting all typed dates.
17636 (org-link-search): Make hierarchy above visible after a match.
17637 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
17638 (org-store-link): Fix bug with link creation when cursor is in
17639 an empty line.
17640 (org-open-at-point): Fix bug with matching a link.
17641 Fixed buggy argument sequence in call to `org-view-tags'.
17642 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17643 (org-prefix-has-tag): New variable.
17644 (org-format-agenda-item): Remove tags from headline
17645 if appropriate.
17646 (org-agenda-remove-tags-when-in-prefix): New option.
17647
17648 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
17649
17650 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
17651 Fix the regular expressions.
17652
17653 2006-02-21 Richard M. Stallman <rms@gnu.org>
17654
17655 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
17656 if there's no other specific basis.
17657
17658 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
17659 as variables at all.
17660 (unsafep-variable): Rename arg; doc fix.
17661
17662 * abbrevlist.el (list-one-abbrev-table): Add autoload.
17663
17664 * calendar/appt.el (diary-selective-display): Add defvar.
17665
17666 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
17667
17668 * isearch.el (search-whitespace-regexp): Fix custom type.
17669
17670 * help.el (describe-key-briefly): Compute interactive args
17671 in same was as before previous change.
17672
17673 * files.el (enable-local-variables): Doc fix.
17674
17675 2006-02-21 Kim F. Storm <storm@cua.dk>
17676
17677 * fringe.el: Cleanup as file is now pre-loaded.
17678 (fringe-bitmaps): Initialize unconditionally.
17679 (fringe-mode, set-fringe-style): Remove autoload cookies.
17680
17681 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
17682
17683 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
17684 `horizontal-bar'.
17685 (fringe-cursor-alist): Use `horizontal-bar'.
17686
17687 2006-02-20 Kim F. Storm <storm@cua.dk>
17688
17689 * fringe.el (fringe-bitmaps): Update to new bitmap names.
17690 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
17691
17692 * loadup.el: Load "fringe" on window systems.
17693
17694 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
17695
17696 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17697 out of scope components.
17698
17699 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
17700 default.
17701
17702 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
17703
17704 * custom.el (customize-mark-to-save, customize-mark-as-set):
17705 Load the symbol first.
17706
17707 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
17708
17709 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
17710 strech spec so it doesn't display as "^J" on the header line
17711 when `Buffer-menu-use-header-line' is t.
17712
17713 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
17714
17715 * speedbar.el (speedbar-make-button): Keep text properties
17716 of string arguments if desired.
17717
17718 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
17719 expessions.
17720
17721 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
17722 of speedbar.
17723
17724 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
17725
17726 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
17727 to value of `read-file-name-completion-ignore-case'.
17728
17729 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
17730
17731 * custom.el (customize-mark-as-set): Push to `user' theme.
17732
17733 * cus-edit.el (custom-save-variables): Allow unthemed values.
17734 (customize-set-variable): Push setting to `user' theme.
17735
17736 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
17737
17738 * progmodes/gud.el: Don't require font-lock as it's now
17739 automatically loaded.
17740 (gud-speedbar-buttons): Replace gdb-var-changed with
17741 gdb-force-update.
17742
17743 * progmodes/gdb-ui.el (gdb-force-update): Rename from
17744 gdb-var-changed.
17745 (gdb-post-prompt): Use it.
17746 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17747 (gdb-var-update-handler, gdb-var-delete)
17748 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
17749 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
17750 gdb-force-update in gdb-post-prompt.
17751 (gdb-reset): Clear watch expressions from speedbar when quitting.
17752
17753 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17754
17755 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17756 (viper-change-state-to-vi, viper-change-state-to-emacs):
17757 Make aware of cursor coloring in the Emacs state.
17758 (viper-special-read-and-insert-char): Use read-char-exclusive.
17759 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
17760
17761 * emulation/viper-init.el (viper-emacs-state-cursor-color):
17762 New variable.
17763
17764 * emulation/viper-util.el (viper-save-cursor-color)
17765 (viper-get-saved-cursor-color-in-replace-mode)
17766 (viper-get-saved-cursor-color-in-insert-mode)
17767 (viper-restore-cursor-color): Make aware of the cursor color
17768 in Emacs state.
17769 (viper-get-saved-cursor-color-in-emacs-mode): New function.
17770
17771 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
17772 (ediff-ignore-case-option3, ediff-actual-diff-options)
17773 (ediff-actual-diff3-options): New variables to control case sensitivity.
17774 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
17775 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
17776 (ediff-toggle-ignore-case): New function.
17777 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
17778
17779 * ediff-help.el (ediff-long-help-message-narrow2)
17780 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
17781 (ediff-long-help-message-word-mode): Add ignore-case command.
17782 (ediff-help-for-quick-help): Add ignore-case command.
17783
17784 * ediff-merg.el: Move provide to the end.
17785
17786 * ediff-ptch.el: Move provide to the end.
17787
17788 * ediff-wind.el: Move provide to the end.
17789
17790 * ediff-mult.el: Move provide to the end.
17791 (ediff-set-meta-overlay): Enable follow-link.
17792
17793 * ediff.el: Move provide to the end.
17794 Break recursive load cycle in eval-when-compile.
17795 (ediff-patch-buffer): Better heuristics.
17796
17797 * ediff-util.el: Move provide to the end.
17798 Break recursive load cycle in eval-when-compile.
17799 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
17800 defuns.
17801 (ediff-submit-report): Pass the values of ediff-diff3-program,
17802 ediff-diff3-options.
17803
17804 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
17805
17806 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
17807 the opening bracket of the following bracketing pairs: {}, [], (), <>,
17808 `' (for example, in the docstring of `windmove-default-keybindings').
17809
17810 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
17811
17812 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
17813 shadow face. Don't provide binding to edit variable when it is
17814 out of scope.
17815
17816 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17817 (gdb-var-update-handler): Detect out of scope variables with pre
17818 GDB 6.4 too.
17819 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
17820 Reset status of variable objects to nil in update handlers.
17821 (gdb-var-update-handler-1): Detect when a variable object comes
17822 in scope. setcar on var changes gdb-var-list directly.
17823
17824 2006-02-17 Juri Linkov <juri@jurta.org>
17825
17826 * ffap.el (ffap) <defface>: Add explicit face declaration.
17827 (ffap-highlight): Use face `ffap' directly instead of checking
17828 for its existence.
17829
17830 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
17831 `visible-ok' of `other-buffer' to find the right original buffer.
17832
17833 * info.el (Info-search): Skip `Local Variables' node.
17834
17835 2006-02-17 Juri Linkov <juri@jurta.org>
17836
17837 * info.el (Info-find-file): Check for symbols `apropos', `history',
17838 `toc' in the input filename, and return these symbols as is.
17839 (Info-find-node-2): Set Info-current-file to symbols `apropos',
17840 `history', `toc' instead of strings.
17841 (Info-set-mode-line): For non-string Info-current-file use the
17842 symbol's name inside **.
17843 (Info-isearch-push-state): Add quote before Info-current-file and
17844 Info-current-node.
17845 (Info-isearch-pop-state): Use `equal' instead of `string='.
17846 (Info-extract-pointer, Info-following-node-name): Use
17847 `match-string-no-properties' instead of `match-string'.
17848 (Info-up): Check `old-file' for `stringp'.
17849 (Info-history): Use `equal' instead of `string-equal'.
17850 Check `file' for `stringp'.
17851 (Info-history): Use symbol `history' instead of string as first arg
17852 of `Info-find-node'.
17853 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
17854 `toc' instead of string.
17855 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
17856 instead of `buffer-substring', and `match-string-no-properties'
17857 instead of `match-string'.
17858 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
17859 instead of strings.
17860 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
17861 Use symbol `apropos' instead of string.
17862 (Info-copy-current-node-name): Check `Info-current-file' for
17863 `stringp' and construct a command with `Info-find-node' from it.
17864 (Info-fontify-node): Use `match-string-no-properties' instead of
17865 `match-string' and check file names for `stringp'.
17866 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
17867 `history', `toc' instead of strings.
17868
17869 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
17870
17871 * files.el: Rearrange functions and variables in the file local
17872 variables section.
17873
17874 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
17875
17876 * files.el: Add truncate-lines, ispell-check-comments and
17877 ispell-local-dictionary as safe local variables.
17878
17879 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
17880
17881 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
17882 out of scope variables.
17883 (gud-speedbar-buttons): Use unless.
17884
17885 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
17886 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
17887 (gdb-show-changed-values): Also use for out of scope variables.
17888 (gdb-var-update-handler-1): Note if variable goes out of scope.
17889
17890 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
17891
17892 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
17893 default to global variable values for unsupplied args.
17894 (rcirc-get-buffer-create): Fix bug with setting the target.
17895 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
17896 test for rcirc-always-use-server-buffer-flag here.
17897 (rcirc-response-formats): Add %N, which is a facified nick. %n
17898 uses the default face. Change the ACTION format string. If the
17899 "nick" is the server, don't print anything for that field.
17900 Comment fixes.
17901 (rcirc-target-buffer): Don't test
17902 rcirc-always-use-server-buffer-flag here.
17903 (rcirc-print): Squeeze extra spaces out of the text before message.
17904 (rcirc-put-nick-channel): Strip potential "@" char from nick
17905 before adding them to nick table.
17906 (rcirc-url-regexp): Improve to match address like "foo.com".
17907
17908 2006-02-17 Eli Zaretskii <eliz@gnu.org>
17909
17910 * allout.el (allout-hidden-p): Move this defsubst before
17911 allout-overlay-interior-modification-handler, where it is first
17912 used.
17913
17914 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
17915
17916 * allout.el: Use allout invisible-text overlays instead of
17917 selective display for concealed text. Also, lots of general
17918 cleanup, and improved compatibility code.
17919
17920 (allout-version): Incremented, corrected, revised, and refined
17921 module commentary.
17922
17923 (provide 'allout): Moved to the bottom, added a require of overlay.
17924
17925 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
17926 `except-current'.
17927 (allout-write-file-hook-handler): Minimize delay.
17928 (count-trailing-whitespace-region): New function so
17929 auto-encryption of current topic can resituate cursor exactly.
17930 PGP/GPG encryption trims trailing whitespace from lines, which
17931 must be accounted for across encryption then decryption.
17932
17933 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
17934 just plain "\C-c", to avoid intruding on user's keybinding space.
17935
17936 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
17937 parameter, so user request to provide a new password is done.
17938
17939 (allout-outside-normal-auto-fill-function, allout-auto-fill):
17940 Refined mechanism for auto-filling behavior while in allout mode.
17941
17942 (allout-mode): Explicitly specify the mode map in the docstring.
17943 Clarify provision for various write-file hook var names.
17944 Adjusted for invisible-text overlays instead of selective-display.
17945
17946 (allout-depth): Really return 0 if not within any topic. This
17947 rectifies `allout-beginning-of-level' and sequence numbering
17948 errors that occur when cutting and pasting numbered topics.
17949 Changed from a in-line subst to a regular function, as well.
17950
17951 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
17952
17953 (allout-end-of-subtree, allout-end-of-subtree)
17954 (allout-end-of-entry, allout-end-of-current-heading)
17955 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
17956 (allout-show-children, allout-show-to-offshoot)
17957 (allout-hide-current-entry, allout-show-current-entry): Rectified
17958 handling of trailing blank lines between items.
17959
17960 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
17961 (allout-current-depth, allout-unprotected, allout-hidden-p)
17962 (allout-on-current-heading-p, allout-listify-exposed)
17963 (allout-chart-subtree, allout-goto-prefix)
17964 (allout-back-to-current-heading, allout-get-body-text)
17965 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
17966 (allout-hide-region-body, allout-toggle-subtree-encryption)
17967 (allout-encrypt-string, allout-encrypted-key-info)
17968 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
17969 (allout-file-vars-section-data): Adjusted for use with
17970 invisible-text overlays instead of selective-display.
17971
17972 (allout-kill-line, allout-kill-topic, allout-yank-processing):
17973 Reworked for use with invisible text overlays.
17974
17975 (allout-current-topic-collapsed-p): New function.
17976
17977 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
17978 to know when to close the containing topic.
17979
17980 (allout-pre-command-business, allout-post-command-business):
17981 Simplify undo-batching and dynamic isearch exposure.
17982
17983 (allout-set-overlay-category): New for invisible-text overlays.
17984 Sets properties of allout-overlay-category, used by
17985 allout-flag-region to set invisible-text overlay properties.
17986 (allout-get-invisibility-overlay): Get the first qualifying
17987 invisibility overlay, so we can find the extent of it.
17988 (allout-back-to-visible-text): Get to just before the beginnining
17989 of the current invisibility overlay, if any.
17990
17991 (allout-overlay-insert-in-front-handler)
17992 (allout-overlay-interior-modification-handler)
17993 (allout-before-change-handler, allout-isearch-end-handler): New
17994 functions to handle extraordinary actions affecting concealed
17995 text.
17996
17997 (allout-flag-region): Use overlays instead of selective-display
17998 for invisible text - by inheritence from the properties of
17999 allout-overlay-category in mainline Emacs, and applied
18000 property-by-property in XEmacs, some recent versions of which
18001 don't inherit the properties from the category. Provisions to
18002 respond to concealed-text edits simplified drastically.
18003
18004 (allout-isearch-rectification, allout-isearch-was-font-lock)
18005 (allout-isearch-expose, allout-enwrap-isearch)
18006 (allout-isearch-abort, allout-pre-was-isearching)
18007 (allout-isearch-prior-pos, allout-isearch-did-quit)
18008 (allout-isearch-dynamic-expose)
18009 (allout-hide-current-entry-completely): Functions deleted.
18010
18011 (allout-undo-aggregation): Explicit undo aggregation no longer
18012 necessary due to transition away from selective-display.
18013
18014 (set-allout-regexp, allout-up-current-level)
18015 (allout-next-visible-heading, allout-forward-current-level)
18016 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
18017 (allout-kill-line, allout-yank-processing, allout-show-children)
18018 (allout-expose-topic, allout-old-expose-topic)
18019 (allout-listify-exposed, allout-insert-latex-header)
18020 (allout-toggle-subtree-encryption, allout-encrypt-string)
18021 (remove-from-invisibility-spec, allout-hide-current-subtree):
18022 Ditched unused variables.
18023
18024 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
18025
18026 * textmodes/ispell.el (ispell-change-dictionary): Call
18027 ispell-buffer-local-dict instead of
18028 ispell-accept-buffer-local-defs.
18029 (ispell-local-dictionary-alist): Accept as valid any coding-system
18030 supported by Emacs.
18031 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
18032 changed to iso-8859-3.
18033
18034 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
18035
18036 * speedbar.el (speedbar-frame-width): Make an inline function
18037 instead of a macro. Use frame-width.
18038 (speedbar-try-completion, speedbar-update-contents)
18039 (speedbar-timer-fn): Use consp.
18040 (speedbar-update-localized-contents): Try to preserve point.
18041
18042 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
18043 (menu): Re-order menu items.
18044 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
18045 field.
18046 (gdb-var-update-handler-1): Use it for GDB 6.4+.
18047 (gdb-post-prompt): Speed things by not forcing update.
18048
18049 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
18050
18051 * wid-edit.el (widget-button-click): For mouse-1, cancel button
18052 press and perform default action if we get a mouse movement event.
18053
18054 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18055
18056 * calendar/icalendar.el (icalendar--get-event-property)
18057 (icalendar--get-event-property-attributes): Fix typos in
18058 docstrings.
18059
18060 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
18061 docstring.
18062
18063 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
18064
18065 * bs.el (bs-mode): Use `buffer-disable-undo'.
18066 (bs--get-file-name): Simplify.
18067 (bs-show-in-buffer): Mark the buffer as not modified.
18068
18069 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18070
18071 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
18072 widget-button-click.
18073
18074 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
18075 (custom-mode): Update docstring.
18076
18077 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
18078 binding.
18079
18080 * files.el (hack-local-variables-confirm): Allow scrolling if the
18081 file variable list is too long. Kill temp buffer after use.
18082
18083 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
18084
18085 * progmodes/gud.el (gdb): Improve doc string.
18086 (gdb-script-font-lock-keywords): Expand allowed character set.
18087
18088 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
18089 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
18090 (gdb-separate-io-interrupt, gdb-separate-io-quit)
18091 (gdb-separate-io-stop, gdb-separate-io-eof):
18092 Rename from gdb-inferior-* to gdb-separate-*.
18093 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
18094
18095 2006-02-14 Jay Belanger <belanger@truman.edu>
18096
18097 * calc/calc-arith.el (math-check-known-scalarp): Make sure
18098 expression is a symbol before checking that it is bound.
18099
18100 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
18101 test to see if equation can be solved.
18102
18103 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18104
18105 * wid-edit.el (widget-button-click): Use :pressed-face property
18106 for overlay face, if it exists.
18107
18108 * cus-edit.el (custom-manual, custom-add-see-also)
18109 (custom-add-parent-links, custom-group-link): Add :pressed-face
18110 property to links.
18111
18112 * files.el (hack-local-variables): Remove ignored variables before
18113 checking if any variables need setting.
18114
18115 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18116
18117 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
18118
18119 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
18120
18121 * help.el (where-is): Fix message for remapped commands.
18122
18123 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
18124 Fix typos in docstrings.
18125
18126 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
18127
18128 * files.el (safe-local-variable-values): New option.
18129 (hack-local-variables-prop-line): Return a list of variable-value
18130 pairs if MODE-ONLY is non-nil.
18131 (hack-local-variables): Construct list of variable-value pairs,
18132 and apply or reject them in one go. Ask for confirmation if
18133 variables are not known safe.
18134 (hack-local-variables-confirm): Complete rewrite. Support
18135 `safe-local-variable-values'.
18136 (enable-local-variables): Update docstring to reflect new
18137 behavior.
18138 (ignored-local-variables): Ignore ignored-local-variables and
18139 safe-local-variable-values.
18140 (safe-local-variable-p): New function.
18141 (risky-local-variable-p): `safe-local-variable' property check
18142 moved to safe-local-variable-p.
18143 (hack-one-local-variable): Checks moved to hack-local-variables.
18144
18145 (byte-compile-dynamic, c-basic-offset, c-file-style)
18146 (c-indent-level, comment-column, fill-column, fill-prefix)
18147 (indent-tabs-mode, kept-new-versions, no-byte-compile)
18148 (no-update-autoloads, outline-regexp, page-delimiter)
18149 (paragraph-start, paragraph-separate, sentence-end)
18150 (sentence-end-double-space tab-width, version-control):
18151 Add `safe-local-variable' property.
18152
18153 * find-lisp.el: Delete nonexistent `autocompile' file variable.
18154
18155 * icomplete.el, play/landmark.el: Change nonexistent
18156 `outline-layout' file variable to `allout-layout'.
18157
18158 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
18159
18160 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
18161 (gdb-get-changed-registers): Test value of gud-minor-mode relative
18162 to gud-comint-buffer.
18163 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
18164 gdb-ui.el for gdb-mi.el.
18165 (gdb-post-prompt, gdb-get-changed-registers): Move test for
18166 registers buffer to gdb-get-changed-registers.
18167 (gdb-breakpoint-regexp): New regexp. Allow toggling and
18168 deletion of catchpoints (throw and catch).
18169 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18170 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
18171 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
18172 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
18173 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
18174
18175 2006-02-13 Jay Belanger <belanger@truman.edu>
18176
18177 * calc/calc-arith.el (math-check-known-matrixp): Make sure
18178 expression is a symbol before checking that it is bound.
18179
18180 2006-02-13 Richard M. Stallman <rms@gnu.org>
18181
18182 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
18183 for the minibuffer too, but not if resize-mini-windows will interfere.
18184
18185 * help.el (describe-key-briefly, describe-key): Do all arg-reading
18186 inside `interactive' spec.
18187 (describe-key-briefly-internal, describe-key-internal):
18188 Functions merged back into their callers.
18189
18190 2006-02-13 Martin Rudalics <rudalics@gmx.at>
18191
18192 * info.el (info-xref-visited): Inherit from info-xref too.
18193 (Info-set-mode-line): Replace occurrences of `%' by `%%'
18194 when propertizing Info-current-file and Info-current-node.
18195
18196 2006-02-13 Juri Linkov <juri@jurta.org>
18197
18198 * tumme.el (tumme-thumbnail-storage): Fix docstring.
18199 (tumme-thumb-name): Fix per-directory format.
18200
18201 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
18202
18203 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
18204
18205 2006-02-12 Miles Bader <miles@gnu.org>
18206
18207 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
18208
18209 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
18210
18211 * tumme.el: Remove history section. If someone needs the it, it
18212 can always be found in CVS.
18213
18214 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
18215
18216 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
18217 about the Thumbnail Managing Standard option.
18218
18219 2006-02-12 Richard M. Stallman <rms@gnu.org>
18220
18221 * subr.el (substitute-key-definition): Doc fix.
18222
18223 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
18224
18225 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
18226
18227 * info.el (Info-mode): Doc fix.
18228
18229 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
18230
18231 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
18232
18233 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
18234 because on Solaris a POSIX compatible "id" is needed. Reported by
18235 Magnus Henoch <mange@freemail.hu>.
18236
18237 2006-02-12 Juri Linkov <juri@jurta.org>
18238
18239 * tumme.el: Remove todo item about Thumbnail Managing Standard.
18240 (tumme) <defgroup>: Change :group to `multimedia'.
18241 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
18242 Managing Standard.
18243 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
18244 Fix dostring.
18245 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
18246 and %y. Fix docstring.
18247 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
18248 (tumme-cmd-create-standard-thumbnail-command): New user options.
18249 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
18250 is `standard'. Fix docstring.
18251 (tumme-thumb-width, tumme-thumb-height): New user options.
18252 (tumme-external-viewer): Try to find various viewers.
18253 (tumme-get-thumbnail-image): Use `create-image' instead of
18254 constructing the `image' structure.
18255 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
18256 `standard'.
18257 (tumme-thumb-name): Add file name generation for standard storage.
18258 Simplify code for other storages.
18259 (tumme-thumb-name): Use width %w and height %h instead of size %s.
18260 Add modification time %m and thumbnail-nq8 %q.
18261 Use `tumme-cmd-create-standard-thumbnail-command' if
18262 tumme-thumbnail-storage is `standard'.
18263 (tumme-dired-insert-marked-thumbs): New autoload command.
18264 (tumme-dired-after-readin-hook): New function.
18265 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
18266 `tumme-thumb-size'.
18267 (tumme-display-image): Replace size-x %x and size-y %y with
18268 width %w and height %h.
18269
18270 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
18271 `tumme-dired-insert-marked-thumbs'.
18272
18273 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
18274
18275 * tumme.el (tumme-write-tag): Fix small bug (file name did not
18276 include path).
18277 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
18278 matching tag.
18279
18280 2006-02-12 Miles Bader <miles@gnu.org>
18281
18282 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
18283 New variables.
18284 (rcirc-abbrev-nick): New function.
18285 (rcirc-format-response-string): Rewrite to use the formats in
18286 `rcirc-response-formats' and expand escape sequences therein.
18287 A text-property `rcirc-text' is added over the actual response
18288 text to make easy to find inside the returned string.
18289 (rcirc-print): When filling, just look for the `rcirc-text'
18290 text-property to find the appropriate fill prefix, instead of
18291 using hardwired patterns.
18292
18293 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
18294
18295 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
18296 Managing Standard.
18297
18298 2006-02-11 Kim F. Storm <storm@cua.dk>
18299
18300 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
18301 Don't use insert-buffer; do insert-buffer-substring directly.
18302 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
18303
18304 2006-02-11 Martin Rudalics <rudalics@gmx.at>
18305
18306 * files.el (revert-buffer, recover-file): Replace buffer-read-only
18307 with inhibit-read-only. Suggested by Stefan Monnier.
18308 (revert-buffer): Let insert-file-contents discard
18309 buffer-undo-list. Simplify code.
18310 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
18311
18312 2006-02-11 Eli Zaretskii <eliz@gnu.org>
18313
18314 * menu-bar.el (menu-bar-select-yank): Add a doc string.
18315
18316 * help.el (describe-key-briefly): Now a wrapper for
18317 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
18318 to t. Populate yank-menu if empty.
18319 (describe-key-briefly-internal): Renamed from describe-key-briefly.
18320 (describe-key): Now a wrapper for describe-key-internal. Bind
18321 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
18322 (describe-key-internal): Renamed from describe-key.
18323
18324 2006-02-11 Milan Zamazal <pdm@zamazal.org>
18325
18326 * progmodes/glasses.el (glasses-separator): Doc fix.
18327 (glasses-original-separator): New defcustom.
18328 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
18329
18330 2006-02-11 Martin Rudalics <rudalics@gmx.at>
18331
18332 * mwheel.el (mouse-wheel-up-event): Doc fix.
18333
18334 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
18335
18336 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
18337 (tumme-dir): New function. Copied from thumbs.el.
18338
18339 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
18340
18341 * desktop.el (desktop-outvar): Fix typo.
18342 (desktop-save-buffer-p): Doc fix.
18343
18344 * subr.el (substitute-key-definition): Fix typo.
18345
18346 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18347
18348 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
18349 when window-system is mac.
18350
18351 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
18352
18353 2006-02-10 Kim F. Storm <storm@cua.dk>
18354
18355 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
18356 indirect-function instead of using condition-case.
18357
18358 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
18359
18360 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
18361 less `colloquial'...
18362
18363 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
18364
18365 * tumme.el: Add a couple of todo items.
18366
18367 2006-02-09 Lars Hansen <larsh@soem.dk>
18368
18369 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
18370 (highlight-changes-mode): Don't change desktop-locals-to-save.
18371
18372 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
18373
18374 * image-mode.el (image-toggle-display): Clear image cache if using
18375 filename.
18376
18377 2006-02-09 Masatake YAMATO <jet@gyve.org>
18378
18379 * dired-x.el (dired-guess-shell-alist-default): Add .man as
18380 a `dired-man' target.
18381
18382 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
18383 boundary of symbols.
18384
18385 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
18386
18387 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
18388
18389 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
18390
18391 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
18392 `mapcar'; return nil.
18393
18394 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
18395
18396 * mouse.el (mouse-drag-track): Don't change window if we rebind to
18397 some other event.
18398
18399 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
18400
18401 * net/rcirc.el (rcirc-startup-channels-alist):
18402 Add irc.freenode.net and #emacs as defaults.
18403 (rcirc-ignore-all-activity-flag): Remove variable.
18404 (rcirc-authinfo): New variable.
18405 (rcirc-authinfo-filename): Remove variable.
18406 (rcirc-always-use-server-buffer-flag): New flag.
18407 (rcirc): M-x rcirc will automatically connect without prompting.
18408 C-u M-x rcirc will prompt. Use rcirc-connect to create a
18409 connection in lisp.
18410 (rcirc-process-server-response-1): Remove everything but the nick
18411 portion of the sender so it doesn't need to be done everywhere
18412 else. Update related code.
18413 (global-map): Remove global keybindings.
18414 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
18415 (rcirc-send-input): Split into several functions.
18416 (rcirc-process-input-line, rcirc-process-message)
18417 (rcirc-process-command): New functions.
18418 (rcirc-target-buffer): New function to determine where to route
18419 messages.
18420 (rcirc-user-nick): Save match data.
18421 (rcirc-toggle-ignore-buffer-activity)
18422 (rcirc-update-activity-string): Remove global ignore functionality,
18423 which can be done now by toggling rcirc-track-minor-mode.
18424 (rcirc-track-minor-mode-map): New keymap.
18425 (rcirc-track-minor-mode): New minor-mode.
18426 (ignore): Make the ignore output nicer. Always print it when
18427 adding or removing nicks.
18428 (rcirc-url-regexp): Improve.
18429 (rcirc-mangle-text): Remove properties before using text in the
18430 modeline.
18431 (rcirc-authenticate): Authentication data comes from
18432 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
18433 (rcirc-server-prefix): Inherit from rcirc-server.
18434
18435 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
18436
18437 * Makefile.in (compile): Append "|| true" to the end of the `find'
18438 command, like compile-always does.
18439
18440 2006-02-08 Sam Steingold <sds@gnu.org>
18441
18442 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
18443 output from a dead connection.
18444
18445 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
18446
18447 * dired.el (dired-mode-map): Add more bindings for tumme.
18448
18449 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
18450
18451 * wdired.el (wdired-mode-map): Use remap.
18452 (wdired-get-filename): Massage.
18453 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
18454 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
18455 `keymap' property rather than `local-map'.
18456
18457 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
18458
18459 * tumme.el (tumme-get-thumbnail-image): New utility function.
18460 Suggested by from Chong Yidong.
18461 (tumme-dired-with-window-configuration): Rename from
18462 `tumme-dired'. Add code to save window configuration.
18463 (tumme-restore-window-configuration): New command to restore the
18464 window configuration that `tumme-dired-with-window-configuration'
18465 saves before it changes the window configuration.
18466 (tumme-show-all-from-dir): New command to display thumbnails for
18467 all files in a directory entered by the user, like M-x thumbs.
18468 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
18469 have been created.
18470 (tumme-display-thumbnail-original-image): Call `display-buffer'.
18471 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18472 Remove obsolete test function.
18473
18474 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
18475
18476 * vc.el (small-temporary-file-directory): Remove defvar; there's
18477 a defcustom for it in files.el.
18478
18479 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
18480 Fix typo in message.
18481 (tumme-gallery-generate): Fix typo in `error' message.
18482 (tumme-display-window-height-correction)
18483 (tumme-display-window-width-correction, tumme-line-up-dynamic)
18484 (tumme-line-up-interactive): Dox fixes.
18485 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
18486 (tumme-restore-window-configuration, tumme-format-properties-string)
18487 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
18488 Fix typos in docstrings.
18489
18490 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18491
18492 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
18493
18494 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
18495
18496 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
18497 User should use hook if desired.
18498
18499 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
18500 buffer if necessary.
18501 (gdb-delete-frame-or-window): New function.
18502 (gdb-breakpoints-mode-map): Bind "q" to it.
18503
18504 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18505
18506 * textmodes/nroff-mode.el: Clean up name space.
18507 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
18508 (nroff-mode): Obey the global setting of nroff-electric-mode.
18509 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
18510
18511 * calendar/calendar.el (calendar-increment-month): Typo in last change.
18512
18513 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
18514
18515 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
18516
18517 2006-02-06 Lars Hansen <larsh@soem.dk>
18518
18519 * generic-x.el (etc-fstab-generic-mode): Add file system types
18520 cifs and usbdevfs. Allow special chars in file names.
18521
18522 2006-02-05 Jay Belanger <belanger@truman.edu>
18523
18524 Update copyright notices of the files in lisp/calc.
18525
18526 2006-02-05 Romain Francoise <romain@orebokech.com>
18527
18528 Update copyright notices of all files in the lisp/play directory.
18529
18530 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
18531
18532 * ldefs-boot.el: Regenerate.
18533
18534 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
18535
18536 2006-02-05 Kim F. Storm <storm@cua.dk>
18537
18538 * files.el (magic-mode-regexp-match-limit): New defvar.
18539 (set-auto-mode): Use it to limit magic-mode-alist matching.
18540
18541 2006-02-04 Eli Zaretskii <eliz@gnu.org>
18542
18543 * info.el (Info-index, Info-mode): Improve the description of the
18544 `i' command.
18545
18546 * ldefs-boot.el: Regenerate.
18547
18548 2006-02-03 Werner Lemberg <wl@gnu.org>
18549
18550 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
18551 greedy to find the closing bracket in \*[...] and similar
18552 expressions. This is a first rough fix -- many additional
18553 refinements are necessary to make nroff mode really usable with groff.
18554
18555 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
18556
18557 * international/mule-cmds.el (set-locale-environment):
18558 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
18559 libX11.
18560
18561 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
18562
18563 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18564 archive are created in archive-tmpdir.
18565
18566 2006-02-02 John Paul Wallington <jpw@pobox.com>
18567
18568 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
18569 (ibuffer-fontification-alist): Use it.
18570 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
18571 to "* z" and the Ibuffer Mark menu.
18572
18573 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
18574
18575 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18576
18577 * textmodes/table.el (*table--cell-describe-mode)
18578 (*table--cell-describe-bindings): Undo last change since
18579 print-help-return-message is not obsoleted by anything at all.
18580
18581 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
18582
18583 * emulation/cua-base.el (cua-mode): Doc fix.
18584
18585 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
18586
18587 * dframe.el (dframe-handle-make-frame-visible)
18588 (dframe-handle-iconify-frame, dframe-get-focus)
18589 (dframe-select-attached-frame, dframe-power-click)
18590 (dframe-frame-mode): Fix typos in docstrings.
18591
18592 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
18593 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
18594 Fix typos in docstrings.
18595
18596 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
18597 (hi-lock-face-buffer, hi-lock-font-lock-hook)
18598 (hi-lock-archaic-interface-message-used)
18599 (hi-lock-file-patterns-range): Fix typos in docstrings.
18600
18601 * savehist.el (savehist-loaded, savehist-load, savehist-install)
18602 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
18603
18604 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
18605 Fix typo in docstring.
18606
18607 * net/newsticker.el (newsticker--decode-iso8601-date)
18608 (newsticker--set-customvar, newsticker--buffer-insert-item)
18609 (newsticker--do-run-auto-mark-filter)
18610 (newsticker--parse-generic-feed): Doc fixes.
18611 (newsticker--retrieval-timer-list, newsticker-url-list)
18612 (newsticker-hide-immortal-items-in-echo-area)
18613 (newsticker-hide-obsolete-items-in-echo-area)
18614 (newsticker-new-item-face, newsticker--enclosure)
18615 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
18616 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
18617 (newsticker--parse-generic-feed, newsticker--cache-contains)
18618 (newsticker--stat-num-items, newsticker-download-enclosures):
18619 Fix typos in docstrings.
18620
18621 * net/rcirc.el (rcirc-debug): Doc fix.
18622 (rcirc-fill-column, rcirc-receive-message-hooks)
18623 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
18624 (rcirc-mode, rcirc-generate-new-buffer-name)
18625 (rcirc-startup-channels, rcirc-ignore-update-automatic)
18626 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
18627 Fix typos in docstrings.
18628 (rcirc-print): "?\ " -> "?\s".
18629 (rcirc-cmd-join): Improve argument/docstring consistency.
18630
18631 2006-02-01 Mark A. Hershberger <mah@everybody.org>
18632
18633 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
18634 before narrow-to-region.
18635
18636 2006-02-01 Richard M. Stallman <rms@gnu.org>
18637
18638 * simple.el (move-beginning-of-line): Scan properly for invis change.
18639
18640 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
18641
18642 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
18643
18644 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
18645 change bit only when id-format is 'integer. Reported by Matt
18646 Hodges <M.P.Hodges@rl.ac.uk>.
18647
18648 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
18649
18650 * hilit-chg.el (highlight-changes-initial-state)
18651 (highlight-changes-global-initial-state): Doc fixes.
18652 (highlight-changes-global-modes, global-highlight-changes):
18653 Fix typos in docstrings.
18654
18655 2006-02-01 Kim F. Storm <storm@cua.dk>
18656
18657 * emulation/cua-base.el (cua-mode): Mention that CUA enables
18658 transient-mark-mode in doc string.
18659
18660 2006-01-31 Richard M. Stallman <rms@gnu.org>
18661
18662 * replace.el (multi-occur): Doc fix.
18663 (multi-occur-in-matching-buffers): Rename from
18664 multi-occur-by-filename-regexp. Prefix arg says match
18665 buffer names instead of file names.
18666
18667 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
18668
18669 * bs.el: Allow non-default values of `bs-header-lines-length'.
18670 (bs--running-in-xemacs): Remove (not needed anymore).
18671 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
18672 instead of `shrink-window', thus avoiding having to compute the
18673 height of the window.
18674 (bs--up): Wrap around even when there's no header.
18675 (bs--down): Use `forward-line' instead of `next-line'.
18676
18677 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
18678
18679 * image-mode.el (image-toggle-display): Use file name if possible,
18680 instead of unnecessarily allocating a (possibly huge) lisp string.
18681
18682 2006-01-30 John Paul Wallington <jpw@pobox.com>
18683
18684 * subr.el (toplevel): Define `cl-assertion-failed' condition here
18685 because the `assert' macro signals it at runtime.
18686
18687 * emacs-lisp/cl.el (toplevel): Remove definition of
18688 `cl-assertion-failed' condition.
18689
18690 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
18691
18692 * thumbs.el (thumbs-marked-list): Make buffer-local and
18693 permanent-local.
18694 (thumbs-insert-thumb): Make help-echo non-sticky.
18695 (thumbs-file-alist): Use eolp as check for (non)-image.
18696
18697 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
18698
18699 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
18700 (ediff-before-session-group-setup-hooks)
18701 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
18702 Fix typos in docstrings.
18703
18704 * window.el (bw-dir, bw-eqdir, balance-windows)
18705 (split-window-keep-point): Fix typos in docstrings.
18706
18707 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
18708 (org-quote-string, org-calendar-to-agenda-key)
18709 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
18710 (org-show-following-heading, org-tags-column)
18711 (org-use-tag-inheritance, org, org-allow-space-in-links)
18712 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
18713 (org-enable-table-editor, org-calc-default-modes)
18714 (org-table-allow-automatic-line-recalculation)
18715 (org-export-html-style, org-export-with-fixed-width)
18716 (org-export-with-sub-superscripts, org-special-keyword)
18717 (org-formula, org-time-grid, org-table-may-need-update)
18718 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
18719 (org-goto-quit, org-get-indentation, org-end-of-item)
18720 (org-move-item-down, org-move-item-up)
18721 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18722 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
18723 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
18724 (org-agenda-log-mode, org-agenda-toggle-diary)
18725 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
18726 (org-agenda-file-to-end, org-agenda-no-heading-message)
18727 (org-agenda-get-closed, org-format-agenda-item)
18728 (org-cmp-priority, org-cmp-category, org-cmp-time)
18729 (org-agenda-change-all-lines, org-agenda-diary-entry)
18730 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
18731 (org-link-search, org-camel-to-words, org-open-file)
18732 (org-remember-handler, org-table-convert-region)
18733 (org-table-move-row-down, org-table-move-row-up)
18734 (org-table-copy-region, org-table-wrap-region)
18735 (org-table-toggle-vline-visibility)
18736 (org-table-get-vertical-vector, org-table-modify-formulas)
18737 (org-table-get-specials, org-recalc-commands)
18738 (org-table-rotate-recalc-marks, org-table-eval-formula)
18739 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
18740 (org-level-color-stars-only, org-insert-heading):
18741 Fix typos in docstrings.
18742 (last-arg): Add defvar.
18743
18744 * makefile.w32-in (WINS): Add erc.
18745 (MH_E_SRC): Update (copied from lisp/Makefile.in).
18746
18747 2006-01-29 Bill Wohler <wohler@newt.com>
18748
18749 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
18750 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
18751 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
18752 (mh-autoloads): Don't use comments on otherwise empty lines.
18753
18754 2006-01-29 Edward O'Connor <ted@oconnor.cx>
18755
18756 * emulation/viper.el (viper-major-mode-modifier-list):
18757 Add insert-state and vi-state entries for erc-mode.
18758 (viper-go-away, viper-set-hooks): Add and remove
18759 viper-comint-mode-hook from erc-mode-hook as appropriate.
18760
18761 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
18762
18763 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
18764
18765 * bs.el (bs--format-aux): Implement `middle' alignment as
18766 described in the docstring for `bs-attributes-list'.
18767 (bs--get-name): Simplify. Don't pad the buffer name.
18768
18769 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
18770
18771 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
18772 English aspell dictionary is installed, use the first entry of
18773 ispell-dictionary-alist-1.
18774
18775 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18776
18777 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18778 Doc fix.
18779
18780 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
18781
18782 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
18783 for `process-file', in order to let it work for older Emacsen too.
18784
18785 2006-01-27 Eli Zaretskii <eliz@gnu.org>
18786
18787 * international/latexenc.el: Add a suitable `coding:' tag.
18788 (latexenc-find-file-coding-system): Undo last change.
18789
18790 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18791
18792 * international/latexenc.el (latexenc-find-file-coding-system):
18793 Make sure latexenc-main-file is a regular file and is readable.
18794
18795 2006-01-27 Andre Spiegel <spiegel@gnu.org>
18796
18797 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
18798 Pass FILE to vc-user-login-name.
18799
18800 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
18801
18802 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
18803
18804 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
18805 there are no more images to display.
18806 (thumbs-mark, thumbs-unmark): Revert change so that they move to
18807 the next image.
18808
18809 2006-01-26 Richard M. Stallman <rms@gnu.org>
18810
18811 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
18812
18813 * wid-edit.el (advertised-widget-backward): New alias.
18814 (widget-keymap): Use advertised-widget-backward for S-TAB.
18815
18816 * tumme.el: Correct the keywords.
18817 (tumme-dir-max-size): Use defvar.
18818 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
18819
18820 * simple.el (move-beginning-of-line): Take account of fields.
18821 (clone-indirect-buffer-other-window): Take args like
18822 clone-indirect-buffer, and work like it.
18823
18824 * help-fns.el (describe-function): Don't pass `nil' as default.
18825
18826 * files.el (risky-local-variable-p): Follow var aliases.
18827
18828 * subr.el (lazy-completion-table): Doc fix.
18829
18830 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
18831 global binding of `line'.
18832
18833 2006-01-25 Andre Spiegel <spiegel@gnu.org>
18834
18835 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
18836 Tramp.
18837
18838 * vc.el (vc-default-dired-state-info): Pass FILE to
18839 vc-user-login-name.
18840 (vc-default-update-changelog): Don't use vc-user-login-name, we
18841 don't need it here.
18842
18843 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
18844 no longer necessary.
18845
18846 2006-01-25 Kenichi Handa <handa@m17n.org>
18847
18848 * international/mule.el (decode-char): Avoid the overhead of
18849 calling utf-lookup-subst-table-for-decode if
18850 utf-translate-cjk-mode is nil.
18851 (encode-char): Avoid the overhead of calling
18852 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
18853 nil.
18854
18855 2006-01-22 Kenichi Handa <handa@m17n.org>
18856
18857 * international/mule.el (make-subsidiary-coding-system): Reset
18858 `coding-system-define-form' property of subsidiaries to nil.
18859 Avoid duplicated entry in coding-system-alist.
18860 (make-coding-system): Avoid duplicated entry in
18861 coding-system-alist.
18862 (define-coding-system-alias): Likewise.
18863
18864 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
18865
18866 * completion.el: Minor fixes in introductory comment.
18867 (completion-def-wrapper): Fix alist.
18868
18869 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
18870
18871 * thumbs.el (thumbs-new-image-size): New function.
18872 (thumbs-increment-image-size-element)
18873 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
18874 (thumbs-decrement-image-size): Delete.
18875 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
18876 temp files and use to resize.
18877 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
18878 Use increment argument to enlarge/shrink. Preserve point.
18879 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
18880 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
18881 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
18882 (thumbs-mark, thumbs-unmark): Preserve point.
18883 (thumbs-modify-image): Keep old temp files and use to modify.
18884 Cleanup old temp files at load time. Preserve point.
18885 (thumbs-view-image-mode-map): Use new command names.
18886
18887 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * log-view.el (log-view-minor-wrap): First rev is the one at point.
18890
18891 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
18892 the nastiest part of the cyclic dependency.
18893 (cal-menu-update): Use dotimes and calendar-increment-month.
18894
18895 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
18896 (calendar-week-start-day): Add an :initializer.
18897 (calendar-mode-map): Use suppress-keymap, and command remapping.
18898 (describe-calendar-mode): Setup xref-stack info for the back button.
18899 (calendar-star-date): Insert before delete.
18900 (calendar-set-mode-line): Add file-modified info if applicable.
18901 (calendar-increment-month): New function.
18902
18903 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
18904
18905 * font-lock.el (lisp-font-lock-keywords-2):
18906 Recognize "& keywords" only at word boundaries.
18907
18908 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
18909
18910 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
18911 and permanent-local.
18912 (thumbs-max-image-number): New variable.
18913 (thumbs-do-thumbs-insertion): Use them.
18914 (thumbs-per-line): Change default to 4.
18915 (thumbs-marked-list): Rename from thumbs-markedL.
18916 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
18917 (thumbs-rename-images): Use -list instead of L for internal variables.
18918 (thumbs-call-convert): Use call-process instead of shell-command.
18919 (thumbs-insert-thumb): Add filename as help-echo to each image.
18920 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
18921 Give dir to thumbs-show-thumbs-list.
18922 (thumbs-show-thumbs-list): Set default-directory to that of images.
18923 (thumbs-dired-show): Rename from thumbs-dired-show-all.
18924 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18925 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
18926 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
18927
18928 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
18929
18930 * ses.el (ses-read-cell): Provide a default value.
18931
18932 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
18933
18934 * term/w32-win.el (image-library-alist): Add additional names for
18935 GIF library.
18936
18937 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18938
18939 * international/latexenc.el (latexenc-find-file-coding-system):
18940 Add file-regular-p check.
18941
18942 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
18943
18944 * simple.el (clone-buffer): Don't show the new buffer in the same
18945 window.
18946
18947 2006-01-23 Juri Linkov <juri@jurta.org>
18948
18949 * faces.el (link, link-visited): New faces based on default values
18950 of `info-xref' and `info-xref-visited'.
18951
18952 * info.el (info-xref): Inherit from `link'.
18953 (info-xref-visited): Inherit from `link-visited'.
18954
18955 * cus-edit.el (custom-buffer-create-internal): Use widget type
18956 `custom-manual' instead of `info-link' and don't set properties
18957 `button-face' and `mouse-face' explicitly.
18958 (custom-browse-group-tag, custom-browse-variable-tag)
18959 (custom-browse-face-tag): Inherit from widget class
18960 `custom-group-link' instead of `push-button'.
18961 (custom-button-unraised): Inherit from `underline' face.
18962 (custom-link): Inherit from `link' face. Fix doc and group.
18963 (custom-add-parent-links, custom-group-value-create): Don't set
18964 properties `button-face' and `mouse-face' explicitly for
18965 `custom-group-link' widget.
18966 (custom-group-link): Add properties `button-face' and `mouse-face'
18967 to widget definition.
18968 (custom-field-keymap): New variable. Put `custom-field-keymap' to
18969 editable-field's :keymap property.
18970 (custom-mode): Fix docstring: substitute keybindings for
18971 `widget-forward' and `widget-backward' from `widget-keymap',
18972 `widget-complete' from `custom-field-keymap', replace old
18973 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
18974
18975 * desktop.el (desktop-load-file): Check for `fboundp' before
18976 calling `symbol-function'.
18977
18978 * simple.el (clone-buffer, clone-indirect-buffer)
18979 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
18980 `read-string'. Fix prompts.
18981
18982 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
18983
18984 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
18985
18986 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
18987
18988 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
18989
18990 * startup.el (inhibit-splash-screen, initial-scratch-message):
18991 Doc fixes.
18992
18993 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
18994
18995 Sync with Tramp 2.0.52.
18996
18997 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
18998 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
18999 `tramp-unload-tramp' for checklist.
19000
19001 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
19002 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
19003 (tramp-unload-file-name-handler-alist)
19004 (tramp-unload-tramp): New defuns.
19005 (tramp-advice-PC-expand-many-files): New defadvice.
19006 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
19007 removed.
19008 (tramp-handle-expand-file-name): Remove double slash.
19009 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
19010 It doesn't matter, because it will be converted later on.
19011 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
19012 implementation was just heuristic.
19013 (tramp-post-connection): Set uid and gid properties.
19014 (tramp-convert-file-attributes): Set file's gid change bit.
19015 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
19016 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
19017 in case of su(do)? methods. The home directory of the local user
19018 will be taken else.
19019 (tramp-open-connection-telnet)
19020 (tramp-open-connection-rsh, tramp-open-connection-su)
19021 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
19022 local shell prompt could hurt. Reported by Romain Francoise
19023 <romain@orebokech.com>.
19024 (tramp-let-maybe): Add `edebug-form-spec' property.
19025 (tramp-handle-expand-file-name): Bind `default-directory' locally
19026 to "/" in order to avoid problems with UNC shares or Cygwin
19027 mounts.
19028 (tramp-md5-function): Fix typo in error message.
19029
19030 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
19031
19032 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
19033 for byte-compiler pacification.
19034
19035 2006-01-22 Andre Spiegel <spiegel@gnu.org>
19036
19037 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
19038 ID-FORMAT `string'. This allows us to get rid of
19039 `vc-user-login-name UID'.
19040
19041 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
19042
19043 2006-01-22 John Paul Wallington <jpw@pobox.com>
19044
19045 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
19046
19047 2006-01-21 Martin Rudalics <rudalics@gmx.at>
19048
19049 * emacs-lisp/find-func.el (find-definition-noselect)
19050 (find-variable-noselect): Search variables in C source code too.
19051 (find-function-C-source, find-function-noselect, find-function)
19052 (find-function-other-frame, find-variable-noselect, find-variable)
19053 (find-variable-other-frame, find-variable-at-point):
19054 Fix docstrings.
19055
19056 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
19057
19058 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
19059
19060 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
19061
19062 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
19063 Default to disabling the "Save affix" question.
19064
19065 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
19066
19067 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
19068 the first arg to run-python.
19069
19070 2006-01-21 Eli Zaretskii <eliz@gnu.org>
19071
19072 * startup.el (command-line-1): Handle --no-desktop if desktop.el
19073 is not loaded.
19074
19075 2006-01-20 Jay Belanger <belanger@truman.edu>
19076
19077 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
19078 limit is 0.
19079
19080 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
19081 the correct variable.
19082
19083 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
19084
19085 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
19086 link. Fixed buggy argument sequence in call to `org-view-tags'.
19087 (org-compile-prefix-format): Set `org-prefix-has-tag'.
19088 (org-prefix-has-tag): New variable.
19089 (org-format-agenda-item): Remove tags from headline if
19090 appropriate.
19091 (org-agenda-remove-tags-when-in-prefix): New option.
19092 (org-get-tags-at): New function.
19093
19094 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
19095
19096 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
19097 (thumbs-find-image): Move image name and number from buffer name
19098 to mode name. Set thumbs-buffer. Preserve point so that large
19099 images remain visible.
19100 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
19101 order.
19102 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
19103 mode name.
19104 (thumbs-next-image, thumbs-previous-image): Make them work.
19105
19106 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
19107
19108 * cus-edit.el (custom-buffer-create-internal): State in the text above
19109 the whole buffer buttons that they do not operate on hidden items.
19110 (custom-face-menu): Use `custom-face-save' instead of
19111 `custom-face-save-command'.
19112 (custom-face-save-command): Make it an alias for `custom-face-save'
19113 and declare it obsolete.
19114 (custom-face-save): Doc fix.
19115
19116 * dired.el (dired-no-confirm): Add quote.
19117 (dired-subdir-alist-pre-R): Add quote in
19118 `make-variable-buffer-local' form and remove unbalanced parenthesis.
19119
19120 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
19121
19122 * textmodes/table.el (table-mode-indicator): Typo in last change.
19123
19124 2006-01-19 Richard M. Stallman <rms@gnu.org>
19125
19126 * outline.el (hide-leaves): Don't call outline-end-of-heading.
19127 Fixes bug reported in Nov 2005.
19128
19129 * isearch.el (isearch-forward): Doc fix.
19130
19131 * dired.el (dired-move-to-filename-regexp): Define as alias.
19132 (dired-no-confirm): Use defcustom.
19133 (dired-subdir-alist-pre-R): Put defvar at top level.
19134
19135 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
19136
19137 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19138 Mark as risky.
19139
19140 * simple.el (set-mark-command): Doc fix.
19141 (clone-indirect-buffer-other-window):
19142 Read arg like clone-indirect-buffer.
19143 (move-beginning-of-line): Skip invisible newlines.
19144
19145 2006-01-19 Masatake YAMATO <jet@gyve.org>
19146
19147 * progmodes/cpp.el (cpp-edit-load): Make the order of
19148 listed conditions in a base C code buffer and its associate
19149 CPP Edit buffer the same.
19150
19151 2006-01-19 Kenichi Handa <handa@m17n.org>
19152
19153 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
19154 (rmail-mime-feature): Likewise.
19155 (rmail-require-mime-maybe): Use display-warning to show a warning
19156 message.
19157
19158 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
19159 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
19160
19161 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
19162
19163 * array.el: Move defvars out of eval-when-compile.
19164 (array-make-template): Replace undeclared global var with a local one.
19165 (array-mode): Inline initialization functions.
19166 (array-init-local-variables, array-init-max-row)
19167 (array-init-max-column, array-init-columns-per-line)
19168 (array-init-field-width, array-init-rows-numbered)
19169 (array-init-line-length, array-init-lines-per-row): Remove.
19170
19171 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
19172 (doc-mode-map): Define explicitly.
19173 (doctor-txtype): Use mapc.
19174
19175 * textmodes/table.el: Move defvars out of eval-when-compile.
19176 Remove harmful code meant to avoid byte-compiler warnings.
19177 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
19178 specification that checks table-fixed-width-mode directly.
19179 (table-recognize-region, table-recognize-cell):
19180 Use restore-buffer-modified-p.
19181 (table-fixed-width-mode): Remove code that refreshes
19182 table-fixed-mode-indicator.
19183 (*table--cell-describe-bindings, *table--cell-describe-mode):
19184 Avoid obsolete name print-help-return-message.
19185 (table--test-cell-list): Don't use replace-regexp from elisp.
19186 (table--point-entered-cell-function, table--point-left-cell-function):
19187 Don't set table-fixed-mode-indicator, use force-mode-line-update.
19188
19189 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
19190 that was after the end of file. Use buffer-file-name variable.
19191 (org-timestamp-change): Use with-current-buffer.
19192 (org-todo-list): Don't unnecessarily define a new buffer-local var.
19193 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
19194 `file'.
19195
19196 * progmodes/fortran.el: Move defvars out of eval-when-compile.
19197 (fortran-break-line): Remove unused var `opoint'.
19198 (fortran-abbrev-start): Obey help-event-list.
19199
19200 2006-01-18 Jesper Harder <harder@phys.au.dk>
19201
19202 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
19203
19204 2006-01-18 Masatake YAMATO <jet@gyve.org>
19205
19206 * progmodes/make-mode.el (makefile-imake-mode): New mode
19207 derived from makefile-mode.
19208 (makefile-imake-mode-syntax-table): New syntax table
19209 derived from makefile-mode-syntax-table.
19210 (makefile-mode): Write about makefile-imake-mode in doc string.
19211 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
19212 (makefile-imake-font-lock-keywords): New font lock keywords.
19213
19214 * files.el (auto-mode-alist): Add Imakefile.
19215
19216 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
19217
19218 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
19219 loading the file rather than when turning on flyspell-mode.
19220
19221 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
19222
19223 * cus-edit.el (customize-rogue): Minor doc fix.
19224
19225 2006-01-17 Juri Linkov <juri@jurta.org>
19226
19227 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
19228 instead of the file at the mark as default if the file at the mark
19229 is the same as the file at point or if dired-dwim-target-directory
19230 is not the same as the current directory and the mark is not active.
19231
19232 * log-view.el (log-view-minor-wrap): Use the same logic to get
19233 revisions as `log-view-diff'.
19234
19235 * info.el (Info-revert-find-node): Check for Info-current-file
19236 before preserving new-history.
19237
19238 * man.el (Man-heading-regexp): Add `/'.
19239
19240 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
19241 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
19242
19243 2006-01-16 Juri Linkov <juri@jurta.org>
19244
19245 * faces.el (mode-line-faces): New defgroup.
19246 (mode-line-highlight): Move definition after new defgroup.
19247 (mode-line, mode-line-inactive, mode-line-highlight):
19248 Replace :group `modeline' with `mode-line-faces'.
19249 (mode-line-buffer-id): New face.
19250 (modeline-buffer-id): New face alias.
19251 (vertical-border): Remove :group `modeline'.
19252
19253 * bindings.el (propertized-buffer-identification): Use face
19254 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
19255 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
19256 (mode-line-buffer-identification-keymap): For mouse-1 replace
19257 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
19258 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
19259 mouse-3.
19260
19261 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
19262 Buffer-menu-buffer. Doc fix.
19263 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
19264 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
19265 `Buffer-menu-buffer'.
19266
19267 * info.el (Info-mode-line-node-keymap): New defvar.
19268 (Info-set-mode-line): Use `stringp' to check Info-current-file.
19269 Propertize Info-current-node with `mode-line-buffer-id' and
19270 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
19271
19272 * time.el (display-time-mail-face): Replace :group `faces' with
19273 `mode-line-faces'.
19274
19275 2006-01-16 Kenichi Handa <handa@m17n.org>
19276
19277 * international/code-pages.el: Add autoload cookies for cp125[0345678].
19278
19279 * language/european.el (cp1252): New alias for windows-1252.
19280
19281 * international/mule.el (autoload-coding-system): Prepare for EOL
19282 variants.
19283
19284 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
19285
19286 * term.el (term-raw-map): Add mapping for insert.
19287 (term-send-insert): New.
19288 (term-mode): Make variables local here instead of doing it in
19289 `term-emulate-terminal'.
19290 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
19291 Scroll reverse needs to take into account the scroll region.
19292 Saving and restoring the cursor should save the color attributes too.
19293 (term-reset-terminal): Reset the scroll region.
19294 (term-handle-ansi-escape): Cursor up and down should take into
19295 account the scroll region.
19296 (term-set-scroll-region): Rename from `term-scroll-region'.
19297 Move to 0,0 after setting the region.
19298 (term-handle-scroll): Handle scroll up.
19299 (term-down): Fix off by one error.
19300 (term-delete-lines): Do not delete outside the scroll region.
19301 (term-insert-lines): Take into account the scroll region.
19302
19303 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
19304
19305 * textmodes/ispell.el (ispell-internal-change-dictionary)
19306 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
19307 (start, end): Move declaration outside of eval-when-compile.
19308
19309 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
19310 (flyspell-mode-on): Use it.
19311
19312 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
19313 ispell-kill-ispell-hook.
19314
19315 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
19316
19317 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19318 (Custom-reset-saved): Do not ask for confirmation in single option
19319 buffers.
19320
19321 2006-01-13 Richard M. Stallman <rms@gnu.org>
19322
19323 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
19324
19325 2006-01-13 Romain Francoise <romain@orebokech.com>
19326
19327 * add-log.el (add-change-log-entry, change-log-merge):
19328 Conditionally use `hard-newline'.
19329
19330 2006-01-13 Martin Rudalics <rudalics@gmx.at>
19331
19332 * wid-edit.el (widget-field-end): If the overlay is no longer
19333 associated with a buffer, behave as if the overlay didn't exist.
19334
19335 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
19336 Make sure the links use the `custom-link' face.
19337
19338 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
19341 (ld-script-mode): Don't set indent-line-function since we don't
19342 have one.
19343
19344 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
19345
19346 * textmodes/org.el (org-open-file): Use mailcap for selecting an
19347 application.
19348 (org-file-apps-defaults-gnu): Use mailcap as the default for
19349 selecting an application on a UNIX system.
19350 (org-agenda-show-tags): New command.
19351 (org-table-insert-hline): Keep cursor in current table line.
19352 (org-table-convert): Offset effect of modifying
19353 `org-table-insert-hline'.
19354 (org-format-agenda-item): New optional argument TAG.
19355 (org-compile-prefix-format): Handle %T format for the tag.
19356 (org-expand-wide-chars): New function.
19357 (org-table-insert-row, org-table-insert-hline):
19358 Use `org-expand-wide-chars'.
19359 (org-open-file): Fix bug in program launch.
19360 (org-get-time-of-day): Fix bug with times before 1am.
19361 (org-agenda-menu): Add tags commands.
19362
19363 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
19364
19365 * textmodes/ispell.el (ispell-init-process): Include the used
19366 dictionary in ispell process start message.
19367 (ispell-internal-change-dictionary): When flyspell-mode is active
19368 and dictionary is changed, make sure ispell process is restarted
19369 and flyspell word cache cleared out for the current buffer.
19370 (ispell-change-dictionary): Make sure flyspell word cache is
19371 cleared out in all buffers with active flyspell mode when
19372 dictionary is globally changed.
19373 Call ispell-internal-change-dictionary after dictionary change.
19374
19375 2006-01-13 Eli Zaretskii <eliz@gnu.org>
19376
19377 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
19378
19379 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
19380 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
19381 years. Fix small differences wrt Makefile.in.
19382 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
19383 Makefile.in does.
19384
19385 2006-01-12 Bill Wohler <wohler@newt.com>
19386
19387 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
19388 mh-search.el.
19389
19390 2006-01-12 Masatake YAMATO <jet@gyve.org>
19391
19392 * progmodes/ld-script.el: Update copyright year.
19393
19394 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
19395
19396 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
19397 Don't add widget if setting undefined.
19398
19399 2006-01-12 John Paul Wallington <jpw@pobox.com>
19400
19401 * help-fns.el (describe-variable): Remove newlines from void
19402 variable output.
19403
19404 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
19405
19406 * wdired.el (wdired-mode-map): Add help echo for
19407 wdired-abort-changes.
19408
19409 * man.el (Man-file-name-regexp): Adjust for a list of files.
19410
19411 2006-01-12 Masatake YAMATO <jet@gyve.org>
19412
19413 * progmodes/ld-script.el (auto-mode-alist): Support
19414 suffix conventions used in netbsd and eCos.
19415
19416 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
19417
19418 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
19419 (custom-variable-menu, custom-face-menu, custom-group-menu)
19420 (Custom-mode-menu): Change names of menu items. (As discussed on
19421 emacs-devel.)
19422 (custom-face-menu): Add "Undo Edits" item.
19423
19424 * startup.el (init-file-user): defcustom -> defvar.
19425
19426 * tooltip.el (tooltip-mode): Doc fix.
19427
19428 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
19429
19430 * reveal.el (reveal-post-command): window-buffer signals an error on
19431 dead windows rather than returning nil.
19432 (reveal-open-new-overlays): An overlay might die while we open others.
19433
19434 2006-01-11 Bill Wohler <wohler@newt.com>
19435
19436 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
19437 phrasing in docstring.
19438
19439 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
19440 can give some systems gas. Add new file mh-buffers.el.
19441
19442 2006-01-06 Masatake YAMATO <jet@gyve.org>
19443
19444 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
19445 C preprocessor forward ported from GNU Emacs 21.2.
19446
19447 * progmodes/asm-mode.el (asm-font-lock-keywords):
19448 Use `cpp-font-lock-keywords'.
19449
19450 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
19451
19452 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
19453 of $ for "\\.ld[s]?".
19454
19455 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
19458 (tcl-indent-line): Return `noindent' if inside a string.
19459
19460 * progmodes/flymake.el (flymake-split-string): Remove more than one
19461 empty string at beg/end of the result.
19462 (flymake-find-buildfile, flymake-find-possible-master-files):
19463 Use expand-file-name.
19464 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
19465 since expand-file-name does it for us. Use directory-file-name.
19466 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
19467 (flymake-ler-get-type, flymake-ler-get-text)
19468 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
19469 (flymake-current-line-no): Remove spurious interactive spec.
19470 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
19471 (flymake-check-include): Remove arg inc-path merged into inc-name.
19472 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
19473 Arg regexp-list replaced by a simple regexp.
19474 (flymake-master-make-header-init, flymake-master-tex-init):
19475 Correspondingly replace regexp-list with a regexp. Fix regexp.
19476
19477 2006-01-10 Simon Josefsson <jas@extundo.com>
19478
19479 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
19480 describing AUTH PLAIN fix.
19481
19482 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
19483
19484 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
19485 (report-emacs-bug): Don't record initial prompt text.
19486 Instead, add text properties to prompting text.
19487 (report-emacs-bug-hook): Delete prompting text.
19488
19489 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
19492 `dirs'. Adjust callers.
19493
19494 2006-01-09 John Paul Wallington <jpw@gnu.org>
19495
19496 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
19497
19498 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * reveal.el (reveal-open-new-overlays): New extracted fun.
19501 (reveal-close-old-overlays): Idem. Check overlays's liveness before
19502 using them. Simplify the code.
19503 (reveal-post-command): Use them. Fix up obsolete windows in
19504 reveal-open-spots.
19505
19506 * progmodes/flymake.el: Use `require' rather than autoload for
19507 XEmacs's overlays.
19508 (flymake-get-common-file-prefix, flymake-build-relative-filename):
19509 Delete. Use file-relative-name instead.
19510 (flymake-get-syntax-check-program-args, flymake-perl-init):
19511 Simplify the resulting code.
19512
19513 * log-view.el (log-view-file-re, log-view-message-re): Add support
19514 for DaRCS output.
19515
19516 2006-01-09 Alex Schroeder <alex@gnu.org>
19517
19518 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
19519 identifiers sometimes added in square brackets at the beginning of
19520 subject lines.
19521
19522 2006-01-07 Richard M. Stallman <rms@gnu.org>
19523
19524 * cus-edit.el (Custom-set, Custom-save): Doc fix.
19525 (Custom-reset-current, Custom-reset-saved): Change question text.
19526 (Custom-reset-standard): Likewise.
19527 (custom-variable-reset-saved): Doc fix.
19528
19529 2006-01-07 Eli Zaretskii <eliz@gnu.org>
19530
19531 * startup.el (init-file-user): Doc fix.
19532
19533 2006-01-07 Alex Schroeder <alex@gnu.org>
19534
19535 * mail/rmail.el (rmail-current-subject): New function.
19536 (rmail-current-subject-regexp): New function.
19537 (rmail-next-same-subject): Use it.
19538
19539 * mail/rmailsum.el (rmail-summary-by-topic):
19540 Use rmail-current-subject and rmail-current-subject-regexp.
19541 (rmail-summary-next-same-subject): Ditto.
19542
19543 * net/rcirc.el (rcirc-send-input): No longer check whether the
19544 process is open, since not all commands need an open process.
19545 (rcirc-send-string): Check whether the process is open before
19546 sending anything.
19547 (rcirc-ignore-list): New option.
19548 (rcirc-ignore-list-automatic): New variable.
19549 (rcirc-print): Take rcirc-ignore-list into account.
19550 (rcirc-cmd-ignore): New command.
19551 (rcirc-ignore-update-automatic): New function.
19552 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
19553 list if ignored nicks.
19554 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
19555
19556 2006-01-06 David Reitter <david.reitter@gmail.com>
19557
19558 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
19559 reflect the address to which the report will be sent.
19560
19561 2006-01-06 Eli Zaretskii <eliz@gnu.org>
19562
19563 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
19564 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
19565
19566 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
19567
19568 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
19569
19570 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
19571 the doc string: "functoin" => "function".
19572 * ldefs-boot.el: Likewise.
19573
19574 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
19575 message text: "Duplicat" => "Duplicate".
19576
19577 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
19578
19579 * files.el (basic-save-buffer-2): If backing-up failed, reset
19580 buffer-backed-up to nil.
19581
19582 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
19583
19584 * progmodes/gud.el (gdb-script-skip-to-head)
19585 (gdb-script-calculate-indentation): Indent for breakpoint command
19586 lists also.
19587
19588 2006-01-05 Bill Wohler <wohler@newt.com>
19589
19590 * Makefile.in (compile-always): Add mh-autoloads dependency.
19591 (bootstrap): Remove mh-autoloads dependency, as compile dependency
19592 provides it.
19593 (updates): Remove mh-autoloads dependency, since it probably has
19594 already run recently (via recompile).
19595
19596 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
19597
19598 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
19599 argument `force' to disable the flyspell-last-buffer optimization.
19600 (flyspell-mode-on): Use it.
19601
19602 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
19603 flymake-simple-cleanup.
19604 (flymake-allowed-file-name-masks): Use this new default.
19605 All the functions are now called in the right buffer rather than
19606 passing the buffer as argument.
19607 (flymake-process-sentinel): Switch to buffer before calling cleanup.
19608 (flymake-parse-err-lines): Remove redundant buffer arg.
19609 (flymake-get-program-dir): Comment out unused function.
19610 (flymake-start-syntax-check, flymake-start-syntax-check-process):
19611 Remove redundant buffer argument.
19612 (flymake-get-real-file-name, flymake-simple-java-cleanup)
19613 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
19614
19615 2006-01-05 Richard M. Stallman <rms@gnu.org>
19616
19617 * info.el (Info-find-node): Don't record previous node if have none.
19618 (info): Go to directory only if history is empty.
19619
19620 * simple.el (mark): Doc fix.
19621
19622 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19623
19624 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
19625 already of desired type.
19626 (mac-ae-list): Coerce parameter to "list" type.
19627 (mac-dispatch-apple-event): Replace cadr part of event with a
19628 dummy position so that event-start returns it.
19629
19630 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
19631
19632 * textmodes/org.el (org-end-of-subtree): New function.
19633 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
19634 Use `org-end-of-subtree'.
19635 (org-agenda, org-agenda-convert-date): Protect calls to
19636 `fit-window-to-buffer'.
19637 (org-tags-view): Force matching of sublevels when doing a
19638 todo-only search. Define the correct redo command, including the
19639 arguments.
19640 (org-agenda-redo): Display message.
19641 (org-check-for-org-mode): New function.
19642 (org-agenda-type): New variable.
19643 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
19644 Set `org-agenda-type'.
19645 (org-agenda-check-type): New function.
19646 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
19647 (org-agenda-week-view, org-agenda-day-view)
19648 (org-agenda-next-date-line, org-agenda-previous-date-line)
19649 (org-agenda-log-mode, org-agenda-toggle-diary)
19650 (org-agenda-toggle-time-grid, org-agenda-date-later)
19651 (org-agenda-date-prompt, org-agenda-diary-entry)
19652 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
19653 (org-agenda-convert-date, org-agenda-menu):
19654 Use `org-agenda-check-type'.
19655 (org-make-overlay, org-delete-overlay)
19656 (org-detatch-overlay, org-move-overlay, org-overlay-put):
19657 New compatibility functions.
19658 (org-calendar-select-mouse): New command.
19659
19660 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
19661
19662 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
19663 (Custom-reset-standard): Fix y-or-n-p messages.
19664 (custom-link): New face for links.
19665 (custom-buffer-create-internal, custom-manual): Use it.
19666 (custom-face-save): Push to theme-face before setting face spec.
19667
19668 * wid-edit.el (widget-default-mouse-face-get): New function.
19669 (widget-specify-button): Handle mouse-face like button-face.
19670
19671 * custom.el (load-theme): Clear old theme settings if reloading.
19672
19673 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
19674
19675 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
19676 "Erase Customization" button back to same position it occupies in
19677 the individual State menus.
19678
19679 2006-01-04 Kim F. Storm <storm@cua.dk>
19680
19681 * wid-edit.el (key-sequence): Rework widget to read key binding
19682 using `kbd' syntax. Use C-q to insert literal key, event, or code.
19683 (widget-key-sequence-default-value): Default value for empty sequence.
19684 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
19685 (widget-key-sequence-read-event): New command for C-q.
19686 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
19687 (widget-key-sequence-value-to-external): New functions.
19688
19689 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19690
19691 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
19692 Use expand-file-name.
19693 (flymake-delete-temp-directory): Use expand-file-name,
19694 file-name-directory, and directory-file-name.
19695 (flymake-strrchr): Delete.
19696 (flymake-start-syntax-check): Don't pass the redundant buffer argument
19697 to the init-f function.
19698 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
19699 (flymake-init-find-buildfile-dir)
19700 (flymake-init-create-temp-source-and-master-buffer-copy)
19701 (flymake-simple-make-init-impl, flymake-simple-make-init)
19702 (flymake-master-make-init, flymake-master-make-header-init)
19703 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
19704 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
19705 (flymake-xml-init): Remove corresponding redundant buffer argument.
19706 (flymake-allowed-file-name-masks): Remove last elems that are equal to
19707 the default anyway. Clean up regexps.
19708
19709 * progmodes/flymake.el (flymake-temp-source-file-name)
19710 (flymake-master-file-name, flymake-temp-master-file-name)
19711 (flymake-base-dir): New buffer-local vars.
19712 (flymake-buffer-data, flymake-get-buffer-value)
19713 (flymake-set-buffer-value): Replace those hash-tables by the new
19714 buffer-local vars. Update callers.
19715
19716 * progmodes/flymake.el (flymake-check-start-time)
19717 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
19718 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
19719 Move definition, so we can remove redundant earlier declaration.
19720 (flymake-replace-regexp-in-string, flymake-split-string)
19721 (flymake-get-temp-dir): Use defalias.
19722 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
19723 (flymake-xemacs-window-edges): Remove unused function.
19724 (flymake-get-point-pixel-pos): Move.
19725 (flymake-pid-to-names, flymake-reg-names)
19726 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
19727 Replace by a simple list flymake-processes and by process-buffer.
19728 Update callers. Other than simplify the code, it uses buffers rather
19729 than buffer-names so it doesn't get confused by uniquify.
19730 (flymake-buffer-data): The global value should just be nil.
19731
19732 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
19733 Optimize the body of a defalias like any other code.
19734
19735 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
19736 Make sure we've setup font-lock's vars. It may influence which
19737 function we then call.
19738 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
19739 here since it's too late anyway.
19740
19741 2006-01-03 Romain Francoise <romain@orebokech.com>
19742
19743 * startup.el (fancy-splash-tail, normal-splash-screen):
19744 Update copyright year.
19745
19746 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
19747
19748 * mouse.el (mouse-drag-track): Rename, from
19749 `mouse-drag-region-1'. Includes optional argument required to
19750 enable post-drag event processing (e.g. delete region keys).
19751 Can be used without this argument to track a mouse region and operate
19752 on it as soon as the drag completes.
19753 (mouse-drag-region): Use `mouse-drag-track'.
19754
19755 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
19756
19757 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
19758 Move to `custom-buffer' group.
19759
19760 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
19761 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
19762 (custom-theme-insert-face-marker, custom-theme-variable-menu)
19763 (custom-theme-face-menu): New variables.
19764 (custom-theme-add-variable, custom-theme-variable-action)
19765 (custom-variable-reset-theme, custom-theme-delete-variable)
19766 (custom-face-reset-theme, custom-theme-face-action)
19767 (custom-theme-delete-face, custom-theme-merge-theme)
19768 (custom-theme-add-face, custom-theme-visit-theme): New functions.
19769
19770 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
19771
19772 * custom.el: Move Custom Themes commentary to start of theme code.
19773 (custom-known-themes): Rename `standard' theme to `changed'.
19774 (custom-push-theme): Caller no longer specifies what theme to use
19775 when doing `reset'---the setting is simply removed from the theme.
19776 Delete MODE from `theme-value' and `theme-settings' properties.
19777 (custom-declare-theme): Ignore &rest args since we don't use them.
19778
19779 (custom-loaded-themes): Delete variable.
19780 (custom-theme-load-themes, custom-theme-loaded-p)
19781 (custom-theme-value): Delete functions.
19782
19783 (custom-declare-theme): Signal error on invalid theme names.
19784 (provide-theme): custom-loaded-themes was deleted.
19785 (load-theme): Load the file unconditionally.
19786 (enable-theme): Call `load-theme' if theme is undefined.
19787 (custom-enabled-themes): Only update value for successful loads.
19788 (disable-theme): Complete from enabled themes when interactive.
19789 (custom-variable-theme-value): Calculate theme value directly.
19790
19791 (custom-theme-reset-variables, custom-reset-variables): Mark as
19792 XEmacs compatibility functions. We don't actually use these.
19793
19794 * cus-edit.el (custom-variable-state-set):
19795 Use custom-variable-theme-value instead of custom-theme-value.
19796 (custom-face-state-set): Rename `standard' theme to `changed'.
19797 (custom-save-variables, custom-save-faces): Delete unneeded
19798 references to custom-reset-variables.
19799 (custom-save-resets): Delete function.
19800 (custom-save-variables, custom-save-faces): MODE argument deleted.
19801 (custom-save-variables, custom-save-faces): Ignore theme values.
19802
19803 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
19804 compatibility function.
19805
19806 2006-01-01 Richard M. Stallman <rms@gnu.org>
19807
19808 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
19809 (Custom-reset-current, Custom-reset-saved): Likewise.
19810 (Custom-reset-standard): Show message if aborted.
19811 (custom-mode): Doc fix, describing those commands.
19812
19813 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
19814 put on event-kind property.
19815
19816 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
19817
19818 * custom.el (provide-theme): Ban `user' theme name.
19819 (custom-enabling-themes): New variable.
19820 (enable-theme): Don't enable user if custom-enabling-themes is t.
19821 (custom-enabled-themes): Make it a defcustom.
19822 (custom-theme-recalc-face): No-op if face is undefined.
19823
19824 * cus-edit.el (custom-button-mouse): New variable.
19825 (custom-button-mouse): New face.
19826 (custom-raised-buttons, custom-mode): Use it.
19827
19828 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
19829
19830 2005-12-31 Eli Zaretskii <eliz@gnu.org>
19831
19832 * progmodes/gud.el (gud-display-line): Support hl-line in the
19833 source buffer.
19834
19835 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
19836
19837 * mouse.el (mouse-drag-window-above): Verify that the found window
19838 overlaps with the given window in the horizontal dimension.
19839
19840 2005-12-31 Eli Zaretskii <eliz@gnu.org>
19841
19842 * Makefile.in (cvs-update): New target.
19843
19844 * makefile.w32-in (cvs-update): Ditto.
19845
19846 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
19847
19848 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
19849 (custom-new-theme-mode-map): New variable.
19850
19851 2005-12-30 Richard M. Stallman <rms@gnu.org>
19852
19853 * custom.el (custom-load-themes): Function deleted.
19854
19855 * cus-edit.el (custom-save-loaded-themes): Function deleted.
19856 (custom-save-variables): Don't delete or add custom-load-themes call.
19857
19858 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * cus-start.el: Add `visible-cursor'.
19861
19862 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
19863 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
19864 (flymake-process-filter): Switch to buffer before calling it instead.
19865 (flymake-post-syntax-check, flymake-highlight-err-lines)
19866 (flymake-delete-own-overlays, flymake-parse-err-lines)
19867 (flymake-start-syntax-check, flymake-start-syntax-check-process)
19868 (flymake-count-lines, flymake-parse-residual):
19869 Remove constant buffer argument.
19870 (flymake-start-syntax-check-for-current-buffer): Remove.
19871 Update callers to use flymake-start-syntax-check instead.
19872 (flymake-display-err-menu-for-current-line):
19873 Remove unused var `mouse-pos'.
19874 (flymake-restore-formatting): Comment out unused function.
19875 (flymake-report-status, flymake-report-fatal-status): Remove buffer
19876 argument, use current-buffer instead. Update callers.
19877
19878 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19879
19880 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
19881 buffer-local because choose-completion-delete-max-match requires
19882 that we set completion-ignore-case (i.e., binding via let is not
19883 sufficient).
19884 (bibtex-complete): Always set completion-ignore-case and
19885 choose-completion-string-functions. The latter is needed because
19886 choose-completion-string-functions keeps its value if we quit the
19887 *Completions* buffer without requesting a completion.
19888
19889 2005-12-30 Andreas Schwab <schwab@suse.de>
19890
19891 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
19892
19893 2005-12-30 Eli Zaretskii <eliz@gnu.org>
19894
19895 * jit-lock.el (jit-lock-chunk-size): Doc fix.
19896
19897 2005-12-30 Juri Linkov <juri@jurta.org>
19898
19899 * locate.el (locate-fcodes-file, locate-header-face)
19900 * progmodes/delphi.el (delphi-other-face)
19901 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
19902
19903 * paren.el (show-paren-match, show-paren-mismatch): Use existing
19904 group `paren-showing-faces'.
19905
19906 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
19907 (goto-address): Fix docstring.
19908
19909 * net/webjump.el (webjump-sample-sites): Update URLs.
19910
19911 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
19912
19913 * subr.el (cancel-change-group): Add listp around pending-undo-list.
19914
19915 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * font-lock.el (font-lock-compile-keywords): Signal an error when
19918 font-lock-set-defaults hasn't been called.
19919
19920 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
19921
19922 * subr.el (noreturn, 1value): Doc fixes.
19923
19924 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19925
19926 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
19927 that assoc-string returns nil.
19928
19929 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19930
19931 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
19932 (bibtex-entry-type-str, bibtex-empty-field-re)
19933 (bibtex-search-backward-string, bibtex-preamble-prefix)
19934 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
19935 (bibtex-any-valid-entry-type): New variable.
19936 (bibtex-parse-field-name): Simplify.
19937 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
19938 (bibtex-preamble-prefix): Include left delimiter.
19939 (bibtex-search-forward-field, bibtex-search-backward-field):
19940 Allow unbounded search past entry boundaries (required by bibtex-pop).
19941 (bibtex-text-in-field-bounds): Use push.
19942 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
19943 (bibtex-parse-preamble, bibtex-valid-entry)
19944 (bibtex-beginning-first-field): New functions.
19945 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
19946 (bibtex-map-entries): Fix docstring.
19947 (bibtex-flash-head): New arg prompt. Simplify.
19948 (bibtex-enclosing-field): Include code of bibtex-inside-field.
19949 (bibtex-insert-kill): Simplify. Always insert text past the
19950 current field or entry.
19951 (bibtex-format-entry): Use bibtex-parse-field.
19952 (bibtex-pop): Use bibtex-beginning-of-entry and
19953 bibtex-end-of-entry to initiate the search. Insert empty field if
19954 we found ourselves.
19955 (bibtex-print-help-message): New args field and comma.
19956 Handle entry keys.
19957 (bibtex-make-field): Use bibtex-beginning-of-entry.
19958 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
19959 invalid entry.
19960 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
19961 Handle preambles. Simplify code for thorough test.
19962 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
19963 New arg comma. Handle entry heads.
19964 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19965 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
19966 New arg comma.
19967 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
19968 (bibtex-fill-field): Simplify.
19969 (bibtex-fill-entry): Use bibtex-beginning-first-field and
19970 bibtex-parse-field.
19971 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
19972 (bibtex-complete): Use bibtex-parse-preamble.
19973
19974 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
19975
19976 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
19977 Display name of expression instead of convenience variable.
19978 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
19979
19980 * progmodes/gud.el (gud-tooltip-dereference): Rename from
19981 toggle-gud-tooltip-dereference.
19982 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
19983 (gud-tooltip-tips): ...here when dereferencing.
19984
19985 2005-12-28 Bill Wohler <wohler@newt.com>
19986
19987 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
19988
19989 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
19990
19991 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
19992 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
19993 (vc-annotate-display-autoscale): Adjust call.
19994 (vc-annotate-display-default): Adjust call. Make arg compulsory.
19995 Fix interactive spec.
19996 (vc-annotate-time-span): Remove.
19997 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
19998 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
19999 (vc-annotate-display-select): Use new name.
20000
20001 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
20002 (vc-annotate-mode-menu): Remove left-over redundant declaration.
20003 Correct the construction of span entries. Simplify.
20004 (vc-annotate-display-select): Fix the nil case.
20005 (vc-annotate): Remove obsolete (and now broken) code.
20006 (vc-annotate-extract-revision-at-line): Remove obsolete code.
20007 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
20008
20009 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
20010
20011 * subr.el (lazy-completion-table): Correct typo in docstring.
20012
20013 * startup.el (command-line): Use `custom-reevaluate-setting' for
20014 `send-mail-function'.
20015
20016 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
20017
20018 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
20019
20020 * mail/smtpmail.el (smtpmail-try-auth-methods):
20021 Send credentials together with "AUTH PLAIN" command.
20022
20023 2005-12-27 Richard M. Stallman <rms@gnu.org>
20024
20025 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
20026 mouse-2, go back to previously selected window, so it's selected
20027 when mouse-2 command runs.
20028
20029 2005-12-27 Juri Linkov <juri@jurta.org>
20030
20031 * descr-text.el (describe-text-sexp): Use square brackets for
20032 button [Show] to distinguish it from the property value `show'.
20033 (describe-property-list): Use `insert-text-button' with
20034 `help-face' type instead of putting face in quotes, because button
20035 is not created automatically for a list of faces.
20036 (describe-text-properties-1): Put button-type value in quotes to
20037 distinguish from plain text "button".
20038 (describe-char): Display code point values in hex. Don't use
20039 `symbol-name' for `current-input-method' because it is a string.
20040 Use `insert-text-button' with `help-face' type instead of putting
20041 hardcoded face in quotes, because button is not created automatically.
20042
20043 2005-12-27 Richard M. Stallman <rms@gnu.org>
20044
20045 * progmodes/glasses.el (glasses-face): More specific custom type.
20046
20047 * files.el (set-visited-file-name): Doc fix.
20048
20049 * textmodes/flyspell.el (flyspell-external-point-words):
20050 Use local var buffer-scan-pos to advance scan for next misspelling.
20051 Advance it only after we find the misspelling.
20052
20053 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
20054
20055 * textmodes/flyspell.el (flyspell-external-point-words):
20056 New criteria for finding the misspelling in the buffer.
20057
20058 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
20059
20060 * help-mode.el (help-insert-string): Set help-xref-stack-item
20061 rather than call help-setup-xref.
20062
20063 * descr-text.el (describe-char): Revert previous changes for
20064 optional buffer argument.
20065
20066 2005-12-27 Juri Linkov <juri@jurta.org>
20067
20068 * help-mode.el (help-insert-string): New function. Save buffer
20069 contents in cases where it is impossible to recompute the old contents.
20070
20071 * descr-text.el (describe-char): Set help-xref-stack-item
20072 explicitly after buffer has been generated.
20073
20074 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20075
20076 * cus-start.el (all): Add x-gtk-show-hidden-files.
20077
20078 2005-12-26 Richard M. Stallman <rms@gnu.org>
20079
20080 * replace.el (perform-replace): Calculate match-again
20081 before skipping read-only matches.
20082
20083 * paren.el (paren-showing-faces): New group.
20084 (show-paren-match, show-paren-mismatch): Move to that group.
20085
20086 * button.el (button): Put into group `basic-faces'.
20087
20088 * progmodes/make-mode.el: Remove faces from group `faces'.
20089
20090 * apropos.el (apropos, apropos-value): Doc fix.
20091 (apropos-documentation): Doc fix.
20092
20093 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
20094
20095 * subr.el (lazy-completion-table): Remove argument `args'.
20096
20097 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
20098 Don't use the `args' argument of lazy-completion-table.
20099
20100 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
20101
20102 * descr-text.el (describe-char): Add optional argument for buffer.
20103 Set buffer appropriately. Call help-setup-xref.
20104 Suggested by Stefan Monnier.
20105
20106 2005-12-26 Juri Linkov <juri@jurta.org>
20107
20108 * descr-text.el: Require `help-fns' at runtime. Don't require
20109 `button' for byte compilation.
20110 (describe-text-widget): Add `help-echo' for first button.
20111 Use `help-info' for second.
20112 (describe-property-list): Use `help-argument-name' instead of `italic'.
20113 (describe-text-category): Add prompt to interactive spec.
20114 Call `help-setup-xref'.
20115 (describe-char): Use `help-character-set'. Add `help-echo' for
20116 code point. Use `help-input-method'. Remove superfluous insert.
20117
20118 2005-12-25 Richard M. Stallman <rms@gnu.org>
20119
20120 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
20121 at point, in case of narrowing.
20122
20123 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
20124
20125 * locate.el (locate-header-face): Allow nil in type.
20126
20127 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
20128
20129 2005-12-25 Romain Francoise <romain@orebokech.com>
20130
20131 * battery.el (battery-linux-proc-acpi): Also try
20132 `/proc/acpi/thermal_zone/THM0/temperature'.
20133
20134 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
20135
20136 * custom.el (custom-push-theme): Fix docstring.
20137
20138 * cus-edit.el (custom-variable-set, custom-variable-save)
20139 (custom-variable-save): Custom-quote widget values.
20140 (customize-save-variable): Fix custom-push-theme call.
20141
20142 2005-12-24 Eli Zaretskii <eliz@gnu.org>
20143
20144 * w32-fns.el (w32-batch-update-autoloads): New function.
20145
20146 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
20147 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
20148 from the command line.
20149
20150 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
20151
20152 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
20153 reset means to remove setting from theme entirely. Don't keep
20154 expanding theme-settings list; delete old entries if necessary.
20155
20156 * cus-edit.el (custom-buffer-create-internal): Move "Erase
20157 customization" button one line up.
20158 (custom-themed): New face.
20159 (custom-magic-alist): New value, THEMED, for theme settings.
20160 (custom-variable-state-set, custom-face-state-set):
20161 Check theme-value instead of saved-value.
20162 (custom-variable-reset-standard, custom-face-reset-standard):
20163 Remove theme setting entirely. Recalculate new values.
20164 (custom-variable-set, custom-variable-set)
20165 (custom-variable-reset-saved, custom-variable-reset-backup)
20166 (custom-face-set, custom-face-reset-saved): Update `user' theme.
20167 (custom-variable-save): Fix typos.
20168
20169 2005-12-23 Juri Linkov <juri@jurta.org>
20170
20171 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
20172 Add autoload cookies.
20173 (edebug-outside-d-c-i-n-s-w): New variable.
20174 (edebug-display, edebug-outside-excursion): Use it to save the
20175 original value of default-cursor-in-non-selected-windows.
20176 Set default-cursor-in-non-selected-windows to t while Edebug
20177 is active.
20178 (edebug-mode, edebug-eval-mode): Doc fix.
20179
20180 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
20181 with `buffer-substring-no-properties' to remove common substring
20182 highlighting.
20183
20184 * info.el (info-other-window, info): Rename function argument
20185 `file' to `file-or-node'.
20186 (Info-complete-menu-item): Use local variable `complete-nodes' to
20187 keep the global value of `Info-complete-nodes' unchanged for
20188 subsequent completions.
20189 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
20190
20191 * simple.el (get-next-valid-buffer, last-buffer)
20192 (next-error-buffer-p, next-error-find-buffer)
20193 (minibuffer-history-sexp-flag): Doc fix.
20194
20195 * savehist.el (savehist-mode-hook): Add `:group'.
20196
20197 * log-view.el: Call autoload for vc-find-version.
20198 (log-view-current-file): Adjust subgroup numbers.
20199 (log-view-current-tag): Add `length'.
20200
20201 2005-12-23 Richard M. Stallman <rms@gnu.org>
20202
20203 * vc.el (vc-annotate-car-last-cons): Defn moved up.
20204
20205 2005-12-23 Juri Linkov <juri@jurta.org>
20206
20207 * hi-lock.el (hi-lock-archaic-interface-message-used)
20208 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
20209 (hi-lock-mode): Display "Hi" in the mode line only when
20210 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
20211 (hi-lock-write-interactive-patterns):
20212 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
20213 (hi-lock-set-pattern, hi-lock-set-file-patterns)
20214 (hi-lock-font-lock-hook): Set 3rd arg `how' of
20215 font-lock-add-keywords to t.
20216
20217 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
20218
20219 * hi-lock.el (hi-lock-highlight-range): New variable.
20220 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
20221 only if font-lock-fontified is non-nil. Remove overlays.
20222 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
20223 font-lock-fontified is non-nil, otherwise use overlays (instead of
20224 text properties).
20225 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
20226 New variables.
20227 (hi-lock-string-serialize): New function.
20228
20229 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20230
20231 * menu-bar.el (menu-find-file-existing): New function.
20232 (menu-bar-file-menu): Use menu-find-file-existing for Open.
20233
20234 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
20235
20236 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
20237
20238 * vc.el: Remove unnecessary leading * in docstrings.
20239 (vc-annotate-mode-map): Move initialization into declaration.
20240 (vc-static-header-alist): Nitpick on the regexp.
20241 (vc-default-init-version): New fun.
20242 (vc-register): Use it.
20243 (vc-insert-headers): Use dolist.
20244 (vc-annotate-get-backend): Remove unused function.
20245 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
20246 (vc-annotate-mode): Remove corresponding call.
20247 (vc-annotate-car-last-cons): Simplify.
20248 (vc-annotate-buffers): Remove var.
20249 (vc-annotate-backend): Make it buffer-local.
20250 (vc-annotate): Move the interaction to the interactive spec.
20251 Add a `buf' argument.
20252 (vc-annotate-warp-version): Use this new `buf' argument to avoid
20253 killing&creating a vc-annotate buffer, which is very disruptive when
20254 the buffers are shown in dedicated frames.
20255
20256 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
20257
20258 * descr-text.el: Add FSF as maintainer.
20259 (describe-text-mode, describe-text-mode-map)
20260 (describe-text-mode-hook, describe-text-done): Delete. Use normal
20261 help-mode.
20262 (describe-text-widget, describe-text-sexp)
20263 (describe-property-list, describe-text-category)
20264 (describe-text-properties, describe-text-properties-1)
20265 (describe-char): Use help buttons instead of widgets.
20266 (describe-char-unicodedata-file): Make URL link in doc string.
20267
20268 2005-12-22 Richard M. Stallman <rms@gnu.org>
20269
20270 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
20271 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
20272 Don't include buttons that write a file when there's no file.
20273 (custom-variable-menu, custom-face-menu, custom-group-menu):
20274 Don't include commands that write a file when there's no file.
20275 (customize-browse): Reword the top-of-buffer help intro.
20276 (custom-buffer-create-internal): Fix previous change.
20277 (customize-changed-options-previous-release): Prev release is 21.1.
20278 (customize-changed-options): Doc fix.
20279 (customize-changed): New alias.
20280 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
20281 Say "standard values".
20282 (Custom-reset-standard): Doc fix.
20283 (custom-face-reset-standard): Doc fix.
20284
20285 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
20286
20287 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
20288 even if font-lock-mode is non-nil since it may be t without having
20289 turned on font-lock-mode-internal.
20290 (font-lock-choose-keywords): Minor optimization.
20291 (font-lock-add-keywords, font-lock-remove-keywords)
20292 (font-lock-set-defaults): Don't call make-local-variable on a variable
20293 that we know to already be local.
20294
20295 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20296
20297 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
20298 messages if in the minibuffer.
20299
20300 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
20301
20302 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
20303 (tex-mode-flyspell-verify, flyspell-get-word)
20304 (flyspell-external-point-words): Don't use point-min/max uselessly.
20305
20306 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
20307 by Kevin Rodgers. Instead, just hide the completions buffer if we
20308 don't need to show it.
20309
20310 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
20311
20312 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
20313
20314 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
20315
20316 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
20317 delete-windows-on with an inexistent buffer.
20318
20319 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
20320
20321 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20322 Delete defcustom variable :tag names.
20323
20324 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
20327 (log-view-font-lock-keywords): Ajust subgroup numbers.
20328 (log-view-current-tag): Don't hard code the number of subgroups.
20329
20330 2005-12-20 Juri Linkov <juri@jurta.org>
20331
20332 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
20333 (tooltip-x-offset, tooltip-y-offset): Doc fix.
20334
20335 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20336 (menu-bar-non-minibuffer-window-p): Instead of checking
20337 display-multi-frame-p, use selected-frame when menu-updating-frame
20338 is nil.
20339
20340 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
20341
20342 * align.el (align-rules-list): Use [ \t] instead of \s-
20343 for column separators in text mode.
20344
20345 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
20346
20347 * help-mode.el (help-customize-variable, help-customize-face):
20348 Don't pop help-xref-stack as help-follow no longer pushes
20349 anything on to it.
20350
20351 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
20352
20353 * textmodes/org.el (org-agenda-custom-commands): New option.
20354 (org-agenda): Offer custom commands on splash screen.
20355 (org-make-tags-matcher): Parser for Boolean logic added.
20356 (org-agenda-set-tags): New command.
20357 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
20358 (org-set-tags): Efficiency improvements.
20359 (org-auto-align-tags): New option.
20360 (org-todo, org-demote, org-promote): Realign tags.
20361 (org-tags-completion-function): Use also "&" and "|" as separators.
20362 (org-org-menu): Agenda commands simplified.
20363
20364 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
20365
20366 * cus-edit.el (customize-apropos, customize-apropos-options):
20367 Docstring changes.
20368
20369 * font-lock.el (font-lock): Add tags to the links in the defgroup.
20370
20371 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
20372
20373 * longlines.el (longlines-mode): Wrap while widened.
20374 (longlines-decode-region, longlines-encode-region): Compute max
20375 just once.
20376
20377 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20378
20379 * cus-edit.el (mac): New group.
20380
20381 * cus-start.el (all): Add user options in macterm.c. Add test for
20382 Mac-related built-ins. Fix test for GTK-related built-ins.
20383
20384 * term/mac-win.el (mac-handle-language-change)
20385 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
20386 (mac-services-open-selection, mac-services-mail-selection)
20387 (mac-services-mail-to, mac-services-insert-text)
20388 (mac-dispatch-apple-event): Add docstrings.
20389 (x-get-selection, mac-select-convert-to-string): Select coding
20390 system from `utf-16be' and `utf-16le' using `byteorder'.
20391
20392 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
20393
20394 * subr.el (lazy-completion-table): Don't be fooled if the var holds
20395 a "list" (lambda ...) rather than a real completion list.
20396
20397 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
20398 lexical-let when encountering ((lambda (...) ...) ...).
20399
20400 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
20401
20402 * progmodes/sh-script.el (sh-mode):
20403 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
20404 * textmodes/picture.el (picture-mode): Update docstrings.
20405
20406 2005-12-17 Eli Zaretskii <eliz@gnu.org>
20407
20408 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
20409 commands enclosed in $(ARGQUOTE)s should not be split between two
20410 lines, as that will break with GNU Make >3.80, when sh.exe is used
20411 and arg quoting is with '..'.
20412 (autoloads): Don't break the quoted --eval expression between
20413 several lines.
20414
20415 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
20416
20417 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
20418 Capture error from printing circular structures.
20419
20420 2005-12-17 Martin Rudalics <rudalics@gmx.at>
20421
20422 * wid-edit.el (widget-checkbox-action): Clear undo info.
20423
20424 2005-12-16 Bill Wohler <wohler@newt.com>
20425
20426 * menu-bar.el (kill-this-buffer): Set a good example by using menu
20427 bar, not menubar in comment.
20428
20429 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
20430
20431 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
20432 After-change-functions should not clobber the match data.
20433
20434 2005-12-16 Juri Linkov <juri@jurta.org>
20435
20436 * simple.el (choose-completion): Use `buffer-substring-no-properties'
20437 instead of `buffer-substring'.
20438 (completion-common-substring): Doc fix.
20439 (completion-setup-function): Use minibuffer-completion-contents
20440 instead of minibuffer-contents. Don't set common-string-length
20441 initially. Remove special handling of partial-completion-mode.
20442 Move computation of completion-base-size into one cond.
20443 Call completion-base-size-function in mainbuf. In computation of
20444 completion-base-size for file name completion don't move point to
20445 the end of the minibuffer. Move computation of common-string-length
20446 into one cond. Start putting faces only when common-string-length>=0.
20447 Add condition to put completions-common-part when
20448 common-string-length>0.
20449
20450 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
20451 place point at the first different character in the minibuffer
20452 even if this position is at the beginning of the minibuffer.
20453
20454 * info.el (Info-read-node-name-1): In completion-base-size-function's
20455 lambda return 1 if common-substring or minibuffer-completion-contents
20456 starts with (, and 0 otherwise.
20457
20458 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
20459 Use `crm-current-element' for second arg of `display-completion-list'.
20460
20461 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
20462
20463 * files.el (set-auto-mode): Look for an interpreter specified on
20464 the first line also if search for mode specification succeeded,
20465 but the mode is not known.
20466
20467 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
20468
20469 * textmodes/org.el (org-tags-match-list-sublevels): New option.
20470 (org-open-at-point): Implement tag searches as links.
20471 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
20472 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
20473 (org-tags-sparse-tree, org-tags-view, org-set-tags)
20474 (org-agenda-dispatch): New commands.
20475 (org-use-tag-inheritance, org-tags-column): New options.
20476 (org-tab-follows-link, org-return-follows-link): New options.
20477 (org-tags): New customize group.
20478 (org-start-icalendar-file): Get local time zone.
20479 (org-tags-completion-function): New function.
20480 (org-set-font-lock-defaults): Make sure links will also be
20481 highlighted inside headlines.
20482
20483 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
20484
20485 * term.el (term-emulate-terminal):
20486 Let term-handle-ansi-terminal-messages override what Bash says about
20487 its current directory.
20488
20489 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20490
20491 * bindings.el (last-buffer): Move to simple.el.
20492 * simple.el (last-buffer): Move here.
20493 (get-next-valid-buffer): New function.
20494 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
20495 (prev-buffer): Ditto. Rename to `previous-buffer'.
20496
20497 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
20498 * bindings.el (global-map): Ditto.
20499
20500 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
20501
20502 * cus-edit.el: Introductory comment change.
20503 (custom-magic-alist): Change message string for the `rogue' state.
20504
20505 2005-12-15 Richard M. Stallman <rms@gnu.org>
20506
20507 * tooltip.el: Delete defcustom variable :tag names.
20508
20509 * complete.el (partial-completion-mode): Doc fix.
20510
20511 * textmodes/flyspell.el (flyspell-external-point-words):
20512 Use save-excursion to ensure we don't move backward in the
20513 search loop, not even one character.
20514 (flyspell-delete-all-overlays): Use remove-overlays directly.
20515
20516 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
20517 (ispell-start-process): Set that variable.
20518 Clear ispell-buffer-local-name.
20519 (ispell-internal-change-dictionary):
20520 Set ispell-current-dictionary after killing process.
20521 (ispell-buffer-local-dict):
20522 Don't set spell-personal-dictionary after killing process.
20523 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
20524 (ispell-tex-skip-alists, ispell-html-skip-alists)
20525 (ispell-skip-region-alist): Mark as risky.
20526
20527 * net/newsticker.el (newsticker--retrieval-timer-list)
20528 (newsticker--display-timer, newsticker-running-p)
20529 (newsticker-ticker-running-p): Definitions moved up.
20530
20531 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
20532
20533 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
20534
20535 2005-12-15 David Ponce <david@dponce.com>
20536
20537 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
20538 (recentf-edit-list, recentf-open-files): Signal an error when
20539 there is no recent file.
20540
20541 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
20542
20543 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
20544 read-only except for texinfo-format-region evaluation.
20545
20546 2005-12-14 Richard M. Stallman <rms@gnu.org>
20547
20548 * vc.el (vc-default-previous-version, vc-default-next-version)
20549 (vc-do-command): Doc fixes.
20550
20551 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20552
20553 * textmodes/bibtex.el (bibtex-expand-strings)
20554 (bibtex-autokey-expand-string, bibtex-name-part)
20555 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
20556 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
20557 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
20558 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20559 (bibtex-entry-postfix, bibtex-known-entry-type-re)
20560 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
20561 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
20562 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
20563 (bibtex-beginning-of-last-entry): Remove.
20564 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
20565 message if comma is missing but buffer is read-only.
20566 (bibtex-parse-field-text): Handle whitespaces at the end of field
20567 text. Return 3-element list with beginning and end of field text
20568 and end of field.
20569 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
20570 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
20571 (bibtex-search-forward-field, bibtex-search-backward-field):
20572 Search always delimited by limits of entry. Use more efficient
20573 search algorithms.
20574 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
20575 bibtex-end-of-name-in-field.
20576 (bibtex-text-in-field-bounds): Handle BibTeX strings when
20577 extracting the content of a field.
20578 (bibtex-text-in-field): Use search limits.
20579 (bibtex-parse-string-prefix): Handle empty string keys based on
20580 bibtex-string-empty-key.
20581 (bibtex-parse-string): Fix docstring.
20582 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
20583 (bibtex-preamble-prefix, bibtex-strings): New functions.
20584 (bibtex-skip-to-valid-entry): Include preceding whitespace in
20585 BibTeX entries (consistent with other BibTeX functions).
20586 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
20587 (bibtex-search-entry): Fix docstring. Simplify.
20588 (bibtex-flash-head, bibtex-complete-string-cleanup)
20589 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
20590 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
20591 (bibtex-parse-entry): New optional arg content.
20592 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
20593 Use bibtex-text-in-field-bounds.
20594 (bibtex-print-help-message): Handle BibTeX strings and preambles.
20595 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
20596 bibtex-parse-string-postfix.
20597 (bibtex-find-text-internal): New function.
20598 (bibtex-remove-delimiters): Use it.
20599 (bibtex-find-text): Use it. New optional arg help.
20600 (bibtex-complete): Handle BibTeX string and preamble entries.
20601 (bibtex-Preamble): Fix order of closing delimiters.
20602
20603 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
20604
20605 * vc.el (vc-default-revert): New fun.
20606
20607 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
20608
20609 2005-12-14 Romain Francoise <romain@orebokech.com>
20610
20611 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
20612 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
20613 (font-lock-remove-keywords): Likewise.
20614
20615 2005-12-14 Juri Linkov <juri@jurta.org>
20616
20617 * log-view.el (log-view-diff): Doc fix.
20618
20619 * isearch.el (isearch-query-replace): Use (mark) instead of
20620 isearch-opoint if mark is active in transient-mark-mode.
20621
20622 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
20623
20624 * isearch.el (isearch-query-replace): Check for isearch-other-end.
20625
20626 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
20627
20628 * progmodes/cpp.el (cpp-face): New widget.
20629 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
20630
20631 2005-12-14 Juri Linkov <juri@jurta.org>
20632
20633 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
20634 around `erase-buffer' and `insert'.
20635
20636 * descr-text.el (describe-text-properties): Replace buffer name
20637 "*Help-2*" with "*Help*<2>".
20638 (describe-char): Add functions print-help-return-message,
20639 toggle-read-only. Use help-setup-xref with nil to not store
20640 describe-char in help-xref-stack. Use help-make-xrefs to
20641 make [back] button.
20642
20643 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
20644
20645 * wdired.el (wdired-old-point): New internal variable.
20646 (wdired-change-to-wdired-mode): Set it buffer-locally.
20647 (wdired-abort-changes): Restore point after aborting changes.
20648
20649 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
20650
20651 * vc.el (vc-do-command): Add a new value t for okstatus.
20652
20653 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
20654 frame in case of errors.
20655
20656 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20657
20658 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
20659 so it comes after "On the Left" in the menu.
20660
20661 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
20662
20663 * cus-edit.el (customize-apropos, customize-apropos-options)
20664 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
20665
20666 2005-12-12 Bill Wohler <wohler@newt.com>
20667
20668 * vc-svn.el (vc-svn-registered): Fix problem of visiting
20669 non-writable Subversion-controlled files by saving window
20670 configuration before calling vc-do-command. vc-do-command calls
20671 pop-to-buffer on error which is unexpected during registration.
20672
20673 2005-12-12 Jay Belanger <belanger@truman.edu>
20674
20675 * calc/README: Update the summary of changes.
20676
20677 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
20678
20679 * descr-text.el (describe-char): Rework last fix to solve the problem
20680 is the same way it's solved for everything else in that function
20681 (i.e. by extracting the info before setting up the *Help* buffer).
20682
20683 2005-12-12 Kim F. Storm <storm@cua.dk>
20684
20685 * subr.el (version-regexp-alist): Allow space as separator before
20686 non-numeric part, e.g. "1.0 alpha".
20687 (version-to-list): Interpret .X.Y version as 0.X.Y version.
20688
20689 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
20690
20691 * textmodes/org.el (org-agenda, org-timeline, org-todo):
20692 Implement Logging and the keep-modes setting.
20693 (org-get-category): Make sure a string is returned.
20694 (org-log-done): New function.
20695 (org-log-done, org-closed-string): New options.
20696
20697 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20698
20699 * tooltip.el (tooltip-y-offset): Change default to 20.
20700
20701 2005-12-12 Richard M. Stallman <rms@gnu.org>
20702
20703 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
20704
20705 * frame.el (display-hourglass): Doc fix.
20706
20707 * help.el (help-for-help-internal): Simplify entry for `a'.
20708
20709 * info.el (Info-on-current-buffer): Doc fix.
20710 (info-insert-file-contents): Don't test (featurep 'jka-compr).
20711
20712 * startup.el (inhibit-splash-screen): Make this the real name.
20713 (inhibit-startup-message): Make this the alias.
20714 (command-line): Find only simple.el, and use its directory
20715 to fill in other preloaded files' names.
20716 (command-line): Deactivate the mark if deactivate-mark is set.
20717
20718 * international/mule.el (load-with-code-conversion):
20719 Bind deactivate-mark.
20720
20721 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20722
20723 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
20724
20725 * cus-edit.el (customize-apropos): Avoid listing an option more
20726 than once under different aliases. No longer list user options
20727 that are not defined with defcustom (unless a prefix arg is given).
20728 Doc fix.
20729 (customize-apropos-options): Doc fix.
20730
20731 2005-12-11 Juri Linkov <juri@jurta.org>
20732
20733 * frame.el (set-background-color, set-foreground-color)
20734 (set-cursor-color, set-mouse-color, set-border-color):
20735 Add explicit prompts to read colors by `facemenu-read-color'.
20736 (show-trailing-whitespace, blink-cursor-delay)
20737 (blink-cursor-interval, display-hourglass, hourglass-delay):
20738 Remove tags.
20739 (display-hourglass, hourglass-delay): Doc fix.
20740 (cursor-in-non-selected-windows): Capitalize words in tag.
20741
20742 * faces.el (frame-background-mode): Replace `choice-item' keywords
20743 with `const' to not make [default] button. Change default value tag
20744 from `default' to `automatic'. Doc fix.
20745 (trailing-whitespace) <defface>: Change group `whitespace' to
20746 `whitespace-faces'.
20747
20748 2005-12-11 Richard M. Stallman <rms@gnu.org>
20749
20750 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
20751
20752 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20753
20754 * term/mac-win.el: Create keymap for mac-apple-event-map.
20755
20756 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
20757
20758 * tooltip.el (tooltip-mode): Move to start of file so that it
20759 appears at top of customize buffer.
20760
20761 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20762 Add the gud groupname.
20763 (gud-tooltip-mode): Add the tooltip groupname.
20764 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
20765 avoid conflict with tooltip-use-echo-area.
20766
20767 2005-12-10 Romain Francoise <romain@orebokech.com>
20768
20769 * help.el (help-for-help-internal): Add `r' in doc string.
20770
20771 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20772
20773 * align.el (align-regexp, align-highlight-rule):
20774 Use region-beginning and region-end instead of point and mark, so that
20775 repetition (with `repeat-complex-command') recomputes the region
20776 bounds.
20777
20778 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
20779
20780 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20781 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20782 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
20783 (balance-windows): Rewrite using the above new functions.
20784
20785 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
20786
20787 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
20788 react if global-hi-lock-mode seems intended.
20789 (global-hi-lock-mode): Renamed from hi-lock-mode.
20790 (hi-lock-archaic-interface-message-used)
20791 (hi-lock-archaic-interface-deduce): New variables.
20792 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
20793 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
20794 (hi-lock-find-patterns, hi-lock-font-lock-hook):
20795 Replace hi-lock-buffer-mode with hi-lock-mode.
20796
20797 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20798
20799 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
20800 completion list, even after a partial completion has been
20801 inserted in the current buffer. If there are more than 1
20802 completion, redisplay the *Completions* buffer; if the
20803 completion is unique, delete the *Completions* window.
20804
20805 2005-12-10 Eli Zaretskii <eliz@gnu.org>
20806
20807 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
20808 strings and long subject lines that were broken into multiple
20809 lines at arbitrary places. Handle subjects that have "Re: " in
20810 the middle.
20811
20812 2005-12-10 John W. Eaton <jwe@octave.org>
20813
20814 * progmodes/octave-mod.el (octave-electric-space): Don't indent
20815 comments or strings if octave-auto-indent is nil.
20816
20817 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20818
20819 * term/mac-win.el: Require url when compiling.
20820 Call mac-process-deferred-apple-events after loading init files.
20821 (mac-apple-event-map): New defvar. Define event handlers in it.
20822 (core-event, internet-event): New Apple event class symbols.
20823 (open-application, reopen-application, open-documents)
20824 (print-documents, open-contents, quit-application)
20825 (application-died, show-preferences, autosave-now, get-url):
20826 New Apple event ID symbols.
20827 (about): New HICommand ID symbol.
20828 (mac-event-spec, mac-event-ae): New macros.
20829 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
20830 (mac-ae-selection-range, mac-ae-text-for-search)
20831 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
20832 (mac-application-menu-map): Remove keymap. Handlers for HICommand
20833 and Services menu events are now defined in mac-apple-event-map.
20834 (mac-drag-n-drop): Remove selection range handling.
20835
20836 2005-12-10 Kenichi Handa <handa@m17n.org>
20837
20838 * simple.el (zap-to-char):
20839 * isearch.el (isearch-process-search-char): Translate CHAR by
20840 translation-table-for-input.
20841
20842 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
20843
20844 * foldout.el (foldout-exit-fold): Properly hide subtree.
20845
20846 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
20847
20848 * files.el (save-buffer):
20849 * international/ucs-tables.el (ucs-set-table-for-input):
20850 * mail/mail-extr.el (mail-extract-address-components):
20851 * mail/sendmail.el (mail-mode): Reformat doc string.
20852
20853 2005-12-09 Juri Linkov <juri@jurta.org>
20854
20855 * isearch.el (isearch-highlight): Change main overlay priority
20856 from 1 to 1001. Simplify.
20857 (isearch-lazy-highlight-update): Change lazy overlay priority
20858 from 0 to 1000.
20859
20860 * replace.el (replace-highlight): Change overlay priority from
20861 1 to 1001.
20862
20863 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
20864 Change overlay priority from 1 to 1001. Reuse existing overlay.
20865
20866 * compare-w.el (compare-windows-highlight): Change overlay
20867 priority from 1 to 1000.
20868
20869 * menu-bar.el (menu-bar-edit-menu): Add listp around
20870 pending-undo-list to disable menu item "undo" when pending
20871 undo list is empty.
20872
20873 * locate.el (locate): Disable undo in *Locate* buffer.
20874
20875 2005-12-09 Kim F. Storm <storm@cua.dk>
20876
20877 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
20878
20879 2005-12-09 David Ponce <david@dponce.com>
20880
20881 * recentf.el: Improvement of the menu code.
20882 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
20883 instead of menu hook.
20884 (recentf-show-menu, recentf-hide-menu): New functions.
20885 (recentf-menu-customization-changed, recentf-mode): Use them.
20886 (recentf-menu-action, recentf-max-menu-items)
20887 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
20888 (recentf-arrange-by-rule-others)
20889 (recentf-arrange-by-rules-min-items)
20890 (recentf-arrange-by-rule-subfilter): Don't use
20891 `recentf-menu-customization-changed'.
20892 (recentf-arrange-rules): Likewise. Accept functions to compute
20893 sub-menu titles.
20894 (recentf-menu-filter): Likewise. Doc fix.
20895 (recentf-menu-value-shortcut): Doc fix.
20896 (recentf-dump-variable): Quote atom value.
20897 (recentf-make-menu-items): Update to use it as a menu filter.
20898 (recentf-match-rule): New function.
20899 (recentf-arrange-by-rule): Use it.
20900 (recentf-indirect-mode-rule): New function.
20901 (recentf-build-mode-rules): Use it.
20902 (recentf-dir-rule): New function.
20903 (recentf-arrange-by-dir): Use it.
20904 (recentf-filter-changer-current): Rename from
20905 `recentf-filter-changer-state'. All references updated.
20906 (recentf-filter-changer-alist): Update filter names.
20907 (recentf-filter-changer-select): New function.
20908 (recentf-filter-changer): Use it. Make a sub-menu from filters
20909 available in `recentf-filter-changer-alist'.
20910 (recentf-data-cache, recentf-clear-data)
20911 (recentf-update-menu): Remove. All references updated.
20912 (recentf-match-rule-p, recentf-build-dir-rules)
20913 (recentf-filter-changer-goto-next)
20914 (recentf-filter-changer-get-current)
20915 (recentf-filter-changer-get-next): Remove.
20916
20917 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
20918
20919 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
20920 buffer "Reset" button to "Reset to Current" for consistency with
20921 the State buttons.
20922
20923 2005-12-08 John Paul Wallington <jpw@pobox.com>
20924
20925 * ibuf-ext.el (define-ibuffer-filter filename):
20926 If `dired-directory' is a list then really use its car.
20927
20928 2005-12-08 Kim F. Storm <storm@cua.dk>
20929
20930 * emulation/cua-rect.el (cua--rectangle-aux-replace):
20931 Fix indention of text on right side of replaced rectangle.
20932
20933 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
20934
20935 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
20936 No need to check gud-comint-buffer is bound.
20937 (gdb): Prevent multiple debugging when first session uses gdba.
20938
20939 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20940
20941 CC Mode update to 5.31.
20942
20943 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
20944 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
20945 We might do this function properly in the future).
20946
20947 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
20948 New macros c-sentence-end and c-default-value-sentence end, to cope
20949 with Emacs 22's new function `sentence-end'.
20950
20951 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20952
20953 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
20954 compat issue using `c-put-overlay' and `c-delete-overlay'.
20955
20956 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
20957 New compat macros to handle overlays/extents.
20958
20959 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20960
20961 * progmodes/cc-fix.el: Add definitions of the macros push and pop
20962 (for GNU Emacs 20.4).
20963
20964 * progmodes/cc-defs.el
20965 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
20966
20967 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
20968 highlighting mechanism so it will work in XEmacs too.
20969
20970 * progmodes/cc-defs.el: Insert c-int-to-char.
20971
20972 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
20973 call to the new macro c-int-to-char. This solves XEmacs's
20974 regarding characters as different from integers.
20975
20976 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20977
20978 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
20979 New internal helper.
20980
20981 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
20982 construct to make the indirect face lookup work in XEmacs.
20983
20984 (c-cpp-matchers): Append the negation char face to the existing
20985 fontification, so that the cpp face doesn't disappear.
20986 Use `c-make-syntactic-matcher' to avoid negation chars in comments
20987 and strings.
20988
20989 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
20990 to map to `font-lock-negation-char-face' in emacsen where it exists.
20991
20992 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20993
20994 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
20995
20996 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
20997 Rename "c-subword-move-mode" as "c-subword-mode".
20998
20999 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
21000 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
21001
21002 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21003
21004 * progmodes/cc-mode.el: Added autoload directive for
21005 `c-subword-move-mode' for use in older emacsen.
21006
21007 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21008
21009 * progmodes/cc-mode.el:
21010 (i): Insert a binding for C-c C-backspace into
21011 c-bind-special-erase-keys which works in TTYs.
21012 (ii): Make sure that when file styles are used, any explicitly
21013 given style variables take priority over those in the style.
21014 Do this by calling `hack-local-variables' a second time.
21015
21016 * progmodes/cc-vars.el: Add language specific customization
21017 widgets for AWK to c-doc-comment-style, c-require-final-newline
21018 and c-default-style. Add a defcustom for awk-mode-hook.
21019 Give c-syntactic-element and c-syntactic-context doc-strings by
21020 directly setting their `variable-documentation' propery.
21021 This allows Emacs 22.1 to read these with C-h v.
21022
21023 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
21024
21025 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21026
21027 * progmodes/cc-fonts.el, cc-vars.el
21028 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
21029 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
21030 Masatake YAMATO.
21031
21032 (c-doc-comment-style): Made GtkDoc default in C mode.
21033
21034 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
21035 and C-c C-<delete>.
21036
21037 (c-bind-special-erase-keys): New function for use on
21038 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
21039
21040 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
21041 <delete> key behavior in XEmacs according to `delete-forward-p'.
21042 C.f. `c-electric-delete'.
21043
21044 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21045
21046 * progmodes/cc-mode.el: Give c-hungry-backspace and
21047 c-hungry-delete-forward permanent key bindings.
21048
21049 * progmodes/cc-cmds.el (c-electric-semi&comma):
21050 Bind c-syntactic-context for calls to "criteria functions", for
21051 consistency with other calls to user functions.
21052
21053 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
21054 `current-prefix-arg', since this might be the prefix arg to a
21055 command which calls c-indent-command as a function. Change the
21056 interactive spec from "p" to "P".
21057
21058 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
21059 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
21060 was difficult to understand.
21061
21062 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21063
21064 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
21065 first char of an identifier.
21066
21067 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
21068 +" syntax in C++.
21069
21070 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21071
21072 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
21073 auto-fill doesn't split a c-comment's last word from a hanging
21074 "*/" when a space is typed between them after fill-column.
21075
21076 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
21077
21078 * progmodes/cc-styles.el (c-set-style)
21079 (c-setup-paragraph-variables): Abort the command if we're not in a
21080 CC Mode buffer.
21081
21082 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
21083 with blank comment-prefix, and a blank line as the comment's
21084 second line.
21085
21086 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21087
21088 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
21089 Incorporate the patterns added in the Emacs development branch
21090 for the new Emacs 22 face `font-lock-negation-char-face'.
21091
21092 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
21093 of "red" since it stands out better in xterms and DOS terminals.
21094
21095 * progmodes/cc-engine.el (c-literal-faces):
21096 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
21097
21098 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21099
21100 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
21101 forcibly enable c-electric-flag.
21102
21103 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
21104 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
21105 after the comment-prefix of a C-style comment will close that comment.
21106
21107 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21108
21109 * progmodes/cc-fonts.el (c-basic-matchers-before)
21110 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
21111 in Pike.
21112
21113 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
21114 digraphs.
21115
21116 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
21117 (c-cpp-message-directives, c-cpp-include-directives)
21118 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
21119 (c-cpp-expr-directives): Introduce new language constants to
21120 control cpp syntax in a cleaner way.
21121
21122 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
21123
21124 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
21125
21126 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
21127 (c-multiline-string-start-char): New language constants and
21128 variables to specify how newlines in string literals work.
21129
21130 (c-font-lock-invalid-string): Use them.
21131
21132 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
21133 unbalanced close brace is entered. Optimization by avoiding going
21134 back over arbitrarily large blocks. Removed hints that this
21135 function only would be relevant/useful in AWK.
21136
21137 (c-electric-brace): Indent syntactically after the cleanups since
21138 lineup functions might do it differently then.
21139
21140 * progmodes/cc-engine.el, cc-langs.el
21141 (c-opt-op-identifier-prefix): New language constant and variable.
21142
21143 (c-just-after-func-arglist-p, c-after-special-operator-id)
21144 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
21145
21146 * progmodes/cc-align.el, cc-engine.el
21147 (c-after-special-operator-id): New helper to handle C++ operator
21148 identifiers.
21149
21150 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
21151 (c-guess-basic-syntax): Handle C++ operator identifiers in
21152 declarations.
21153
21154 * progmodes/cc-langs.el (c-assignment-operators): Add the
21155 trigraph version of ^= too.
21156
21157 * progmodes/cc-langs.el (c-assignment-operators): Add the
21158 trigraph version of |= in C++.
21159
21160 * progmodes/cc-fonts.el (c-font-lock-declarators):
21161 Handle `c-decl-hangon-kwds' after the identifier name.
21162
21163 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
21164 whether an arglist is "nonempty", ignore a comment after the open
21165 paren if it isn't followed by a non-comment token on the same line.
21166
21167 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
21168 Enable heuristics below the point to cope with classes inside special
21169 brace lists in Pike.
21170
21171 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21172
21173 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
21174
21175 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21176
21177 * progmodes/cc-guess.el (cc-guess-install): New function to
21178 install an already guessed style in another buffer.
21179
21180 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
21181 sets `inhibit-read-only' - `c-save-buffer-state' should be used
21182 anyway if the change always is undone.
21183
21184 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21185
21186 Implement togglable electricity:
21187
21188 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
21189 saying when it should be used.
21190
21191 * progmodes/cc-engine.el: Add the new buffer-local variable,
21192 c-electric-flag.
21193
21194 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
21195 c-toggle-auto-newline.
21196
21197 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
21198 c-toggle-auto-newline. Remove the binding for
21199 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
21200 c-toggle-electric-state.
21201
21202 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
21203
21204 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
21205 c-\(forward\|backward\)-subword.
21206 (c-update-modeline): Add the new modeline flag `l' for
21207 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
21208 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
21209 Make the old name an alias of the new name.
21210 (c-toggle-electric-state): New function.
21211 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
21212 Adapt these functions to do electric things only when
21213 c-electric-flag is non-nil.
21214 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
21215 new functions from c-electric-brace.
21216 (c-point-syntax): Add a check for "virtual semicolons" in AWK
21217 mode, so that the tentative extra newline doesn't change the
21218 syntax of the following brace.
21219 (c-electric-brace): Restructure by extracting the above functions.
21220 Tidy up the coding somewhat.
21221 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
21222 restructure a bit.
21223
21224 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21225
21226 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
21227 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
21228
21229 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
21230 (c-submode-indicators): Change name from `c-auto-hungry-string'
21231 since it's now used to track another submode.
21232
21233 (c-update-modeline): Convert to function and extended to check
21234 `c-subword-move-mode'.
21235
21236 (c-forward-into-nomenclature, c-backward-into-nomenclature):
21237 Convert to compat aliases for `c-forward-subword' and
21238 `c-backward-subword'.
21239
21240 * progmodes/cc-subword.el: New functions and minor mode to handle
21241 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
21242
21243 (c-forward-subword, c-backward-subword, c-mark-subword)
21244 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
21245 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
21246 Functions corresponding to the standard word handling functions.
21247
21248 (c-subword-move-mode): Minor mode that replaces all the standard
21249 word handling functions with their subword equivalences.
21250
21251 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21252
21253 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
21254 entry for one-liner-defun.
21255
21256 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
21257 name in its def-edebug-spec.
21258
21259 * progmodes/cc-cmds.el (c-electric-brace): Make the
21260 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
21261 compacts space before a comment, if this will make things fit on
21262 one line.
21263
21264 Introduce an "awk" style, mainly for auto-newline and clean-ups.
21265
21266 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
21267
21268 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
21269 clean-up one-liner-defun.
21270
21271 * progmodes/cc-styles.el: Add the new "awk" style.
21272
21273 * progmodes/cc-vars.el: Add description of one-liner-defun to
21274 c-cleanup-list's doc-string. New user options,
21275 c-max-one-liner-length. In c-default-style, set the default style
21276 for AWK to "awk".
21277
21278 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21279
21280 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
21281 macros inside labels.
21282
21283 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
21284 `c-at-statement-start-p' and `c-at-expression-start-p'.
21285
21286 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
21287 error if the mark isn't set.
21288
21289 * progmodes/cc-engine.el (c-guess-continued-construct)
21290 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
21291 accurately detect functions inside functions.
21292
21293 * progmodes/cc-engine.el (c-at-expression-start-p): New function
21294 like `c-at-statement-start-p' that additionally recognizes commas
21295 and expression parentheses as delimiters.
21296
21297 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
21298 to avoid heuristics that doesn't work for unclosed blocks.
21299 (c-at-statement-start-p): New function.
21300
21301 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
21302 Objective-C directives, e.g. directives spanning lines should work
21303 reasonably well now.
21304
21305 (c-put-c-type-property, c-clear-c-type-property): New helpers.
21306
21307 (c-forward-objc-directive): New function to move over any ObjC
21308 directive.
21309
21310 (c-just-after-func-arglist-p, c-guess-basic-syntax)
21311 (c-basic-matchers-before): Use it.
21312
21313 (c-font-lock-objc-iip-decl): Remove.
21314
21315 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
21316 in the template arglist recognition.
21317
21318 * progmodes/cc-styles.el (c-style-alist): Fix several
21319 inconsistencies in the Whitesmith style.
21320
21321 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
21322 New lineup function to get lines after Whitesmith style blocks
21323 correctly indented.
21324
21325 (c-lineup-whitesmith-in-block): Back out the compensation for
21326 opening parens since it's done using `add' lists in the style
21327 definition instead. Don't use the anchor position since it varies
21328 too much between the syntactic symbols. :P
21329
21330 * progmodes/cc-vars.el (c-valid-offset): Update.
21331
21332 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
21333 lists where the offsets are combined according to several
21334 different methods: `first', `min', `max', and `add'.
21335 Report offset evaluation errors with `c-benign-error' so that some kind
21336 of reindentation still is done.
21337
21338 * progmodes/cc-engine.el (c-guess-basic-syntax):
21339 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
21340 `arglist-close'.
21341
21342 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
21343 situations for `arglist-cont-nonempty' and `arglist-close'.
21344
21345 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
21346
21347 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
21348 cc-bytecomp-boundp' in a number of places.
21349
21350 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
21351 macro related issue.
21352
21353 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21354
21355 * progmodes/cc-awk.el: Change the terminology of regexps: A char
21356 list is now [asdf], a char class [:alpha:].
21357 Include code for char classes.
21358 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
21359 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
21360
21361 Remove (nearly all of) the cruft associated with AWK Mode's former
21362 concept of "virtual semicolons":
21363
21364 Adapt c-beginning-of-statement, c-end-of-statement (together with
21365 subfunctions) to use the new notion of "virtual semicolon" in
21366 place of the old awkward special handling for AWK. There remains
21367 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
21368 * progmodes/cc-cmds.el:
21369 (c-ascertain-adjacent-literal): In the backwards direction, now
21370 recognises AWK regexp delimiters as string delimiters.
21371 (c-after-statement-terminator-p): Adapt for virtual semicolons;
21372 check more rigorously for "end of macro".
21373 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
21374 virtual semicolons;
21375 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
21376 out the code for forward movement into ...
21377 (c-end-of-statement): Now contains the code for forward movement,
21378 adapted for virtual semicolons.
21379
21380 * progmodes/cc-engine.el:
21381 (c-ws*-string-limit-regexp): New regexp.
21382 (c-forward-single-comment, c-backward-single-comment): Comment out
21383 the (now redundant) "special" AWK stuff.
21384
21385 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
21386 c-string-par-start, c-string-par-separate to be more like Text
21387 Mode than Fundamental Mode.
21388
21389 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21390
21391 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
21392 to the fontified region so that fontification doesn't occur
21393 outside it (could happen e.g. when fontifying a line with an
21394 unfinished declaration).
21395
21396 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21397
21398 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
21399 start of the file. ^L now separate sections of the file.
21400 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
21401 (c-awk-one-line-possibly-open-string-re)
21402 (c-awk-regexp-one-line-possibly-open-char-class-re)
21403 (c-awk-one-line-possibly-open-regexp-re)
21404 (c-awk-one-line-non-syn-ws*-re): New defonsts.
21405 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
21406
21407 Amend the concept of "virtual semicolons" (in the indentation
21408 engine) for languages like AWK, such that they are now
21409 conceptually attached to end of the last token of a statement, not
21410 the end of the line. (In AWK Mode, however, the pertinent text
21411 property is still physically set on the EOL.) Remove the specific
21412 tests for awk-mode, thus facilitating the introduction of other
21413 language modes where EOLs can end statements.
21414 (Note: The funtionality in cc-cmds.el, specifically
21415 c-beginning/end-of-statement has yet to be amended.)
21416
21417 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
21418 New macros.
21419
21420 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
21421 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
21422 c-vsemi-status-unknown-p-fn (in a new page).
21423
21424 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
21425 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
21426 numerous awkward forms like
21427 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
21428 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
21429 variable before-ws-ip, the place just after char-before-ip appears.
21430
21431 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
21432 a comment.
21433
21434 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21435
21436 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
21437 `c-tentative-buffer-changes'.
21438
21439 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
21440 convert to macro to choose between Emacs and XEmacs at compile time.
21441
21442 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
21443
21444 (c-tentative-buffer-changes): New macro to handle temporary buffer
21445 changes in a convenient way.
21446
21447 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
21448 for `c-tentative-buffer-changes'.
21449
21450 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
21451 the checks for paren sexps between the point and the keyword, to
21452 avoid some false alarms.
21453
21454 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
21455 Fixed a situation where an error could be thrown for unbalanced
21456 parens. Changed to make use of c-keyword-member' to avoid some
21457 repeated regexp matches.
21458
21459 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
21460 These language variable are no longer necessary.
21461
21462 (c-block-stmt-kwds): New language constant used by
21463 c-looking-at-inexpr-block'.
21464
21465 (c-guess-basic-syntax): Remove an optional check that looked at
21466 the existence of the now removed language variables.
21467
21468 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
21469 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
21470 object instantiation expressions as declarations in some contexts.
21471 This bug only affected languages where the declarator can't be
21472 enclosed in parentheses.
21473
21474 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
21475 insert newlines before and after substatement braces.
21476
21477 * progmodes/cc-engine.el: Improved the heuristics for recognizing
21478 function declaration headers and the handling of C++ style member
21479 init lists.
21480
21481 (c-just-after-func-arglist-p): Rewritten to use
21482 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
21483
21484 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
21485
21486 (c-guess-basic-syntax): Adapt case 5B for the new
21487 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
21488 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
21489 covers all cases now).
21490
21491 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
21492
21493 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21494
21495 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
21496 c-string-par-start/separate c-sentence-end-with-esc-eol,
21497 initialised in c-setup-paragraph-variables, used in string
21498 scanning subroutines of c-beginning-of-statement.
21499
21500 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
21501 which precedes the newly inserted `{'.
21502
21503 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21504
21505 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
21506 function for declaration level blocks. It should now cope with
21507 templates better and also be a lot more comprehensible.
21508
21509 (c-looking-at-decl-block): The new function.
21510
21511 (c-search-uplist-for-classkey): The old one. It's now a wrapper
21512 for compatibility.
21513
21514 (c-add-class-syntax, c-guess-continued-construct)
21515 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
21516
21517 (c-decl-block-key): Change to tell apart ambiguous and
21518 unambiguous keywords. Pike specials are now handled directly in
21519 the code instead.
21520
21521 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
21522 New language constants and variables to make the backward skip in
21523 `c-looking-at-decl-block' as tight as possible.
21524
21525 (c-nonsymbol-token-char-list): New language constant.
21526
21527 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
21528 find balanced template arglists backwards.
21529
21530 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
21531 making char classes for `c-syntactic-skip-backward'.
21532
21533 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
21534 16D - can't be a class-close at that point.
21535
21536 * progmodes/cc-engine.el (c-guess-basic-syntax)
21537 (c-add-class-syntax): Don't narrow out the enclosing declaration
21538 level. This makes everything a lot easier, and it was actually
21539 only four small places that needed it to work. Some places that
21540 previously did `widen' are removed now, which has the effect that
21541 `c-guess-basic-syntax' never will look at things outside the
21542 current narrowment now. The anchor position for `topmost-intro'
21543 is affected by this, but it was so bogus it was basically useless
21544 before, and now it's equally bogus but in a slightly different way.
21545
21546 (c-narrow-out-enclosing-class): Gone.
21547
21548 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
21549 the narrowed region.
21550
21551 (c-least-enclosing-brace): Remove silly optional argument.
21552
21553 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
21554 the point could be left directly after an open paren when finding
21555 the beginning of the first decl in the block.
21556
21557 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
21558 Specify which submatch to use.
21559
21560 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
21561
21562 (c-decl-start-re): No longer any need for special treatment of
21563 ObjC due to the above.
21564
21565 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
21566 presumably follows C in that regard.
21567
21568 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
21569 New language constants to specify operator tokens inside
21570 identifiers in a more high level way.
21571
21572 (c-opt-identifier-prefix-key): New internal language constant.
21573
21574 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
21575 (c-identifier-start, c-identifier-key): Now completely calculated
21576 from other constants.
21577
21578 (c-identifier-last-sym-match): Decommission since it's no longer used.
21579
21580 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
21581
21582 * progmodes/cc-engine.el (c-forward-name): Remove the
21583 optimization when c-identifier-key is equal to c-symbol-key since
21584 it doesn't work in byte compiled files. Don't record empty
21585 regions as identifiers.
21586
21587 * progmodes/cc-langs.el (c-filter-ops): New helper function to
21588 simplify access to `c-operators' and its likes.
21589
21590 (c-operator-list, c-all-op-syntax-tokens)
21591 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
21592 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
21593 (c-primary-expr-regexp, c-cast-parens): Use it.
21594
21595 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
21596 an explicit language in functions.
21597
21598 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
21599 variant of adornment.
21600
21601 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
21602 variable.
21603
21604 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
21605 the Pike value.
21606
21607 * progmodes/cc-engine.el (c-on-identifier)
21608 (c-simple-skip-symbol-backward): Small fix for handling "-"
21609 correctly in `skip-chars-backward'. Affected the operator lfun
21610 syntax in Pike.
21611
21612 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
21613 diagnostic message about precompiled language vars not being used.
21614
21615 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
21616 "__attribute__" is followed by a parenthesis.
21617
21618 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
21619 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
21620 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
21621
21622 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
21623 Internal cleanups to properly detect the declared identifiers in
21624 various declarations.
21625
21626 (c-decl-start-kwds): New language constant to recognize
21627 declarations that can start anywhere. Used for class declarations
21628 in Pike.
21629
21630 (c-specifier-key, c-not-decl-init-keywords)
21631 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
21632 (c-find-decl-spots): Implement `c-decl-start-kwds'.
21633
21634 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
21635 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
21636 handling of the compiler specific extension keywords into a new
21637 language constant `c-decl-hangon-kwds' that defines keyword
21638 clauses to be ignored in declarations.
21639
21640 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
21641 past unrecognized tokens when handling `c-colon-type-list-kwds'.
21642 Necessary to stop at the declared identifier in e.g. IDL valuetype
21643 declarations.
21644
21645 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
21646 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
21647 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
21648 (c-forward-decl-or-cast-1): Recognize the declared identifier in
21649 class and enum declarations as such and not as part of the type.
21650
21651 (c-forward-decl-or-cast-1, c-forward-label): Relax the
21652 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
21653
21654 (c-forward-decl-or-cast-1): Don't disregard sure signs of
21655 declarations when there's some syntax error later on.
21656
21657 (c-complex-decl-matchers): Did away with a reference to
21658 `c-specifier-key'.
21659
21660 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
21661 value - this variable is always dynamically bound.
21662
21663 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
21664 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
21665 * cc-cmds.el, cc-defs.el: Change the policy for marking up
21666 functions that might do hidden buffer changes: All such internal
21667 functions are now marked instead of those that don't.
21668
21669 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
21670 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
21671 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
21672 (c-literal-type): Allow these functions to make hidden buffer changes,
21673 so that they are free to use text property caching later on.
21674
21675 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
21676 (c-electric-brace, c-electric-slash, c-electric-star)
21677 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
21678 (c-electric-paren, c-electric-continued-statement, c-indent-command)
21679 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
21680 (c-context-line-break): Add `c-save-buffer-state' calls to comply
21681 with the changed semantics of the functions above.
21682
21683 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
21684 when macros occur in obscure places. Optimized the sexp movement
21685 a bit.
21686
21687 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21688
21689 Enhancements for c-beginning-of-statement to work in AWK Mode:
21690
21691 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
21692 (completed statement) with `}' (statement completed by closing
21693 brace or semicolon) and `$' (statement completed by EOL).
21694
21695 (c-awk-virtual-semicolon-ends-prev-line-p)
21696 (c-awk-virtual-semicolon-ends-line-p)
21697 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
21698 (c-awk-at-statement-end-p): New functions.
21699
21700 * progmodes/cc-cmds.el: Simplify the structure of functions
21701 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
21702 two functions and c-beginning-of-statement to handle AWK Mode.
21703
21704 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
21705 c-backward-single-comment for AWK mode. Attempt to clarify their
21706 doc-strings.
21707
21708 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
21709
21710 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21711
21712 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
21713 label handling. Labels are now recognized in a uniform and more
21714 robust way, regardless of context. Text properties are put on all
21715 labels to recognize the following declarations better.
21716 Multiword labels are handled both in indentation and fontification for
21717 the benefit of language extensions like Qt. For consistency, keywords
21718 in labels are now fontified with the label face instead.
21719 That also applies to "case" and "default".
21720
21721 (c-beginning-of-statement-1): Fix some bugs in the label
21722 handling. Disregard `c-nonlabel-token-key' in labels that begin
21723 with `c-label-kwds'.
21724
21725 (c-find-decl-spots): Support that the callback adds more
21726 `c-decl-end' spots to find.
21727
21728 (c-forward-decl-or-cast-1): Don't treat a list of plain
21729 identifiers followed by a colon as a declaration.
21730
21731 (c-forward-label): New function to recognize labels.
21732
21733 (c-guess-basic-syntax): Replace uses of `c-label-key' with
21734 `c-forward-label'. Moved the label recognition cases (14 and 15)
21735 earlier since they aren't so context sensitive now. Handle labels
21736 on the top level gracefully. Moved access label recognition to
21737 the generic label case (CASE 15) - removed CASE 5E.
21738
21739 (c-font-lock-declarations): Add recognition of labels in the
21740 same round since we need to handle labels in parallell with other
21741 declarations to recognize both accurately. It should also improve
21742 speed.
21743
21744 (c-simple-decl-matchers, c-basic-matchers-after):
21745 Move `c-font-lock-labels' so that it only is used on decoration level 2
21746 since `c-font-lock-declarations' handles it otherwise.
21747
21748 (c-complex-decl-matchers): Remove the simplistic recognition of
21749 access labels.
21750
21751 (c-decl-prefix-re): Remove the kludges that was necessary to cope
21752 with labels earlier.
21753
21754 (c-decl-start-re): New language variable to make
21755 `c-font-lock-declarations' stop for the special protection labels
21756 in Objective-C that start with `@'.
21757
21758 (c-label-key): Remove since it's no longer used.
21759
21760 (c-recognize-colon-labels, c-label-prefix-re): New language
21761 constants to support recognition of generic colon-terminated labels.
21762
21763 (c-type-decl-end-used): `c-decl-end' is now used whenever there
21764 are colon terminated labels.
21765
21766 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
21767 first argument starts with a special brace list.
21768
21769 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
21770 (c-font-lock-declarations): Break out the declaration and cast
21771 recognition from `c-font-lock-declarations' to a new function, so
21772 that it can be used in the indentation engine.
21773
21774 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
21775 up to the start of the literal. Fixed bug with the point on the
21776 wrong side of the search limit that could happen when the start
21777 position is inside a literal.
21778
21779 * progmodes/cc-engine.el (c-parse-state)
21780 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
21781 so that it's kept a little bit back to increase the hit rate.
21782
21783 (c-parse-state): Change the macro handling and fixed some
21784 glitches. Macro context is checked more often than necessary now,
21785 but otoh less garbage conses are generated.
21786
21787 * progmodes/cc-engine.el (c-parse-state)
21788 (c-invalidate-state-cache): Cache the last position where
21789 `c-state-cache' applies. This can speed up refontification quite
21790 a bit in blocks where there are many non-brace parens before the point.
21791
21792 (c-state-cache-end): New variable for this.
21793
21794 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
21795 cache variable.
21796
21797 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
21798 get close initial continue positions when the start position is
21799 inside a literal or macro. Do not call the callback for spots
21800 before the start position (which can happen e.g. for `c-decl-end'
21801 spots inside comments). Optimize better in special cases when the
21802 region is a single line inside a literal or macro (typically when
21803 the current line is refontified).
21804
21805 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
21806 to `c-add-stmt-syntax' - there's no need to explicitly whack off
21807 entries from the paren state.
21808
21809 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
21810 special case for "else if" clauses.
21811
21812 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
21813 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
21814
21815 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
21816 New language variable to recognize the gcc extension with statement
21817 blocks inside expressions.
21818
21819 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
21820 it somewhat more comprehensible. The argument AT-BLOCK-START is
21821 no longer used and hence removed.
21822
21823 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
21824 to `c-add-stmt-syntax'.
21825
21826 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21827 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
21828 This fixes bogus label recognition.
21829
21830 * progmodes/cc-engine.el (c-add-type, c-check-type)
21831 (c-forward-name, c-forward-type): Improve storage of template
21832 types in `c-found-types' so that they can be recognized better.
21833
21834 (c-syntactic-content): Add option to skip past nested parens.
21835
21836 * progmodes/cc-engine.el (c-forward-name):
21837 Set `c-last-identifier-range' all the time. It's less work that way.
21838 Handle that there might not be an identifier to store in
21839 `c-last-identifier-range'.
21840
21841 (c-forward-type): Handle that `c-last-identifier-range' might be
21842 nil from `c-forward-name'.
21843
21844 * progmodes/cc-defs.el (c-safe-scan-lists)
21845 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
21846
21847 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
21848 to work even if the form fails.
21849
21850 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
21851 down in a large file in one go.
21852
21853 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
21854
21855 * progmodes/cc-align.el (c-lineup-assignments): New lineup
21856 function which is like `c-lineup-math' but returns nil instead of
21857 `c-basic-offset' when it doesn't match.
21858
21859 (c-lineup-math): Change to use `c-lineup-assignments'.
21860
21861 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21862
21863 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
21864 c-beginning-of-statement. New subfunctions
21865 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
21866
21867 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21868
21869 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
21870 hardcoded char classes whereever possible. Changed a couple of
21871 places to use skip by syntax instead of skip by char class.
21872
21873 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
21874 Fix a bug in the regexp that caused extreme backtracking.
21875
21876 * progmodes/cc-langs.el (c-block-comment-starter)
21877 (c-block-comment-ender): New language constants to specify in a
21878 single place how block comments look.
21879
21880 (c-comment-start-regexp, c-block-comment-start-regexp)
21881 (comment-start, comment-end, comment-start-skip)
21882 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
21883 (c-syntactic-ws, c-nonempty-syntactic-ws)
21884 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
21885 `c-line-comment-starter', `c-block-comment-starter' and
21886 `c-block-comment-ender'.
21887
21888 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
21889 New language constants to break up things a bit.
21890
21891 (c-simple-ws): New language constant for simple whitespace.
21892
21893 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
21894
21895 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
21896 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
21897 newlines. Allow and ignore nil elements in the list.
21898
21899 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21900
21901 * progmodes/cc-cmds.el: Comment out a (n almost certainly
21902 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
21903
21904 * progmodes/cc-cmds.el: Tidy up the comments in
21905 c-beginning-of-statement and subfunctions.
21906
21907 * progmodes/cc-awk.el: Replace calls to put-text-property to the
21908 more flexible c-put-char-property and c-clear-char-properties.
21909 Add the author's email address.
21910
21911 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
21912
21913 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
21914 closing "*/" of a block comment.
21915
21916 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
21917 subfunctions) so that it works at BOB and EOB.
21918
21919 * progmodes/cc-cmds.el, cc-vars.el: More updating of
21920 c-beginning-of-statement, including new variable
21921 c-block-comment-start-regexp.
21922
21923 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21924
21925 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
21926 symbols from `*-font-lock-extra-types' so that there's no need to
21927 use `regexp-opt' on those lists.
21928
21929 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
21930 `c-type-modifier-kwds' is empty.
21931
21932 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
21933 there are several strings on the same line.
21934
21935 * progmodes/cc-engine.el (c-literal-limits): Remove the
21936 compatibility function for older emacsen. `c-literal-limits-fast'
21937 has now taken the place of this function.
21938
21939 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
21940 with older emacsen: We now require `pps-extended-state'.
21941
21942 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21943
21944 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
21945 which obviates the need to hack sentence-end. This now handles
21946 escaped newlines in strings correctly. Correct minor bugs in
21947 c-move-over-sentence and in c-beginning-of-statement.
21948
21949 * progmodes/cc-cmds.el (c-beginning-of-statement (and
21950 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
21951 that movement over macros and code are rigorously separated from
21952 eachother. Correct a few incidental bugs.
21953
21954 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
21955 Improve its doc-string. Improve the handling of certain specific cases.
21956
21957 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21958
21959 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
21960 (c-guess-basic-syntax): Change the way class-level labels are
21961 recognized; they can now contain essentially any symbols.
21962
21963 (c-opt-extra-label-key): New language variable to cope with the
21964 special protection label syntax in Objective-C.
21965
21966 (c-opt-access-key): Remove; this is now handled better by
21967 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
21968
21969 (c-complex-decl-matchers): Update to handle that
21970 `c-opt-access-key' no longer exists.
21971
21972 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
21973 improved label recognition in `c-beginning-of-statement-1'.
21974
21975 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21976 Recognize bitfields better.
21977
21978 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
21979 Remove some cruft and fixed a bug that could cause it to go to a
21980 position further down.
21981
21982 * progmodes/cc-langs.el, cc-engine.el
21983 (c-beginning-of-statement-1): Improve detection of labels in
21984 declaration contexts.
21985
21986 (c-beginning-of-decl-1): Use it.
21987
21988 (c-nonlabel-token-key): New language constant and variable needed
21989 by `c-beginning-of-statement-1'.
21990
21991 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
21992 manifested itself due to the correction in `c-forward-sexp'.
21993
21994 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
21995 Make these behave as documented when used at the buffer limits.
21996
21997 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
21998 (c-type-decl-end-used): Made this a language variable.
21999
22000 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
22001 correctly when `combine-after-change-calls' is used together with
22002 temporary narrowings.
22003
22004 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22005 Report labels correctly when the start point is immediately after the
22006 colon.
22007
22008 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
22009 Remove since it isn't used anymore.
22010
22011 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
22012 bracket arglists such as template parens in C++.
22013
22014 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
22015 in the last check-in. Some optimization.
22016
22017 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
22018 where it could stop at the same level in a preceding sexp when
22019 PAREN-LEVEL is set.
22020
22021 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
22022 text property lookup only when it's needed.
22023
22024 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
22025 Change the policy for paren marked angle brackets to be more
22026 persistent; once marked they remain marked even when they're found
22027 to be unbalanced in the searched region. This should keep the
22028 paren syntax around even when individual lines are refontified in
22029 multiline template arglists.
22030
22031 (c-parse-and-markup-<>-arglists): New dynamically bound variable
22032 to control markup so that incorrect angle bracket arglists aren't
22033 marked in contexts where the correct value for
22034 `c-disallow-comma-in-<>-arglists' isn't known.
22035
22036 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
22037 argument has become `c-parse-and-markup-<>-arglists'.
22038
22039 (c-remove-<>-arglist-properties): Remove - no longer used.
22040
22041 (c-after-change-check-<>-operators): New function used on
22042 `after-change-functions' to avoid that "<" and ">" characters that
22043 are part of longer operators have paren syntax.
22044
22045 (c-<>-multichar-token-regexp): New language variable used by
22046 `c-after-change-check-<>-operators'.
22047
22048 (c-after-change): Call `c-after-change-check-<>-operators'.
22049
22050 (c-font-lock-<>-arglists): Use the context properties set by
22051 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
22052 correctly to avoid doing invalid markup.
22053
22054 (c-font-lock-declarations): Remove code that undoes the invalid
22055 markup done by `c-font-lock-<>-arglists'.
22056
22057 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
22058 after `c-font-lock-declarations'.
22059
22060 * progmodes/cc-engine.el (c-syntactic-skip-backward):
22061 Add paren-level feature.
22062
22063 (c-guess-basic-syntax): Improve the anchor position for
22064 `template-args-cont' in nested template arglists. There's still
22065 much to be desired in this area, though.
22066
22067 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22068
22069 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
22070 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
22071
22072 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22073
22074 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
22075 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
22076
22077 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
22078 it doesn't work no longer are supported.
22079
22080 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
22081 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
22082 requires support for the syntax-table' text property, which rules
22083 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
22084 cruft associated with those versions.
22085
22086 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
22087 for the `syntax-table' text property, which rules out Emacs 19 and
22088 XEmacs < 21.4. Removed various compatibility cruft associated
22089 with those versions.
22090
22091 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
22092 support for the `syntax-table' text property.
22093
22094 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
22095 variable and use an extra quoted face name instead. All the
22096 emacsen flavors handle that correctly.
22097
22098 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
22099 (c-font-lock-declarators, c-font-lock-declarations)
22100 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
22101 property to mark the items in in declarator lists to handle
22102 refontification inside multiline declarations better.
22103
22104 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
22105 construct like "a * b = c;" as a declaration.
22106
22107 2005-12-08 Kim F. Storm <storm@cua.dk>
22108
22109 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
22110 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
22111 select either meta, hyper, or super modifier for rectangle commands.
22112 (cua--rectangle-modifier-key): New defvar.
22113 (cua--M/H-key): Use it. Remove special case for `space'.
22114 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
22115 on X, to meta otherwise. Always bind C-return to toggle
22116 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
22117
22118 * emulation/cua-rect.el (cua-help-for-rectangle):
22119 Use cua--rectangle-modifier-key. Handle super modifier too.
22120 (cua--init-rectangles): Always bind C-return to toggle rectangle.
22121 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
22122
22123 * ido.el: Move Acknowledgements and History after Commentary.
22124 Minor changes to Commentary.
22125
22126 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
22127 keymap if cua--prefix-override-timer is `shift'.
22128 (cua--shift-control-prefix): New function; emulate "type prefix
22129 key twice" functionality to handle shifted prefix key override.
22130 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
22131 New commands.
22132 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
22133
22134 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
22135
22136 * textmodes/org.el (org-insert-heading): Try to do items before
22137 headings.
22138 (org-agenda-mode): Quote `org-agenda-mode-hook'.
22139 (org-insert-item): New function.
22140 (org-renumber-ordered-list): Don't skip to higher level lists.
22141
22142 2005-12-08 Juri Linkov <juri@jurta.org>
22143
22144 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
22145
22146 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
22147
22148 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
22149
22150 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
22151 the constructed function name fun-1.
22152
22153 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
22154 because such links don't lead to parent documentation.
22155
22156 2005-12-08 Kenichi Handa <handa@m17n.org>
22157
22158 * descr-text.el (describe-char): Use *Help-2* buffer if the
22159 current buffer is *Help*. Call describe-text-properties while
22160 setting the original buffer.
22161
22162 2005-12-07 Bill Wohler <wohler@newt.com>
22163
22164 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
22165 and causes problems with non-MH users (such as Gnus users).
22166
22167 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
22168
22169 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
22170 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
22171 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
22172 command "info sources". Move calls to GDB command "list".
22173 (gdb-find-file-hook): Just use gdb-source-file-list.
22174 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
22175 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
22176 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
22177 (gdb-data-list-register-values-handler): Use correct trigger name.
22178
22179 2005-12-07 Kim F. Storm <storm@cua.dk>
22180
22181 * ido.el (ido-completion-map): Rename from ido-mode-map.
22182 (ido-common-completion-map, ido-file-completion-map)
22183 (ido-file-dir-completion-map, ido-buffer-completion-map):
22184 Rename from ido-mode-....-map.
22185 (ido-init-completion-maps): Rename from ido-init-mode-maps.
22186 (ido-setup-completion-map): Rename from ido-define-mode-map.
22187 (ido-read-internal): Bind minibuffer-local-filename-completion-map
22188 to ido-completion-map.
22189
22190 2005-12-07 Kenichi Handa <handa@m17n.org>
22191
22192 * international/mule-cmds.el
22193 (set-display-table-and-terminal-coding-system): If the coding
22194 system specified in `unibyte-display' property is different from
22195 the arg coding-system, don't setup standard-display-table.
22196
22197 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
22198
22199 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
22200 that comments end at \n, regardless of selective-display.
22201
22202 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
22203
22204 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
22205 (gdb-version): New variables.
22206 (gdb-source-file-list, gdb-register-names)
22207 (gdb-changed-registers): New variables for use with GDB 6.4+.
22208 (gdb-ann3): Replace with...
22209 (gdb-init-1, gdb-init-2): ...two new functions.
22210 (gdba, gdb-prompt): Call gdb-init-1.
22211 (gdb-get-version): New function. Call gdb-init-2 from here.
22212 (gud-watch): Make it work with mouse events too.
22213 (gdb-post-prompt): Don't add to queue until GDB version is known.
22214 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
22215 (gdb-locals-mode): Use gdb-version.
22216 (gdb-memory-format-map, gdb-memory-unit-map)
22217 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
22218 (gdb-locals-font-lock-keywords-1)
22219 (gdb-locals-font-lock-keywords-2): New variables.
22220 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
22221 (gdb-set-gud-minor-mode-existing-buffers-1)
22222 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
22223 (gdb-var-update-1, gdb-var-update-handler-1)
22224 (gdb-data-list-register-values-handler)
22225 (gdb-data-list-register-values-custom)
22226 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
22227 (gdb-stack-list-locals-handler, gdb-get-register-names):
22228 New functions for use with GDB 6.4+.
22229 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
22230 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
22231 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
22232 (gdb-stack-list-locals-regexp)
22233 (gdb-data-list-register-names-regexp): New regexps for use with
22234 GDB 6.4+.
22235
22236 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
22237
22238 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
22239
22240 2005-12-06 Nozomu Ando <nand@mac.com>
22241
22242 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
22243 prompts work for AUTH PLAIN. Also reported by Steve Allan
22244 <seallan@verizon.net>.
22245
22246 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
22247
22248 * frame.el (set-frame-parameter): Add doc string.
22249
22250 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
22251
22252 * textmodes/org.el (org-occur-highlights): New variable.
22253 (org-highlight-new-match, org-remove-occur-highlights): New functions.
22254 (org-highlight-sparse-tree-matches): New option.
22255 (org-do-occur): New function.
22256 (org-get-heading): Make it work also at beginning of line.
22257 (org-category-table): New variable.
22258 (org-get-category-table, org-get-category)
22259 (org-camel-to-words, org-link-search): New functions.
22260 (org-select-this-todo-keyword): New variable.
22261 (org-todo-list): New command.
22262 (org-shiftright, org-shiftleft): New commands.
22263 (org-agenda-todo): Add prefix argument.
22264 (org-show-hierarchy-above): New option.
22265 (org-show-todo-tree): Numerical prefix creates tree for specific
22266 TODO keyword.
22267 (org-outline-level): New function, to assign a level to plain
22268 lists items.
22269 (org-cycle-include-plain-lists): New option.
22270 (org-mode): Use `org-outline-level' as value of `outline-level'.
22271 (org-cycle): Temporarily switch `outline-regexp' if
22272 `org-cycle-include-plain-lists' is non-nil.
22273 (org-start-icalendar-file): Fix format bug.
22274 (org-agenda-get-day-entries): Create category table.
22275 (org-agenda-get-todos, org-agenda-get-timestamps)
22276 (org-agenda-get-deadlines, org-agenda-get-scheduled)
22277 (org-agenda-get-blocks): Use `org-get-category'.
22278 (org-context-in-file-links): Rename from
22279 `org-line-numbers-in-file-links'.
22280
22281 2005-12-06 Romain Francoise <romain@orebokech.com>
22282
22283 * window.el (balance-windows): Delete extraneous third arg in call
22284 to `enlarge-window'.
22285
22286 2005-12-06 Kenichi Handa <handa@m17n.org>
22287
22288 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
22289
22290 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
22291
22292 * progmodes/gdb-ui.el (gdb-var-create-handler)
22293 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
22294 (gdb-var-list-children-handler, gdb-var-update-handler):
22295 Current buffer is already gdb-partial-output-buffer, don't
22296 make it current again.
22297
22298 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
22299
22300 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
22301 (list-buffers-noselect): Use it.
22302
22303 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
22304
22305 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
22306 (mail-yank-ignored-headers): Use regexp-opt.
22307 (mail-mode-map): Move initialization into declaration.
22308 (mail-sent-via): Remove unused shadowed var `to-line'.
22309 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
22310 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
22311 (mail-do-fcc): Use dolist and push.
22312 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
22313 (mail-yank-ignored-headers): Don't autoload.
22314
22315 2005-12-05 Kenichi Handa <handa@m17n.org>
22316
22317 * international/mule-cmds.el (set-language-info-internal): New fun.
22318 (set-language-info): Call set-language-info-internal to update
22319 language-info-alist. If LANG-ENV is the current one, call
22320 set-language-environment to make INFO effective now.
22321 (set-language-info-alist): Likewise.
22322 (locale-language-names): With locale "en", use English
22323 lang. env. but set the default codings to iso-8859-1.
22324
22325 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
22326
22327 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
22328 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
22329 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
22330 for plain strings.
22331 (gdb-frames-mode): Remove redundant call to font-lock-mode.
22332 (gdb-all-registers): Rename from toggle-gdb-all-registers.
22333 Create registers buffer if necessary. Echo new state in minibuffer.
22334 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
22335
22336 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
22337
22338 * info.el (Info-fontify-node): Match external links using
22339 non-directory part of filename.
22340
22341 2005-12-04 Juri Linkov <juri@jurta.org>
22342
22343 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
22344 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
22345 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
22346 because there is no customization option for it.
22347
22348 * font-lock.el (lisp-font-lock-keywords-1):
22349 Add define-global-minor-mode.
22350
22351 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
22352
22353 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
22354 properties on the constructed variable names.
22355
22356 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22357 Put `definition-name' properties on the constructed function names
22358 next-sym and prev-sym.
22359
22360 * emacs-lisp/find-func.el (find-function-regexp):
22361 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
22362 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
22363 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
22364 and easy-menu-define.
22365
22366 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
22367 easy-mmode-define-global-mode and define-global-minor-mode.
22368 (lisp-imenu-generic-expression): Add define-global-minor-mode.
22369
22370 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
22371 instead of easy-mmode-define-global-mode.
22372
22373 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
22374 Use define-minor-mode instead of easy-mmode-define-minor-mode.
22375
22376 * cus-edit.el (customize-group, customize-group-other-window):
22377 Filter out autoloaded options from the group completion list by
22378 using heuristics that autoloaded groups don't have `custom-autoload'
22379 property on their symbols (they have only `custom-loads').
22380
22381 * simple.el (completion-setup-function): Put completions-common-part
22382 face on complete completion string too (i.e. completion string
22383 without completions-first-difference face).
22384
22385 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
22386
22387 2005-12-03 Eli Zaretskii <eliz@gnu.org>
22388
22389 * view.el (view-mode): Doc fix.
22390
22391 * disp-table.el (standard-display-european): Add to the warning
22392 message a reference to the doc string.
22393
22394 * play/yow.el (apropos-zippy): Call print-help-return-message,
22395 similar to other Help and Apropos commands.
22396
22397 * help.el (print-help-return-message): If pop-up-frames is
22398 non-nil, set up help-return-method to delete the help window and,
22399 possibly, its frame as well, and don't display message about
22400 scrolling the help window. Doc fix.
22401 (help-return-method): Doc fix.
22402
22403 2005-12-03 Martin Rudalics <rudalics@gmx.at>
22404
22405 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
22406 whereby names of length one or names starting with a
22407 symbol-constituent character would not be returned.
22408
22409 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22410
22411 * subr.el (atomic-change-group): Add edebug and indentation spec.
22412
22413 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
22414
22415 * completion.el (save-completions-file-name): Fix typo in last change.
22416
22417 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22418
22419 * info.el: Move back/forward history to the beginning of the tool bar.
22420
22421 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
22422
22423 * allout.el (eval-when-compile): Remove unnecessary load of cl.
22424 Add fset of allout-real-isearch-abort during compile to fix
22425 byte-compilation warnings.
22426 (allout-mode-p): Move definition of this macro above all uses, or
22427 byte compilation in barren Emacs (eg, during Emacs build) will
22428 lack the definition.
22429 (allout-mode): Move this variable above any uses, or byte
22430 compilation will fail.
22431 (allout-resolve-xref): Remove use of personal file-reference function.
22432 (allout-toggle-current-subtree-encryption): Do the current (ie,
22433 visible containing) topic, rather than nearest around point. Doc fix.
22434 (allout-toggle-subtree-encryption): New function, workhorse that
22435 works on nearest topic containing point.
22436 (allout-encrypt-string): Signal requirement for newer version of pgg.
22437 (allout-resumptions): Doc fix.
22438
22439 2005-12-02 Eli Zaretskii <eliz@gnu.org>
22440
22441 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
22442
22443 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
22444
22445 * textmodes/flyspell.el (flyspell-external-point-words):
22446 Consider a misspelling as found in the string search if: (a) misspelling
22447 and found string lengths match, or (b) misspelling is found as
22448 element in a boundary-chars separated longer string, or (c)
22449 ispell-program-name is really ispell and misspelling is found as
22450 part of a TeX string. After successful match move beginning of
22451 search region to end of match. Warn about not found misspellings
22452 once the process is done.
22453 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
22454
22455 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
22456
22457 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
22458 tool bar (removed inadvertently).
22459
22460 2005-12-02 Juri Linkov <juri@jurta.org>
22461
22462 * log-view.el (log-view-diff): Clarify doc string.
22463
22464 2005-12-01 Bill Wohler <wohler@newt.com>
22465
22466 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
22467 triggers lm-verify errors.
22468
22469 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
22470
22471 * simple.el (transient-mark-mode, line-number-mode)
22472 (column-number-mode, size-indication-mode): Remove `:require nil'.
22473
22474 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
22475
22476 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
22477 in the margin also.
22478 (gdb-breakpoints-mode-map): Use D instead of d for
22479 gdb-delete-breakpoint.
22480 (gdb-get-frame-number): Require a number to match on.
22481 (gdb-threads-mode-map): Add follow-link binding.
22482
22483 2005-11-30 Jason Rumney <jasonr@gnu.org>
22484
22485 * isearch.el (isearch-mode-map): Avoid exiting search on
22486 language-change event.
22487
22488 2005-11-30 Romain Francoise <romain@orebokech.com>
22489
22490 * speedbar.el (speedbar-default-position): New defcustom.
22491 (speedbar-frame-reposition-smartly): Use it.
22492
22493 * dframe.el (dframe-reposition-frame-emacs): Fix position
22494 computation for `left' location.
22495 Update copyright year.
22496
22497 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
22498
22499 * help.el (help-map): Move initialization into declaration.
22500
22501 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
22502
22503 * help-fns.el (help-argument-name): Don't autoload.
22504 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
22505 to be re-loaded when customizing the `help' group.
22506
22507 2005-11-30 John Paul Wallington <jpw@gnu.org>
22508
22509 * help-fns.el (describe-function-1): Fill arglist output.
22510
22511 2005-11-30 Kim F. Storm <storm@cua.dk>
22512
22513 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
22514 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
22515 after revert-buffer (or anything else which kills all local variables).
22516
22517 * apropos.el (apropos-parse-pattern): Doc fix.
22518 Set apropos-regexp directly, rather than expecting callers to do so.
22519 (apropos-command, apropos, apropos-value, apropos-documentation):
22520 Simplify calls to apropos-parse-pattern.
22521
22522 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
22523
22524 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
22525 (hi-lock-face-phrase-buffer): Use hi-yellow face.
22526 (hi-lock-write-interactive-patterns): Use comment-region.
22527
22528 * longlines.el (longlines-mode): Add mail-setup-hook.
22529
22530 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
22531
22532 * simple.el (sendmail-user-agent-compose, next-line):
22533 Conditionally use hard-newline.
22534
22535 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
22536
22537 * international/latexenc.el (latex-inputenc-coding-alist):
22538 Reword doc string.
22539
22540 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
22541
22542 * help.el (describe-key-briefly, describe-key): Recognize default
22543 bindings.
22544
22545 2005-11-29 Romain Francoise <romain@orebokech.com>
22546
22547 * view.el (view-inhibit-help-message): New defcustom.
22548 (view-mode-enter): Use it.
22549
22550 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
22551
22552 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
22553 Preserve user position.
22554
22555 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
22556
22557 * font-lock.el: Throw error if facemenu is not loaded to prevent
22558 accidental change of loading order in loadup.el. (Suggested by RMS.)
22559
22560 * loadup.el: Add comment explaining why facemenu must be loaded
22561 before font-lock.
22562
22563 2005-11-28 Jay Belanger <belanger@truman.edu>
22564
22565 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
22566 (calc-dispatch-map): Add more keys for `calc-same-interface'.
22567
22568 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
22569
22570 * calc/calc-embed.el (calc-do-embedded): Update help message.
22571
22572 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
22573
22574 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22575
22576 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
22577
22578 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22579 called-interactively-p.
22580 (elp-profilable-p): Rename from elp-not-profilable-p.
22581 Invert result and take into account macros and autoloaded functions.
22582 (elp-instrument-function): Update call.
22583 (elp-instrument-package): Update call. Add completion.
22584 (elp-pack-number): Use match-string.
22585 (elp-results-jump-to-definition-by-mouse): Merge into
22586 elp-results-jump-to-definition and then remove.
22587 (elp-output-insert-symname): Make help echo text single-line.
22588
22589 * replace.el (query-replace-map): Move initialization into declaration.
22590 (occur-engine): Use with-current-buffer.
22591 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
22592 (occur-mode-mouse-goto): Replace with an alias.
22593
22594 2005-11-28 Juri Linkov <juri@jurta.org>
22595
22596 * simple.el (quoted-insert): Let-bind input-method-function to nil.
22597
22598 * term/w32-win.el: Bind [S-tab] to [backtab].
22599
22600 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
22601 `Info-find-file' to t.
22602
22603 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
22604 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
22605 and same-window-regexps.
22606 (occur-next-error): Don't move point for arg 0.
22607
22608 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
22609
22610 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
22611
22612 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
22613
22614 * log-edit.el (log-edit-changelog-use-first): New var.
22615 (log-edit-changelog-ours-p): Use it.
22616 (log-edit-insert-changelog): Set it with new arg `use-first'.
22617 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
22618 (log-edit-hook): Add them to the list of suggested options.
22619
22620 * textmodes/flyspell.el (flyspell-last-buffer): New var.
22621 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
22622 redundant work.
22623 (flyspell-mode-on): Use add-hook for after-change-functions.
22624 (flyspell-mode-off): Use remove-hook for after-change-functions.
22625 (flyspell-changes): Make it buffer-local.
22626 (flyspell-after-change-function): Make it non-interactive. Use push.
22627 (flyspell-post-command-hook): Check input-pending-p while processing
22628 the potentially long list of buffer changes.
22629
22630 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
22631
22632 * buff-menu.el (list-buffers-noselect): Display the selected
22633 frame's buffer list, not the global one.
22634
22635 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
22636
22637 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
22638 that (list last-input-event) works as in interactive spec.
22639
22640 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22641
22642 * loadup.el ("facemenu"): Load facemenu before font-lock, because
22643 `facemenu-keymap' needs to be defined when font-lock is loaded.
22644 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
22645
22646 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22647
22648 * completion.el: Remove useless leading * in defcustom docstrings.
22649 (save-completions-file-name): Use ~/.emacs.d if available.
22650 (completion-standard-syntax-table): Rename from
22651 cmpl-standard-syntax-table and fold initialization into declaration,
22652 thus removing cmpl-make-standard-completion-syntax-table.
22653 (completion-lisp-syntax-table, completion-c-syntax-table)
22654 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
22655 (cmpl-saved-syntax, cmpl-saved-point): Remove.
22656 (symbol-under-point, symbol-before-point)
22657 (symbol-under-or-before-point, symbol-before-point-for-complete)
22658 (add-completions-from-c-buffer): Use with-syntax-table.
22659 (make-completion): Don't return a list of completion entries.
22660 Update callers.
22661 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
22662 (completion-initialize): Rename from initialize-completions.
22663 (completion-find-file-hook): Rename from cmpl-find-file-hook.
22664 (kill-emacs-save-completions): Collect stats here.
22665 (save-completions-to-file, load-completions-from-file):
22666 Use with-current-buffer.
22667 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
22668 into a function. Move all calls to toplevel.
22669 (completion-lisp-mode-hook): New fun.
22670 (completion-c-mode-hook, completion-setup-fortran-mode):
22671 Set the syntax-table here. Use local-set-key.
22672 (completion-saved-bindings): New var.
22673 (dynamic-completion-mode): Make it into a proper minor mode.
22674 (load-completions-from-file): Remove unused var `num-uses'.
22675
22676 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
22677 constructor if it is explicitly overridden.
22678
22679 * complete.el (PC-completion-as-file-name-predicate):
22680 Use minibuffer-completing-file-name.
22681 (partial-completion-mode): Use find-file-not-found-functions.
22682 (PC-lisp-complete-symbol): Use with-syntax-table.
22683 (PC-look-for-include-file): Remove dead setq.
22684 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
22685 (PC-complete): Use with-current-buffer.
22686
22687 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
22688 escape single quotes.
22689
22690 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22691
22692 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
22693 of `if' whose condition always returned nil. Doc fix.
22694
22695 * buff-menu.el (Buffer-menu-revert-function): Make the selected
22696 window's buffer the current buffer around the call to
22697 `list-buffers-noselect'. This is necessary to mark that buffer
22698 with a `.' in the Buffer Menu when called from Lisp, for instance
22699 by Auto Revert Mode.
22700
22701 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
22702
22703 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
22704 attaching to it.
22705 (gdb-pre-prompt): Make sure gdb-error is reset.
22706
22707 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
22708 with a child process, detect it.
22709 (gud-speedbar-buttons): Match regexp more carefully.
22710
22711 2005-11-27 Richard M. Stallman <rms@gnu.org>
22712
22713 * mouse.el (mouse-drag-move-window-bottom):
22714 Use adjust-window-trailing-edge.
22715
22716 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
22717
22718 * simple.el (blink-matching-open): Ignore
22719 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
22720 (blink-matching-paren-on-screen): Update docstring.
22721
22722 * paren.el (show-paren-mode): No longer change
22723 `blink-matching-paren-on-screen'.
22724
22725 2005-11-27 John Paul Wallington <jpw@pobox.com>
22726
22727 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22728 (gdb-threads-select, gdb-edit-register-value):
22729 Use `posn-set-point' instead of `mouse-set-point' because the
22730 latter is not fbound when configured without X.
22731
22732 2005-11-27 Kim F. Storm <storm@cua.dk>
22733
22734 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
22735 existing face when partially highlighting a TAB in a rectangle.
22736
22737 2005-11-26 Kim F. Storm <storm@cua.dk>
22738
22739 * ido.el (ido-mode-map): Doc fix.
22740 (ido-mode-common-map, ido-mode-file-map)
22741 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
22742 (ido-define-mode-map): Rewrite. Select one of the new maps as
22743 parent for ido-mode-map instead of building from scratch.
22744 (ido-init-mode-maps): New defun to initialize new maps.
22745 (ido-mode): Call it.
22746 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
22747 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
22748
22749 2005-11-26 John Paul Wallington <jpw@pobox.com>
22750
22751 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
22752 `mouse-set-point' because the latter is not fbound when configured
22753 without X.
22754
22755 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
22756
22757 * files.el (file-relative-name): Doc fix.
22758
22759 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
22760
22761 * progmodes/octave-inf.el (inferior-octave-startup): Force a
22762 non-empty string for secondary prompt PS2.
22763
22764 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
22765
22766 * progmodes/compile.el (compilation-setup): Fix last change.
22767
22768 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
22769
22770 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22771 (gdb-mouse-toggle-breakpoint-margin)
22772 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
22773 Add gdb-server-prefix to keep out of command history.
22774 (gdb-edit-register-value): New function.
22775 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
22776 (gdb-info-registers-custom): Use above map.
22777
22778 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
22779
22780 * custom.el (enable-theme): Signal error if argument is not a
22781 theme. Don't recalculate a face if it's not loaded yet.
22782
22783 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
22784 the `user' theme is in effect.
22785
22786 * info.el (Info-on-current-buffer): Record actual filename in
22787 Info-current-file, instead of t, or a fake filename if a non-file
22788 buffer. Make autoload.
22789 (Info-find-node, Info-revert-find-node): No need to check for
22790 Info-current-file nil.
22791 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
22792 Info-current-file is now never `t'.
22793 (Info-fontify-node): Many simplifications due to Info-current-file
22794 always being valid. Use Info-find-file to find node filename.
22795
22796 2005-11-25 David Kastrup <dak@gnu.org>
22797
22798 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
22799 new character, then delete" in order to preserve markers.
22800
22801 2005-11-25 David Ponce <david@dponce.com>
22802
22803 * recentf.el (recentf-arrange-by-rule): Handle a special
22804 `auto-mode-alist'-like "strip suffix" rule.
22805 (recentf-build-mode-rules): Handle second level auto-mode entries.
22806
22807 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
22808
22809 * emulation/viper-keym.el (viper-ESC-key): Use different values
22810 in terminal and window modes.
22811
22812 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
22813 add jde-javadoc-checker-report-mode.
22814
22815 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
22816
22817 * ediff.el (ediff-date): Change the date of last update.
22818
22819 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
22820
22821 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
22822 Use define-minor-mode, and make it a local mode. Turn on font-lock.
22823 (hi-lock-mode): New global minor mode.
22824 (turn-on-hi-lock-if-enabled): New function.
22825 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
22826 Change arguments to regexp and face instead of a font-lock pattern.
22827 Directly set face property, instead of refontifying.
22828 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
22829 (hi-lock-find-patterns): Use line-number-at-pos.
22830
22831 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
22832 arguments for hi-lock-set-pattern.
22833 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
22834 Call font-lock-fontify-buffer.
22835 (hi-lock-find-file-hook, hi-lock-current-line)
22836 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
22837
22838 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
22839 turned off.
22840
22841 * progmodes/compile.el (compilation-setup): Don't fiddle with
22842 font-lock-defaults.
22843
22844 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
22845
22846 * progmodes/gdb-ui.el (gdb-var-create-handler)
22847 (gdb-var-list-children-handler): Find values for all variable
22848 objects. gud-speedbar-buttons decides whether to display them.
22849
22850 2005-11-24 Romain Francoise <romain@orebokech.com>
22851
22852 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
22853 buffer name with a space.
22854
22855 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
22856
22857 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
22858 `org-export-local-list-max-depth'. Change default value to 3.
22859 (org-auto-renumber-ordered-lists)
22860 (org-plain-list-ordered-item-terminator): New options.
22861 (org-at-item-p, org-beginning-of-item, org-end-of-item)
22862 (org-get-indentation, org-get-string-indentation)
22863 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
22864 New functions.
22865 (org-move-item-down, org-move-item-up): New commands.
22866 (org-export-as-html): New classes for CSS support. Bug fix in
22867 regular expression detecting fixed-width regions. Respect
22868 `org-local-list-ordered-item-terminator'.
22869 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
22870 also a list item.
22871 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
22872 New item moving functions.
22873
22874 2005-11-24 Juri Linkov <juri@jurta.org>
22875
22876 * isearch.el (isearch-repeat): With empty search ring set
22877 `isearch-error' to the error string instead of signaling error
22878 with the function `error'.
22879
22880 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22881
22882 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
22883
22884 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
22885
22886 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
22887 and variable.
22888 (gdb-var-create-handler, gdb-var-list-children-handler):
22889 Don't match on "char **...".
22890 (gdb-var-update-handler): Find values for all variable objects.
22891 (gdb-info-frames-custom): Identify frames by leading "#".
22892
22893 * progmodes/gud.el (gud-speedbar-menu-items): Add
22894 gdb-speedbar-auto-raise as radio button.
22895 (gud-speedbar-buttons): Raise speedbar if requested.
22896 Don't match on "char **...".
22897 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
22898 Make it editable.
22899
22900 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
22901
22902 * info.el (Info-fontify-node): Handle the case where
22903 Info-current-file is t.
22904
22905 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
22906
22907 * simple.el (blink-matching-open): Fix off-by-one in last change.
22908
22909 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22910
22911 * term/mac-win.el: Don't change default directory.
22912
22913 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
22914
22915 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
22916 buffers correctly. (It used to throw an error in such buffers.)
22917 Make it ask for confirmation in group buffers and other Custom
22918 buffers containing more than one customization item.
22919
22920 2005-11-22 John Paul Wallington <jpw@gnu.org>
22921
22922 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
22923 property on mail and url overlays.
22924 (goto-address-at-point): Use `posn-set-point' instead of
22925 `mouse-set-point' because the latter is not fbound when configured
22926 without X.
22927
22928 2005-11-22 Lars Hansen <larsh@soem.dk>
22929
22930 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
22931 (ls-lisp-classify, ls-lisp-format): Delete call to
22932 ls-lisp-parse-symlink.
22933 (ls-lisp-handle-switches): Handle symlinks to directories as
22934 directories when ls-lisp-dirs-first in non-nil.
22935
22936 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
22937
22938 * startup.el (command-line): Make sure that loaddefs.el is handled
22939 correctly in load-history.
22940
22941 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
22942
22943 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
22944 (gdb-struct-string, gdb-array-string): New constants.
22945 (gdb-info-locals-handler): Use them.
22946 (gdb-reset): Reset gdb-var-list to nil.
22947
22948 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
22949
22950 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
22951 in patterns.
22952
22953 2005-11-21 Juri Linkov <juri@jurta.org>
22954
22955 * custom.el (defcustom): Update link types in docstring.
22956
22957 2005-11-20 Martin Rudalics <rudalics@gmx.at>
22958
22959 * custom.el (defgroup): Add doc-string-elt info.
22960
22961 * widget.el (define-widget): Don't use declare for the doc-string-elt.
22962
22963 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
22964
22965 * newcomment.el (comment-enter-backward): Fix last fix.
22966
22967 * simple.el (blink-matching-open):
22968 * paren.el (show-paren-function): Allow new paren-class info.
22969
22970 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
22971
22972 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
22973 handled automagically.
22974
22975 2005-11-20 Andreas Schwab <schwab@suse.de>
22976
22977 * descr-text.el (describe-char): When copying overlays put them
22978 over the full char description instead of just the first character
22979 of it.
22980
22981 2005-11-20 Juri Linkov <juri@jurta.org>
22982
22983 * simple.el (what-cursor-position):
22984 * descr-text.el (describe-char): Use Lisp-readable syntax
22985 for octal and hex. Reorder decimal, octal and hex values.
22986 Remove excess whitespace in the output. Use `=' in `column='
22987 like in `point=' and `Hscroll='.
22988
22989 * international/mule-cmds.el (encoded-string-description):
22990 Use Lisp-readable syntax for hex.
22991
22992 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
22993
22994 * newcomment.el (comment-enter-backward): Handle the case where the
22995 comment is closed by EOB.
22996
22997 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
22998
22999 * longlines.el (longlines-before-revert-hook)
23000 (longlines-after-revert-hook): New functions.
23001 (longlines-mode): Turn off longlines temporarily when reverting.
23002 Add a message-setup-hook.
23003 (longlines-decode-buffer): New function.
23004 (longlines-wrap-line): Preserve marker positions.
23005
23006 2005-11-19 Andreas Schwab <schwab@suse.de>
23007
23008 * emacs-lisp/shadow.el: Handle compressed files.
23009
23010 2005-11-19 Romain Francoise <romain@orebokech.com>
23011
23012 * net/browse-url.el (browse-url-default-browser): Signal an error
23013 if no usable browser can be found, rather than try to load w3.
23014
23015 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
23016
23017 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
23018 replacing existing properties.
23019 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23020 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
23021 tty specs.
23022 (rcirc-server-prefix, rcirc-server): New faces.
23023 (rcirc-url-regexp): Generate with rx macro.
23024 (rcirc-last-server-message-time): New variable.
23025 (rcirc-filter): Record time of last message.
23026 (rcirc-keepalive): Kill processes that did not send a message
23027 since the last ping.
23028 (rcirc-mode): Give rcirc-topic a local binding here.
23029
23030 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
23031
23032 * subr.el (read-passwd): Fontify the prompt as we do with other
23033 prompts.
23034
23035 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
23036
23037 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
23038 binding buffer-read-only to nil.
23039
23040 2005-11-19 Eli Zaretskii <eliz@gnu.org>
23041
23042 * complete.el (partial-completion-mode):
23043 Mention completion-auto-help in the doc string.
23044
23045 * man.el (Man-highlight-references): Doc fix. Reformat code in a
23046 more Lisp-ish way.
23047
23048 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
23049
23050 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
23051 digits, not 8, to avoid misalignment for files larger than 100MB.
23052
23053 2005-11-19 Eli Zaretskii <eliz@gnu.org>
23054
23055 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
23056 Mention "keyboard shortcuts" in the help text.
23057
23058 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23059
23060 * startup.el (fancy-splash-default-action): Discard only
23061 mouse-down and succeeding mouse-up events in the splash screen
23062 window so that drag-n-drop event can be processed.
23063
23064 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
23065
23066 * longlines.el (longlines-mode): Add hacks for mail-mode and
23067 message-mode.
23068
23069 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
23070
23071 * textmodes/org.el (org-table-sort-lines): New command.
23072 (org-tbl-menu): Add entry for `org-table-sort-lines'.
23073 (org-add-file): Command removed, use `org-agenda-file-to-front'
23074 instead.
23075 (org-export-icalendar): Use `org-icalendar-combined-name'.
23076 (org-cycle-agenda-files, org-agenda-file-to-end)
23077 (org-agenda-file-to-front): New commands.
23078 (org-table-tab-jumps-over-hlines, org-export-html-style):
23079 New options.
23080 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
23081 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
23082 New functions.
23083 (org-fill-paragraph): Call `org-table-align' in tables.
23084 (org-mode): Call `org-set-autofill-regexps'.
23085 (org-export-as-html): Support for local handformatted lists.
23086 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
23087 (org-export-local-list-max-depth): New option.
23088 (org-html-expand): Use `org-html-protect'.
23089
23090 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
23091
23092 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
23093 to "p".
23094 (gdb): Move definition of gud-pp to...
23095
23096 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
23097 speedbar.
23098 (gdb-find-watch-expression): New function.
23099
23100 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
23101
23102 * faces.el (face-attribute, set-face-attribute): Mention existence
23103 of `:ignore-defface' setting in docstring.
23104
23105 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
23106
23107 * simple.el (completion-setup-function): Fix last change.
23108
23109 2005-11-17 John Paul Wallington <jpw@pobox.com>
23110
23111 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
23112 Use `posn-set-point' instead of `mouse-set-point' because the
23113 latter is not fbound when configured without X.
23114
23115 * comint.el (comint-insert-input): Likewise.
23116
23117 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
23118
23119 * simple.el (hard-newline): New variable.
23120 (sendmail-user-agent-compose, next-line): Use it.
23121
23122 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
23123 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
23124 (mail-mail-reply-to, mail-mail-followup-to)
23125 (mail-position-on-field, mail-signature, mail-yank-original)
23126 (mail-attach-file): Likewise.
23127
23128 * mail/mailheader.el (mail-header-format)
23129 (mail-header-format-function): Likewise.
23130
23131 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
23132
23133 2005-11-17 Juri Linkov <juri@jurta.org>
23134
23135 * font-lock.el (font-lock-faces): Rename this defgroup from
23136 `font-lock-highlighting-faces'.
23137 (font-lock-comment-face, font-lock-comment-delimiter-face)
23138 (font-lock-string-face, font-lock-doc-face)
23139 (font-lock-keyword-face, font-lock-builtin-face)
23140 (font-lock-function-name-face, font-lock-variable-name-face)
23141 (font-lock-type-face, font-lock-constant-face)
23142 (font-lock-warning-face, font-lock-negation-char-face)
23143 (font-lock-preprocessor-face)
23144 (font-lock-regexp-grouping-backslash)
23145 (font-lock-regexp-grouping-construct): Rename :group from
23146 `font-lock-highlighting-faces' to `font-lock-faces'.
23147
23148 * cus-edit.el (lisp, c, tex):
23149 * progmodes/ada-mode.el (ada):
23150 * progmodes/asm-mode.el (asm):
23151 * progmodes/cperl-mode.el (cperl-faces):
23152 * progmodes/cpp.el (cpp):
23153 * progmodes/dcl-mode.el (dcl):
23154 * progmodes/f90.el (f90):
23155 * progmodes/fortran.el (fortran):
23156 * progmodes/icon.el (icon):
23157 * progmodes/idlwave.el (idlwave-misc):
23158 * progmodes/m4-mode.el (m4):
23159 * progmodes/make-mode.el (makefile):
23160 * progmodes/meta-mode.el (meta-font):
23161 * progmodes/modula2.el (modula2):
23162 * progmodes/octave-mod.el (octave):
23163 * progmodes/pascal.el (pascal):
23164 * progmodes/perl-mode.el (perl):
23165 * progmodes/prolog.el (prolog):
23166 * progmodes/ps-mode.el (PostScript-edit):
23167 * progmodes/scheme.el (scheme):
23168 * progmodes/sh-script.el (sh-script):
23169 * progmodes/simula.el (simula):
23170 * progmodes/tcl.el (tcl):
23171 * textmodes/nroff-mode.el (nroff):
23172 * textmodes/reftex-vars.el (reftex-fontification-configurations):
23173 * textmodes/sgml-mode.el (sgml):
23174 * textmodes/texinfo.el (texinfo):
23175 Add :link (custom-group-link font-lock-faces) to defgroup.
23176
23177 * hi-lock.el (hi-lock): Rename this defgroup from
23178 `hi-lock-interactive-text-highlighting'. Change parent group from
23179 `faces' to `font-lock'. Add link to the manual.
23180 (hi-lock-mode, hi-lock-file-patterns-range)
23181 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
23182 `hi-lock-interactive-text-highlighting' to `hi-lock'.
23183 (hi-lock-faces): Add :group `faces'.
23184
23185 * cus-edit.el (custom-variable-prompt): Clarify the code.
23186
23187 * faces.el (face-read-string): Set the default value arg of
23188 completing-read.
23189
23190 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
23191
23192 * rfn-eshadow.el (file-name-shadow-properties)
23193 (file-name-shadow-tty-properties, file-name-shadow-mode):
23194 Remove autoloads, because the file is now preloaded.
23195
23196 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * printing.el (easy-menu-intern): Don't define.
23199 (pr-get-symbol): Use easy-menu-intern only if defined.
23200
23201 * simple.el (blink-matching-open): Simplify a bit.
23202 (completion-setup-function): Fix the case of partial-completion-mode
23203 when the minibuffer's contents start with "-".
23204 Obey completion-base-size-function even when
23205 minibuffer-completing-file-name is non-nil.
23206
23207 2005-11-16 Richard M. Stallman <rms@gnu.org>
23208
23209 * net/eudcb-ph.el (eudc-ph-open-session):
23210 Use set-process-query-on-exit-flag.
23211
23212 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
23213
23214 * international/ucs-tables.el (ucs-set-table-for-input):
23215 Use make-local-variable, not make-variable-buffer-local.
23216
23217 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23218 Improve warning message text.
23219
23220 * savehist.el (savehist-save-hook): Add :group.
23221
23222 * menu-bar.el (menu-bar-help-menu):
23223 Rename Find Extra Packages to External Packages.
23224
23225 * cus-edit.el (Custom-reset-standard): Verify that
23226 :custom-standard-value prop exists before calling it.
23227
23228 * apropos.el (apropos-calc-scores): Use apropos-pattern.
23229
23230 2005-11-16 Martin Rudalics <rudalics@gmx.at>
23231
23232 * wid-edit.el (color): Enclose %t in %{...%}.
23233
23234 * cus-edit.el (face): Enclose %t in %{...%}.
23235
23236 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
23237
23238 * savehist.el (savehist-mode-hook): Re-add the var.
23239 (savehist-mode): Use it.
23240
23241 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23242
23243 * textmodes/flyspell.el: Fix commenting convention.
23244 Remove unnecessary leading * in custom docstrings.
23245 (flyspell-emacs): Remove unused var.
23246 (flyspell-delete-region-overlays): Use remove-overlays.
23247 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
23248 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
23249 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
23250 (flyspell-debug-signal-word-checked): Use with-current-buffer.
23251 (make-flyspell-overlay): Don't locally reuse a global name.
23252 (flyspell-highlight-incorrect-region)
23253 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
23254 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
23255 (flyspell-notify-misspell): Remove unused args `start' and `end'.
23256 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
23257 Wrap calls to accept-process-output inside with-local-quit since it's
23258 often called from a post-command-hook.
23259 (flyspell-correct-word, flyspell-auto-correct-word):
23260 Use ispell-send-string.
23261 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
23262
23263 * calendar/diary-lib.el (diary-list-entries): Also hide the
23264 terminating newline.
23265
23266 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
23267
23268 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
23269 window-system, to allow fonts on tty.
23270
23271 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
23272
23273 * progmodes/gud.el (gud-speedbar-item-info): New function.
23274 (gud-install-speedbar-variables): Use it to display data type
23275 of watch expression as a tooltip in speedbar.
23276
23277 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
23278
23279 * font-core.el (global-font-lock-mode): Add :version keyword,
23280 because default was changed.
23281
23282 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
23283
23284 * startup.el (command-line): Use `custom-reevaluate-setting' for
23285 `file-name-shadow-mode'.
23286
23287 * loadup.el: Preload rfn-eshadow.
23288
23289 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
23290 Add :version keyword.
23291 (file-name-shadow-properties, file-name-shadow-tty-properties)
23292 (file-name-shadow): Add :version keyword.
23293
23294 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
23295 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
23296 in the custom-group property of the symbol frames and the fringe
23297 group got no link to its parent group frames.
23298 Doc fix.
23299
23300 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23301
23302 * progmodes/gud.el (gud-stop-subjob): New function.
23303 (gud-menu-map, gud-tool-bar-map): Use it.
23304
23305 2005-11-16 Kim F. Storm <storm@cua.dk>
23306
23307 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
23308 than kill it.
23309 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
23310 to a more useful/logical place.
23311
23312 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23313
23314 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
23315 go buttons complementary.
23316
23317 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
23318
23319 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
23320 (rfn-eshadow-sifn-equal): New function.
23321 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
23322
23323 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
23324
23325 * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
23326 Quote `-' in string.
23327
23328 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
23329 rcirc-mode buffers come up in Emacs state.
23330
23331 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
23332 operation.
23333
23334 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
23335
23336 * term.el (term-termcap-format): Fix typos.
23337 (term-down): Fix the negative argument case.
23338
23339 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
23340
23341 * progmodes/gdb-ui.el: Remove face-alias left over from change on
23342 2005-08-15.
23343 (gdb-ann3): New command gud-go.
23344 (menu): Accomodate gdb-mi.el.
23345 (gdb-assembler-custom): Make buffer of selected window current
23346 so that set-window-point works.
23347
23348 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
23349 buttons and include new ones.
23350
23351 2005-11-16 Kim F. Storm <storm@cua.dk>
23352
23353 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
23354 (gud-menu-map): Use it.
23355
23356 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
23357
23358 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
23359 that works correctly for Custom and that does not override a user
23360 who disables it.
23361
23362 * help-mode.el (help-make-xrefs, help-xref-on-pp)
23363 (help-xref-interned, help-follow): Make hyperlinks for variables
23364 that are unbound, but have a non-nil variable-documentation property.
23365
23366 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
23367 mode hook. (It conflicted with defcustoms for some mode hooks.)
23368 Use the `variable-documentation' property to give the mode hook a
23369 docstring and expand that docstring.
23370
23371 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
23372
23373 * savehist.el (savehist-mode): Don't bother with
23374 `custom-set-minor-mode'.
23375 (savehist-coding-system): Check XEmacs version.
23376 (history-length): Declare also at run time.
23377 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
23378 Don't set the customize state.
23379 (savehist-minibuffer-hook): Special case for when
23380 minibuffer-history-variable is equal to t.
23381
23382 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
23383
23384 * files.el (write-file): Refresh VC status.
23385
23386 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
23387 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
23388 than fundamental-mode to see if the mode was set.
23389
23390 2005-11-14 Romain Francoise <romain@orebokech.com>
23391
23392 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
23393 dummy function in `eval-when-compile' to avoid compiler warning.
23394 Require `man' at compile time.
23395
23396 2005-11-14 Jay Belanger <belanger@truman.edu>
23397
23398 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
23399 calcFunc-powerexpand.
23400 (math-write-out-power): Rename it to math-powerexpand; have it
23401 handle negative exponents.
23402 (calc-writeoutpower): Rename it to calc-powerexpand.
23403
23404 * calc/calc-ext.el: Change calcFunc-writeoutpower and
23405 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
23406 autoloads.
23407 Add calcFunc-ldiv to autoloads.
23408
23409 * calc/calc-arith.el (calcFunc-ldiv): New function.
23410
23411 * calc/calc.el (calc-left-divide): New function.
23412
23413 2005-11-14 Juri Linkov <juri@jurta.org>
23414
23415 * cus-edit.el (custom-variable-prompt): Set the default value arg
23416 of completing-read.
23417
23418 * cus-dep.el (custom-make-dependencies): Reverse the list of
23419 found dependencies.
23420
23421 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
23422
23423 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
23424 Highlighting" entry, it is on by default now.
23425 (menu-bar-options-save): Do not save global-font-lock-mode.
23426
23427 2005-11-13 Richard M. Stallman <rms@gnu.org>
23428
23429 * textmodes/flyspell.el (flyspell-large-region):
23430 Call flyspell-accept-buffer-local-defs.
23431
23432 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
23433
23434 * textmodes/flyspell.el (flyspell-notify-misspell):
23435 Fix misspelling of "Misspelling".
23436 (flyspell-process-localwords): New function.
23437 (flyspell-large-region): Call flyspell-process-localwords and
23438 flyspell-delete-region-overlays.
23439 (flyspell-delete-region-overlays): New function.
23440 (flyspell-delete-all-overlays): Call that.
23441
23442 2005-11-13 Richard M. Stallman <rms@gnu.org>
23443
23444 * help.el (help-for-help-internal): Improve doc of C-h a.
23445 (describe-key): Improve prompt; doc fix.
23446
23447 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
23448
23449 * vc-svn.el (vc-svn-registered): Catch all errors.
23450
23451 * cus-dep.el (custom-make-dependencies): Typo.
23452
23453 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
23454
23455 * net/tramp-util.el (top): Fix compilation warning.
23456
23457 2005-11-13 Kim F. Storm <storm@cua.dk>
23458
23459 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
23460
23461 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
23462
23463 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
23464 (gud-speedbar-buttons): Match on "const char *" too.
23465
23466 * progmodes/gdb-ui.el (gdb-var-create-handler)
23467 (gdb-var-list-children-handler): Match on "const char *" too.
23468 (gdb-var-evaluate-expression-handler): Match on empty string.
23469 (gdb-var-update-handler): Only call
23470 gdb-var-evaluate-expression-handler when required.
23471
23472 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
23473
23474 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
23475 selected window. This still doesn't work for speedbar.
23476 (gud-speedbar-buttons): Handle string expressions properly.
23477
23478 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
23479 (gdb-var-create-handler): Handle string expressions properly.
23480 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
23481 Handle string expressions properly. Move "type" field into regexp.
23482
23483 2005-11-12 Karl Fogel <kfogel@red-bean.com>
23484
23485 * bookmark.el (bookmark-maybe-message): New function to reduce
23486 code duplication: invokes `message' iff baud-rate is high enough.
23487 (bookmark-write-file): Use above instead of an inline conditional.
23488 (bookmark-load): Same.
23489
23490 2005-11-12 Karl Fogel <kfogel@red-bean.com>
23491
23492 * bookmark.el (bookmark-write-file): Don't visit the destination
23493 file, just write the data to it using write-region. This is
23494 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
23495 change to avoid visiting the file in the first place.
23496
23497 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
23498
23499 * hi-lock.el (hi-lock-mode): Set the default value of
23500 font-lock-defaults.
23501
23502 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
23503
23504 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
23505 arg to `file-attributes'.
23506 (find-lisp-format): The UID and GID can now be strings.
23507
23508 2005-11-12 Kim F. Storm <storm@cua.dk>
23509
23510 * help.el (help-map): Bind C-h d to apropos-documentation.
23511
23512 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
23513 when point is at end-of-buffer.
23514
23515 * apropos.el (apropos-match-face): Doc fix.
23516 (apropos-sort-by-scores): Add new choice `verbose'.
23517 (apropos-documentation-sort-by-scores): New defcustom.
23518 (apropos-pattern): Now contains the pattern entered by the user.
23519 (apropos-pattern-quoted): New defvar.
23520 (apropos-regexp): New defvar, containing the regexp corresponding
23521 to apropos-pattern.
23522 (apropos-all-words-regexp): Rename from apropos-all-regexp.
23523 (apropos-read-pattern): New defun. Use it to read pattern arg in
23524 interactive calls; returns list of words for a word list, and
23525 string for a regexp.
23526 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
23527 parses a list of words or regexp as returned by apropos-read-pattern.
23528 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
23529 (apropos-score-doc): Return a very high score if the string
23530 entered by the user matches literally.
23531 (apropos-variable): Doc fix. Use apropos-read-pattern.
23532 (apropos-command): Doc fix. Use apropos-read-pattern and
23533 apropos-parse-pattern. Call apropos-print with nosubst=t.
23534 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
23535 apropos-parse-pattern.
23536 (apropos-documentation): Doc fix. Use apropos-read-pattern and
23537 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
23538 apropos-documentation-sort-by-scores. Call apropos-print with
23539 nosubst=t.
23540 (apropos-documentation-internal): Pass doc string through
23541 substitute-key-definition before adding text properties.
23542 Highlight substring matching literal user input if possible.
23543 (apropos-documentation-check-doc-file): Remove locals beg and end.
23544 Fix calculation of score (as added twice). Pass doc string through
23545 substitute-key-definition before adding text properties.
23546 (apropos-documentation-check-elc-file): Pass doc string through
23547 substitute-key-definition before adding text properties.
23548 Highlight substring matching literal user input if possible.
23549 (apropos-print): Add new arg NOSUBST; if set, command and variable
23550 doc strings have already been passed through substitute-key-definition.
23551 Add code to handle apropos-accumulator items without score element
23552 for backwards compatibility (e.g. with woman package).
23553 Only show scores if apropos-sort-by-scores is `verbose'.
23554
23555 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23556
23557 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
23558 Add jka-compr-load-suffixes to load-suffixes.
23559
23560 * jka-compr.el: Require jka-cmpr-hook.
23561 (jka-compr-info-compress-message, jka-compr-info-compress-program)
23562 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
23563 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
23564 (jka-compr-info-can-append, jka-compr-info-strip-extension)
23565 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
23566 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
23567 (jka-compr-uninstall): Remove entries from
23568 jka-compr-added-to-file-coding-system-alist after they are used.
23569 (jka-compr-error): Remove unused var `curbuf'.
23570 (jka-compr-file-local-copy): Remove unused var `notfound'.
23571
23572 2005-11-10 Romain Francoise <romain@orebokech.com>
23573
23574 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
23575
23576 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
23577
23578 * progmodes/gud.el (gud-menu-map): Move parentheses.
23579 (gdb): New command gud-pv.
23580
23581 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23582
23583 * tar-mode.el: Remove spurious or unnecessary leading stars
23584 in docstrings.
23585 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
23586 (tar-parse-octal-integer-safe): Use mapc.
23587 (tar-header-block-summarize): Remove unused var `ck'.
23588 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
23589 cleared before. Obey default-enable-multibyte-characters.
23590 Use mapconcat. Simplify setting of tar-header-offset.
23591 (tar-mode-map): Move initialization inside delcaration.
23592 (tar-flag-deleted): Use `abs'.
23593 (tar-expunge-internal): Remove unused var `line'.
23594 (tar-expunge-internal): Don't hardcode point-min==1.
23595 (tar-expunge): Widen while doing set-buffer-multibyte.
23596 (tar-rename-entry): Use file-name-coding-system.
23597 (tar-alter-one-field): Don't hardcode point-min==1.
23598 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
23599 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
23600
23601 2005-11-10 Masatake YAMATO <jet@gyve.org>
23602
23603 * add-log.el (add-log-current-defun): Handle class::method
23604 notation of c++. Fix incorrect comment.
23605
23606 2005-11-10 Alan Mackenzie <acm@muc.de>
23607
23608 * help-fns.el (describe-variable): Make C-h v work when a variable
23609 has variable documentation yet is unbound.
23610
23611 2005-11-10 Masatake YAMATO <jet@gyve.org>
23612
23613 * man.el (Man-highlight-references): Set an empty
23614 string to `Man-arguments' if it is nil.
23615 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
23616
23617 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
23618
23619 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
23620 commenting conventions.
23621
23622 * cus-dep.el (custom-make-dependencies): Simplify.
23623 Better follow the commenting conventions.
23624
23625 2005-11-09 Richard M. Stallman <rms@gnu.org>
23626
23627 * apropos.el (apropos-pattern): Rename from apropos-regexp.
23628 (apropos-orig-pattern): Rename from apropos-orig-regexp.
23629 All uses changed.
23630 (apropos-rewrite-regexp): Doc fix.
23631 (apropos-variable, apropos-command, apropos, apropos-value):
23632 Change prompt; carry through the argument renaming.
23633
23634 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
23635
23636 * find-lisp.el: Require dired.
23637 (find-lisp-find-dired-internal): Do not call
23638 `abbreviate-file-name' on DIR.
23639
23640 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
23641
23642 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
23643
23644 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
23645
23646 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
23647 when using the speedbar.
23648 (gdb): New command gud-pp.
23649 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
23650
23651 2005-11-09 Juri Linkov <juri@jurta.org>
23652
23653 * replace.el (occur-excluded-properties): New defcustom.
23654 (occur-1, occur-engine, occur-accumulate-lines): Use it.
23655
23656 2005-11-08 Jay Belanger <belanger@truman.edu>
23657
23658 * calc/calc-units.el (math-convert-units): Replace any composite
23659 unit by its definition.
23660
23661 2005-11-08 Lars Hansen <larsh@soem.dk>
23662
23663 * emacs-lisp/autoload.el (update-directory-autoloads):
23664 Add obsolete function alias.
23665
23666 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
23667
23668 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
23669 comment-indent-function.
23670 (lisp-comment-indent): Replace by an alias for comment-indent-default.
23671
23672 * reveal.el (reveal-post-command): Rework the handling of
23673 reveal-open-spots, so as to be more reliable. There were several
23674 tricky corner cases where an open spot might be lost, or where
23675 a closed spot might end up on the list of open spots.
23676 Only reveal text that's ellipsised.
23677
23678 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
23679
23680 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
23681
23682 2005-11-07 John Paul Wallington <jpw@gnu.org>
23683
23684 * ibuffer.el (ibuffer): Search iconified frames too when
23685 getting Ibuffer buffer's window.
23686
23687 2005-11-06 Richard M. Stallman <rms@gnu.org>
23688
23689 * progmodes/compile.el (compilation-internal-error-properties):
23690 save-excursion around the computation of MARKER.
23691
23692 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
23693
23694 * textmodes/flyspell.el (flyspell-external-point-words):
23695 flyspell-get-word returns a list, not just a string.
23696
23697 2005-11-06 John Paul Wallington <jpw@pobox.com>
23698
23699 * ibuffer.el (ibuffer): Search all visible frames when getting
23700 Ibuffer buffer's window.
23701
23702 2005-11-07 Masatake YAMATO <jet@gyve.org>
23703
23704 * man.el (Man-reference-regexp): Accept spaces between
23705 `Man-name-regexp' and `Man-section-regexp'.
23706 (Man-apropos-regexp): New variable.
23707 (Man-abstract-xref-man-page): Use value for `Man-target-string'
23708 if available.
23709 (Man-highlight-references, Man-highlight-references0):
23710 Handle the case when `Man-arguments' includes "-k".
23711 (Man-highlight-references0): Rename the argument `TARGET-POS' to
23712 `TARGET'. `TARGET' can be a number, function or nil.
23713
23714 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
23715
23716 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
23717 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
23718 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
23719 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
23720 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
23721 (gdb-send-item): Use buffer-local-value and simplify.
23722
23723 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
23724
23725 * startup.el (command-line): Use `custom-reevaluate-setting' for
23726 `global-font-lock-mode'.
23727
23728 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
23729 by default, except in batch mode or when the -D option is given.
23730
23731 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
23732 specified keyword args on to `define-minor-mode'. Update docstring.
23733
23734 2005-11-05 Romain Francoise <romain@orebokech.com>
23735
23736 * replace.el (occur-engine): Add marker at end of line, too.
23737
23738 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
23739
23740 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23741 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23742 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23743 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23744 argument to all these routines, so the passphrase can be managed
23745 externally and passed in to the system.
23746 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23747 pgg-add-passphrase-to-cache function.
23748
23749 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23750 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23751 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23752 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23753 argument to all these routines, so the passphrase can be managed
23754 externally and passed in to the system.
23755 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23756 function.
23757
23758 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
23759
23760 * font-lock.el: Don't deal with font-lock-face-attributes here,
23761 move the code ...
23762
23763 * startup.el (command-line): ... here. Use face-spec-set instead
23764 of custom-declare-face.
23765
23766 * faces.el (face-spec-set): Reset the face if spec is not nil.
23767
23768 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
23769
23770 * newcomment.el (comment-region-internal): Box more tightly in the
23771 common case where there's no TAB in the boxed text.
23772
23773 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23774
23775 * info.el (info-tool-bar-map): Use images prev-node, next-node and
23776 up-node.
23777
23778 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
23779
23780 * net/newsticker.el: Commentary updated. Code formatting changed.
23781 (newsticker-version): Change to "1.9".
23782 (newsticker, newsticker-feed): Doc fix.
23783 (newsticker-url-list): Doc fix. Add option "Weekly".
23784 (newsticker-retrieval-interval): Add option "Weekly".
23785 (newsticker-headline-processing): Doc fix.
23786 (newsticker-auto-mark-filter): Remove.
23787 (newsticker-auto-mark-filter-list): New.
23788 (newsticker-layout, newsticker-sort-method): Doc fix.
23789 (newsticker-hide-old-items-in-newsticker-buffer)
23790 (newsticker-heading-format, newsticker-item-format)
23791 (newsticker-desc-format): Doc fix.
23792 (newsticker-show-all-rss-elements): Remove.
23793 (newsticker-show-all-news-elements): New.
23794 (newsticker-faces, newsticker-ticker): Doc fix.
23795 (remove-from-invisibility-spec): Code formatting.
23796 (newsticker--process-ids): New.
23797 (newsticker-mode): Doc fix.
23798 (newsticker-mode): Change mode-line-format.
23799 (newsticker-start): Remove debug output.
23800 (newsticker-start-ticker): Doc fix. Add autoload cookie.
23801 (newsticker-w3m-show-inline-images): Code formatting.
23802 (newsticker-next-item): Call `force-mode-line-update'.
23803 (newsticker-previous-item): Call `force-mode-line-update'.
23804 (newsticker-next-feed): Call `force-mode-line-update'.
23805 (newsticker-previous-feed): Call `force-mode-line-update'.
23806 (newsticker-mark-all-items-at-point-as-read): Code formatting.
23807 (newsticker-show-old-items): Do not show descs.
23808 (newsticker-hide-entry): Hide too much.
23809 (newsticker-hide-entry, newsticker-show-entry)
23810 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
23811 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
23812 (newsticker-toggle-auto-narrow-to-item): Code formatting.
23813 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
23814 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
23815 (newsticker-get-news): Call `force-mode-line-update'.
23816 Collect process ids.
23817 (newsticker--sentinel): Change coding system handling.
23818 Move image retrieval to new functions newsticker--get-logo-url-*.
23819 Move feed parsing to new functions newsticker--parse-*.
23820 Update list of process ids.
23821 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
23822 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
23823 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
23824 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
23825 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
23826 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
23827 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
23828 (newsticker--decode-coding-string): Remove.
23829 (newsticker--decode-numeric-entities): Check input. Format code.
23830 (newsticker--remove-whitespace): Check input.
23831 (newsticker--do-forget-preformatted): Doc fix.
23832 (newsticker--decode-rfc822-date): Allow for missing time.
23833 (newsticker--update-process-ids): New.
23834 (newsticker--image-sentinel): Change comment.
23835 (newsticker--image-read): Change error message.
23836 (newsticker--imenu-goto): Doc fix. Show headline title.
23837 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
23838 (newsticker--buffer-do-insert-text): Clean whitespace in
23839 html-rendered headline title. Code formatting.
23840 Call `newsticker--buffer-print-extra-elements'.
23841 (newsticker--buffer-print-extra-element): Remove.
23842 (newsticker--buffer-print-extra-elements): New.
23843 (newsticker--buffer-do-print-extra-element): New.
23844 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
23845 large sizes.
23846 (newsticker--run-auto-mark-filter)
23847 (newsticker--do-run-auto-mark-filter):
23848 Use `newsticker-auto-mark-filter-list'.
23849
23850 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
23851
23852 * net/rcirc.el: Use split-string OMIT-NULLS argument.
23853 (rcirc-print): Force redisplay before running hooks. Do long
23854 buffer truncation after making new text read-only. Deal with nil
23855 text when decoding strings. If TARGET is nil, use either the
23856 currently selected buffer, if it is an rcirc buffer and of the
23857 same process or the process buffer.
23858 (rcirc-mode): Remove header-line. Recompute short buffer names.
23859 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
23860 (rcirc-short-buffer-name): Add variable.
23861 (rcirc-kill-buffer-hook): Recompute short buffer names.
23862 Remove nick from private channel.
23863 (rcirc-send-input): Send command text to current-buffer.
23864 Don't clear overlay arrow here.
23865 (rcirc-short-buffer-name): Return a short buffer name.
23866 (rcirc-update-short-buffer-names, rcirc-abbreviate)
23867 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
23868 buffer-name abbreviations.
23869 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
23870 Do not touch nick-table when killing a parted channel.
23871 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
23872 Clear arrow from current buffer if it is now hidden.
23873 (rcirc-current-buffer): Add variable.
23874 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23875 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
23876 Remove -face from names.
23877 (rcirc-update-activity-string): Print "DND" when globally ignoring
23878 activity.
23879 (rcirc-ignore-buffer-activity-flag): Rename from
23880 rcirc-ignore-channel-activity.
23881 (rcirc-ignore-all-activity-flag): Doc fix.
23882 (rcirc-channels): Remove variable.
23883 (rcirc-kill-buffer-hook):
23884 (rcirc-get-buffer-create): Add nick to private channel.
23885 (rcirc-multiline-edit-submit): Remove tabs.
23886 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
23887 folded.
23888 (rcirc-remove-nick-channel): Bug fix.
23889 (rcirc-toggle-ignore-buffer-activity): Rename from
23890 rcirc-toggle-ignore-channel-activity.
23891 (rcirc-record-activity): Add buffers to the front of the list.
23892 (rcirc-update-activity): Remove killed buffers from list.
23893 (rcirc-process-server-response-1): Remove last argument if it is
23894 null before calling handler.
23895 (rcirc): Add "rcirc" defcustom prefix.
23896 (rcirc-prompt): Simplify default prompt.
23897 Use custom-initialize-default.
23898 (rcirc-private-chats): Remove variable.
23899 (rcirc-prompt): Change initialization.
23900 (rcirc-version): Remove function.
23901 (rcirc-id-string): Add constant.
23902 (rcirc-last-buffer): Remove variable.
23903 (rcirc-buffer-alist): Add variable.
23904 (rcirc-connect): Update variable setup.
23905 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
23906 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
23907 default.
23908 (rcirc-handler-generic): Trigger activity.
23909 (rcirc-send-message): Create the buffor of the target.
23910 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
23911 (rcirc-get-buffer): Just return nil if there is no matching buffer.
23912 (rcirc-multiline-edit-cancel): Remove function.
23913 (rcirc-set-last-buffer): Remove function.
23914 (rcirc-get-any-buffer): Add function.
23915 (rcirc-join-channels): Don't print /join text.
23916 (rcirc-toggle-ignore-channel-activity): Add and update echo area
23917 messages.
23918 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
23919 (rcirc-handler-NOTICE): Recognize CTCP responses.
23920 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
23921 constructing TOPIC string for buffers we are not JOINed.
23922 (rcirc-handler-CTCP-response): Add handler.
23923 (rcirc-multiline-edit-submit): Restore the window-configuration
23924 before adjusting point.
23925 (rcirc): Add customization group.
23926 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
23927 (rcirc-user-full-name, rcirc-startup-channels-alist)
23928 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
23929 (rcirc-ignore-all-activity-flag, rcirc-time-format)
23930 (rcirc-input-ring-size, rcirc-read-only-flag)
23931 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
23932 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
23933 Change defvar to defcustom.
23934 (rcirc-update-prompt): Add optional ALL arg, which will update
23935 prompts in all rcirc buffers. Regexp quote replacement text.
23936 (rcirc-fill-column): Accept frame-width as a value.
23937 (rcirc-set-changed): Add function.
23938 (rcirc-next-active-buffer): Write more meaningful messages.
23939 (rcirc-faces): Add customization group.
23940 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
23941 (rcirc-nick-in-message-face, rcirc-prompt-face)
23942 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
23943 (with-rcirc-process-buffer): Move before first usage.
23944 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
23945 (rcirc-debug-flag): Rename from `rcirc-log-p'.
23946 (rcirc-debug): Rename from `rcirc-log'.
23947 (rcirc-format-response-string): Do not print `-' chars for a
23948 NOTICE with no sender. Simplify output of server responses.
23949
23950 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
23951
23952 (rcirc-browse-url-map, rcirc-browse-url-at-point)
23953 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
23954 Make urls mouse and RET clickable.
23955
23956 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
23957
23958 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
23959
23960 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
23961
23962 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23963 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23964 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23965 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23966 argument to all these routines, so the passphrase can be managed
23967 externally and passed in to the system.
23968 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23969 pgg-add-passphrase-to-cache function.
23970
23971 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23972 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23973 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23974 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23975 argument to all these routines, so the passphrase can be managed
23976 externally and passed in to the system.
23977 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23978 function.
23979
23980 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
23981
23982 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
23983 from goto-address-url-regexp.
23984
23985 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
23986
23987 * textmodes/org.el (org-read-date, org-goto-calendar)
23988 (org-recenter-calendar, org-agenda-goto-calendar):
23989 Temporarily clear `calendar-move-hook'.
23990
23991 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
23992
23993 * ediff-merg.el (ediff-merge-region-is-non-clash):
23994 Return t, if not merging.
23995
23996 * ediff-util.el (ediff-previous-difference): Don't skip regions that
23997 have merge clashes.
23998
23999 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24000
24001 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
24002 Undo previous change.
24003
24004 * startup.el (command-line): Use `custom-reevaluate-setting' for
24005 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
24006 tty-register-default-colors on Mac.
24007
24008 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
24009
24010 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
24011 (gdb-buffer-type): Make it automatically buffer local...
24012 (gdb-get-create-buffer): ...and set it accordingly.
24013 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
24014 actually work.
24015
24016 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
24017
24018 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
24019 not red.
24020
24021 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
24022
24023 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
24024 case GUD buffer is not visible.
24025 (gdb-goto-breakpoint): Try to force display in source buffer.
24026 (gdb-frame-gdb-buffer): Copy other similar functions.
24027 (gdb-restore-windows): Don't display source if not asked for.
24028 (gdb-assembler-buffer-name): Don't capitalise.
24029
24030 2005-11-03 Richard M. Stallman <rms@gnu.org>
24031
24032 * wid-edit.el (key-sequence): New widget type.
24033
24034 * simple.el (set-mark-command-repeat-pop): New variable.
24035 (set-mark-command): Only interpret plan C-@ after a pop as a pop
24036 if set-mark-command-repeat-pop is true.
24037
24038 * info.el (Info-fontify-node): Don't display extra "see" if there
24039 already is one here.
24040
24041 * mouse.el: Fix special handling of DEL after dragging a region:
24042 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
24043 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
24044
24045 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
24046
24047 * textmodes/ispell.el (ispell-command-loop): Change `i' description
24048 not to assume it pertains to an affix.
24049
24050 * textmodes/flyspell.el (flyspell-post-command-hook):
24051 Bind deactivate-mark to prevent deactivation.
24052
24053 2005-11-03 Lars Hansen <larsh@soem.dk>
24054
24055 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
24056 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
24057 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
24058
24059 2005-11-03 Romain Francoise <romain@orebokech.com>
24060
24061 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
24062 Update copyright years.
24063
24064 2005-11-03 Sam Steingold <sds@gnu.org>
24065
24066 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
24067 Use system-type instead of window-system because window-system is not
24068 correctly defined during loadup.
24069
24070 2005-11-02 Mark A. Hershberger <mah@everybody.org>
24071
24072 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
24073 (xml-parse-tag): Join strings separated by a comment properly.
24074
24075 2005-11-02 Andreas Schwab <schwab@suse.de>
24076
24077 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
24078
24079 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
24080
24081 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
24082 (byte-optimize-pure-func): Quote the eval'd value.
24083
24084 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
24085 Rename from perl-font-lock-syntactic-face-function.
24086 Change the calling convention so it can be used as a font-lock MATCHER.
24087 Do the parse-partial-sexp loop outselves.
24088 (perl-font-lock-syntactic-keywords): Use it.
24089 (perl-mode): Don't set font-lock-syntactic-face-function any more.
24090
24091 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
24092
24093 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
24094 disassembly buffer too.
24095 (gdb-exited): Remove overlay arrows when execution has finished.
24096 (gdb-info-frames-custom, gdb-info-threads-custom)
24097 (gdb-info-registers-custom): Don't add inappropriate text
24098 properties if inferior is not active.
24099
24100 2005-11-02 Glenn Morris <rgm@gnu.org>
24101
24102 * progmodes/fortran.el (fortran-blink-match):
24103 Use `blink-matching-delay'.
24104
24105 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
24106
24107 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
24108
24109 2005-11-02 Lars Hansen <larsh@soem.dk>
24110
24111 * net/tramp.el (tramp-action-out-of-band): Handle scp message
24112 "Permission denied".
24113
24114 2005-11-01 Richard M. Stallman <rms@gnu.org>
24115
24116 * textmodes/flyspell.el (flyspell-external-point-words):
24117 Pass nil to flyspell-get-word.
24118
24119 2005-11-02 Kim F. Storm <storm@cua.dk>
24120
24121 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
24122 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
24123
24124 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
24125
24126 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
24127 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
24128 (calendar-mouse-print-dates): Add optional `event' argument.
24129 Update interactive-spec.
24130 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
24131 Use `calendar-event-to-date' instead of `event'.
24132
24133 2005-11-02 Masatake YAMATO <jet@gyve.org>
24134
24135 * progmodes/ld-script.el (ld-script-builtins):
24136 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
24137 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
24138 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
24139
24140 2005-11-01 Romain Francoise <romain@orebokech.com>
24141
24142 * vc-sccs.el: Update copyright year.
24143 * ezimage.el: Likewise.
24144
24145 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
24146
24147 * info.el (Info-fontify-node): Use `string-width' for fontifying
24148 underlined titles.
24149
24150 2005-11-01 Juri Linkov <juri@jurta.org>
24151
24152 * info.el (Info-fontify-node): Downcase node header keywords Node,
24153 Prev, Next, Up before comparison.
24154 (Info-history): Insert absolute directory name, and put invisible
24155 property on it.
24156
24157 2005-11-01 Juri Linkov <juri@jurta.org>
24158
24159 * info.el (Info-file-supports-index-cookies): New variable.
24160 (Info-find-node-2): Check makeinfo version for index cookie support.
24161 (Info-index-nodes): Search for nodes with index cookies only when
24162 Info-file-supports-index-cookies is t. Otherwise, search nodes
24163 with "Index" in the node name.
24164 (Info-index-node): Search index cookie in the current node only when
24165 Info-file-supports-index-cookies is t. Otherwise, check the word
24166 "Index" in the node name.
24167 (Info-find-emacs-command-nodes): Remove code that searches nodes
24168 with "Index" node name in the top menu.
24169
24170 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
24171
24172 * progmodes/scheme.el (scheme-mode-variables): Use the default
24173 comment-indent-function.
24174
24175 * faces.el (face-attribute): Handle the case where a face inherits from
24176 a non-existent face.
24177
24178 * simple.el (eval-expression-print-format): Use lisp-readable syntax
24179 for octal and hexa output, and merge the char into the paren.
24180 (kill-new): Use push.
24181 (copy-to-buffer): Use with-current-buffer.
24182 (completion-setup-function): Move code in loop to remove redundancy.
24183 (minibuffer-local-must-match-map): Don't add bindings that duplicate
24184 those inherited from minibuffer-local-completion-map.
24185
24186 * savehist.el (savehist-mode) <defcustom>:
24187 Use custom-set-minor-mode if available.
24188 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
24189 and emit a message if applicable.
24190
24191 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
24192
24193 * savehist.el: Sync up to version 19.
24194 (savehist-mode): New minor mode.
24195 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
24196 (savehist-length): Remove (use history-length instead).
24197 (savehist-file-modes): Rename from savehist-modes.
24198 (savehist-save-hook, savehist-loaded): New vars.
24199 (savehist-load): Use savehist-mode. Try to smooth up transition from
24200 old format to new format.
24201 (savehist-install): Allow savehist-autosave-interval to be nil.
24202 (savehist-save): Run the new hook. Be more careful to only trim the
24203 history variables.
24204 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
24205 (savehist-printable): Print into a buffer rather than char-by-char.
24206
24207 2005-11-01 John Wiegley <johnw@newartisans.com>
24208
24209 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
24210 toggle-ignore keybinding (C-a). The author said it had been
24211 disabled much earlier due to a possible incompatibility, but after
24212 many months of usage I have encountered no problems (and it is a
24213 rather useful option, especially for switching to " *temp*").
24214
24215 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
24216 support for OS/X's AddressBook, by calling out to the open source
24217 program "contacts" (installable through Fink).
24218
24219 * net/eudc.el (eudc-expand-inline): If the
24220 `eudc-multiple-match-handling-method' is set to `all', delete the
24221 query string before inserting the query result.
24222
24223 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
24224 flag, to prevent Eshell from using the system ls when
24225 `eshell-ls-insert-directory' is in used.
24226 (eshell-ls-insert-directory): Disable font-lock in directory
24227 buffer so that Eshell's own fontification is seen. This broke
24228 recently due to changes in font-lock, so this goes back to version
24229 21 behavior.
24230
24231 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
24232
24233 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
24234 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
24235 (gdb-many-windows): Doc fix.
24236
24237 2005-10-31 Romain Francoise <romain@orebokech.com>
24238
24239 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
24240
24241 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
24242
24243 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
24244 that global-font-lock-mode can be enabled by default.
24245
24246 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
24247 (font-lock-add-keywords, font-lock-remove-keywords)
24248 (font-lock-fontify-buffer): Remove autoload cookies.
24249
24250 * jit-lock.el (jit-lock-register): Likewise.
24251
24252 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
24253
24254 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
24255
24256 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
24257 intact if there is no gud-comint-buffer.
24258
24259 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
24260
24261 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
24262 old prompt comint-prompt-read-only is t and GDB commands are
24263 issued from tool bar etc.
24264
24265 2005-10-31 Masatake YAMATO <jet@gyve.org>
24266
24267 * vc.el (vc-directory-exclusion-list): Add "{arch}".
24268
24269 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
24270
24271 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
24272 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
24273
24274 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
24275
24276 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
24277 starting at beginning of line. Fontification is messed up when
24278 `open-paren-in-column-0-is-defun-start' set to t.
24279 Reported by John Paul Wallington <jpw@pobox.com>.
24280
24281 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
24282
24283 * comint.el (comint-send-input): Call `comint-update-fence' when
24284 `comint-process-echoes' and `comint-prompt-read-only' are both
24285 non-nil, to avoid leftover read-only newline.
24286
24287 2005-10-30 Richard M. Stallman <rms@gnu.org>
24288
24289 * textmodes/flyspell.el (flyspell-external-point-words):
24290 Detect when WORD can't be checked properly because
24291 flyspell-get-word finds just part of it, and move on.
24292
24293 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
24294 boundarychar for Polish.
24295 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
24296 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
24297
24298 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
24299
24300 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
24301 (gdb-registers-font-lock-keywords): Delete.
24302 (gdb-registers-mode): Don't fontify.
24303 (gdb-info-registers-custom): Use text properties instead as, in
24304 future, changed register values will use font-lock-warning-face.
24305 (gdb-local-font-lock-keywords): Rename to...
24306 (gdb-locals-font-lock-keywords): ...for consistency.
24307
24308 2005-10-30 Andre Spiegel <spiegel@gnu.org>
24309
24310 * vc.el (vc-switch-backend): Better error message if the buffer is
24311 not visiting a file under version control.
24312
24313 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
24314
24315 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
24316
24317 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
24318 ~/.emacs.d/.emacs.
24319
24320 2005-10-29 Richard M. Stallman <rms@gnu.org>
24321
24322 * replace.el (occur-mode-mouse-goto): Always go to other window.
24323 (occur-mode-goto-occurrence): Always switch in same window.
24324
24325 * simple.el (undo): Display message at end, not at start.
24326
24327 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
24328 New arg REUSE-CELL.
24329 (cancel-timer-internal): New function.
24330 (timer-event-handler): Use cancel-timer-internal,
24331 and pass the cell it returns to timer-activate...
24332
24333 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
24334 (jit-lock-deferred-fontify, jit-lock-context-fontify)
24335 (jit-lock-after-change): Test memory-full.
24336
24337 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
24338
24339 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24340 part of the decoded armor to find the key-identifier.
24341 (pgg-gpg-lookup-key-owner): New function to return the
24342 human-readable identifier of a key owner.
24343 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24344 key itself.
24345 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24346 the key value) if we have a key and can match it against a secret
24347 key. Also, added a note pointing out fact that the prompt only
24348 indicates the first matching key.
24349
24350 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24351 pgg-decrypt-region.
24352 (pgg-pending-timers): A new hash for tracking the passphrase cache
24353 timers, so that new ones supercede old ones.
24354 (pgg-add-passphrase-to-cache): Rename from
24355 `pgg-add-passphrase-cache' to reduce confusion (all callers
24356 changed). Modified to cancel old timers when new ones are added.
24357 (pgg-remove-passphrase-from-cache): Rename from
24358 `pgg-remove-passphrase-cache' to reduce confusion (all callers
24359 changed). Modified to cancel old timers when their keys are
24360 removed from the cache.
24361 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24362 XEmacs, an indirection to delete-itimer.
24363 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24364 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24365 users can only check cache without risk of prompting. Correct bug in
24366 notruncate behavior.
24367 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24368 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24369 Add informative docstrings.
24370 (pgg-decrypt): Convey provided passphrase in subordinate call to
24371 pgg-decrypt-region.
24372
24373 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24374 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24375 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24376 `passphrase' argument, so the passphrase can be managed externally
24377 and then passed in to the system.
24378
24379 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24380 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24381 so the passphrase cache can be used reliably with identifiers
24382 besides a pgp packet's key id.
24383
24384 * pgg-gpg.el (pgg-pgp-encrypt-region)
24385 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24386 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24387 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24388 argument to all these routines, so the passphrase can be managed
24389 externally and passed in to the system.
24390
24391 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24392 `notruncate' argument, so the passphrase cache can be used
24393 reliably with identifiers besides a pgp packet's key id.
24394
24395 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
24396
24397 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24398 symmetric encryption.
24399 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24400 encrypted session key.
24401 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24402 message ask for the passphrase in a proper way.
24403
24404 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24405 New user commands for symmetric encryption.
24406
24407 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
24408
24409 * textmodes/conf-mode.el (conf-assignment-sign)
24410 (conf-assignment-regexp): Fix docstrings.
24411 (conf-mode-initialize): New function.
24412 (conf-mode): Remove optional args. Use delay-mode-hooks to
24413 recognize recursive calls.
24414 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
24415 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
24416 (conf-xdefaults-mode): Use define-derived-mode and
24417 conf-mode-initialize.
24418
24419 2005-10-29 Romain Francoise <romain@orebokech.com>
24420
24421 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
24422
24423 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
24424
24425 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24426 part of the decoded armor to find the key-identifier.
24427 (pgg-gpg-lookup-key-owner): New function to return the
24428 human-readable identifier of a key owner.
24429 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24430 key itself.
24431 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24432 the key value) if we have a key and can match it against a secret
24433 key. Also, added a note pointing out fact that the prompt only
24434 indicates the first matching key.
24435
24436 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24437 pgg-decrypt-region.
24438 (pgg-pending-timers): A new hash for tracking the passphrase cache
24439 timers, so that new ones supercede old ones.
24440 (pgg-add-passphrase-to-cache): Rename from
24441 `pgg-add-passphrase-cache' to reduce confusion (all callers
24442 changed). Modified to cancel old timers when new ones are added.
24443 (pgg-remove-passphrase-from-cache): Rename from
24444 `pgg-remove-passphrase-cache' to reduce confusion (all callers
24445 changed). Modified to cancel old timers when their keys are
24446 removed from the cache.
24447 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24448 XEmacs, an indirection to delete-itimer.
24449 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24450 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24451 users can only check cache without risk of prompting. Correct bug in
24452 notruncate behavior.
24453 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24454 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24455 Add informative docstrings.
24456 (pgg-decrypt): Convey provided passphrase in subordinate call to
24457 pgg-decrypt-region.
24458
24459 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
24460
24461 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24462 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24463 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24464 `passphrase' argument, so the passphrase can be managed externally
24465 and then passed in to the system.
24466
24467 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24468 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24469 so the passphrase cache can be used reliably with identifiers
24470 besides a pgp packet's key id.
24471
24472 * pgg-gpg.el (pgg-pgp-encrypt-region)
24473 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24474 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24475 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24476 argument to all these routines, so the passphrase can be managed
24477 externally and passed in to the system.
24478
24479 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24480 `notruncate' argument, so the passphrase cache can be used
24481 reliably with identifiers besides a pgp packet's key id.
24482
24483 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
24484
24485 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24486 symmetric encryption.
24487 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24488 encrypted session key.
24489 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24490 message ask for the passphrase in a proper way.
24491
24492 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24493 New user commands for symmetric encryption.
24494
24495 2005-10-28 Bill Wohler <wohler@newt.com>
24496
24497 * help-mode.el (help-url): New button type. Calls browse-url.
24498 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
24499 Similar to Info nodes: URL `url'.
24500 (help-make-xrefs): Create help-url buttons for
24501 help-xref-url-regexp matches.
24502
24503 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
24504
24505 * tool-bar.el (tool-bar-add-item-from-menu)
24506 (tool-bar-local-item-from-menu): Fix doc strings.
24507
24508 2005-10-28 Romain Francoise <romain@orebokech.com>
24509
24510 * ldefs-boot.el: Update.
24511
24512 * subr.el (locate-library): Move from help-fns.el.
24513 * help-fns.el (locate-library): Move to subr.el.
24514
24515 2005-10-28 Richard M. Stallman <rms@gnu.org>
24516
24517 * net/tramp.el (tramp-completion-mode): defvar moved up.
24518
24519 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
24520
24521 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
24522
24523 * files.el (find-file-noselect): Use %d to format large file size.
24524
24525 * bindings.el (mode-line-format): Add %e.
24526
24527 * loadup.el ("facemenu"): Load unconditionally.
24528 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
24529 ("x-dnd"): Load, when appropriate.
24530
24531 * startup.el (command-line): Call before-init-hook earlier.
24532 Warn about some bad characters in -u user name.
24533
24534 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
24535 (flyspell-external-point-words): Error if misspelled word is not found.
24536 Set flyspell-large-region-beg at end of word.
24537
24538 2005-10-28 Andreas Schwab <schwab@suse.de>
24539
24540 * view.el (View-revert-buffer-scroll-page-forward):
24541 Use view-page-size-default.
24542
24543 2005-10-28 Juri Linkov <juri@jurta.org>
24544
24545 * international/quail.el (quail-get-current-str): Translate last
24546 raw character for deterministic input methods.
24547
24548 2005-10-27 Jay Belanger <belanger@truman.edu>
24549
24550 * calc/calc-ext.el: Add functions to autoloads.
24551 (math-identity-matrix-p, math-ident-row-p): New functions.
24552
24553 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
24554 multiplication by an identity matrix; don't turn multiplication by
24555 an inverse matrix into division.
24556 (math-div-symbol-fancy): Replace division by matrices with
24557 multiplication by inverse.
24558
24559 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
24560
24561 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
24562 (calc-writeoutpower): New functions.
24563
24564 2005-10-27 Romain Francoise <romain@orebokech.com>
24565
24566 * replace.el (occur-engine): Include colon in mouse-face highlight.
24567
24568 * dired-x.el: Change Maintainer field.
24569
24570 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
24571
24572 * longlines.el (longlines-mode): Bind after-change-functions to
24573 nil during initial decoding and final encoding.
24574
24575 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
24576
24577 * term.el (term-emulate-terminal, term-handle-colors-array)
24578 (term-handle-ansi-escape): Specify the terminfo capabilities
24579 implemented.
24580
24581 2005-10-26 Richard M. Stallman <rms@gnu.org>
24582
24583 * info.el (Info-fontify-node): Fix detection of sentence-break
24584 before *Note.
24585
24586 2005-10-26 Romain Francoise <romain@orebokech.com>
24587
24588 * smerge-mode.el: Add `tools' to file keywords.
24589
24590 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
24591
24592 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
24593 when the fringe is not available.
24594
24595 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
24596 (def-gdb-auto-update-trigger): Simplify construction.
24597 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
24598 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
24599 defined explicitly.
24600 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
24601 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
24602 defined explicitly.
24603 (gdb-info-locals-custom): Remove as it's a no-op.
24604
24605 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
24606
24607 * longlines.el (longlines-mode): Remove narrowing before
24608 performing the initial decoding or final encoding.
24609
24610 2005-10-25 Romain Francoise <romain@orebokech.com>
24611
24612 * emacs-lisp/find-func.el (find-library-name): Also strip
24613 extension if library name ends in .el, to take advantage of
24614 `find-library-suffixes'.
24615
24616 2005-10-25 Richard M. Stallman <rms@gnu.org>
24617
24618 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
24619
24620 2005-10-25 Juri Linkov <juri@jurta.org>
24621
24622 * textmodes/texinfo.el (texinfo-mode): Change charset of one
24623 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
24624
24625 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24626
24627 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
24628 (blackbox-redefine-key): Add argument `map'.
24629
24630 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
24631 regions when moving the jit-lock-context-unfontify-pos boundary.
24632
24633 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
24634
24635 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
24636
24637 2005-10-25 Masatake YAMATO <jet@gyve.org>
24638
24639 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
24640
24641 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24642
24643 * play/blackbox.el (blackbox-redefine-key): New function.
24644 (blackbox-mode-map): Use it to remap existing bindings for cursor
24645 motion instead of binding literal keys.
24646
24647 2005-10-25 Glenn Morris <rgm@gnu.org>
24648
24649 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
24650 diary does not end in a newline. Do not assume a blank line at
24651 the start of the diary file.
24652
24653 2005-10-25 Kenichi Handa <handa@m17n.org>
24654
24655 * international/quail.el (quail-translate-key): If the input
24656 method is deterministic and failed to handle the last key, restart
24657 the key handling loop from an appropriate key.
24658
24659 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
24660
24661 * vc.el (vc-dired-mode): Extend comment for binding of
24662 `directory-listing-before-filename-regexp'.
24663
24664 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
24665
24666 * textmodes/texinfo.el (texinfo-mode):
24667 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
24668 not to unnecessarily expose emacs-mule's internal char codes.
24669
24670 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
24671
24672 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
24673 Display hand pointer and help-echo on disabled icon too.
24674 (gdb-mouse-until): New function.
24675 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
24676
24677 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
24678
24679 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
24680 with 2005-10-23 change to doctor.el.
24681
24682 * finder.el (finder-mode-map): Add follow-link binding.
24683
24684 2005-10-25 Kim F. Storm <storm@cua.dk>
24685
24686 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
24687 to gdb-mouse-toggle-breakpoint-fringe.
24688 (gdb-mouse-toggle-breakpoint-margin): Rename from
24689 gdb-mouse-toggle-breakpoint. Fix doc.
24690 (gdb-mouse-toggle-breakpoint-fringe): New defun.
24691 (gdb-put-string): Add optional SPROPS arg. Add props to string.
24692 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24693 string properties also for fringe breakpoint bitmaps.
24694
24695 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
24696
24697 * textmodes/org.el (org-start-icalendar-file): Fix format form.
24698
24699 2005-10-25 Masatake YAMATO <jet@gyve.org>
24700
24701 * simple.el (completion-common-substring):
24702 Use `completion-common-substring' prior to `completion-base-size'.
24703
24704 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
24705
24706 * savehist.el: Require CL while compiling.
24707 (savehist-history-variables): Remove.
24708 (savehist-save-minibuffer-history, savehist-additional-variables)
24709 (savehist-minibuffer-history-variables): New vars.
24710 (savehist-save): Use them.
24711 (savehist-uninstall, savehist-minibuffer-hook): New funs.
24712 (savehist-install): New fun, extracted from savehist-load.
24713 (savehist-load): Use them.
24714
24715 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
24716
24717 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
24718 a dummy doc-string-elt property.
24719 (defalias, defvaralias, define-category): Add a docstring property.
24720
24721 * image.el (defimage):
24722 * widget.el (define-widget):
24723 * custom.el (defface, defcustom): Add `doc-string' declaration.
24724
24725 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
24726 (defadvice): Add `doc-string' declaration.
24727
24728 * emacs-lisp/byte-run.el (macro-declaration-function):
24729 Handle `doc-string' declarations.
24730 (define-obsolete-function-alias, define-obsolete-variable-alias):
24731 Add `doc-string' declaration.
24732
24733 2005-10-24 Kenichi Handa <handa@m17n.org>
24734
24735 * international/utf-7.el (utf-7): Add autoload cookie.
24736
24737 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
24738
24739 2005-10-24 Eli Zaretskii <eliz@gnu.org>
24740
24741 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
24742 list of directories passed to batch-update-autoloads. Add "." to
24743 the list of the echoed directories.
24744
24745 * pgg-def.el:
24746 * pgg-gpg.el:
24747 * pgg-parse.el:
24748 * pgg-pgp.el:
24749 * pgg-pgp5.el:
24750 * pgg.el: Moved here from the gnus subdirectory.
24751
24752 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
24753
24754 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
24755 in case comint-prompt-read-only is set to t.
24756
24757 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
24758 in case comint-prompt-read-only is set to t.
24759
24760 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
24761
24762 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
24763 Now a string.
24764 (icalendar-import-format): Handle CLASS, STATUS, URL.
24765 Rename `subject' to `summary'.
24766 (icalendar-import-format-summary): Rename from
24767 `icalendar-import-format-subject'.
24768 (icalendar-import-format-url, icalendar-import-format-status)
24769 (icalendar-import-format-class): New variables.
24770 (icalendar--rris): Take variable argument list.
24771 (icalendar--datestring-to-isodate): Remove unnecessary
24772 calendar-style check when converting dates with explicit month names.
24773 (icalendar-export-region): Change return type of conversion
24774 subroutines. Bury current buffer unless error occurred.
24775 (icalendar--convert-to-ical)
24776 (icalendar--parse-summary-and-rest): New functions.
24777 (icalendar--convert-ordinary-to-ical)
24778 (icalendar--convert-weekly-to-ical)
24779 (icalendar--convert-yearly-to-ical)
24780 (icalendar--convert-block-to-ical)
24781 (icalendar--convert-cyclic-to-ical)
24782 (icalendar--convert-anniversary-to-ical): Change return type.
24783 Strip trailing blanks from subject.
24784 (icalendar--convert-sexp-to-ical): Change return type.
24785 Strip trailing blanks from subject. Handle simple sexp
24786 entries as generated by icalendar.el.
24787 (icalendar--convert-float-to-ical)
24788 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
24789 (icalendar-import-file): Doc fix.
24790 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
24791 Correct call to icalendar--rris.
24792 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
24793 `summary'.
24794 (icalendar--add-diary-entry): Rename `subject' to `summary'.
24795
24796 2005-10-24 Romain Francoise <romain@orebokech.com>
24797
24798 * server.el (server-sentinel): Set query-on-exit flag to nil on
24799 new client processes (it isn't inherited from the server process).
24800
24801 * replace.el (occur-engine): Rearrange text properties.
24802
24803 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
24804
24805 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
24806 case-fold-search is nil.
24807 (debug-help-follow): Use help-xref-interned directly.
24808
24809 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
24810
24811 * thumbs.el (thumbs-image-type): Add .pbm.
24812
24813 2005-10-23 Richard M. Stallman <rms@gnu.org>
24814
24815 * faces.el (inhibit-face-set-after-frame-default): New variable.
24816 (set-face-attribute): Bind it.
24817 (face-set-after-frame-default): Test it.
24818
24819 * help-fns.el (describe-simplify-lib-file-name): New function.
24820 (describe-function-1, describe-variable): Use it.
24821
24822 * faces.el (describe-face): Use describe-simplify-lib-file-name.
24823
24824 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
24825 Eliminate nil as possible value.
24826 (tooltip-hide-delay): Reduce internal-border-width.
24827
24828 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
24829 (menu-bar-file-menu) <new-file>: Likewise.
24830
24831 * simple.el (line-move-finish): Ignore fields computing LINE-END.
24832
24833 * international/mule.el (load-with-code-conversion):
24834 Pass full file name to `eval-buffer' unless preloading.
24835
24836 * textmodes/flyspell.el (flyspell-large-region):
24837 Call ispell-check-version.
24838
24839 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24840 Fix the make-variable-buffer-local call that was supposed
24841 to be for this variable.
24842 (ispell-aspell-supports-utf8): Doc fix.
24843 (ispell-find-aspell-dictionaries): Preserve elements of
24844 ispell-dictionary-alist for dictionaries that aspell doesn't report.
24845 (ispell-aspell-find-dictionary): Return nil on error.
24846
24847 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
24848 (doctor-symptoms): Likewise.
24849
24850 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
24851
24852 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
24853
24854 * cus-edit.el (custom-button, custom-button-pressed): New vars.
24855 (custom-raised-buttons): Add :set spec.
24856 (custom-button-unraised, custom-button-pressed-unraised):
24857 New faces, so that custom-raised-buttons actually does something.
24858 (custom-mode): Use custom-button and custom-button-pressed.
24859
24860 * wid-edit.el (widget-specify-button): Don't ignore
24861 widget-mouse-face on graphic terminals.
24862 (widget-move-and-invoke): Cleanup.
24863
24864 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
24865
24866 * whitespace.el (whitespace-cleanup): Doc fix.
24867
24868 2005-10-23 Romain Francoise <romain@orebokech.com>
24869
24870 * emulation/viper.el (viper-set-hooks): Quote forms passed to
24871 `eval-after-load' to avoid evaluating their result.
24872
24873 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
24874
24875 * files.el (directory-listing-before-filename-regexp):
24876 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
24877
24878 * dired.el (dired-move-to-filename-regexp): Remove.
24879 All occurrences replaced by `directory-listing-before-filename-regexp'.
24880
24881 * dired-x.el, locate.el, vc.el:
24882 Replace `dired-move-to-filename-regexp' by
24883 `directory-listing-before-filename-regexp'. In vc.el it is
24884 overwritten locally; maybe this can be handled in files.el too.
24885
24886 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
24887 replaced by `directory-listing-before-filename-regexp'.
24888
24889 2005-10-23 Andreas Schwab <schwab@suse.de>
24890
24891 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
24892 and eval-next-after-load.
24893
24894 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
24895
24896 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
24897 exist, create it.
24898
24899 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
24900
24901 * allout.el: Remove autoloads for mailcrypt and crypt++.
24902 Require pgg, pgg-gpg during compilation.
24903 (allout-version): Increment version number to 2.1, and use a literal
24904 rather than RCS Id.
24905 (allout-default-encryption-scheme): Remove.
24906 (allout-passphrase-verifier-handling)
24907 (allout-passphrase-verifier-string)
24908 (allout-file-passphrase-verifier-string)
24909 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
24910 (allout-passphrase-hint-handling): Rename and simplify.
24911 (allout-init): Use `find-file-hook' if available, otherwise
24912 `find-file-hooks'.
24913 (allout-mode): Use `write-file-functions' if available, otherwise
24914 `local-write-file-hooks' and, instead of making auto-save-hook
24915 buffer local, make the write-file-hook activity contingent to
24916 allout-mode.
24917 (allout-mode): Use key-binding substitution in the docstring.
24918 (allout-kill-line): Spell-out kill ring data structure mutation
24919 instead of using byte-compiler-complaint-provoking `pop'.
24920 (allout-insert-listified): Use `insert' rather than `insert-string'
24921 (allout-toggle-current-subtree-encryption): Update docstring, adjust
24922 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
24923 (allout-encrypt-string): Totally revamped vis new underlying
24924 encryption facilities.
24925 (allout-mc-activate-passwd): Remove.
24926 (allout-obtain-passphrase): New, more or less replaces
24927 allout-mc-activate-passwd.
24928 (allout-encrypted-key-info): More or less replaces
24929 allout-encrypted-text-type.
24930 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
24931 (my-mark-marker): Use `(featurep 'xemacs)'.
24932
24933 2005-10-23 Lars Hansen <larsh@soem.dk>
24934
24935 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
24936 (byte-compile-file-form-defmumble, byte-compile-defun)
24937 (byte-compile-defmacro): Use it.
24938 (byte-compile-form): Don't call byte-compile-set-symbol-position
24939 when a byte-compile handler is called.
24940
24941 2005-10-22 Romain Francoise <romain@orebokech.com>
24942
24943 * savehist.el (savehist-history-variables): Add `grep-find-history'.
24944
24945 * subr.el (eval-after-load): Convert library name to an absolute
24946 file name using locate-library, since load-history no longer has
24947 library names in it.
24948
24949 2005-10-22 Richard M. Stallman <rms@gnu.org>
24950
24951 * files.el (make-temp-file): Move from subr.el.
24952 * subr.el (make-temp-file): Move to files.el.
24953
24954 * window.el (get-buffer-window-list): Move from subr.el.
24955 * subr.el (get-buffer-window-list): Move to window.el.
24956
24957 * image.el (image-load-path): Use eval-at-startup to initialize.
24958
24959 * subr.el (eval-at-startup): New macro.
24960
24961 * subr.el: Much rearrangement of functions and division
24962 into pages. No code changes.
24963
24964 2005-10-22 Kenichi Handa <handa@m17n.org>
24965
24966 * tar-mode.el (tar-extract): Be sure to call
24967 find-operation-coding-system if set-auto-coding doesn't find a
24968 coding system.
24969
24970 2005-10-22 Kim F. Storm <storm@cua.dk>
24971
24972 * image.el (image-type-header-regexps): Rename from image-type-regexps.
24973 Change users.
24974 (image-type-file-name-regexps): New defconst.
24975 (image-type-from-data): Simplify loop.
24976 (image-type-from-buffer): New defun.
24977 (image-type-from-file-header): Use it instead of image-type-from-data.
24978 Use image-search-load-path instead of only looking in data-directory.
24979 (image-type-from-file-name): New defun.
24980 (image-search-load-path): Change `pathname' to `filename'.
24981 Make PATH arg optional, default to image-load-path.
24982
24983 2005-10-21 Richard M. Stallman <rms@gnu.org>
24984
24985 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
24986
24987 * textmodes/paragraphs.el (sentence-end-base): New variable.
24988 (sentence-end): Use sentence-end-base.
24989
24990 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
24991
24992 * font-lock.el (font-lock-default-fontify-region): Check the multiline
24993 property independently from the font-lock-multiline variable.
24994
24995 2005-10-21 Richard M. Stallman <rms@gnu.org>
24996
24997 * emacs-lisp/find-func.el (find-library-name): Doc fix.
24998
24999 * startup.el (command-line): Convert library names
25000 in `load-history' to absolute file names.
25001
25002 * subr.el (symbol-file): Doc fix.
25003
25004 * loadhist.el (file-loadhist-lookup): Call locate-library
25005 instead of find-library-name. Don't try converting
25006 abs file names to library names, since load-history no longer
25007 has library names in it.
25008 (file-dependents, file-provides, file-requires): Doc fixes.
25009
25010 2005-10-21 Juri Linkov <juri@jurta.org>
25011
25012 * progmodes/etags.el (tags-table-mode): New function.
25013 (tags-verify-table): Replace initialize-new-tags-table with
25014 tags-table-mode.
25015
25016 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
25017 default value.
25018 (desktop-modes-not-to-save): Add tags-table-mode to the
25019 default value.
25020
25021 * info.el (Info-index-next): Add total number of index
25022 alternatives to the message.
25023
25024 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
25025 backward only space (instead of space and period) before looking
25026 at sentence end.
25027
25028 * simple.el (set-variable): Use user-variable-p instead of symbolp.
25029 Add the old variable value as 4th default-value arg of read-string.
25030
25031 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25032
25033 * cus-face.el (custom-declare-face): Make face from X resources
25034 also on Mac.
25035
25036 * disp-table.el (standard-display-g1, standard-display-graphic):
25037 Refuse to use string glyphs also on Mac.
25038 (standard-display-european): Don't set terminal coding system also
25039 on Mac.
25040
25041 * frame.el (display-screens): Use x-display-screens also on Mac.
25042
25043 2005-10-21 Romain Francoise <romain@orebokech.com>
25044
25045 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
25046
25047 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
25048
25049 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
25050 and $? into sexps.
25051
25052 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
25053 warning face on open-paren-in-column-0.
25054
25055 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
25056 boundary case. Fix typo.
25057 Suggested by Martin Rudalics <rudalics@gmx.at>.
25058
25059 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
25060
25061 * textmodes/org.el (org-combined-agenda-icalendar-file)
25062 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
25063 (org-export-icalendar-this-file)
25064 (org-export-icalendar-all-agenda-files)
25065 (org-export-icalendar-combine-agenda-files): New commands.
25066 (org-export-icalendar, org-print-icalendar-entries)
25067 (org-start-icalendar-file, org-finish-icalendar-file)
25068 (org-ical-ts-to-string): New functions.
25069 (org-read-date, org-goto-calendar)
25070 (org-agenda-goto-calendar): Inhibit displaying diary entries by
25071 call to `calendar'.
25072 (orgtbl-setup): Remove the :keys arguments from the menu description.
25073 (org-after-save-iCalendar-file-hook): New variable.
25074
25075 2005-10-21 Kenichi Handa <handa@m17n.org>
25076
25077 * language/vietnamese.el (tcvn-5712): Make it an alias of
25078 vietnamese-tcvn coding-system.
25079
25080 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
25081
25082 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
25083 group id is given.
25084
25085 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
25086
25087 * progmodes/sh-script.el (sh-escaped-line-re): New var.
25088 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
25089 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
25090 whose line is either continued or ends with a comment.
25091
25092 2005-10-20 Romain Francoise <romain@orebokech.com>
25093
25094 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
25095
25096 * replace.el (occur-engine): Add follow-link property.
25097
25098 * font-core.el (font-lock-mode): Doc fix.
25099
25100 2005-10-20 Richard M. Stallman <rms@gnu.org>
25101
25102 * net/rcirc.el: New file.
25103
25104 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
25105
25106 * term.el (term-term-name): Initialize to "eterm-color".
25107
25108 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
25109
25110 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
25111 for encryption functionality.
25112 Move allout customization subgroup from `editing' to `outlines' group.
25113 Fix commentary keywords to legitimate ones.
25114 Update author info (using my current email address, obscurified).
25115 (allout-encrypt-string, allout-encryption-produce-work-buffer)
25116 (allout-encrypted-topic-p, allout-encrypted-text-type)
25117 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
25118 (allout-situate-encryption-key-verifier)
25119 (allout-get-encryption-key-verifier, allout-verify-key)
25120 (allout-next-topic-pending-encryption)
25121 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
25122 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
25123 (outline-key-verifier-handling, outline-key-hint-handling)
25124 (outline-encrypt-unencrypted-on-saves): New defcustoms.
25125 (allout-file-key-verifier-string, allout-encryption-scheme)
25126 (allout-key-verifier-string, allout-key-hint-string)
25127 (allout-after-save-decrypt): New variables.
25128 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
25129 (allout-after-saves-handler): New hook functions.
25130 (allout-post-command-business): Do allout-after-save-decrypt.
25131 (allout-enable-file-variable-adjustment): Custom var to enable
25132 mechanism for adding and adjusting settings of Emacs file variables.
25133 (allout-adjust-file-variable, allout-file-vars-section-data):
25134 New functions, implement the mechanism.
25135 (outlineify-sticky): Use the file vars mechanism.
25136 (allout-inhibit-protection, allout-during-write-cue)
25137 (allout-override-protect, allout-before-change-protect): Remove.
25138 (allout-flag-region, allout-open-topic): Adjust read-only text.
25139 (allout-open-line-not-read-only): Add to facilitate read-only
25140 text based protection.
25141 (allout-kill-line): Revise to adjust read-only text, clue the
25142 user about the inhibition.
25143 (allout-unprotected): Use unwind-protect.
25144 (allout-shift-in, allout-shift-out): Disallow manually shifting a
25145 topic deeper than the offspring depth of the previous topic -
25146 avoiding confusing "containment discontinuities".
25147 (allout-reindent-bodies): Fix retention of body relative hanging
25148 indent during promotion of collapsed bodies.
25149 (allout-open-topic): Make it easy to open new topic with same
25150 bullet as current topic - topic creation functions provided with
25151 any universal argument provokes now prompt for bullet, defaulting
25152 to the bullet of the previous topic.
25153 (allout-plain-bullets-string, allout-distinctive-bullets-string):
25154 Plain bullet alternates `.' period and `,' comma only. All other
25155 bullets are relegated to special status (but customizable).
25156 (allout-end-of-entry): Rename from allout-end-of-current-entry
25157 since it actually operates w.r.t. most immediately containing
25158 entry, visible or not.
25159 (allout-hide-current-entry, allout-show-current-entry): Use the
25160 revised version.
25161 (allout-old-expose-topic): Solidify deprecation.
25162 (allout-end-of-subtree): Add so we can span concealed as well
25163 as visible topics.
25164 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
25165 (allout-end-of-current-heading): Tweak to just respect the first line.
25166 (allout-get-body-text): Add.
25167 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
25168 when invoked interactively.
25169 (allout-up-current-level): Use `interactive-p'.
25170 (allout-mode, allout-init): Miscellaneous docstring and
25171 operational refinements, as well as hookups of new encryption stuff.
25172 (allout-beginning-of-current-entry): Now works as advertised.
25173 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
25174 (allout-isearch-rectification): Refine condition for isearching.
25175 (allout-isearch-abort, allout-enwrap-isearch)
25176 (allout-flag-region, my-region-active-p): Relocate some macros.
25177 (allout-title): Fallback title is (buffer-name), not
25178 non-existing (current-buffer-name).
25179 (subst-char-in-string): Define if absent (for some XEmacs versions).
25180
25181 2005-10-20 Jari Aalto <jari.aalto@cante.net>
25182
25183 * mail/sendmail.el (mail-setup-hook, mail-aliases)
25184 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
25185 (mail-citation-prefix-regexp, mail-signature-file)
25186 (mail-default-headers, mail-bury-selects-summary)
25187 (mail-send-nonascii): Add autoload cookies.
25188
25189 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25190
25191 * frame.el (blink-cursor-mode): Add `mac' to the list of
25192 window-system's that support blinking cursor.
25193
25194 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
25195
25196 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
25197
25198 2005-10-20 Eli Zaretskii <eliz@gnu.org>
25199
25200 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
25201 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
25202 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
25203
25204 2005-10-20 Kim F. Storm <storm@cua.dk>
25205
25206 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
25207 (ido-set-current-directory): Don't add / after final @.
25208 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
25209 Explicitly handle ange-ftp completion oddities.
25210 (ido-make-file-list): Don't rotate list at tramp root to avoid
25211 triggering tramp file handler for expand-file-name via get-file-buffer.
25212
25213 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
25214
25215 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
25216
25217 2005-10-19 Jay Belanger <belanger@truman.edu>
25218
25219 * calc/calc-units.el (math-standard-units): Add units, adjust
25220 symbols and update values.
25221 (math-unit-prefixes): Add more prefixes.
25222
25223 2005-10-19 Romain Francoise <romain@orebokech.com>
25224
25225 * bookmark.el (bookmark-menu-heading): New face.
25226 (bookmark-bmenu-list): Use it.
25227 Don't fiddle with `baud-rate' at top-level.
25228
25229 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
25230
25231 * image.el (create-image, find-image): Mention max-image-size in
25232 docstring.
25233
25234 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25235
25236 * savehist.el (savehist-load): Revert to checking XEmacs.
25237
25238 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
25239 Various docstring and line-width fixups.
25240 (conf-mode): Use cond.
25241 Set font-lock-defaults. Don't set comment-use-syntax.
25242
25243 2005-10-18 David Ponce <david@dponce.com>
25244
25245 * tree-widget.el (tree-widget-button-click): New function.
25246 (tree-widget-button-keymap): Use it.
25247
25248 2005-10-18 Romain Francoise <romain@orebokech.com>
25249
25250 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
25251 (bookmark-bmenu-hide-filenames): Add follow-link property.
25252 Improve help-echo text.
25253
25254 * ffap.el (find-file-at-point): Doc fix.
25255
25256 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25257
25258 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
25259
25260 2005-10-18 Masatake YAMATO <jet@gyve.org>
25261
25262 Install to the CVS repository what I forgot to install in my
25263 2005-10-16 changes.
25264
25265 * progmodes/python.el (python-complete-symbol): Pass the common
25266 prefix substring of completion to `display-completion-list'.
25267
25268 * textmodes/org.el (org-complete): Ditto.
25269
25270 2005-10-18 Masatake YAMATO <jet@gyve.org>
25271
25272 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
25273
25274 * woman.el (WoMan-xref-man-page): New button type derived
25275 from `Man-abstract-xref-man-page'.
25276 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
25277
25278 * man.el (Man-abstract-xref-man-page): New button type.
25279 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
25280 (Man-highlight-references): Add new optional argument `xref-man-type'.
25281
25282 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
25283
25284 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
25285
25286 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
25287
25288 * cus-edit.el (Custom-move-and-invoke): Delete.
25289 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
25290
25291 * wid-edit.el (widget-move-and-invoke): New function, from
25292 Custom-move-and-invoke.
25293
25294 2005-10-17 Bill Wohler <wohler@newt.com>
25295
25296 Move all remaining images from lisp/toolbar to etc/images, move
25297 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
25298 the low resolution images in their own directory (low-color).
25299
25300 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
25301 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
25302 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
25303 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
25304 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
25305 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
25306 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
25307
25308 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
25309 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
25310 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
25311 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
25312 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
25313 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
25314 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
25315 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
25316 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
25317 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
25318 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
25319 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
25320 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
25321 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
25322 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
25323
25324 To conform with convention, replace the underscore (_) in the
25325 following image names with dash (-) or (/) as appropriate.
25326
25327 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
25328 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
25329 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
25330 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
25331 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
25332 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
25333 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
25334 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
25335 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
25336 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
25337 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
25338 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
25339 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
25340 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
25341 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
25342
25343 * info.el (info-tool-bar-map): Replace underscores in image names
25344 with dashes.
25345
25346 * makefile.w32-in (WINS): Remove toolbar.
25347
25348 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
25349
25350 * tool-bar.el: Move to lisp from toolbar. Now that
25351 toolbar is empty, it should be deleted when folks run "cvs up -P".
25352
25353 2005-10-18 Jay Belanger <belanger@truman.edu>
25354
25355 * calc/calc-store.el (calc-store-into): Get the proper variable name
25356 to display in message.
25357
25358 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
25359
25360 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
25361 expressions display in speedbar for all buffers when debugging.
25362 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
25363
25364 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
25365 (speedbar-insert-button, speedbar-make-button):
25366 Use add-text-properties.
25367 (speedbar-update-localized-contents)
25368 (speedbar-update-directory-contents)
25369 (speedbar-update-special-contents): Use dolist.
25370 (speedbar-buffer-easymenu-definition): Add a menu separator.
25371
25372 2005-10-17 Jason Rumney <jasonr@gnu.org>
25373
25374 * makefile.w32-in: Use $(lisp) consistently.
25375 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25376 for shell specific generation of mh-autoloads.
25377
25378 2005-10-17 Richard M. Stallman <rms@gnu.org>
25379
25380 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
25381
25382 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25383
25384 * jit-lock.el (jit-lock-fontify-now):
25385 Move jit-lock-context-unfontify-pos to avoid wasted work.
25386
25387 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
25388
25389 * net/tramp.el (tramp-completion-mode): New defvar. Used in
25390 `tramp-completion-mode' for checking if we are in completion mode.
25391 (tramp-completion-handle-file-name-all-completions): Reorder code
25392 in order to complete for file names only in case there are no
25393 method/user/host completions. This is necessary for cooperation
25394 with ido. Reported by Kim F. Storm <storm@cua.dk>.
25395
25396 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
25397
25398 * longlines.el (longlines-search-forward)
25399 (longlines-search-backward): Match any number of spaces.
25400
25401 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
25402
25403 * diff-mode.el (diff-mode): Doc fix.
25404
25405 2005-10-16 David Reitter <david.reitter@gmail.com>
25406
25407 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
25408 as default on darwin and windows systems.
25409
25410 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
25411
25412 * arc-mode.el (archive-zip-extract): Doc fix.
25413
25414 2005-10-16 Romain Francoise <romain@orebokech.com>
25415
25416 * mouse.el (mouse-1-click-follows-link): Doc fix.
25417
25418 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25419
25420 * savehist.el: Don't require CL at runtime.
25421 (savehist-xemacs): Remove.
25422 (savehist-coding-system): Use utf-8 if present, regardless of religion.
25423 (savehist-no-conversion): Use (featurep 'xemacs).
25424 (savehist-load): Check existence of start-itimer rather than XEmacs.
25425 Use an idle timer.
25426 (savehist-process-for-saving): Replace use of CL funs `subseq' and
25427 `delete-if-not'.
25428
25429 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
25430
25431 * savehist.el: Newer version.
25432 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
25433 (savehist-last-checksum, savehist-no-conversion): New vars.
25434 (savehist-autosave, savehist-process-for-saving, savehist-printable):
25435 New functions.
25436 (savehist-load, savehist-save): Use them.
25437 (savehist-delimit): Remove.
25438
25439 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25440
25441 * progmodes/compile.el (compilation-goto-locus): Display the
25442 compilation buffer first and the source buffer second, in case they're
25443 in overlapping frames. Don't raise the compilation frame if it was the
25444 selected window upon entry. Pass the `other-window' arg to
25445 pop-to-buffer.
25446
25447 * info.el (Info-fontify-node): Use dolist.
25448 Change add-text-properties to put-text-property.
25449
25450 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25451
25452 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
25453 bound of search.
25454
25455 2005-10-16 Masatake YAMATO <jet@gyve.org>
25456
25457 * dabbrev.el (dabbrev-completion): Pass the common
25458 prefix substring of completion to `display-completion-list'.
25459
25460 * filecache.el (file-cache-minibuffer-complete)
25461 (file-cache-complete): Ditto.
25462
25463 * tempo.el (tempo-display-completions): Ditto.
25464
25465 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
25466
25467 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
25468
25469 * eshell/em-hist.el (eshell-list-history): Ditto.
25470
25471 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
25472
25473 * mail/mailalias.el (mail-complete): Ditto.
25474
25475 * progmodes/etags.el (complete-tag): Ditto.
25476
25477 * progmodes/make-mode.el (makefile-complete): Ditto.
25478
25479 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
25480
25481 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
25482
25483 * progmodes/pascal.el (pascal-complete-word)
25484 (pascal-show-completions): Ditto.
25485
25486 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
25487
25488 * simple.el (completion-common-substring): New variable.
25489 (completion-setup-function): Use `completion-common-substring'
25490 to put faces.
25491
25492 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25493
25494 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
25495 (x-get-selection, mac-select-convert-to-string): Convert from/to
25496 UTF-16 clipboard data as in native byte order, no BOM.
25497
25498 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
25499
25500 * progmodes/gud.el (gud-tool-bar-map): Rename the images
25501 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
25502 (gud-sentinel): Use speedbar-frame to check for speedbar.
25503
25504 2005-10-15 Richard M. Stallman <rms@gnu.org>
25505
25506 * savehist.el: New file.
25507
25508 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
25509
25510 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
25511 Fix bug in \bf fontification.
25512
25513 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
25514
25515 * pcvs.el (cvs-edit-log-files): New var.
25516 (cvs-mode-edit-log): New arg `file'.
25517 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
25518 Instead force the use of the original file and nothing else.
25519 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
25520 the cvs-minor-wrap-function is set.
25521 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
25522
25523 2005-10-14 Bill Wohler <wohler@newt.com>
25524
25525 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
25526 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
25527 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25528 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
25529 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
25530 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
25531 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
25532 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
25533 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
25534 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
25535 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
25536 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
25537 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
25538 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
25539 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
25540
25541 * progmodes/gud.el (gud-tool-bar-map): Rename the images
25542 appropriately (for example, gud-break to gud/break).
25543
25544 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
25545
25546 * longlines.el (longlinges-search-function)
25547 (longlines-search-forward, longlines-search-backward): New functions.
25548 (longlines-mode): Set isearch-search-fun-function to
25549 longlinges-search-function.
25550
25551 * mouse.el (mouse-drag-region-1): Handle the case where a
25552 double-click event is bound to an arbitrary function.
25553
25554 2005-10-14 David Ponce <david@dponce.com>
25555
25556 * recentf.el (recentf-track-opened-file)
25557 (recentf-track-closed-file, recentf-update-menu)
25558 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
25559 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
25560 mouse-1-click-follows-link.
25561
25562 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25563
25564 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
25565 Gnome file-manager.png. Suggested by
25566 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25567
25568 * toolbar/README: Add diropen.xpm.
25569
25570 2005-10-13 Bill Wohler <wohler@newt.com>
25571
25572 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
25573 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
25574
25575 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
25576
25577 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
25578 Don't waste the byte-compiler's time on constant data.
25579
25580 2005-10-13 Kenichi Handa <handa@m17n.org>
25581
25582 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
25583 byte with `escape-glyph' face.
25584
25585 * international/fontset.el (ccl-encode-unicode-font):
25586 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
25587 Handle the case that ucs-mule-to-mule-unicode translates a character to
25588 ASCII (usually for IPA characters).
25589
25590 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
25591
25592 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
25593 Don't hide the underline of titles if font-lock-mode is disabled.
25594
25595 2005-10-12 Bill Wohler <wohler@newt.com>
25596
25597 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
25598 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
25599 files in MH-E-SRC have been updated.
25600 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
25601
25602 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
25603
25604 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
25605 (mixal-mode-syntax-table): Add \n as end-comment.
25606 (mixal-operation-codes-alist): Immediately initialize to full value.
25607 (mixal-add-operation-code): Remove.
25608 (mixal-describe-operation-code): Make the arg non-optional.
25609 Use the interactive spec instead.
25610 Use mixal-operation-codes-alist rather than mixal-operation-codes.
25611 (mixal-font-lock-keywords): Don't highlight comments here any more.
25612 (mixal-font-lock-syntactic-keywords): New var.
25613 (mixal-mode): Use it. Fix comment-start-skip.
25614
25615 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25616
25617 * startup.el (command-line-x-option-alist): -nb => -nbi.
25618
25619 2005-10-12 Kim F. Storm <storm@cua.dk>
25620
25621 * startup.el (fancy-splash-default-action): Discard mouse click in
25622 the splash screen window, as it has no sensible meaning in the
25623 next window to be selected. Fixes error reported by Jan D.
25624
25625 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
25626
25627 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
25628
25629 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
25630
25631 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
25632 Try to fix up minor layout issues like indentation, line break, etc...
25633 (mixal-mode-syntax-table): Don't try to specify comment syntax,
25634 because it doesn't work.
25635 (mixal-operation-codes): Add some more codes.
25636 (mixal-font-lock-keywords): Process comments here.
25637 (mixal-mode): mixasm no longer needs -g option.
25638
25639 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
25640
25641 * progmodes/sh-script.el (sh-tmp-file):
25642 Use mktemp -t. Finish support for es and rc shells.
25643
25644 2005-10-11 Jay Belanger <belanger@truman.edu>
25645
25646 * calc/calcalg2.el (calc-integral): With an argument, compute the
25647 definite integral.
25648
25649 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
25650
25651 * mouse.el (mouse-drag-region-1): Don't try to catch a
25652 double-click when doing follow-link (it's overridden anyway).
25653
25654 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
25655
25656 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
25657 (autoload-print-form-outbuf): Add docstring.
25658
25659 2005-10-11 Juri Linkov <juri@jurta.org>
25660
25661 * info.el (Info-mode-menu): Delete menu item "Edit".
25662 (Info-mode): Delete description of Info-edit from docstring,
25663 and rearrange descriptions of Info commands in the order
25664 they are documented in the Info manual.
25665
25666 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
25667
25668 * calendar/appt.el (appt-check): Use diary-selective-display var.
25669
25670 2005-10-10 Richard M. Stallman <rms@gnu.org>
25671
25672 * net/newsticker.el (newsticker-start, newsticker-show-news):
25673 Add autoload cookies.
25674
25675 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
25676
25677 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25678
25679 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
25680
25681 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
25682
25683 2005-10-10 Jay Belanger <belanger@truman.edu>
25684
25685 * calc/calc-arith.el (math-check-known-scalarp)
25686 (math-check-known-matrixp): Check the values of arguments that are
25687 variables.
25688 (math-check-known-square-matrixp): New function.
25689 (math-known-square-matrixp): Use math-check-known-square-matrixp.
25690 (math-super-types): Add sqmatrix type.
25691
25692 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
25693 mode name `square' to `sqmatrix'.
25694
25695 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
25696 mode name `square' to `sqmatrix'.
25697
25698 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25699
25700 * progmodes/etags.el (select-tags-table-mode): Don't use
25701 selective-display.
25702 (tags-select-tags-table): Pass `button' to the action function.
25703 (select-tags-table): Place the side-info on button properties rather
25704 than in hidden text. Abbreviate file names.
25705 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
25706 (select-tags-table-select): Add `button' argument.
25707 Get side-info from the button property rather than from hidden text.
25708
25709 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
25710
25711 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
25712 (gud-speedbar-buttons): Preserve point if possible.
25713 (gud-sentinel): Restore previous speedbar display type.
25714
25715 * progmodes/gdb-ui.el (gdba): Improve diagram.
25716 (def-gdb-auto-update-handler, gdb-info-locals-handler)
25717 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
25718 Call get-buffer-window once.
25719
25720 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
25721
25722 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
25723 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
25724 (pascal-indent-command): Remove unused var `ind'.
25725 (pascal-indent-case): Remove unused var `oldpos'.
25726 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
25727 since it's now used as a proper minor mode map.
25728 (pascal-outline): Rename to pascal-outline-mode.
25729 (pascal-outline-mode): Use define-minor-mode.
25730 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
25731 selective-display.
25732
25733 2005-10-10 Andreas Schwab <schwab@suse.de>
25734
25735 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
25736 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
25737
25738 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
25739 outside source directory.
25740
25741 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
25742
25743 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
25744 C-x' as a prefix.
25745 (orgtbl-mode-map): Full keymap instead of sparse, because all
25746 `self-insert-command' keys are redefined in this map.
25747 (org-export-as-html): Specify charset for HTML file, by taking it
25748 from the coding system.
25749
25750 2005-10-10 Kenichi Handa <handa@m17n.org>
25751
25752 * textmodes/flyspell.el (flyspell-check-word-p):
25753 If unread-command-events is non-empty, don't call sit-for.
25754
25755 2005-10-09 Richard M. Stallman <rms@gnu.org>
25756
25757 * font-lock.el (font-lock-syntactic-keywords)
25758 (font-lock-keywords): Doc fixes.
25759
25760 * textmodes/flyspell.el (flyspell-external-point-words):
25761 Simplify logic, and don't try to check for consecutive appearances
25762 of one incorrect word.
25763
25764 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
25765
25766 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
25767 separator.
25768
25769 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
25770 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
25771 (gud-expansion-speedbar-buttons): New function.
25772 (gud-speedbar-buttons): Check for gud-comint-buffer.
25773
25774 2005-10-09 Bill Wohler <wohler@newt.com>
25775
25776 * Makefile.in (updates): Add mh-loaddefs dependency.
25777
25778 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
25779
25780 * speedbar.el (speedbar-file-key-map): Fix typo.
25781
25782 2005-10-09 Daniel Brockman <daniel@brockman.se>
25783
25784 * cus-start.el (line-spacing): Add custom spec.
25785
25786 2005-10-09 Romain Francoise <romain@orebokech.com>
25787
25788 * textmodes/ispell.el (ispell-check-version): Fix last change.
25789
25790 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25791
25792 * term/x-win.el: Remove -i, --icon-type from comment.
25793
25794 * startup.el (command-line-x-option-alist): Remove options -i,
25795 -itype, --icon-type, added -nb, --no-bitmap-icon.
25796
25797 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
25798
25799 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
25800 instead of :active.
25801
25802 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
25803
25804 * textmodes/ispell.el (ispell-check-version):
25805 Ignore hyphen, and all that follows, in aspell's version text.
25806
25807 2005-10-08 Jay Belanger <belanger@truman.edu>
25808
25809 * calc/calc-arith.el (math-known-square-matrixp): New function.
25810 (math-pow-fancy): Check for matrices before distributing exponent
25811 across products.
25812
25813 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
25814 fullscreen keypad. Suggested by Luc Teirlinck.
25815 (calc-keypad-show-input): Add space for formatting.
25816
25817 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
25818 Add square matrix option.
25819
25820 * calc/calc-poly.el (math-expand-term): Check for matrices instead
25821 of checking calc-matrix-mode when deciding how to expand.
25822
25823 * calc/calc.el (calc-set-mode-line): Add square matrix option.
25824
25825 2005-10-08 Lars Hansen <larsh@soem.dk>
25826
25827 * net/tramp.el (tramp-perl-directory-files-and-attributes):
25828 Add error handling.
25829 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
25830
25831 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
25832
25833 Sync with Tramp 2.0.51.
25834
25835 * net/tramp.el (tramp-handle-set-visited-file-modtime)
25836 (tramp-handle-insert-file-contents, tramp-handle-write-region):
25837 Insert special handling for `last-coding-system-used', again
25838 it still seems to be necessary (unlike stated before).
25839 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
25840 (tramp-password-prompt-regexp): There might be other words before
25841 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
25842 (tramp-chunksize): Improve docstring.
25843 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
25844 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
25845 Christian Joergensen <bugs@razor.dk>.
25846
25847 2005-10-07 Glenn Morris <rgm@gnu.org>
25848
25849 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
25850 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
25851 precision'.
25852
25853 2005-10-07 Romain Francoise <romain@orebokech.com>
25854
25855 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
25856 (ibuffer-do-shell-command-pipe-replace)
25857 (ibuffer-do-shell-command-file, ibuffer-do-eval)
25858 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
25859 (ibuffer-do-revert, ibuffer-do-replace-regexp)
25860 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
25861 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
25862 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
25863 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
25864 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
25865 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
25866 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
25867 Autoload file sans suffix.
25868
25869 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
25870
25871 2005-10-07 David Ponce <david@dponce.com>
25872
25873 * recentf.el (recentf-menu-open-all-flag): New option.
25874 (recentf-digit-shortcut-command-name): New function.
25875 (recentf--shortcuts-keymap): New variable.
25876 (recentf-menu-shortcuts): New variable.
25877 (recentf-make-menu-items): Initialize it. Replace the "More..."
25878 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
25879 (recentf-menu-value-shortcut): New function.
25880 (recentf-make-menu-item): Use it. No more in-lined.
25881 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
25882 (recentf-open-most-recent-file): Rename from
25883 `recentf-open-file-with-key'. Don't depend on key binding.
25884 (recentf-mode-map): New variable.
25885 (recentf-mode): Use it.
25886
25887 2005-10-06 Bill Wohler <wohler@newt.com>
25888
25889 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
25890
25891 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
25892 (MH-E-SRC): New. Used by mh-autoloads.
25893 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
25894 files in MH-E-SRC have been updated.
25895 (compile, recompile, bootstrap): Depend on mh-autoloads.
25896
25897 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
25898
25899 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
25900 gud-break and gud-remove icons when the fringe is not available.
25901
25902 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
25903 Typo.
25904
25905 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
25906
25907 * play/zone.el (zone): Wrap body with save-window-excursion.
25908
25909 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
25910
25911 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
25912 Use the new `list-only' arg to diary-list-entries.
25913
25914 * calendar/diary-lib.el: Use overlays rather than selective-display.
25915 (diary-selective-display): New var.
25916 (diary-header-line-format): Use it.
25917 (diary-list-entries): Add argument `list-only'.
25918 Put the buffer in diary-mode. Don't add \^M at beg and end.
25919 Replace \^M by invisible overlays.
25920 (diary-unhide-everything): Replace \^M by invisible overlays.
25921 (print-diary-entries): Look for overlays rather than \^M.
25922 Add a space to the temp buffer name.
25923 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
25924 Put the buffer in diary-mode.
25925 (list-sexp-diary-entries): Replace \^M by invisible overlays.
25926 (diary-anniversary): Make the year arg optional.
25927 (diary-time-regexp): New const.
25928 (diary-font-lock-keywords): Use it to accept a few more time formats.
25929
25930 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
25931
25932 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
25933
25934 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
25935 Fix bug introduced 2005-07-03: Use (car (last ...))
25936 to faithfully reproduce replaced artist-last.
25937 (artist-set-arrow-points-for-poly): Likewise.
25938 Suggested by Johan Bockg\e,Ae\e(Brd.
25939
25940 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
25941
25942 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
25943 * wid-edit.el (widget):
25944 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
25945 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
25946
25947 2005-10-06 Kenichi Handa <handa@m17n.org>
25948
25949 * international/mule-cmds.el (set-language-environment):
25950 Fix setting up of case-table for unibyte mode.
25951
25952 * simple.el (what-cursor-position): If the character is displayed
25953 by some `display' text property, show that. Don't use
25954 single-key-description for eight-bit characters in multibyte mode.
25955
25956 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
25957
25958 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
25959 (gdb-ann3): Set it.
25960 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
25961 (gdb-info-frames-custom): Use inverse-video for first five
25962 characters of selected frame only.
25963 (gdb-get-frame-number): Select frame even when point is on frame
25964 number.
25965
25966 2005-10-06 Masatake YAMATO <jet@gyve.org>
25967
25968 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
25969 Put `font-lock-function-name-face'.
25970 (gdb-info-frames-custom): Put `font-lock-function-name-face'
25971 and `font-lock-variable-name-face'
25972 (gdb-registers-font-lock-keywords): New font lock keywords definition.
25973 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
25974 (gdb-memory-font-lock-keywords): New font lock keywords definition.
25975 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
25976 (gdb-local-font-lock-keywords): New font lock keywords definition.
25977 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
25978 (gdb-threads-font-lock-keywords): New font lock keywords definition.
25979 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
25980
25981 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
25982
25983 * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
25984 (ediff-merge-region-is-non-clash-to-skip): Previously called
25985 ediff-merge-region-is-non-clash.
25986
25987 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
25988 Use insert-buffer-substring.
25989
25990 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
25991 selecting files to patch. Also bug fixes.
25992
25993 * ediff-util.el (ediff-setup): Bug fix.
25994 (ediff-next-difference): Never skip clashes that differ in white
25995 space only.
25996
25997 * ediff-wind.el (ediff-setup-control-frame)
25998 (ediff-destroy-control-frame): Check the menubar feature.
25999
26000 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
26001 (viper-refresh-mode-line): Use make-local-variable to localize
26002 some vars instead of make-variable-buffer-local. Suggested by
26003 Stefan Monnier.
26004
26005 * emulation/viper-init.el (viper-make-variable-buffer-local):
26006 Delete alias.
26007 (viper-restore-cursor-type, viper-set-insert-cursor-type):
26008 Use make-local-variable instead of make-variable-buffer-local.
26009 Suggested by Stefan Monnier.
26010
26011 * emulation/viper.el (viper-mode): Don't use
26012 viper-make-variable-buffer-local.
26013 (viper-comint-mode-hook): Use make-local-variable on
26014 require-final-newline.
26015 (viper-non-hook-settings): Don't use make-variable-buffer-local.
26016
26017 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
26018
26019 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
26020 also the second char of a comment-start sequence.
26021 (scheme-sexp-comment-syntax-table): New var.
26022 (lambda, define): Set their scheme-doc-string-elt property.
26023 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
26024 Use lisp-font-lock-syntactic-face-function now that it properly
26025 handles |...| symbols.
26026 (scheme-mode-variables): Set lisp-doc-string-elt-property,
26027 parse-sexp-lookup-properties and font-lock-extra-managed-props.
26028
26029 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
26030 bit from # to |.
26031 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
26032
26033 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
26034 (lisp-doc-string-elt-property): New var.
26035 (lisp-font-lock-syntactic-face-function): Use it.
26036 Rewrite to recognize docstrings even for forms not at toplevel.
26037
26038 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
26039 annotation on the | part of #| rather than on the # part.
26040 (scheme-font-lock-syntactic-face-function): New function, to
26041 distinguish strings from |...| symbols.
26042 (scheme-mode-variables): Use it. Also fix up the font-lock-time
26043 syntax-table so that #|...|# is properly highlighted.
26044
26045 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
26046 Don't mark as docstring the 3rd elem of an unknown toplevel form.
26047
26048 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
26049
26050 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
26051 and C-e.
26052
26053 * emacs-lisp/eldoc.el: Move comments into docstrings.
26054 (eldoc-message-commands): Initialize in its declaration.
26055 Add move-beginning-of-line and move-end-of-line.
26056 (eldoc-add-command, eldoc-add-command-completions)
26057 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
26058
26059 * outline.el (outline-mark-subtree): Activate the mark.
26060
26061 * calendar/appt.el (appt-time-regexp): New var.
26062 (appt-add, appt-make-list): Use it.
26063 (appt-convert-time): Clean up.
26064
26065 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
26066 Don't set any syntax-table property here.
26067 (tex-font-lock-verb): New function. Do it here.
26068 (tex-font-lock-syntactic-keywords): Use it.
26069
26070 2005-10-04 Richard M. Stallman <rms@gnu.org>
26071
26072 * wid-edit.el (widget-file-complete): Get the widget start point
26073 the right way. Default directory to `/' if file has none.
26074
26075 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
26076
26077 * textmodes/flyspell.el (flyspell-mode-on):
26078 Call ispell-maybe-find-aspell-dictionaries.
26079
26080 * textmodes/ispell.el (ispell-word, ispell-region):
26081 Call ispell-maybe-find-aspell-dictionaries.
26082 (ispell-accept-buffer-local-defs):
26083 Don't call ispell-maybe-find-aspell-dictionaries.
26084
26085 2005-10-04 Richard M. Stallman <rms@gnu.org>
26086
26087 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
26088
26089 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
26090
26091 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
26092 instead of `fboundp' in order to allow for anonymous functions.
26093
26094 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
26095
26096 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
26097 case the user clicks on the link while another window is selected.
26098 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
26099
26100 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
26101 functionality.
26102 (dframe-help-echo): Save point in case mouse tracking is off.
26103
26104 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
26105
26106 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
26107
26108 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
26109
26110 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
26111 not change the global value of those vars.
26112
26113 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
26114 make-local-variable which we do not need any more.
26115
26116 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
26117
26118 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
26119 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
26120 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
26121 (speedbar-path-line): Define obsolete aliases.
26122 (speedbar-line-directory): Doc fix.
26123
26124 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
26125 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
26126 instead of speedbar-line-path.
26127
26128 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26129
26130 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
26131 to nil if dropping on a window. Handle dropping on a minibuffer window
26132 like dropping on a non-window part of Emacs.
26133
26134 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
26135
26136 * net/ange-ftp.el: Use with-current-buffer.
26137 (ange-ftp-insert-directory): Do not follow symlinks any more.
26138
26139 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
26140 Remove interactive spec.
26141
26142 2005-10-03 Kim F. Storm <storm@cua.dk>
26143
26144 * ido.el (ido-mode): Use custom-initialize-set.
26145
26146 2005-10-02 Richard M. Stallman <rms@gnu.org>
26147
26148 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
26149 Use insert-buffer-substring.
26150
26151 * net/tramp.el: Pacify byte compiler warnings in pacification code.
26152 (tramp-handle-file-local-copy): Use insert-buffer-substring.
26153
26154 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
26155
26156 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
26157 in last change.
26158 (ange-ftp-insert-directory): Fix up the search for the case where
26159 `file' is absolute.
26160
26161 2005-10-02 Romain Francoise <romain@orebokech.com>
26162
26163 * progmodes/compile.el (compile-goto-error): Delete extra paren.
26164
26165 2005-10-02 Andreas Schwab <schwab@suse.de>
26166
26167 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
26168 directory component in the session info.
26169
26170 2005-10-01 Richard M. Stallman <rms@gnu.org>
26171
26172 * comint.el (comint-redirect-subvert-readonly): Doc fix.
26173
26174 * simple.el (next-error-internal): New function.
26175
26176 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
26177 (compilation-start): Pass new arg to compilation-buffer-name.
26178 (compile-goto-error): Use next-error-internal.
26179
26180 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
26181
26182 * speedbar.el: Remove RCS tag.
26183 (speedbar-check-read-only): Handle non-existent files.
26184
26185 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
26186
26187 * info.el (Info-speedbar-hierarchy-buttons)
26188 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
26189
26190 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26191
26192 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
26193 Do not match newline.
26194 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
26195 (bibtex-summary): Remove unnecessary save-excursion.
26196 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
26197
26198 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26199
26200 * term/mac-win.el: Add charset info for "iso10646-1".
26201 Modify default fontset to use ATSUI-compatible fonts for some charsets
26202 if available.
26203
26204 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
26205
26206 * speedbar.el: Re-apply arch tag.
26207 (speedbar-version): Rename to version 1.0. Suggested by Eric
26208 M. Ludlam.
26209 Reapply two changes from Emacs CVS' version of speedbar lost
26210 during the merge:
26211 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
26212 (speedbar-frame-parameters): Improve customize type.
26213
26214 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
26215
26216 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
26217 (ange-ftp-file-directory-p): Fix the symlink case.
26218 (ange-ftp-insert-directory): When listing a single file, get a list of
26219 the parent buffer and extract the relevant line. Inspired from a patch
26220 by Katsumi Yamaoka <yamaoka@jpl.org>.
26221 (ange-ftp-file-name-sans-versions): Simplify.
26222
26223 2005-09-30 Bill Wohler <wohler@newt.com>
26224
26225 Move MH-E image files from toolbar and mail directories into
26226 etc/images.
26227
26228 * mail/reply2.*: Move to etc/images/mail/reply*.
26229
26230 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
26231 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
26232 etc/images.
26233
26234 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
26235 * toolbar/reply*: Move to etc/images/mail.
26236
26237 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
26238
26239 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
26240
26241 * speedbar.el: New version 1.0pre3.
26242
26243 Frame management code (including timer, and mouse click specifics)
26244 moved to dframe.el:
26245 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
26246 (speedbar-timer): Removed. Use dframe-timer.
26247 (speedbar-close-frame): Removed. Use dframe-close-frame.
26248 (speedbar-activity-change-focus-flag): Removed. Use
26249 dframe-activity-change-focus-flag.
26250 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
26251 dframe-update-speed.
26252
26253 (speedbar-current-frame): New macro. Use this instead of the
26254 variable speedbar-frame.
26255
26256 (speedbar-use-images, speedbar-expand-image-button-alist)
26257 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
26258
26259 (speedbar-find-image-on-load-path): Removed. Replaced by
26260 defezimage in ezimage.el.
26261 (speedbar-expand-image-button-alist): Removed. Replaced by
26262 ezimage-expand-image-button-alist in ezimage.el.
26263
26264 (speedbar-ignored-directory-regexp)
26265 (speedbar-add-ignored-directory-regexp)
26266 (speedbar-ignored-directory-expressions)
26267 (speedbar-line-directory, speedbar-buffers-line-directory)
26268 (speedbar-directory-line, speedbar-buffers-line-directory):
26269 Renamed, replacing `path' with `directory'.
26270
26271 (speedbar-create-directory, speedbar-expand-line-descendants)
26272 (speedbar-toggle-line-expansion)
26273 (speedbar-contract-line-descendants): New commands.
26274
26275 (speedbar-query-confirmation-method, speedbar-select-frame-method)
26276 (speedbar-use-tool-tips-flag): New options.
26277
26278 (speedbar-check-read-only, speedbar-require-version)
26279 (speedbar-insert-separator, speedbar-buffers-tail-notes)
26280 (speedbar-handle-delete-frame, speedbar-try-completion)
26281 (speedbar-update-localized-contents): New functions.
26282
26283 (speedbar-incompatible-version, speedbar-ro-to-do-point)
26284 (speedbar-object-read-only-indicator): New variables.
26285
26286 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
26287 New hooks.
26288
26289 (speedbar-separator-face): New face.
26290
26291 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
26292 (speedbar-ignored-modes): Add fundamental-mode.
26293 (speedbar-directory-unshown-regexp): Add . directories.
26294
26295 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
26296 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
26297 `]' for full expand/close.
26298 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
26299
26300 (speedbar-check-vc): Support hidden files.
26301 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
26302 (speedbar-this-file-in-vc): Use vc-state if available. If VC
26303 state is nil, it is not checked out.
26304
26305 (speedbar-line-text, speedbar-line-token): Support expand buttons
26306 with no text.
26307 (speedbar-refresh): Universal argument acts as power-click.
26308 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
26309 that buffer to get variable values.
26310
26311 And many other bugfixes.
26312
26313 * dframe.el, ezimage.el, sb-image.el: New files.
26314
26315 * sb-*.xpm: Remove files. New image files installed into
26316 etc/images/ezimage.
26317
26318 2005-09-30 Kenichi Handa <handa@m17n.org>
26319
26320 * ps-mule.el (ps-mule-show-warning): If a character is in
26321 ps-print-translation-table, don't treat it as non-printable.
26322
26323 2005-09-30 David Ponce <david@dponce.com>
26324
26325 * tree-widget.el (tree-widget-themes-load-path): New variable.
26326 (tree-widget-themes-directory): Doc fix.
26327 (tree-widget-image-formats) [Emacs]: Doc fix.
26328 (tree-widget--locate-sub-directory): New function.
26329 (tree-widget-themes-directory): Use it.
26330
26331 * recentf.el (recentf-filename-handlers): Rename from
26332 `recentf-filename-handler'. Allow a list of functions.
26333 (recentf-menu-items-for-commands): Fix :help strings.
26334 (recentf-apply-filename-handlers): New function.
26335 (recentf-expand-file-name): Use it.
26336 (recentf-cleanup): Remove duplicates too.
26337
26338 2005-09-29 Juri Linkov <juri@jurta.org>
26339
26340 * faces.el: Rearrange face definitions to be in the same order as
26341 their face descriptions in "(emacs)Standard Faces".
26342
26343 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
26344
26345 * tooltip.el (tooltip): Add group `basic-faces'.
26346
26347 * buff-menu.el (Buffer-menu-buffer): Remove group
26348 `font-lock-highlighting-faces'.
26349
26350 * progmodes/compile.el (compilation-error, compilation-warning)
26351 (compilation-info, compilation-line-number, compilation-column-number):
26352 Change group from `font-lock-highlighting-faces' to `compilation'.
26353
26354 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26355 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
26356 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
26357 (vhdl-font-lock-reserved-words-face)
26358 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
26359 `font-lock-highlighting-faces'.
26360
26361 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
26362
26363 2005-09-28 Kim F. Storm <storm@cua.dk>
26364
26365 * emulation/cua-base.el: Set CUA move property on additional commands:
26366 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
26367 forward-sexp, backward-sexp, forward-list, backward-list.
26368
26369 2005-09-28 Romain Francoise <romain@orebokech.com>
26370
26371 * comint.el (comint-show-output): Really set point at the
26372 beginning of the output when not using `comint-use-prompt-regexp'.
26373
26374 2005-09-27 Jay Belanger <belanger@truman.edu>
26375
26376 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
26377 in TeX mode.
26378
26379 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
26380
26381 * textmodes/org.el (org-table-sum): Fix format string.
26382
26383 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
26384 Quote face names.
26385
26386 2005-09-26 Romain Francoise <romain@orebokech.com>
26387
26388 * isearch.el (isearch-forward-regexp): Close doc string.
26389
26390 2005-09-25 Richard M. Stallman <rms@gnu.org>
26391
26392 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
26393
26394 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
26395
26396 * progmodes/compile.el (compilation-error-properties):
26397 When getting the file from the previous error message,
26398 correctly decode the new data format.
26399
26400 * progmodes/cc-cmds.el (c-electric-paren):
26401 Call old-blink-paren only for close-paren.
26402
26403 2005-09-24 Andreas Schwab <schwab@suse.de>
26404
26405 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
26406 condition.
26407
26408 2005-09-25 Romain Francoise <romain@orebokech.com>
26409
26410 * dired-aux.el (dired-copy-file-recursive):
26411 * dired.el (dired-delete-file):
26412 * ediff-mult.el (ediff-dir-diff-copy-file):
26413 * ediff-util.el (ediff-test-save-region):
26414 * forms.el (forms-mode):
26415 * ido.el (ido-file-internal, ido-delete-file-at-head):
26416 * log-edit.el (log-edit-done):
26417 * ses.el (ses-yank-resize):
26418 * play/gomoku.el (gomoku-human-plays, gomoku)
26419 (gomoku-human-resigns, gomoku-prompt-for-other-game)
26420 (gomoku-offer-a-draw):
26421 * play/landmark.el (lm-human-resigns, lm):
26422 * net/eudcb-ldap.el (eudc-ldap-check-base):
26423 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
26424 * progmodes/ebrowse.el (ebrowse-find-pattern):
26425 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
26426 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
26427 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
26428
26429 * vc.el (vc-delete-file):
26430 * play/gomoku.el (gomoku-terminate-game, gomoku)
26431 (gomoku-prompt-for-move, gomoku-human-takes-back):
26432 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
26433 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
26434
26435 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
26436
26437 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
26438 color rxvt terminals by using the code xterm.el used to use before
26439 2005-04-09 in order to match the colors used by rxvt.
26440
26441 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
26442
26443 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
26444 colors rxvt-unicode terminals by using the same code as xterm.el.
26445
26446 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
26447
26448 * textmodes/tex-mode.el (tex-font-lock-append-prop)
26449 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
26450 new symbol used for the tex-verbatim face.
26451
26452 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
26453
26454 * woman.el (woman-file-name):
26455 * wid-edit.el (widget-file-prompt-value)
26456 (widget-coding-system-prompt-value):
26457 * w32-fns.el (set-w32-system-coding-system):
26458 * vc.el (vc-version-diff, vc-annotate):
26459 * textmodes/reftex-auc.el (reftex-arg-cite)
26460 (reftex-arg-index-tag):
26461 * textmodes/refer.el (refer-get-bib-files):
26462 * textmodes/artist.el (artist-figlet-choose-font):
26463 * terminal.el (terminal-emulator):
26464 * replace.el (occur-read-primary-args):
26465 * rect.el (string-rectangle, string-insert-rectangle):
26466 * ps-print.el (ps-print-preprint):
26467 * progmodes/pascal.el (pascal-goto-defun):
26468 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
26469 * progmodes/compile.el (compilation-find-file):
26470 * printing.el (pr-interactive-n-up):
26471 * play/animate.el (animate-birthday-present):
26472 * net/rcompile.el (remote-compile):
26473 * man.el (man, Man-goto-section, Man-follow-manual-reference):
26474 * mail/rmailsum.el (rmail-summary-search-backward)
26475 (rmail-summary-search):
26476 * mail/rmailout.el (rmail-output-read-rmail-file-name)
26477 (rmail-output-read-file-name):
26478 * mail/rmail.el (rmail-search, rmail-search-backwards):
26479 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
26480 * locate.el (locate):
26481 * international/quail.el (quail-show-keyboard-layout):
26482 * international/mule.el (set-buffer-file-coding-system)
26483 (revert-buffer-with-coding-system, set-file-name-coding-system)
26484 (set-terminal-coding-system, set-keyboard-coding-system)
26485 (set-next-selection-coding-system):
26486 * international/mule-diag.el (describe-coding-system)
26487 (describe-font, describe-fontset):
26488 * international/mule-cmds.el (universal-coding-system-argument)
26489 (search-unencodable-char, describe-input-method)
26490 (set-language-environment, describe-language-environment):
26491 * international/codepage.el (codepage-setup):
26492 * international/code-pages.el (codepage-setup):
26493 * info.el (Info-search, Info-follow-reference)
26494 (Info-search-backward):
26495 * emacs-lisp/advice.el (ad-read-advised-function)
26496 (ad-read-advice-class, ad-clear-cache, ad-activate)
26497 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
26498 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
26499 (ad-read-regexp):
26500 * ediff-util.el (ediff-toggle-regexp-match):
26501 * ediff-ptch.el (ediff-prompt-for-patch-file):
26502 * dired-aux.el (dired-diff):
26503 * diff.el (diff):
26504 * cus-edit.el (custom-variable-prompt):
26505 * calendar/timeclock.el (timeclock-ask-for-project):
26506 * calc/calcalg3.el (calc-get-fit-variables):
26507 * calc/calc-store.el (calc-edit-variable)
26508 (calc-permanent-variable):
26509 * vc-mcvs.el (vc-mcvs-register):
26510 * shadowfile.el (shadow-define-literal-group):
26511 * woman.el (woman-file-name):
26512 * vc.el (vc-version-diff, vc-merge):
26513 * textmodes/reftex-index.el (reftex-index-complete-tag):
26514 * format.el (format-decode-buffer, format-decode-region):
26515 * emulation/viper-cmd.el (viper-read-string-with-history):
26516 * emacs-lisp/debug.el (cancel-debug-on-entry):
26517 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
26518 * ediff.el (ediff-merge-revisions)
26519 (ediff-merge-revisions-with-ancestor, ediff-revision):
26520 * completion.el (interactive-completion-string-reader):
26521 * calc/calc-prog.el (calc-user-define-formula):
26522 Follow convention for reading with the minibuffer.
26523
26524 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
26525
26526 * progmodes/python.el (python-describe-symbol): Add globals() and
26527 locals() to the arguments of emacs.ehelp.
26528
26529 2005-09-24 Magnus Henoch <mange@freemail.hu>
26530
26531 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
26532 New function, code extracted from ispell-valid-dictionary-list.
26533 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
26534 Call it.
26535
26536 2005-09-24 Eli Zaretskii <eliz@gnu.org>
26537
26538 * subr.el (version-regexp-alist): Extend valid syntax for version
26539 strings: allow any of the characters -,_,+ to separate the
26540 alpha/beta/rc part from the version part. Doc fix.
26541 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
26542
26543 2005-09-23 David Reitter <david.reitter@gmail.com>
26544
26545 * mail/mailclient.el: New file.
26546
26547 2005-09-23 Richard M. Stallman <rms@gnu.org>
26548
26549 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
26550 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
26551 Doc fixes.
26552
26553 * progmodes/cc-mode.el (c-font-lock-init):
26554 Specify font-lock-lines-before.
26555
26556 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
26557
26558 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
26559 whole conflict.
26560
26561 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
26562
26563 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
26564 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
26565 of `remap' feature when available. Additional key bindings for
26566 better tty support.
26567 (org-mode-restart, org-force-self-insert): New commands.
26568 (org-time-stamp-inactive): New command.
26569 (org-remap): New function.
26570 (org-table-auto-blank-field, org-level-color-stars-only): New options.
26571 (org-enable-fixed-width-editor): Move to `org-structure'
26572 customization group.
26573 (org-self-insert-command, orgtbl-self-insert-command): Modify to
26574 blank field after field motion commands.
26575
26576 2005-09-23 Kenichi Handa <handa@m17n.org>
26577
26578 * international/mule-cmds.el (set-language-environment):
26579 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
26580 have to call utf-translate-cjk-load-tables.
26581
26582 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
26583
26584 * mouse.el (mouse-move-drag-overlay): Fix last change.
26585
26586 2005-09-22 David Ponce <david@dponce.com>
26587
26588 * tree-widget.el (tree-widget-value-create): Fix previous change.
26589
26590 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26591
26592 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
26593
26594 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
26595
26596 * mouse.el (mouse-move-drag-overlay): New function.
26597 (mouse-drag-region-1): Use it.
26598 Try to simplify a bit the state handling. Handle clicks on links
26599 inside intangible areas.
26600 (mouse-save-then-kill): Minor simplification.
26601 (mouse-secondary-overlay): Make it always non-nil instead of
26602 recreating it each time.
26603 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
26604 (mouse-kill-secondary, mouse-secondary-save-then-kill):
26605 Simplify accordingly.
26606
26607 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26608
26609 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
26610
26611 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
26612
26613 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26614 (ediff-file-name-sans-prefix): Treat nil as an empty string.
26615 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
26616 to patch.
26617
26618 * ediff-util.el: Use insert-buffer-substring.
26619
26620 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
26621
26622 * emulation/viper-cmd.el (viper-change-state): Don't move over the
26623 field boundaries in the minibuffer.
26624 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
26625 (viper-minibuffer-post-command-hook): New hook.
26626 (viper-line): Don't move cursor at bolp.
26627
26628 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
26629
26630 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
26631 avoid compiler warnings.
26632
26633 * emulation/viper-macs.el (ex-map): Better messages.
26634
26635 * emulation/viper-util.el (viper-beginning-of-field): New function.
26636
26637 * emulation/viper.el: Replace make-variable-buffer-local with
26638 viper-make-variable-buffer-local everywhere, to avoid warnings.
26639
26640 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26641
26642 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
26643 Delete unused var `old-selected-window'.
26644 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
26645 (mouse-drag-secondary): Delete unused var `start-frame'.
26646
26647 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
26648
26649 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
26650
26651 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26652
26653 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
26654 Re-indent within 80 columns. Use inhibit-read-only.
26655
26656 2005-09-19 Romain Francoise <romain@orebokech.com>
26657
26658 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
26659
26660 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
26661
26662 * font-lock.el (font-lock-default-fontify-region): Don't add a line
26663 unconditionally, since the after-change-function already did it.
26664
26665 2005-09-19 Miles Bader <miles@gnu.org>
26666
26667 * net/newsticker.el: Get rid of CVS keyword.
26668
26669 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
26670
26671 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
26672 The prompt is formatted later.
26673
26674 2005-09-19 David Ponce <david@dponce.com>
26675
26676 * tree-widget.el (tree-widget-value-create): Save the converted
26677 tree :node widget.
26678
26679 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
26680
26681 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
26682 variable `message'.
26683
26684 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
26685
26686 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
26687 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
26688 <slawomir.nowaczyk.847@student.lu.se>.
26689
26690 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
26691
26692 * image.el (image-load-path): Use symbol `data-directory' instead
26693 of its value, for backward compatibility with packages that bind
26694 it during `find-image'. Suggested by Katsumi Yamaoka.
26695 (image-search-load-path): Handle symbols whose values are strings.
26696
26697 2005-09-18 Romain Francoise <romain@orebokech.com>
26698
26699 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
26700 with-current-buffer form in save-excursion.
26701
26702 2005-09-18 Deepak Goel <deego@gnufans.org>
26703
26704 * apropos.el (apropos-command): Fix `message' call: first arg
26705 should be a format spec. In this and all other cases that appear
26706 below and elsewhere in the source code, I made a change only when
26707 two conditions were satisfied: [1] I can think of a possibility
26708 that the arguments would cause an error, for example, the code in
26709 question relies on external variables such as filenames. [2] I
26710 was sure that the arg to `message' could not have been nil in the code.
26711
26712 * textmodes/tildify.el (tildify-region): Ditto.
26713
26714 * textmodes/reftex-index.el (reftex-index-change-entry)
26715 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
26716 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
26717 * textmodes/org.el (org-complete, org-deadline, org-schedule)
26718 (org-priority, org-table-sum):
26719 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
26720 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
26721 (flyspell-word, flyspell-display-next-corrections):
26722 * textmodes/bibtex.el (bibtex-print-help-message):
26723 * textmodes/artist.el (artist-key-set-point-poly):
26724 * term/mac-win.el (mac-services-insert-text):
26725 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
26726 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
26727 (vhdl-port-paste-testbench, vhdl-compose-new-component)
26728 (vhdl-compose-configuration):
26729 * progmodes/sh-script.el (sh-blink, sh-show-indent)
26730 (sh-set-indent, sh-learn-line-indent):
26731 * progmodes/ps-mode.el (ps-mode-target-column):
26732 * progmodes/idlwave.el (idlwave-make-tags)
26733 (idlwave-scan-library-catalogs):
26734 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
26735 * progmodes/gud.el (gud-jdb-analyze-source):
26736 * progmodes/flymake.el (flymake-log):
26737 * progmodes/ebnf2ps.el (ebnf-generate-region):
26738 * progmodes/cmacexp.el (c-macro-expansion):
26739 * progmodes/ada-xref.el (ada-treat-cmd-string):
26740 * progmodes/ada-mode.el (ada-create-case-exception-substring)
26741 (ada-justified-indent-current, ada-batch-reformat):
26742 * play/zone.el (zone):
26743 * play/landmark.el (lm-move):
26744 * play/decipher.el (decipher-show-alphabet):
26745 * net/newsticker.el (newsticker--display-jump)
26746 (newsticker--display-scroll):
26747 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
26748 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
26749 * mail/feedmail.el (feedmail-dump-message-to-queue):
26750 * eshell/esh-proc.el (eshell-remove-process-entry):
26751 * emulation/ws-mode.el (ws-last-error):
26752 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
26753 (viper-record-kbd-macro):
26754 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
26755 * emacs-lisp/lisp-mnt.el (lm-report-bug):
26756 * emacs-lisp/find-func.el (find-function-noselect):
26757 * calendar/timeclock.el (timeclock-status-string)
26758 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
26759 (timeclock-when-to-leave-string):
26760 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
26761 * calc/calc-units.el (calc-enter-units-table):
26762 * calc/calc-mode.el (calc-mode-record-mode):
26763 * woman.el (woman-mini-help):
26764 * wdired.el (wdired-change-to-wdired-mode):
26765 * vc.el (vc-retrieve-snapshot):
26766 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
26767 * startup.el (display-startup-echo-area-message):
26768 * simple.el (set-goal-column):
26769 * ses.el (ses-command-hook, ses-recalculate-cell):
26770 * server.el (server-process-filter):
26771 * printing.el (pr-interface-txt-print, pr-interface-printify)
26772 (pr-interface-ps):
26773 * pcvs.el (cvs-help):
26774 * log-edit.el (log-edit, log-edit-mode-help):
26775 * iswitchb.el (iswitchb-possible-new-buffer):
26776 * isearch.el (isearch-edit-string):
26777 * image-mode.el (image-mode, image-minor-mode):
26778 * ibuf-macs.el (define-ibuffer-filter):
26779 * hi-lock.el (hi-lock-find-patterns):
26780 * files.el (toggle-read-only):
26781 * ediff-util.el (ediff-copy-diff)
26782 (ediff-write-merge-buffer-and-maybe-kill):
26783 * echistory.el (Electric-history-undefined):
26784 * dnd.el (dnd-insert-text):
26785 * dired-aux.el (dired-query):
26786 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
26787 * bookmark.el (bookmark-bmenu-locate):
26788 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
26789 Fix `message' calls to ensure first arg is a format string.
26790 The change was made only when these two conditions were satisfied:
26791 [1] when there is a possibility that the arguments would cause an error
26792 for example, if the code in question relies on external variables
26793 such as filenames, and
26794 [2] if the arg to `message' could not have been nil in the code.
26795
26796 * pcomplete.el (pcomplete--help): Fix `message' format spec.
26797 Not having a %s would be weird, though not technically wrong.
26798
26799 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26800
26801 * term/mac-win.el (mac-add-charset-info): Doc fix.
26802
26803 2005-09-17 Romain Francoise <romain@orebokech.com>
26804
26805 * shell.el (shell-resync-dirs): Handle echoing processes more
26806 reliably. Don't insert resync command if `comint-process-echoes'
26807 is non-nil.
26808
26809 2005-09-17 Magnus Henoch <mange@freemail.hu>
26810
26811 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
26812 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
26813 aspell versions >= 0.60.
26814 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
26815 only if ispell-aspell-supports-utf8 is non-nil.
26816
26817 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
26818
26819 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
26820 buffer-local value to lisp-indent-function.
26821
26822 2005-09-17 Milan Zamazal <pdm@zamazal.org>
26823
26824 * progmodes/glasses.el (glasses-make-readable): If
26825 glasses-separator differs from underscore, put appropriate
26826 overlays over underscore characters.
26827 (glasses-convert-to-unreadable): If glasses-separator differs from
26828 underscore, try to convert glasses-separator characters to
26829 underscores.
26830
26831 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
26832
26833 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
26834 Use with-syntax-table and dolist.
26835
26836 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
26837
26838 * textmodes/reftex-auc.el:
26839 * textmodes/reftex-cite.el:
26840 * textmodes/reftex-dcr.el:
26841 * textmodes/reftex-global.el:
26842 * textmodes/reftex-parse.el:
26843 * textmodes/reftex-ref.el:
26844 * textmodes/reftex-sel.el:
26845 * textmodes/reftex-toc.el:
26846 * textmodes/reftex-vars.el:
26847 * textmodes/reftex.el: Small changes to remove compiler warnings.
26848
26849 * textmodes/reftex-index.el: Likewise.
26850 (reftex-query-index-phrase): More efficient use of markers.
26851
26852 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
26853
26854 * image.el (image-load-path): New variable.
26855 (image-search-load-path): New function.
26856 (find-image): Search for images in `image-load-path'.
26857
26858 2005-09-15 Richard M. Stallman <rms@gnu.org>
26859
26860 * follow.el: Change Maintainer field.
26861
26862 2005-09-15 David Ponce <david@dponce.com>
26863
26864 * recentf.el (recentf-save-file-modes): New option.
26865 (recentf-save-list): Use it.
26866
26867 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
26868
26869 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
26870 (mode-line-mule-info, mode-line-modified): Move bindings from
26871 mouse-3 to mouse-1.
26872
26873 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
26874
26875 * simple.el (sendmail-user-agent-compose): Revert last change.
26876
26877 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
26878
26879 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
26880 Use with-current-buffer.
26881 (ange-ftp-gwp-start): Remove unused var `gw-user'.
26882 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26883 (ange-ftp-insert-directory): Remove unused var `short'.
26884 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
26885
26886 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
26887 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
26888
26889 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
26890 (check-calendar-holidays, diary-list-entries): Autoload.
26891 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
26892 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
26893
26894 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
26895 which mistakenly removed a call to display-buffer.
26896
26897 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
26898
26899 * obsolete/iso-insert.el: Move to obsolete/ from international/.
26900
26901 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
26902
26903 * progmodes/hideshow.el
26904 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
26905 (hs-allow-nesting): New user var.
26906 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
26907 (hs-hide-block-at-point): When nesting allowed,
26908 if there is already an overlay in place, delete it.
26909 (hs-safety-is-job-n): Delete func; remove call sites.
26910 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
26911 (hs-overlay-at): New func.
26912 (hs-already-hidden-p, hs-show-block): Use it.
26913 (hs-hide-all): Don't pre-clean if nesting allowed.
26914 (hs-show-all): Temporarily disallow
26915 nesting around call to `hs-discard-overlays'.
26916
26917 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
26918
26919 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
26920 Delete unused local var.
26921
26922 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
26923
26924 * help-fns.el (describe-categories): "?\ " -> "?\s".
26925 (help-do-arg-highlight): Recognize also ARG-n, as in
26926 `move-to-left-margin' (ARG+n is already recognized). Simplify.
26927
26928 * international/codepage.el (dos-unsupported-char-glyph):
26929 * net/newsticker.el (tool-bar-map, w3-mode-map)
26930 (w3m-minor-mode-map):
26931 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
26932 (ent-alist):
26933 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
26934
26935 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
26936
26937 * custom.el (custom-push-theme): Handle the case where a symbol is
26938 bound but face properties have not yet been assigned.
26939
26940 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
26941 Fix behavior if noerase is `t' and there is no mail buffer.
26942
26943 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
26944 if `continue' is nil, rather than signal an error.
26945
26946 2005-09-12 Richard M. Stallman <rms@gnu.org>
26947
26948 * font-lock.el (font-lock-keywords): Add autoload.
26949
26950 * help-fns.el (describe-variable): Rearrange to put source link
26951 in a predictable place.
26952
26953 * net/newsticker.el: New file.
26954
26955 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
26956
26957 * calendar/calendar.el (calendar-for-loop): Add edebug info.
26958 (calendar-basic-setup): Use the new nil arg.
26959 (number-of-diary-entries): Move to diary-lib.el.
26960
26961 * calendar/diary-lib.el: Use with-current-buffer, match-string.
26962 (diary-list-entries): Use with-syntax-table and dolist.
26963 Rename from list-diary-entries.
26964 Use number-of-diary-entries if `number' is nil.
26965 (diary, diary-view-entries): Use this new name and new nil arg value.
26966 (number-of-diary-entries): Move from calendar.el.
26967 (diary-unhide-everything): New function.
26968 (include-other-diary-files, fancy-diary-display)
26969 (diary-show-all-entries, make-diary-entry): Use it.
26970 (diary-mail-entries): Use buffer-string.
26971 (mark-diary-entries): Fix long standing paren typo.
26972 (diary-sexp-entry): Use count-lines.
26973 (make-diary-entry): Avoid `previous-line'.
26974 (diary-mode-map): New var.
26975 (diary-mode): Redraw cal after saving. Setup header-line.
26976 (fancy-diary-display-mode): Use local-set-key.
26977
26978 * startup.el (command-line): Try calling various terminal-init-foo-bar
26979 functions by stripping hyphenated suffixes from $TERM.
26980
26981 * files.el (normal-mode): Check boundness of font-lock-keywords.
26982
26983 2005-09-12 Richard M. Stallman <rms@gnu.org>
26984
26985 * progmodes/compile.el: Don't decide a file's directory
26986 until the user actually tries to go there.
26987 (compilation-next-error-function):
26988 Pass compilation-find-file the directory from the file-struct.
26989 (compilation-internal-error-properties): Separate local FILE-STRUCT
26990 from FILE. Doc the args better. Rename arg FMT to FMTS.
26991 (compilation-find-file): Arg DIR renamed to DIRECTORY.
26992 Expand it, and if nil, use default-directory.
26993 (compilation-get-file-structure): Don't mix specified directory
26994 with default directory. Put specified directory into
26995 file-struct. Don't make the file name absolute.
26996
26997 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
26998 (compile-command): Add autoload.
26999 (compilation-disable-input): Add autoload.
27000
27001 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
27002
27003 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
27004 strings of the variables it can override.
27005 (time-stamp): New (as yet undocumented) time-stamp-format escapes
27006 %Q and %q, for fully-qualified domain name and unqualified host name.
27007
27008 2005-09-11 Kim F. Storm <storm@cua.dk>
27009
27010 * emacs-lisp/authors.el (authors-aliases): Update list.
27011 (authors-fixed-entries): Update mldrag.el entry.
27012
27013 2005-09-10 Alan Mackenzie <acm@muc.de>
27014
27015 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
27016 delimiter from the region narrowed to.
27017
27018 2005-09-10 Magnus Henoch <mange@freemail.hu>
27019
27020 * textmodes/ispell.el (ispell-check-version): Signal an error if
27021 aspell version is less than 0.60.
27022
27023 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
27024
27025 * progmodes/octave-inf.el (inferior-octave-startup):
27026 Resync current dir at the end.
27027
27028 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
27029
27030 * woman.el (woman-topic-at-point-default):
27031 Rename to woman-use-topic-at-point-default.
27032 (woman-topic-at-point): Rename to woman-use-topic-at-point.
27033 (woman-file-name): Reflect renames above. Automatically use the
27034 word at point as topic if woman-use-topic-at-point is non-nil.
27035 Otherwise offer it as default but don't insert it in the
27036 minibuffer. Also use `test-completion' instead of `assoc' as
27037 suggested by Stefan Monnier.
27038
27039 2005-09-10 Andre Spiegel <spiegel@gnu.org>
27040
27041 * vc.el (vc-directory, vc-update-change-log): Throw an error on
27042 the attempt to do it over Tramp. This is not yet supported.
27043
27044 2005-09-10 Eli Zaretskii <eliz@gnu.org>
27045
27046 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
27047 (menu-bar-non-minibuffer-window-p): New functions.
27048 ("Split Window", "Save As..."): Use them.
27049 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
27050 ("Print Buffer", "Truncate Long Lines in this Buffer"):
27051 Use menu-bar-menu-frame-live-and-visible-p.
27052 ("Save Buffer", "Insert File", "Open Directory...")
27053 ("Open File...", "Visit New File..."):
27054 Use menu-bar-non-minibuffer-window-p.
27055 (kill-this-buffer-enabled-p, dired <menu-enable>):
27056 Use menu-bar-non-minibuffer-window-p.
27057
27058 2005-09-09 Eli Zaretskii <eliz@gnu.org>
27059
27060 * cus-start.el (all): Don't complain about fringe-related
27061 built-ins if fringes are not supported. Ditto about
27062 selection-related built-ins. Fix the test for GTK-related built-ins.
27063
27064 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
27065 ("Postscript Print Buffer", "Print Region", "Save As...")
27066 ("Save", "Insert File...", "Open Directory...")
27067 ("Open File...", "Visit New File..."")
27068 ("Truncate Long Lines in this Buffer"): Don't look at
27069 menu-updating-frame if this display does not support multiple frames.
27070
27071 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27072
27073 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
27074
27075 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
27076
27077 * woman.el: Format- and whitespace-related changes.
27078
27079 2005-09-09 Eli Zaretskii <eliz@gnu.org>
27080
27081 * woman.el: Fix my email address.
27082
27083 2005-09-08 Richard M. Stallman <rms@gnu.org>
27084
27085 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
27086 (sh-mode): Locally set skeleton-pair-default-alist.
27087
27088 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
27089
27090 * progmodes/flymake.el: Require `compile' unconditionally.
27091
27092 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
27093
27094 * woman.el (woman-file-name): Provide a default, not initial input.
27095
27096 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
27097
27098 * font-lock.el (font-lock-support-mode): Doc fix.
27099
27100 * descr-text.el (describe-property-list): Handle non-symbol prop names.
27101
27102 2005-09-08 Richard M. Stallman <rms@gnu.org>
27103
27104 * simple.el (blink-matching-open): Get rid of text props from
27105 the string shown in echo area. Don't permanently set point.
27106 Some rearrangements.
27107
27108 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
27109
27110 * recentf.el (recentf-filename-handler): Add custom choice
27111 `abbreviate-file-name'.
27112
27113 * msb.el (msb--very-many-menus): Fix typo.
27114
27115 * disp-table.el (standard-display-european): Don't set
27116 enable-multibyte-characters to nil.
27117
27118 2005-09-08 David Ponce <david@dponce.com>
27119
27120 * recentf.el (recentf-show-file-shortcuts-flag): New option.
27121 (recentf-expand-file-name): Doc fix.
27122 (recentf-dialog-mode-map): Define digit shortcuts.
27123 (recentf--files-with-key): New variable.
27124 (recentf-show-digit-shortcut-filter): New function.
27125 (recentf-open-files-items): New function.
27126 (recentf-open-files): Use it.
27127 (recentf-open-file-with-key): New command.
27128
27129 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
27130
27131 * buff-menu.el (Buffer-menu-sort-by-column): New function.
27132 Suggested by Kim F. Storm.
27133 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
27134 (Buffer-menu-make-sort-button): Use global keymap.
27135
27136 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
27137
27138 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
27139 (Man-getpage-in-background-advice): Remove defadvice; it isn't
27140 necessary any longer with the remapped command.
27141 (Man-bgproc-sentinel-advice): Remove defadvice which counts
27142 formatting time only.
27143
27144 * net/tramp.el (tramp-action-password)
27145 (tramp-multi-action-password): Compile the password prompt from
27146 `method', `user' and `host'. Sometimes it isn't obvious which
27147 password to enter, for example with remote files offered by
27148 recentf.el, or with multiple steps. Suggested by Robert Marshall
27149 <robert@chezmarshall.freeserve.co.uk>.
27150
27151 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
27152
27153 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
27154 Fix regexp for when "s///" is at the beginning of line.
27155
27156 2005-09-07 Jay Belanger <belanger@truman.edu>
27157
27158 * calc/calc-poly.el (math-expand-term): Multiply out any powers
27159 when in matrix mode.
27160
27161 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
27162
27163 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
27164 non-anonymous functions.
27165
27166 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
27167
27168 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
27169 when using a header line. Otherwise, use mouse-1-click-follows-link.
27170
27171 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
27172 can't be moved; don't signal an error.
27173
27174 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
27175
27176 * cus-theme.el (custom-theme-write-faces): Save the current face
27177 spec, not the defface spec.
27178
27179 * custom.el (custom-known-themes): Clarify meaning of "standard".
27180 (custom-push-theme): Save old values in the standard theme.
27181 (disable-theme): Correct typo.
27182 (custom-face-theme-value): Deleted unused function.
27183 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
27184
27185 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
27186
27187 * progmodes/compile.el (compilation-goto-locus): Take into account
27188 iconified frames when determining whether the buffer is
27189 already visible.
27190 Don't reset window height if the window already existed.
27191
27192 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
27193
27194 * custom.el (load-theme): Rename from require-theme.
27195 Add interactive spec.
27196 (enable-theme): Rename from custom-enable-theme.
27197 Add interactive spec.
27198 (disable-theme): Rename from custom-disable-theme.
27199 Add interactive spec.
27200 (custom-make-theme-feature): Doc fix.
27201 (custom-theme-directory): Doc fix.
27202 (provide-theme): Call enable-theme.
27203
27204 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
27205
27206 * obsolete/lazy-lock.el (lazy-lock-mode):
27207 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
27208 font-lock-mode if it's off. Print a warning instead.
27209
27210 * progmodes/compile.el (compilation-start): Ignore errors if the
27211 process died before we get to send-eof.
27212
27213 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
27214 Undo last change. Enclosing the result in quotes broke things on Unix
27215 since tex-send-command passes it through shell-quote-argument.
27216 (tex-send-command): Pass `file' through convert-standard-filename
27217 when possible.
27218 (tex-uptodate-p): Handle the case where TeX hasn't put additional
27219 info in a transcript.
27220
27221 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
27222
27223 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
27224 fix compilation warning. Reorder the key definitions to group
27225 together keys emitted by the current version of xterm.
27226
27227 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
27228 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
27229 Reorder predicates to correct min-color usage.
27230
27231 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
27232
27233 * longlines.el (longlines-mode): Inhibit read-only when encoding.
27234 Kill local variables when longlines-mode is turned off.
27235
27236 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
27237
27238 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
27239
27240 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
27241
27242 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
27243
27244 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
27245 (font-lock-lines-before): Change default to being inactive.
27246 (font-lock-default-fontify-region): Obey font-lock-lines-before.
27247 (font-lock-after-change-function): Don't handle f-l-lines-before here.
27248
27249 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
27250
27251 * net/tramp.el (tramp-handle-make-auto-save-file-name):
27252 Deactivate temporarily advice if active (not needed for Emacs 22,
27253 but for backwards compatibility).
27254 (tramp-exists-file-name-handler): Rewrite. First implementation
27255 was too simple.
27256 (tramp-advice-make-auto-save-file-name):
27257 Call `tramp-handle-make-auto-save-file-name' (again, just for
27258 backwards compatibility).
27259
27260 2005-08-31 Reto Zimmermann <reto@gnu.org>
27261
27262 * progmodes/vhdl-mode.el
27263 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
27264 (vhdl-end-p): Fix indentation bug "else" after "-- when".
27265 (vhdl-set-default-project): New function (easier setting of default).
27266 (vhdl-port-copy): Handle extended identifiers for generics.
27267 (vhdl-compiler-alist): Better description for error message regexp.
27268 (vhdl-make): Query for target, use previous as default.
27269 (vhdl-port-copy): Fix port copy for port names starting with "signal".
27270 (vhdl-font-lock-keywords-2): Fix fontification for record
27271 el. assign.
27272 (vhdl-speedbar-make-subpack-line): Add package body link.
27273 (vhdl-generate-makefile-1): Not include itself as dependency.
27274 (vhdl-font-lock-init): Highlight c-preprocessor directives.
27275 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
27276 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
27277 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
27278 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
27279 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
27280 (vhdl-import-project): Add string argument for `error'.
27281 (vhdl-compose-configuration)
27282 (vhdl-compose-configuration-architecture): Add configuration
27283 declaration generation.
27284 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
27285 (vhdl-trailer-re): Add "record" keyword (better indentation).
27286 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
27287 "[^ \t-\"]+".
27288 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
27289 (vhdl-testbench-entity-file-name)
27290 (vhdl-testbench-architecture-file-name): Allow separate
27291 customization of testbench file names.
27292 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
27293 (vhdl-get-visible-signals): Allow newline within alias declaration.
27294 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
27295 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
27296 (member-ignore-case): Alias for missing function in XEmacs.
27297 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
27298 (vhdl-update-sensitivity-list): Ignore case on read signals.
27299 (vhdl-replace-string): Adjust case only for file names.
27300 (vhdl-update-sensitivity-list): Fix search for read signals.
27301 (vhdl-update-sensitivity-list): Exclude formal parameters.
27302 (vhdl-get-visible-signals): Include aliases of signals.
27303 (vhdl-get-visible-signals): Fix signal name searching.
27304 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
27305 (vhdl-fixup-whitespace-region): Fix for character
27306 literals (e.g. `:').
27307
27308 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
27309
27310 * ansi-color.el (comint-last-output-start):
27311 * bs.el (font-lock-verbose):
27312 * diff-mode.el (add-log-buffer-file-name-function):
27313 * dired-x.el (vm-folder-directory):
27314 * faces.el (help-xref-stack-item):
27315 * files.el (font-lock-keywords):
27316 * find-lisp.el (dired-buffers, dired-subdir-alist):
27317 * ido.el (cua-inhibit-cua-keys):
27318 * log-view.el (cvs-minor-wrap-function):
27319 * outline.el (font-lock-warning-face):
27320 * simple.el (compilation-current-error):
27321 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
27322 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
27323 * tooltip.el (comint-prompt-regexp):
27324 * w32-fns.el (explicit-shell-file-name):
27325 * term/mac-win.el (mac-charset-info-alist)
27326 (mac-services-selection, mac-system-script-code):
27327 * term/tty-colors.el (msdos-color-values):
27328 * term/w32-win.el (xlfd-regexp-registry-subnum):
27329 * term/x-win.el (x-keysym-table, x-selection-timeout)
27330 (x-session-id, x-session-previous-id):
27331 * textmodes/ispell.el (mail-yank-prefix):
27332 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
27333 * textmodes/org.el (calc-embedded-close-formula)
27334 (calc-embedded-open-formula)
27335 (font-lock-unfontify-region-function):
27336 * textmodes/reftex-global.el (isearch-next-buffer-function)
27337 (TeX-master):
27338 * textmodes/reftex.el (font-lock-keywords):
27339 * textmodes/tex-mode.el (font-lock-comment-face)
27340 (font-lock-doc-face):
27341 * textmodes/texinfo.el (outline-heading-alist):
27342 Add defvars.
27343
27344 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
27345 (artist-spray-chars, artist-mode-init, artist-replace-string)
27346 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
27347 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
27348 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
27349
27350 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
27351 (conf-align-assignments): "?\ " -> "?\s".
27352
27353 * textmodes/reftex-index.el (TeX-master): Add defvar.
27354 (reftex-index-phrases-marker): Move up defvar.
27355
27356 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
27357 (reftex-toc-include-labels-indicator)
27358 (reftex-toc-include-index-indicator)
27359 (reftex-toc-max-level-indicator): Move up declarations.
27360
27361 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
27362 of args to `tramp-run-real-handler', even if it's empty in this case.
27363
27364 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27365
27366 * dired.el (dired-move-to-filename-regexp): Add date format for
27367 Mac OS X 10.3 in East Asian locales.
27368
27369 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
27370
27371 * files.el (make-auto-save-file-name): Add file name handler call
27372 if applicable.
27373
27374 * net/tramp.el (tramp-file-name-handler-alist)
27375 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
27376 (tramp-handle-make-auto-save-file-name): Rename from
27377 `tramp-make-auto-save-file-name'.
27378 (tramp-exists-file-name-handler): New defun.
27379 (tramp-advice-make-auto-save-file-name): Make defadvice only when
27380 `make-auto-save-file-name' is not a magic file name operation.
27381
27382 2005-08-30 Richard M. Stallman <rms@gnu.org>
27383
27384 * files.el (risky-local-variable-p):
27385 Match `-predicates' and `-commands.
27386
27387 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
27388 (custom-save-all): Visit the file if necessary;
27389 kill the buffer if we created it.
27390 (custom-save-delete): Don't visit file or kill buffer here.
27391
27392 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
27393
27394 * textmodes/org.el (org-special-keyword): New face.
27395 (org-table-copy-down, org-table-eval-formula)
27396 (org-table-recalculate, org-init-section-numbers):
27397 Use `string-to-number' instead of `string-to-int'.
27398 (org-get-location): Use `insert-buffer-substring' instead of
27399 `insert-buffer'.
27400 (org-modify-diary-entry-string): New function.
27401 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
27402 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
27403 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
27404 active region.
27405 (org-export-as-html): Handle QUOTE keyword.
27406 (org-quote-string): New option.
27407 (org-bookmark-jump-unhide): New function, used for
27408 `bookmark-after-jump-hook'.
27409 (org-diary-default-entry): Apply only when not called through
27410 `org-agenda'.
27411
27412 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
27413
27414 * net/eudc.el (mode-popup-menu):
27415 * play/handwrite.el (ps-printer-name, ps-lpr-command):
27416 * progmodes/ada-mode.el (compile-auto-highlight)
27417 (skeleton-further-elements):
27418 * progmodes/autoconf.el (font-lock-syntactic-keywords):
27419 * progmodes/cmacexp.el (msdos-shells):
27420 * progmodes/compile.el (font-lock-extra-managed-props)
27421 (font-lock-keywords, font-lock-maximum-size)
27422 (font-lock-support-mode):
27423 * progmodes/grep.el (font-lock-lines-before):
27424 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
27425 * progmodes/mixal-mode.el (compile-command):
27426 * progmodes/perl-mode.el (font-lock-comment-face)
27427 (font-lock-doc-face, font-lock-string-face):
27428 * progmodes/prolog.el (comint-prompt-regexp):
27429 * progmodes/sh-script.el (font-lock-comment-face)
27430 (font-lock-set-defaults, font-lock-string-face):
27431 * progmodes/sql.el (font-lock-keyword-face)
27432 (font-lock-set-defaults, font-lock-string-face):
27433 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
27434 (itimer-version, lazy-lock-defer-contextually)
27435 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
27436 Add defvars.
27437
27438 * progmodes/cperl-mode.el (cperl-electric-lbrace)
27439 (cperl-electric-keyword, cperl-electric-pod)
27440 (cperl-electric-backspace, cperl-forward-re)
27441 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
27442 (vc-rcs-header, vc-sccs-header): Add defvars.
27443
27444 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
27445 (font-lock-syntactic-keywords, gud-find-expr-function):
27446 Add defvars.
27447
27448 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
27449 (gdb-frame-parameters): Declare before use.
27450
27451 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
27452 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
27453 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
27454 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
27455
27456 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
27457 (idlwave-help-with-source): Use `insert-buffer-substring', not
27458 `insert-buffer'.
27459
27460 2005-08-29 Juri Linkov <juri@jurta.org>
27461
27462 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
27463 Put outline-back-to-heading function call inside save-excursion.
27464
27465 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
27466
27467 * man.el (Man-init-defvars, Man-translate-references)
27468 (Man-support-local-filenames, Man-highlight-references):
27469 * progmodes/sql.el (sql-interactive-mode):
27470 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
27471
27472 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
27473 (compilation-mode-font-lock-keywords): Add defvars.
27474 (checkdoc-interactive-loop): "?\ " -> "?\s".
27475
27476 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
27477 (font-lock-doc-face, font-lock-string-face)
27478 (font-lock-keywords-case-fold-search): Add defvars.
27479 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
27480
27481 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
27482 Don't pass X and Y (they are ignored anyway).
27483 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
27484 (mouse-delete-window): Make arguments optional.
27485
27486 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
27487 (caesar-translate-table, minor-modes, news-buffer-save)
27488 (news-group-name, news-minor-modes): Add defvars.
27489
27490 * emacs-lisp/lselect.el (mouse-highlight-priority)
27491 (x-lost-selection-functions, zmacs-regions):
27492 * emacs-lisp/pp.el (font-lock-verbose):
27493 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
27494 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
27495 (ses-mode-map):
27496 * emacs-lisp/tcover-unsafep.el (safe-functions):
27497 * international/mule-cmds.el (mac-system-coding-system)
27498 (mac-system-locale):
27499 * language/ethio-util.el (rmail-current-message)
27500 (rmail-message-vector):
27501 * language/thai-util.el (thai-auto-composition-mode):
27502 * mail/metamail.el (rmail-current-message, rmail-message-vector):
27503 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
27504 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
27505 (vm-primary-inbox, vm-spool-files):
27506 * mail/rmail.el (deleted-head, font-lock-fontified)
27507 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
27508 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
27509 (total-messages):
27510 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
27511 (rmail-summary-mode-map):
27512 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
27513 (rmail-last-label, rmail-last-multi-labels)
27514 (rmail-summary-vector, rmail-total-messages):
27515 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
27516 * mail/rmailsum.el (msgnum):
27517 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
27518 (rmail-current-message):
27519 * obsolete/fast-lock.el (font-lock-face-list):
27520 * obsolete/rnewspost.el (mail-reply-buffer):
27521 * obsolete/scribe.el (compile-command):
27522 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
27523
27524 2005-08-28 John Paul Wallington <jpw@gnu.org>
27525
27526 * ibuf-ext.el (ibuffer-auto-update-changed):
27527 Use `frame-or-buffer-changed-p' to check whether we need to update.
27528 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
27529 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
27530 as a `frame-or-buffer-changed-p' state vector instead.
27531
27532 2005-08-27 Romain Francoise <romain@orebokech.com>
27533
27534 * textmodes/makeinfo.el (makeinfo-compile):
27535 Use `compilation-start'. Set `next-error-function' according to
27536 `disable-errors'.
27537 (makeinfo-next-error): New function.
27538 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
27539 (makeinfo-buffer): Likewise.
27540
27541 * progmodes/compile.el (compilation-start): Add autoload cookie.
27542
27543 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
27544 * textmodes/sgml-mode.el: Likewise.
27545 * progmodes/python.el: Likewise.
27546
27547 2005-08-27 Eli Zaretskii <eliz@gnu.org>
27548
27549 * simple.el (blink-matching-paren-distance): Document the meaning
27550 of nil value, and allow to customize to nil.
27551
27552 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
27553 command.com, not command.exe.
27554
27555 2005-08-26 John Wiegley <johnw@newartisans.com>
27556
27557 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
27558 code around a bit so that an extraneous nil argument is not added
27559 to a command when no args are given.
27560
27561 * eshell/esh-arg.el (eshell-parse-double-quote): If a
27562 double-quoted argument resolves to nil, return it as an empty
27563 string rather than as nil. This made it impossible to pass "" to
27564 a shell script as a null string argument.
27565
27566 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
27567
27568 * outline.el (outline-invent-heading): New fun.
27569 (outline-promote, outline-demote): Use it.
27570 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
27571 (outline-end-of-subtree): Remove unused var `opoint'.
27572
27573 2005-08-26 David Reitter <david.reitter@gmail.com>
27574
27575 * menu-bar.el (truncate-lines, write-file, print-buffer)
27576 (ps-print-buffer-faces, ps-print-buffer, split-window):
27577 Disable menu items when the frame they refer to is invisible, or when
27578 they refer to a buffer and the minibuffer is selected.
27579
27580 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
27581
27582 * progmodes/flymake.el (flymake-highlight-err-lines):
27583 Use save-excursion around flymake-highlight-line to preserve point.
27584
27585 2005-08-26 Eli Zaretskii <eliz@gnu.org>
27586
27587 * progmodes/octave-mod.el: Change Author and Maintainer address.
27588 (octave-maintainer-address): Change Kurt's email address.
27589 * progmodes/octave-inf.el: Change Author and Maintainer address.
27590 * progmodes/octave-hlp.el: Change Author and Maintainer address.
27591
27592 2005-08-26 Kim F. Storm <storm@cua.dk>
27593
27594 * subr.el (version-list-<, version-list-<=, version-list-=):
27595 Rename from integer-list-*.
27596 (version-list-not-zero): Likewise. Fix while loop.
27597 (version=): Use version-list-= instead of string-equal.
27598
27599 2005-08-26 Richard M. Stallman <rms@gnu.org>
27600
27601 * outline.el (outline-promote): Try shortening the heading.
27602 As last resort, read the heading to use.
27603 (outline-demote): As last resort, read the heading to use.
27604
27605 2005-08-26 Romain Francoise <romain@orebokech.com>
27606
27607 * progmodes/compile.el (compilation-start): Doc fix.
27608
27609 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
27610 (antlr-font-lock-additional-keywords): Fix reference to
27611 `antlr-font-lock-literal-regexp' erroneously changed during the
27612 mass face rename.
27613 (antlr-run-tool): Use `compilation-start'.
27614
27615 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
27616 instead of the obsolete `compile-internal'.
27617
27618 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
27619
27620 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
27621 (number, original-date):
27622 * calendar/cal-china.el (date):
27623 * calendar/cal-coptic.el (date):
27624 * calendar/cal-french.el (date):
27625 * calendar/cal-hebrew.el (date, entry, number, original-date):
27626 * calendar/cal-islam.el (date, number, original-date):
27627 * calendar/cal-iso.el (date):
27628 * calendar/cal-julian.el (date):
27629 * calendar/cal-mayan.el (date):
27630 * calendar/cal-menu.el (date, event):
27631 * calendar/cal-persia.el (date):
27632 * calendar/lunar.el (date):
27633 * calendar/solar.el (date): Add defvars.
27634
27635 * emerge.el:
27636 * ibuffer.el:
27637 * info-xref.el:
27638 * obsolete/bg-mouse.el:
27639 * obsolete/sun-curs.el:
27640 * obsolete/swedish.el: Move the `defvar's to the top level.
27641
27642 * smerge-mode.el (smerge-refined-change): Add :group.
27643
27644 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
27645
27646 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
27647 (smerge-keep-n): Remove props.
27648 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
27649 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
27650 now that it's done in smerge-keep-n.
27651 (smerge-refined-change): New face.
27652 (smerge-refine-chopup-region, smerge-refine-highlight-change)
27653 (smerge-refine): New funs.
27654 (smerge-basic-map): Bind smerge-refine.
27655
27656 2005-08-25 Juri Linkov <juri@jurta.org>
27657
27658 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
27659 compilation-process-setup-function and compilation-disable-input
27660 in grep-mode instead of let-bindings in grep.
27661
27662 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
27663 Delete "Automatic File De/compression" (auto-compression-mode).
27664
27665 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
27666
27667 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
27668 Silence warning about non-existent variable.
27669
27670 2005-08-25 Richard M. Stallman <rms@gnu.org>
27671
27672 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
27673 Rename "Describe Key" to "Describe Key or Mouse Operation".
27674
27675 * mail/mailalias.el (build-mail-aliases): Delete comments
27676 from the contents before processing them.
27677
27678 * isearch.el (isearch-edit-string): Erase the Search prompt
27679 if user enters an empty string and there is no default.
27680
27681 * comint.el (comint-file-name-prefix): Add autoload.
27682
27683 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
27684
27685 * subr.el (play-sound): Rearrange to avoid warning.
27686
27687 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
27688
27689 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
27690 New hook.
27691 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
27692
27693 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
27694
27695 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
27696
27697 * custom.el (custom-theme-set-variables): Sort minor modes last.
27698
27699 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27700
27701 * subr.el (version-separator, version-regexp-alist): New vars used by
27702 version comparison funs.
27703 (integer-list-<, integer-list-=, integer-list-<=)
27704 (integer-list-not-zero): New funs for integer list comparison.
27705 (version-to-list, version=, version<, version<=): New funs for version
27706 comparison.
27707
27708 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
27709
27710 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
27711 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
27712 time to silence the byte-compiler.
27713
27714 * ibuffer.el (ibuffer-compile-make-eliding-form)
27715 (ibuffer-check-formats): Use `with-no-warnings' to hide references
27716 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
27717 so it's silly to get warnings for it).
27718 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27719 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
27720 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
27721 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
27722 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
27723 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
27724 Defvar at compile time.
27725 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
27726 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
27727 Declare them before use.
27728
27729 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
27730 (info-xref-good, info-xref-bad): Defvar at compile time.
27731
27732 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
27733 Use `let*' instead of `let'.
27734
27735 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
27736 (*mouse-y*, menu, char): Defvar at compile time.
27737 (sc::menu): Declare it before use.
27738 (sc::pack-one-line): Use `let', not `let*'.
27739
27740 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
27741 (mail-send-hook): Defvar at compile time.
27742
27743 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
27744 Defvar at compile time.
27745
27746 * term/sun-mouse.el (current-global-mousemap)
27747 (current-local-mousemap): Declare them before use.
27748
27749 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
27750
27751 * bookmark.el (bookmark-after-jump-hook): New hook.
27752 (bookmark-jump): Run `bookmark-after-jump-hook'.
27753
27754 2005-08-23 Juri Linkov <juri@jurta.org>
27755
27756 * faces.el (minibuffer-prompt): Doc fix.
27757
27758 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
27759
27760 * progmodes/xscheme.el: Trivial changes to silence warnings.
27761 (xscheme-previous-mode, xscheme-previous-process-state):
27762 Add defvars.
27763 (xscheme-last-input-end, xscheme-process-command-line)
27764 (xscheme-process-name, xscheme-buffer-name)
27765 (xscheme-expressions-ring-max, xscheme-expressions-ring)
27766 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
27767 (xscheme-control-g-synchronization-p)
27768 (xscheme-control-g-disabled-p, xscheme-string-receiver)
27769 (default-xscheme-runlight, xscheme-runlight)
27770 (xscheme-runlight-string, xscheme-process-filter-state)
27771 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
27772 Move to beginning of file.
27773 (scheme-interaction-mode-commands-alist)
27774 (scheme-interaction-mode-map, scheme-debugger-mode-map):
27775 Declare them before use. Note: the initialization code for the
27776 variables has not been moved because it uses functions that reference
27777 the variables.
27778 (xscheme-control-g-message-string, xscheme-process-filter-alist)
27779 (xscheme-prompt-for-expression-map): Declare them before use.
27780 (scheme-debugger-mode-commands): "?\ " -> "?\s".
27781
27782 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
27783
27784 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
27785
27786 2005-08-22 Juri Linkov <juri@jurta.org>
27787
27788 * faces.el (set-face-underline): Delete this duplicate function
27789 and make an obsolete alias to set-face-underline-p.
27790 (set-face-underline-p): Use docstring of set-face-underline.
27791 (describe-face): Create hyperlink to parent face.
27792
27793 * info.el (Info-insert-dir): Use save-excursion around
27794 insert-buffer-substring.
27795 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
27796 (Info-escape-percent): Delete function.
27797 (Info-fontify-node): Replace Info-escape-percent by
27798 replace-regexp-in-string with REP arg set to lambda that
27799 duplicates `%' and preserves text properties.
27800
27801 * progmodes/compile.el (compilation-disable-input): Doc fix.
27802 (define-compilation-mode): Doc fix and refill.
27803 (kill-compilation): Use `mode-name' in the error message.
27804 (compilation-find-file): Use `compilation-error' in the
27805 read-file-name's prompt.
27806
27807 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
27808
27809 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
27810 (smerge-auto-leave): Make undo re-enable the mode.
27811 (debug-ignored-errors): Add the user-error of impossible resolution.
27812 (smerge-resolve): Move things around a bit, in preparation for later.
27813 (smerge-diff): Don't fail if the buffer has no associated file.
27814 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
27815 (smerge-conflict-overlay): New function.
27816 (smerge-match-conflict): Don't add text properties here.
27817 (smerge-find-conflict): Instead, add an overlay here.
27818 Also check for the case where we're inside a conflict already, so as to
27819 obviate the need for font-lock-multiline, which is unbearably slow with
27820 large conflicts and ciomplex font-lock patterns.
27821 (smerge-remove-props): Remove overlay rather than text-properties.
27822 (smerge-mode): Don't set font-lock-multiline.
27823 Remove overlays when turned off.
27824
27825 2005-08-21 Kim F. Storm <storm@cua.dk>
27826
27827 * ido.el (ido-ignore-item-p): Use save-match-data.
27828 Bind case-fold-search to ido-case-fold locally.
27829
27830 2005-08-20 Richard M. Stallman <rms@gnu.org>
27831
27832 * files.el (normal-mode): If font lock is on, turn it off and on.
27833
27834 * subr.el (replace-regexp-in-string): Doc fix.
27835
27836 * startup.el (command-line-1): Don't suppress startup screen
27837 due to existing processes.
27838
27839 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
27840
27841 * progmodes/compile.el (compilation-disable-input): Default to nil.
27842
27843 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
27844
27845 * progmodes/compile.el (compilation-disable-input): New defcustom.
27846 (compilation-start): If compilation-disable-input is non-nil, send
27847 EOF to the compilation process.
27848
27849 2005-08-20 Eli Zaretskii <eliz@gnu.org>
27850
27851 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
27852 Run the argument of tex-shell-cd-command through
27853 convert-standard-filename, to get the correct style of slashes on
27854 Windows, and enclose the result in quotes, in case the file name
27855 includes whitespace or other special characters.
27856
27857 2005-08-19 Andreas Schwab <schwab@suse.de>
27858
27859 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
27860 process.
27861
27862 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
27863
27864 * cus-start.el (minibuffer-prompt-properties): Correct typo.
27865
27866 2005-08-18 Kim F. Storm <storm@cua.dk>
27867
27868 * scroll-lock.el: Fix errors due to incorrect line wrapping.
27869
27870 2005-08-18 Richard M. Stallman <rms@gnu.org>
27871
27872 * scroll-lock.el: New file.
27873
27874 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
27875
27876 * dired.el (dired-move-to-end-of-filename):
27877 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
27878
27879 2005-08-18 Kim F. Storm <storm@cua.dk>
27880
27881 * ido.el (ido-everywhere): Fix defcustom :set function to disable
27882 rather than toggle mode when custom value is nil.
27883 (ido-everywhere): Fix defun doc string.
27884
27885 2005-08-17 Richard M. Stallman <rms@gnu.org>
27886
27887 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27888 as tag instead of "Inviolable".
27889
27890 2005-08-17 Kim F. Storm <storm@cua.dk>
27891
27892 * windmove.el (windmove-coordinates-of-position): Remove.
27893 (windmove-coordinates-of-window-position): Remove.
27894 (windmove-reference-loc): Use posn-at-point instead.
27895
27896 * subr.el (insert-for-yank-1): Doc fix.
27897
27898 * ido.el (ido-enter-matching-directory): Rename from
27899 ido-enter-single-matching-directory. Change `slash' choice to
27900 `only'. Add `first' choice.
27901 (ido-exhibit): Adapt to above changes.
27902
27903 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
27904
27905 * Makefile.in: Expand comment about building loaddefs.el.
27906
27907 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
27908
27909 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
27910 Comment use of defadvice.
27911
27912 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
27913
27914 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
27915
27916 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
27917 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
27918 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
27919 * progmodes/idlw-shell.el, progmodes/ld-script.el,
27920 * progmodes/which-func.el, ruler-mode.el, strokes.el,
27921 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
27922 for backward compatibility for faces that did not appear in the
27923 previous Emacs release.
27924
27925 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
27926
27927 2005-08-15 Kim F. Storm <storm@cua.dk>
27928
27929 * emulation/cua-base.el (cua-delete-region): Return t if
27930 deleted region was non-empty.
27931 (cua-replace-region): Inhibit overwrite-mode for
27932 self-insert-command if replaced region was non-empty.
27933 (cua--explicit-region-start, cua--status-string): Make them
27934 buffer-local at top-level...
27935 (cua-mode): ...rather than when mode is enabled.
27936
27937 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
27938
27939 * progmodes/vhdl-mode.el (vhdl-emacs-21):
27940 Set t for Emacs 21, 22, and so on.
27941
27942 2005-08-15 David Ponce <david@dponce.com>
27943
27944 * tree-widget.el: Update Commentary header.
27945 (tree-widget-theme): Doc fix.
27946 (tree-widget-space-width): New option.
27947 (tree-widget-image-properties): Look up in the default theme too.
27948 (tree-widget--cursors): Only for images with arrow pointer shape.
27949 (tree-widget-lookup-image): Pointer shape is hand by default.
27950 (tree-widget-icon): Rename generic icon widget from
27951 `tree-widget-control'.
27952 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
27953 derive from `tree-widget-icon'.
27954 (tree-widget-handle): Improve default look and feel of the text
27955 representation.
27956 (tree-widget): Rename :*-control properties to :*-icon properties.
27957 Add :action and :help-echo properties.
27958 (tree-widget-after-toggle-functions): Move.
27959 (tree-widget-close-node, tree-widget-open-node): Remove.
27960 (tree-widget-before-create-icon-functions): New hook.
27961 (tree-widget-value-create): Update to allow customization of icons
27962 and nodes at run-time via that new hook.
27963 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
27964 (tree-widget-icon-action, tree-widget-icon-help-echo)
27965 (tree-widget-action, tree-widget-help-echo): New functions.
27966
27967 2005-08-15 Kim F. Storm <storm@cua.dk>
27968
27969 * ido.el (ido-buffer-internal): Use with-no-warnings.
27970 (ido-make-merged-file-list): Use while-no-input.
27971
27972 2005-08-15 Richard M. Stallman <rms@gnu.org>
27973
27974 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
27975 (flyspell-large-region): Fix doc and custom type.
27976
27977 2005-08-14 Richard M. Stallman <rms@gnu.org>
27978
27979 * files.el (interpreter-mode-alist): Doc fix.
27980
27981 * mail/rmail.el (rmail-nonignored-headers): New variable.
27982 (rmail-clear-headers): Use it.
27983 (rmail-reply): Better handling of mail-followup-to header.
27984
27985 * progmodes/sh-script.el (sh-font-lock-keywords-var):
27986 Rename variable from sh-font-lock-keywords. In the `shell' entry,
27987 don't try to refer to executable-font-lock-keywords.
27988 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
27989 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
27990 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
27991 (sh-mode): Set comment-start-skip, local-abbrev-table,
27992 imenu-case-fold-search.
27993 (sh-set-shell): Don't set them here.
27994 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
27995 Don't cache the results in the original alist; don't ever modify
27996 that alist.
27997
27998 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
27999
28000 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
28001 empty.
28002
28003 2005-08-15 Andreas Schwab <schwab@suse.de>
28004
28005 * desktop.el: Put autoload cookie at risky-local-variable declarations.
28006
28007 * dired.el, info.el, mail/rmail.el: Revert last change.
28008
28009 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
28010
28011 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
28012 modification in `eval-after-load' form.
28013 * info.el: Likewise.
28014 * mail/rmail.el: Likewise.
28015
28016 2005-08-14 Juri Linkov <juri@jurta.org>
28017
28018 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28019 Remove highlighting of "Compilation started". Highlight only
28020 the word "finished" in "Compilation finished". Add highlighting
28021 of "interrupt", "killed", "terminated" and the exit code.
28022 (compilation-start): Add newline after header. Use exactly the
28023 same time stamp format as the finishing message.
28024 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
28025
28026 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
28027 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
28028 Add highlighting of "interrupt", "killed", "terminated".
28029
28030 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
28031 enabled and the current command is self-insert-command, call it
28032 explicitly with overwrite-mode bound to nil, to not allow it
28033 to delete the character after the selected region.
28034
28035 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
28036
28037 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
28038 move-end-of-line, end-of-line, and beginning-of-line to the list
28039 of commands after which the echo area is updated.
28040
28041 2005-08-12 Eli Zaretskii <eliz@gnu.org>
28042
28043 * cus-edit.el (custom-save-all, custom-save-delete):
28044 Bind recentf-exclude to exclude custom-file.
28045
28046 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
28047
28048 * mail/rmailsum.el (rmail-summary-end-of-message): New command
28049 to go to the bottom of the mail message. Added to
28050 `rmail-summary-mode-map' with key "/".
28051 (rmail-summary-show-message): New (internal) function for use by
28052 both `rmail-summary-beginning/end-of-message'.
28053 (rmail-summary-beginning-of-message): Change to use
28054 rmail-summary-show-message.
28055
28056 * mail/rmail.el (rmail-end-of-message): New command to go to the
28057 end of the current message. Added to `rmail-mode-map' with key "/".
28058 (rmail-beginning-of-message): Fix to work as documented.
28059 (rmail-mode): Change documentation.
28060
28061 * progmodes/compile.el (compilation-start): Add the line
28062 "Compilation started" with compilation start time.
28063 (compilation-mode-font-lock-keywords): Add `started' to keywords.
28064
28065 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
28066
28067 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
28068 of menu items.
28069
28070 2005-08-11 Richard M. Stallman <rms@gnu.org>
28071
28072 * simple.el (pop-global-mark): Reverse test of widen-automatically.
28073
28074 * battery.el (battery-status-function): Don't use ignore-errors.
28075
28076 2005-08-11 Lute Kamstra <lute@gnu.org>
28077
28078 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
28079 define-obsolete-variable-alias.
28080
28081 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
28082
28083 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
28084 (ange-ftp-send-cmd): Revert last change, and expand
28085 the comment explaining the problem.
28086
28087 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
28088
28089 * ldefs-boot.el: Update.
28090
28091 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
28092 item to "Time, Load and Mail". Change help echo text.
28093
28094 * time.el (display-time-use-mail-icon, display-time-format)
28095 (display-time-string-forms): Shorten first line of docstrings.
28096
28097 2005-08-10 Lars Hansen <larsh@soem.dk>
28098
28099 * desktop.el (desktop-buffer-mode-handlers):
28100 Make non-customizable. Add autoload cookie. Change initial value to
28101 nil; add elements in respective modules instead. Fix doc string.
28102 (desktop-load-file): New function.
28103 (desktop-minor-mode-handlers): New autoloaded variable.
28104 (desktop-create-buffer): Call minor mode handlers.
28105 Use desktop-load-file to load major and minor mode modules prior to
28106 checking for a handler.
28107 (desktop-save): Don't add nil to desktop-minor-modes for minor
28108 modes with nil function in desktop-minor-mode-table. Don't delete
28109 desktop file before rewriting it.
28110 (desktop-locals-to-save): Add autoload cookie. Don't make
28111 automatically buffer-local. Add variables column-number-mode,
28112 size-indication-mode, indent-tabs-mode,
28113 indicate-buffer-boundaries, indicate-empty-lines and
28114 show-trailing-whitespace.
28115 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
28116 regexps. Don't use desktop-clear-preserve-buffers-regexp.
28117 (desktop-clear-preserve-buffers-regexp): Delete.
28118 (desktop-clear-preserve-buffers): Update initial value and docstring.
28119 (desktop-save-buffer): Fix doc string.
28120
28121 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
28122 (hilit-chg-desktop-restore): New function.
28123 (highlight-changes-mode): Add highlight-changes-mode to
28124 desktop-locals-to-save.
28125
28126 * dired.el: Add handler to desktop-buffer-mode-handlers.
28127 (dired-restore-desktop-buffer): Remove autoload cookie.
28128 (dired-mode): Add autoload cookie.
28129
28130 * info.el: Add handler to desktop-buffer-mode-handlers.
28131 (Info-restore-desktop-buffer): Remove autoload cookie.
28132 (Info-mode): Add autoload cookie.
28133
28134 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
28135 (mh-restore-desktop-buffer): Remove autoload cookie.
28136 (mh-folder-mode): Add autoload cookie.
28137
28138 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
28139 (rmail-restore-desktop-buffer): Remove autoload cookie.
28140
28141 2005-08-11 Masatake YAMATO <jet@gyve.org>
28142
28143 * hexl.el (hexl-address-region):
28144 (hexl-ascii-region, hexl-font-lock-keywords):
28145 (hexl-highlight-line-range): Use the term "region"
28146 instead of "area" for consistency with the other symbols
28147 defined in hexl.el.
28148
28149 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
28150
28151 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
28152 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
28153 out by Juri Linkov). Add `display-battery-mode'.
28154
28155 2005-08-09 Juri Linkov <juri@jurta.org>
28156
28157 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28158 Remove `-text' from face variable names.
28159 (compilation-error-file-name, compilation-warning-file-name)
28160 (compilation-info-file-name): Delete faces.
28161 (compilation-line-number, compilation-column-number):
28162 Remove face underlining.
28163 (compilation-message-face): Set to `underline' value by default.
28164 (compilation-error-face, compilation-warning-face)
28165 (compilation-info-face): Remove `-file-name' from face names.
28166 (compilation-error-text-face, compilation-warning-text-face)
28167 (compilation-info-text-face): Delete face variables.
28168 (compilation-text-face): Delete function.
28169
28170 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
28171 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
28172 (grep-error-face): Set to `compilation-error' instead of
28173 `compilation-error-face' (which is redefined to `grep-hit-face' in
28174 grep buffers).
28175 (grep-mode-font-lock-keywords): Remove `-text' from face variable
28176 names. Use `grep-error-face' instead of `compilation-error-text-face'.
28177
28178 * dired-aux.el (dired-do-query-replace-regexp):
28179 Use `query-replace-read-args'.
28180
28181 * replace.el (query-replace-read-from, query-replace-read-to)
28182 (query-replace-read-args): Rename arg `string' to `prompt'.
28183
28184 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
28185
28186 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
28187
28188 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
28189 uploading files.
28190 (ange-ftp-canonize-filename): Handle file names beginning with ~
28191 correctly.
28192
28193 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
28194
28195 * textmodes/fill.el (canonically-space-region)
28196 (fill-context-prefix, fill-french-nobreak-p)
28197 (fill-delete-newlines, fill-comment-paragraph)
28198 (justify-current-line): "?\ " -> "?\s".
28199
28200 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
28201
28202 * textmodes/fill.el (fill-nonuniform-paragraphs):
28203 Improve argument/docstring consistency.
28204
28205 2005-08-09 Richard M. Stallman <rms@gnu.org>
28206
28207 * textmodes/ispell.el (ispell-word): More fboundp checks.
28208
28209 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
28210 (find-file-noselect-1): Call it here, only if RAWFILE.
28211 (normal-mode): Always set some major mode.
28212 (save-some-buffers-action-alist): Change some explanation strings.
28213 (file-name-non-special): In the `quote' method, use unwind-protect.
28214
28215 2005-08-09 Magnus Henoch <mange@freemail.hu>
28216
28217 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
28218 (ispell-have-aspell-dictionaries): New variable.
28219 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
28220 (ispell-get-aspell-config-value): New function.
28221 (ispell-aspell-find-dictionary): New function.
28222 (ispell-aspell-add-aliases): New function.
28223 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
28224 appropriate. Don't look for ispell dictionaries if we use aspell.
28225 (ispell-menu-map): Don't build a submenu of dictionaries.
28226
28227 2005-08-09 Richard M. Stallman <rms@gnu.org>
28228
28229 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
28230 (sql-read-passwd): Use read-passwd.
28231
28232 * progmodes/idlw-toolbar.el (idlwave-toolbar)
28233 (idlwave-toolbar-is-possible): Add defvars.
28234
28235 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
28236 Avoid warnings.
28237
28238 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
28239 (idlwave-system-class-info, idlwave-executive-commands-alist):
28240 Use defvar.
28241
28242 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
28243
28244 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
28245 Avoid warnings.
28246
28247 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
28248 and content-type: headers.
28249
28250 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
28251
28252 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
28253 and rename some of them to be more self-explanatory.
28254
28255 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
28256
28257 * startup.el (command-line-1): Implement -scriptload.
28258
28259 * replace.el (occur-engine): Initial *Occur* output not undoable.
28260
28261 * menu-bar.el (menu-bar-file-menu): Rename some menu items
28262 and improve help strings.
28263
28264 * isearch.el (isearch-repeat): When changing direction,
28265 mark search successful.
28266
28267 * ediff-init.el: Use (featurep 'xemacs).
28268
28269 * comint.el (send-invisible): Identify buffer, if not selected.
28270
28271 * align.el: Delete autoload for c-guess-basic-syntax.
28272
28273 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
28274
28275 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
28276 Improve argument/docstring consistency. Doc fixes.
28277 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
28278 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
28279 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
28280 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
28281 (r2bv-organization, r2bv-pages, r2bv-primary-author)
28282 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
28283 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
28284 Defvar at compile time.
28285
28286 2005-08-09 Juri Linkov <juri@jurta.org>
28287
28288 * info.el: Replace `info' with upper-case `Info' where appropriate.
28289 (info-title-1, info-title-2, info-title-3, info-title-4)
28290 (info-menu-header): Move up face definitions.
28291 (info-menu-star): Rename from `info-menu-5'.
28292 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
28293 (Info-fontify-visited-nodes): Fix docstring.
28294 (Info-hide-note-references): Fix docstring.
28295 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
28296 menu items in the same way as on cross-references.
28297 (info-apropos): Fix sorting order and formatting to be like in the
28298 stand-alone Info browser. Display error messages for 1 sec.
28299 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
28300 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
28301 from the menu bar.
28302 (Info-insert-dir): Restore point after calling
28303 `insert-buffer-substring'.
28304
28305 2005-08-08 Richard M. Stallman <rms@gnu.org>
28306
28307 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
28308 (recompute-lucid-menubar): Add defvars.
28309
28310 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
28311
28312 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
28313
28314 * net/net-utils.el (run-dig): Rename from `dig'.
28315
28316 * play/gametree.el (gametree-mode): Use make-local-variable,
28317 not make-variable-buffer-local.
28318
28319 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
28320
28321 * ansi-color.el (ansi-color-make-extent)
28322 (ansi-color-set-extent-face): Use fboundp, not functionp.
28323
28324 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
28325 not make-variable-buffer-local.
28326
28327 * bookmark.el (Info-current-file): Add defvar.
28328 (bookmark-jump-noselect): Use with-no-warnings.
28329
28330 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
28331
28332 * ebuff-menu.el (Helper-return-blurb): Add defvar.
28333
28334 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
28335
28336 * find-file.el (ada-procedure-start-regexp)
28337 (ada-package-start-regexp): Add defvars.
28338
28339 * info.el (Info-insert-dir): Use insert-buffer-substring.
28340
28341 * xml.el (xml-att-def-re): Add defvar.
28342
28343 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
28344 calling convention.
28345
28346 * subr.el (while-no-input): Return t if there is input.
28347
28348 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
28349
28350 * cus-start.el (all): Add `overflow-newline-into-fringe'.
28351
28352 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
28353
28354 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
28355 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
28356
28357 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
28358
28359 * cmuscheme.el (scheme-start-file): Replace reference to
28360 `user-emacs-directory' by "~/.emacs.d/".
28361
28362 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
28363
28364 * info.el (Info-dir-remove-duplicates): Avoid case folding
28365 in loop; instead, keep downcased strings for comparison.
28366 Suggested by Helmut Eller.
28367
28368 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
28369
28370 Sync with Tramp 2.0.50.
28371
28372 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
28373 XEmacs case; not necessary anymore.
28374 (tramp-user-regexp): Allow "@" as part of user name.
28375 (tramp-handle-set-visited-file-modtime)
28376 (tramp-handle-insert-file-contents)
28377 (tramp-handle-write-region): No special handling for
28378 `last-coding-system-used, because this is done in
28379 `tramp-accept-process-output' now.
28380 (tramp-accept-process-output): New defun.
28381 (tramp-process-one-action, tramp-process-one-multi-action)
28382 (tramp-wait-for-regexp, tramp-wait-for-output)
28383 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
28384 Howells <dhowells@redhat.com>.
28385 (clear-visited-file-modtime): Defadvice removed. The check for
28386 unset buffer's modtime does not need to be based on
28387 `tramp-buffer-file-attributes'. Suggested by RMS.
28388 (tramp-message): Insert "\n" if not being at beginning of line.
28389 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
28390 sequence with same logic.
28391 (tramp-completion-handle-expand-file-name): Discard call of
28392 `tramp-drop-volume-letter'. It is not necessary, and there have
28393 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
28394 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28395 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
28396 should always be visible.
28397 (tramp-handle-insert-directory, tramp-setup-complete)
28398 (tramp-set-process-query-on-exit-flag)
28399 (tramp-append-tramp-buffers): Pacify byte-compiler.
28400 (tramp-bug): Delete non-existing variables from list.
28401 Apply `tramp-load-report-modules' as pre-hook.
28402 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
28403 `shell-prompt-pattern' because of non-7bit characters.
28404 Reported by Sebastian Luque <sluque@mun.ca>.
28405 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
28406 (tramp-match-string-list): Remove function.
28407 (tramp-wait-for-regexp): Remove call of that function.
28408 Suggested by Kim F. Storm <storm@cua.dk>.
28409 (tramp-set-auto-save-file-modes): Use octal integer code #o600
28410 instead of octal character code ?\600. The latter resulted in a
28411 syntax error with XEmacs.
28412
28413 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
28414 XEmacs case; not necessary anymore.
28415 (tramp-smb-handle-write-region): No special handling for
28416 `last-coding-system-used, because this is done in
28417 `tramp-accept-process-output' now.
28418 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
28419
28420 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
28421
28422 * wid-edit.el (widget-choice-value-create):
28423 Unconditionally respect user choice. Set :explicit-choice back to nil
28424 when no longer needed.
28425 (widget-choice-action): Unconditionally respect user choice.
28426 Eliminate :explicit-choice-value.
28427
28428 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
28429
28430 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
28431 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
28432 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
28433 running new function `toggle-indicate-empty-lines'.
28434 Rename "Customize" item to "Customize fringe".
28435 Rename "Indicators" item to "Buffer boundaries" and change help echo.
28436 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
28437 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
28438 Delete "Empty lines only" item.
28439 (menu-bar-showhide-fringe-ind-customize): New function.
28440 (menu-bar-showhide-fringe-ind-mixed)
28441 (menu-bar-showhide-fringe-ind-box)
28442 (menu-bar-showhide-fringe-ind-right)
28443 (menu-bar-showhide-fringe-ind-left)
28444 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
28445 instead of `fringe-indicators'.
28446
28447 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
28448
28449 * emulation/viper.el (viper-emacs-state-mode-list):
28450 Add recentf-dialog-mode. Change the date of last update.
28451
28452 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
28453
28454 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
28455 (viper-exec-yank, viper-put-back): Don't display modification msg
28456 if in the minibuffer.
28457
28458 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
28459 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
28460 Make variables frame local.
28461
28462 * emulation/viper-util.el (viper-append-filter-alist):
28463 Use append instead of nconc.
28464
28465 * emulation/viper.el (viper-vi-state-mode-list)
28466 (viper-emacs-state-mode-list): Move help-mode and
28467 completion-list-mode from the first list to the second.
28468 (viper-mode): Docstring.
28469 (viper-go-away, viper-non-hook-settings): Don't localize
28470 minor-mode-alist in newer Emacsen. Add advice to
28471 set-cursor-color. Don't bind "\C-c\\".
28472
28473 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
28474
28475 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
28476 (scheme-macro-expand-command): New user options.
28477 (scheme-trace-procedure, scheme-expand-current-form): New commands.
28478 (scheme-form-at-point, scheme-start-file)
28479 (scheme-interactively-start-process): New functions.
28480 (scheme-get-process): New function, extracted from `scheme-proc'.
28481 (run-scheme): Call `scheme-start-file' to get start file, and pass
28482 it to `make-comint'.
28483 (switch-to-scheme, scheme-proc):
28484 Call `scheme-interactively-start-process' if no Scheme buffer/process
28485 is available.
28486
28487 2005-08-06 Juri Linkov <juri@jurta.org>
28488
28489 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28490 Use `compilation-text-face', `compilation-info-text-face' and
28491 `compilation-error-text-face' instead of `font-lock-keyword-face'.
28492 (compilation-error): New face.
28493 (compilation-error-file-name): Inherit from
28494 `compilation-error' instead of `font-lock-warning-face'.
28495 (compilation-warning-file-name): Inherit from
28496 `compilation-warning' instead of `font-lock-warning-face'.
28497 (compilation-info, compilation-error-file-name)
28498 (compilation-warning-file-name, compilation-info-file-name)
28499 (compilation-line-number, compilation-column-number): Doc fix.
28500 (compilation-error-text-face, compilation-warning-text-face)
28501 (compilation-info-text-face): New face variables.
28502 (compilation-line-face, compilation-column-face)
28503 (compilation-enter-directory-face)
28504 (compilation-leave-directory-face): Doc fix.
28505 (compilation-text-face): New function.
28506
28507 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
28508 instead of 1 to display binary file names as info file links.
28509 (grep-error-face): Use `compilation-error-face' instead of
28510 `font-lock-keyword-face'.
28511 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
28512 and `compilation-warning-text-face' instead of
28513 `font-lock-keyword-face'. Use `compilation-error-text-face'
28514 instead of `grep-error-face'.
28515
28516 2005-08-05 Kenichi Handa <handa@m17n.org>
28517
28518 * international/code-pages.el: Add autoload cookies for all coding
28519 systems.
28520
28521 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
28522
28523 * cus-start.el (all): Put undo.c where it alphabetically belongs.
28524
28525 2005-08-04 Juri Linkov <juri@jurta.org>
28526
28527 * progmodes/compile.el (compilation-mode-map):
28528 * progmodes/grep.el (grep-mode-map):
28529 Bind TAB to `compilation-next-error' and [backtab] to
28530 `compilation-previous-error'.
28531
28532 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
28533 matching line numbers, column numbers and their ranges with regexp
28534 matching only line numbers.
28535 (grep-context-face): New face variable.
28536 (grep-mode-font-lock-keywords): Use it.
28537
28538 * faces.el (read-face-name): Delete duplicate faces.
28539
28540 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
28541
28542 * thumbs.el (thumbs-find-image): Don't make variables
28543 automatically buffer local.
28544 (thumbs-current-tmp-filename, thumbs-current-image-filename)
28545 (thumbs-image-num): Make automatically buffer local.
28546 (thumbs-show-thumbs-list): Use `make-local-variable', not
28547 `make-variable-buffer-local'.
28548 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
28549
28550 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
28551 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
28552 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
28553 (bother, bye, canyou, chatlst, continue, deathlst, describe)
28554 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
28555 (feelings-about, foullst, found, hello, history, howareyoulst)
28556 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
28557 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
28558 (neglst, obj, object, owner, please, problems, qlist)
28559 (random-adjective, relation, remlst, repetitive-shortness)
28560 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
28561 (shortlst, something, sportslst, stallmanlst, states, subj)
28562 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
28563 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
28564 Defvar at compile time.
28565
28566 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
28567 not `make-variable-buffer-local'.
28568
28569 2005-08-02 Kim F. Storm <storm@cua.dk>
28570
28571 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
28572 rectangle overlay in selected window.
28573
28574 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
28575
28576 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
28577 instead of display group. Make `indicate-buffer-boundaries'
28578 customizable through Custom.
28579
28580 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
28581
28582 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
28583 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
28584 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
28585 (gdb-put-string): Fix typos in docstrings.
28586
28587 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
28588
28589 Update copyright notices of files in progmodes directory for
28590 release of Emacs 22.1.
28591
28592 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
28593
28594 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
28595 Don't barf if the GUD buffer has been killed.
28596
28597 2005-08-01 Kim F. Storm <storm@cua.dk>
28598
28599 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
28600
28601 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
28602
28603 * simple.el (next-error-follow-minor-mode):
28604 make-variable-buffer-local -> make-local-variable.
28605
28606 * emacs-lisp/cl-extra.el: Require CL also when compiling.
28607
28608 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
28609 (byte-compile-form-make-variable-buffer-local): New functions to warn
28610 about misuses of make-variable-buffer-local where make-local-variable
28611 was meant.
28612
28613 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
28614
28615 * bs.el (bs-attributes-list): Doc fix.
28616 (bs): Update url-link.
28617
28618 * desktop.el (desktop-save-buffer): Fix typos in docstring.
28619 (desktop-load-default): Simplify.
28620
28621 * ibuffer.el (ibuffer-columnize-and-insert-list)
28622 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
28623 (ibuffer-unmark-all, ibuffer-toggle-marks)
28624 (ibuffer-unmark-forward, ibuffer-unmark-backward)
28625 (ibuffer-compile-make-format-form, ibuffer-format-column)
28626 (ibuffer-current-buffers-with-marks)
28627 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
28628 (ibuffer): Doc fix.
28629 (ibuffer-mode): Fix typo in docstring.
28630 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
28631 with `define-obsolete-variable-alias'.
28632 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
28633
28634 2005-07-29 Kenichi Handa <handa@m17n.org>
28635
28636 * international/mule-cmds.el (select-message-coding-system):
28637 Be sure to use LF for end-of-line. If no coding system is decided,
28638 return iso-8859-1-unix.
28639
28640 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
28641
28642 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
28643 (ange-ftp-pending-error-line): New vars.
28644 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
28645 to handle the non-fatal no-route-to-host messages.
28646 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
28647
28648 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
28649
28650 * isearch.el (isearch-mode-map, isearch-other-meta-char)
28651 (isearch-quote-char, isearch-printing-char)
28652 (isearch-text-char-description): "?\ " -> "?\s".
28653 (isearch-lazy-highlight-cleanup)
28654 (isearch-lazy-highlight-initial-delay)
28655 (isearch-lazy-highlight-interval)
28656 (isearch-lazy-highlight-max-at-a-time)
28657 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
28658 Declare with define-obsolete-*-alias macros.
28659 (isearch-forward): Fix typo in docstring.
28660 (search-invisible, search-ring-yank-pointer)
28661 (regexp-search-ring-yank-pointer): Doc fixes.
28662
28663 * recentf.el (recentf-menu-append-commands-p): Declare with
28664 `define-obsolete-variable-alias'.
28665 (recentf-max-saved-items, recentf-menu-filter)
28666 (recentf-arrange-by-rule-subfilter): Doc fixes.
28667 (recentf-menu-append-commands-flag)
28668 (recentf-initialize-file-name-history, recentf-expand-file-name)
28669 (recentf-clear-data): Fix typos in docstrings.
28670
28671 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
28672
28673 * progmodes/gdb-ui.el: Smarten comments.
28674 (gdb-info-breakpoints-custom): Use nowarn when finding file.
28675
28676 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
28677
28678 * term/apollo.el (terminal-init-apollo): New function containing
28679 all former top level forms in the file.
28680 * term/bobcat.el (terminal-init-bobcat):
28681 * term/cygwin.el (terminal-init-cygwin):
28682 * term/iris-ansi.el (terminal-init-iris-ansi):
28683 * term/linux.el (terminal-init-linux):
28684 * term/news.el (terminal-init-news):
28685 * term/rxvt.el (terminal-init-rxvt):
28686 * term/sun.el (terminal-init-sun):
28687 * term/tvi970.el (terminal-init-tvi970):
28688 * term/vt100.el (terminal-init-vt100):
28689 * term/vt102.el (terminal-init-vt102):
28690 * term/vt125.el (terminal-init-vt125):
28691 * term/vt200.el (terminal-init-vt200):
28692 * term/vt201.el (terminal-init-vt201):
28693 * term/vt220.el (terminal-init-vt220):
28694 * term/vt240.el (terminal-init-vt240):
28695 * term/vt300.el (terminal-init-vt300):
28696 * term/vt320.el (terminal-init-vt320):
28697 * term/vt400.el (terminal-init-vt400):
28698 * term/vt420.el (terminal-init-vt420):
28699 * term/wyse50.el (terminal-init-wyse50):
28700 * term/xterm.el (terminal-init-xterm): Likewise.
28701
28702 * term/README: Describe the terminal-init-* functionality.
28703
28704 * startup.el (command-line): After loading the terminal initialization
28705 file call the corresponding terminal initialization function.
28706
28707 2005-07-27 Kenichi Handa <handa@m17n.org>
28708
28709 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
28710 negative.
28711
28712 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
28713 (ps-mule-composition-prologue): Fix for the case that
28714 RelativeCompose is false.
28715
28716 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
28717
28718 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
28719
28720 * descr-text.el (describe-char): Handle the case where the list of
28721 chars is displayed in a separate frame.
28722 Be a bit more discriminating when looking for the char.
28723
28724 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
28725
28726 * bookmark.el (bookmark-automatically-show-annotations)
28727 (bookmark-read-annotation-text-func): Doc fixes.
28728 (bookmark-save): Improve argument/docstring consistency.
28729 (bookmark-get-bookmark, bookmark-get-bookmark-record)
28730 (bookmark-alist-from-buffer)
28731 (bookmark-upgrade-file-format-from-0)
28732 (bookmark-grok-file-format-version)
28733 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
28734 (bookmark-read-annotation-mode)
28735 (bookmark-insert-current-bookmark, bookmark-jump)
28736 (bookmark-exit-hook): Fix typos in docstrings.
28737 (bookmark-exit-hooks): Define as obsolete alias.
28738 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
28739 not `bookmark-exit-hooks'. Fix docstring.
28740 (bookmark-bmenu-select): "?\ " -> "?\s".
28741
28742 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
28743
28744 * startup.el (command-line): Fix typo.
28745
28746 2005-07-24 Richard M. Stallman <rms@gnu.org>
28747
28748 * tooltip.el (tooltip-mode): Test emacs-basic-display,
28749 not emacs-quick-startup.
28750
28751 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
28752
28753 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
28754 (reb-next-match, reb-show-subexp): Use `with-selected-window'
28755 instead of `reb-with-current-window'.
28756 (reb-prev-match): Likewise. Also, don't move left if the search
28757 was unsuccessful.
28758 (reb-initialize-buffer): New function.
28759 (re-builder, reb-change-syntax): Use it.
28760
28761 * man.el (Man-goto-page): Make second argument NOERROR optional.
28762
28763 2005-07-23 Richard M. Stallman <rms@gnu.org>
28764
28765 * man.el (Man-bgproc-sentinel): Check here for failure to find
28766 any man page in the output, and report the error here.
28767 (Man-arguments): Make it permanent local.
28768 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
28769 (Man-mode): Pass t for NOERROR.
28770
28771 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
28772 (grep-mode-font-lock-keywords):
28773 Don't use compilation-...-face for messages that are not file names.
28774
28775 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28776 Don't use compilation-...-face for messages that are not file names.
28777
28778 2005-07-22 Juri Linkov <juri@jurta.org>
28779
28780 * startup.el (normal-splash-screen): Update menu name.
28781
28782 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
28783
28784 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
28785
28786 * term/xterm.el: Load term/rxvt if the terminal is actually an
28787 rxvt terminal.
28788 (xterm-rxvt-set-background-mode): Remove, not used anymore.
28789
28790 * term/rxvt.el (function-key-map): Use substitute-key-definition
28791 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
28792
28793 * term/cygwin.el: New file.
28794
28795 2005-07-22 Kim F. Storm <storm@cua.dk>
28796
28797 * image-file.el (insert-image-file, image-file-yank-handler):
28798 Fix last change to maintain a (unique) yank-handler on yanked images.
28799
28800 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
28801
28802 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
28803 of the file size (as in "177B" for 177 bytes). This happens with
28804 "ls -lh" on FreeBSD.
28805
28806 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
28807
28808 * hilit-chg.el (highlight-changes-global-initial-state)
28809 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
28810 (hilit-chg-fixup, highlight-changes-mode):
28811 Fix typos in docstrings.
28812 (highlight-changes-global-modes, highlight-changes-rotate-faces):
28813 Doc fixes.
28814
28815 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
28816
28817 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
28818 mode function using `eval-after-load'.
28819
28820 2005-07-21 Kim F. Storm <storm@cua.dk>
28821
28822 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
28823 included when reporting an Emacs crash, and tell about the DEBUG file.
28824
28825 * image-file.el (insert-image-file): Add yank-handler.
28826 (image-file-yank-handler): Yank handler to make unique copies of
28827 images when they are yanked into a buffer next to each other.
28828
28829 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
28830
28831 * comint.el (comint-use-prompt-regexp, comint-send-input)
28832 (comint-source-default, comint-extract-string)
28833 (comint-get-source, comint-word, comint-completion)
28834 (comint-source, comint-prompt-read-only, comint-update-fence):
28835 Fix typos in docstrings.
28836 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
28837 Declare with define-obsolete-*-alias macros.
28838 (comint-previous-matching-input-from-input)
28839 (comint-next-matching-input-from-input)
28840 (comint-previous-matching-input, comint-next-matching-input)
28841 (comint-forward-matching-input):
28842 Improve argument/docstring consistency.
28843
28844 * desktop.el (desktop-clear-preserve-buffers-regexp):
28845 Also preserve the *server* buffer.
28846
28847 * simple.el (clone-indirect-buffer): Doc fix.
28848 (fixup-whitespace, just-one-space)
28849 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
28850 (next-error, next-error-highlight)
28851 (next-error-highlight-no-select, next-error-last-buffer)
28852 (next-error-buffer-p, next-error-find-buffer, next-error)
28853 (previous-error, next-error-no-select, previous-error-no-select)
28854 (open-line, split-line, minibuffer-prompt-width, kill-new)
28855 (binary-overwrite-mode): Fix typos in docstrings.
28856 (set-fill-column): Fix typo in message.
28857
28858 * skeleton.el (skeleton-proxy-new): Doc fix.
28859
28860 * strokes.el (strokes-load-hook): Doc fix.
28861 (strokes-grid-resolution, strokes-get-grid-position)
28862 (strokes-renormalize-to-grid, strokes-read-stroke)
28863 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
28864 (strokes-global-map): Fix typos in docstrings.
28865 (strokes-help): Doc fix. Fix help message and pass it through
28866 `substitute-command-keys'.
28867
28868 * tempo.el (tempo-insert-prompt, tempo-interactive)
28869 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
28870 (tempo-insert-string-functions, tempo-local-tags)
28871 (tempo-define-template, tempo-insert-template)
28872 (tempo-insert-prompt-compat, tempo-is-user-element)
28873 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
28874 Fix typos in docstrings.
28875
28876 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
28877 (vcursor-key-bindings, vcursor-use-vcursor-map)
28878 (vcursor-find-window, vcursor-scroll-down)
28879 (vcursor-disable, vcursor-beginning-of-buffer)
28880 (vcursor-end-of-buffer): Fix typos in docstrings.
28881 (vcursor-relative-move, vcursor-get-char-count):
28882 Improve argument/docstring consistency.
28883
28884 * version.el: "?\ " -> "?\s".
28885
28886 * wid-edit.el (widget-default-create, widget-after-change)
28887 (widget-default-format-handler, widget-checklist-add-item)
28888 (widget-radio-add-item, widget-choose, widget-specify-secret)
28889 (widget-field-value-create, widget-field-value-get)
28890 (widget-editable-list-format-handler)
28891 (widget-editable-list-entry-create, widget-group-value-create)
28892 (widget-documentation-link-add)
28893 (widget-documentation-string-value-create): "?\ " -> "?\s".
28894 (widget-convert-text): Doc fix.
28895 (widget-narrow-to-field, widget-field-find)
28896 (widget-url-link-action, widget-emacs-library-link-action)
28897 (widget-color-notify): Fix typos in docstrings.
28898
28899 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
28900 (x-select-text, set-w32-system-coding-system)
28901 (w32-add-charset-info): Fix typos in docstrings.
28902
28903 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
28904 (cua-enable-cua-keys, cua-use-hyper-key)
28905 (cua-virtual-rectangle-edges): Fix typos in docstrings.
28906 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
28907
28908 * net/tramp.el (tramp-handle-load): Fix typo in error message.
28909
28910 * emacs-lisp/re-builder.el (regexp-builder): Declare with
28911 `defalias' instead of faking it.
28912
28913 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
28914 (eshell-ls-missing, eshell-ls-dired-initial-args)
28915 (eshell-ls-use-in-dired): Fix typos in docstrings.
28916
28917 2005-07-20 Kim F. Storm <storm@cua.dk>
28918
28919 * emulation/cua-base.el (cua-mode): Improve doc string.
28920
28921 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
28922
28923 * abbrev.el (expand-region-abbrevs): Doc fix.
28924 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
28925 Improve argument/docstring consistency.
28926
28927 * arc-mode.el (archive-get-descr, archive-alternate-display):
28928 Doc fixes.
28929 (archive-l-e): Improve argument/docstring consistency.
28930 (archive-tmpdir, archive-unixdate, archive-unixtime)
28931 (archive-chmod-entry): Fix typos in docstrings.
28932 (archive-unflag, archive-unflag-backwards)
28933 (archive-unmark-all-files): "?\ " -> "?\s".
28934
28935 * buff-menu.el (Buffer-menu-unmark): Doc fix.
28936 (Buffer-menu-not-modified, Buffer-menu-execute)
28937 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
28938 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
28939
28940 * composite.el (compose-string, encode-composition-rule)
28941 (compose-last-chars): Fix typos in docstrings.
28942
28943 * desktop.el (desktop-enable, desktop-basefilename):
28944 Declare with `define-obsolete-variable-alias'.
28945 (desktop-internal-v2s): Don't quote keywords.
28946 (desktop-clear): "?\ " -> "?\s".
28947
28948 * dired.el (dired-align-file, dired-flag-backup-files)
28949 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
28950 (dired-listing-switches, dired-ls-F-marks-symlinks)
28951 (dired-dwim-target, dired-load-hook, dired-mode-hook)
28952 (dired-directory, dired-faces, dired, dired-revert)
28953 (dired-mode, dired-summary, dired-view-file)
28954 (dired-copy-filename-as-kill, dired-delete-file)
28955 (dired-no-confirm, dired-unmark-all-marks)
28956 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
28957 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
28958 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
28959 Fix typos in message strings.
28960
28961 * dired-x.el (virtual-dired): Declare with `defalias'.
28962 (dired-mark-unmarked-files, dired-local-variables-file)
28963 (dired-omit-here-always): Doc fix.
28964 (dired-omit-mode, dired-find-subdir)
28965 (dired-enable-local-variables, dired-clean-up-buffers-too)
28966 (dired-extra-startup, dired-mark-extension, dired-jump)
28967 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
28968 (dired-smart-shell-command, dired-guess-shell-alist-user)
28969 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
28970 (dired-x-bind-find-file, dired-x-submit-report):
28971 Fix typos in docstrings.
28972 (dired-mark-unmarked-files): "?\ " -> "?\s".
28973
28974 * dirtrack.el (dirtrack-list): Fix typos in docstring.
28975
28976 * faces.el (describe-face): "?\ " -> "?\s".
28977 (read-all-face-attributes, read-face-font, modify-face)
28978 (face-attr-construct, italic): Fix typos in docstrings.
28979 (frame-update-face-colors): Declare with
28980 `define-obsolete-function-alias'.
28981
28982 * files.el (find-file-noselect, recode-file-name): Doc fixes.
28983 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
28984 (magic-mode-alist, buffer-file-numbers-unique)
28985 (write-file-functions, get-free-disk-space):
28986 Fix typos in docstrings.
28987 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
28988 (write-contents-hooks, write-file-hooks):
28989 Declare with `define-obsolete-variable-alias'.
28990
28991 * forms-d2.el (arch-rj): Fix typo in docstrings.
28992 (arch-tocol): Likewise. "?\ " -> "?\s".
28993
28994 * frame.el (set-frame-font, cursor-in-non-selected-windows):
28995 Fix typo in docstring.
28996 (set-screen-width, set-screen-height): Delete redundant info in
28997 doctrings.
28998 (new-frame, screen-height, screen-width): Declare with
28999 `define-obsolete-function-alias'.
29000 (delete-frame-hook, blink-cursor): Declare with
29001 `define-obsolete-variable-alias'.
29002
29003 * paths.el (prune-directory-list): Fix typos in docstring.
29004
29005 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
29006 (cvs-prefix-get): Fix typos in docstrings.
29007
29008 * ps-print.el (ps-extend-face-list, ps-extend-face)
29009 (ps-print-background-image): Fix typos in docstrings.
29010 (ps-default-fg, ps-default-bg): Doc fixes.
29011
29012 * s-region.el (s-region-bind): Doc fix.
29013 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
29014
29015 * textmodes/org.el (org-table-formula-substitute-names)
29016 (org-table-get-vertical-vector): Doc fixes.
29017 (org-table-recalculate): Remove unused argument to `message'.
29018
29019 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
29020
29021 * textmodes/org.el (org-table-column-names)
29022 (org-table-column-name-regexp)
29023 (org-table-named-field-locations): New variables.
29024 (org-archive-subtree): Protect `this-command' when calling
29025 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
29026 the kill buffer.
29027 (org-complete): Remove fixed-formula completion.
29028 (org-edit-formulas-map): New variable.
29029 (org-table-edit-formulas): New command.
29030 (org-finish-edit-formulas, org-abort-edit-formulas)
29031 (org-show-variable, org-table-get-vertical-vector): New functions.
29032 (org-table-maybe-eval-formula): Handle `:=' fields.
29033 (org-table-get-stored-formulas, org-table-store-formulas)
29034 (org-table-get-formula, org-table-modify-formulas)
29035 (org-table-replace-in-formulas): Handle named field formulas.
29036 (org-table-get-specials): Store locations of named fields.
29037
29038 2005-07-19 Juri Linkov <juri@jurta.org>
29039
29040 * progmodes/grep.el (grep-regexp-alist)
29041 (grep-mode-font-lock-keywords, grep-process-setup):
29042 Use default GNU grep match color "01;31m" instead of "01;41m".
29043 (grep-regexp-alist, grep-mode-font-lock-keywords):
29044 Use `\\[[0-9]*m' instead of `\\[00m'.
29045 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
29046 sgr_start where its handling is more important. Use the real
29047 length of sgr_start instead of constant 8.
29048 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
29049 specially. Delete all remaining escape sequences.
29050 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
29051 (grep-regexp-alist): Make hyperlink only for binary file name
29052 instead of the whole line.
29053 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
29054 (grep-mode): Add autoload.
29055
29056 * emacs-lisp/find-func.el (find-function-regexp):
29057 Add `define-compilation-mode'.
29058
29059 2005-07-19 Juri Linkov <juri@jurta.org>
29060
29061 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
29062 (compare-windows-sync-string-size, compare-windows-recenter)
29063 (compare-windows-highlight, compare-windows): Add version 22.1.
29064 (compare-windows) <defface>: Inherit from lazy-highlight instead
29065 of duplicating its default value.
29066
29067 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
29068 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
29069
29070 * descr-text.el (describe-char): Create link buttons for `charset'
29071 and `code point'. Add the current input method name with a link
29072 button to `to input' field. Print face names of display table
29073 characters in `The display table entry is displayed by' section
29074 instead of printing face-id in the `display' field.
29075 Guess hardcoded faces and create a link button for them.
29076 Skip empty fields when calculating max-width.
29077 Treat `widget-create' specially while inserting strings from the
29078 collected field list.
29079 (describe-char-after): Made obsolete in version 22.1, not 21.5.
29080
29081 * diff-mode.el (diff-file-header): Change foreground color from
29082 yellow to green on light backgrounds.
29083 (diff-context): Inherit from `shadow' only for color/grayscale
29084 with more than 88 colors.
29085 (diff-indicator-removed, diff-indicator-added)
29086 (diff-indicator-changed): New faces.
29087 (diff-font-lock-keywords): Use new faces. Regroup rules.
29088 Add "^---$" for `normal' diff format. Fontify `#' lines with
29089 font-lock-comment-delimiter-face and font-lock-comment-face.
29090 Add `#' to ^[^...] in the rule for `diff-context-face'.
29091
29092 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
29093 a button-like box. Inherit from `highlight' on low colors.
29094 (shadow): Use shades of gray only for color/grayscale with
29095 more than 88 colors. Use green for light backgrounds with
29096 8 colors, and yellow for dark backgrounds with 8 colors.
29097
29098 * font-lock.el (font-lock-regexp-grouping-backslash):
29099 Don't inherit from escape-glyph (use bold for all cases).
29100
29101 * info.el (info-xref-visited): Use light foreground color `violet'
29102 for dark backgrounds instead of dark color `magenta3'.
29103 (info-title-1): Use `yellow' color for dark backgrounds.
29104
29105 * isearch.el (isearch): Use not-too-dark magenta3 instead of
29106 too-light magenta2.
29107
29108 * replace.el (match): Use slightly more light RoyalBlue3 instead
29109 of dark RoyalBlue4.
29110
29111 * wid-edit.el (widget-inactive): Inherit from `shadow'.
29112
29113 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
29114
29115 * novice.el (disabled-command-hook): Declare it with
29116 `define-obsolete-variable-alias'.
29117
29118 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
29119 (desktop-buffer-misc-functions, desktop-buffer-handlers)
29120 (desktop-load-default): Add release to obsolescence info.
29121 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
29122 (desktop-append-buffer-args, desktop-read):
29123 Fix typos in docstrings.
29124 (desktop-kill): Fix typo in message.
29125 (desktop-save): Doc fix.
29126
29127 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
29128
29129 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
29130 (viper-envelop-ESC-key): Change the definition of fast
29131 keysequence so it'll work with keyboard macros.
29132
29133 * ediff.el (ediff-patch-buffer): Change the docstring.
29134
29135 2005-07-19 Kenichi Handa <handa@m17n.org>
29136
29137 * international/mule-cmds.el (select-safe-coding-system): Try to
29138 use an auto-coding (if any) before anything else. If the found
29139 auto-coding is invalid, show a warning message.
29140
29141 * international/mule.el (find-auto-coding): New function created
29142 by modifying the body of set-auto-coding.
29143 (set-auto-coding): Use find-auto-coding to find a coding.
29144
29145 2005-07-18 Richard M. Stallman <rms@gnu.org>
29146
29147 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
29148 not isearch-mode-end-hook-error.
29149 (allout-before-change-protect): Fix error message.
29150
29151 2005-07-18 Juri Linkov <juri@jurta.org>
29152
29153 * allout.el (allout-mode):
29154 * calculator.el (calculator-copy):
29155 * custom.el (custom-known-themes):
29156 * dired.el (dired-desktop-buffer-misc-data)
29157 (dired-restore-desktop-buffer):
29158 * dired-x.el (dired-omit-marker-char):
29159 * files.el (basic-save-buffer):
29160 * font-core.el (font-lock-mode):
29161 * calendar/calendar.el (calendar-goto-hebrew-date)
29162 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
29163 (calendar-goto-persian-date):
29164 * language/ethio-util.el (ethio-sera-to-fidel-region):
29165 * textmodes/picture.el (picture-mode):
29166 Delete duplicate duplicate words.
29167
29168 2005-07-18 Juri Linkov <juri@jurta.org>
29169
29170 * isearch.el (isearch-mode-map): Remove key bindings for regexp
29171 chars * ? } |.
29172 (isearch-fallback): Don't call `isearch-process-search-char'.
29173 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
29174 (isearch-process-search-char): Call `isearch-fallback' for regexp
29175 chars * ? } |.
29176 (isearch-return-char): Make obsolete with `make-obsolete' instead
29177 of simply documenting it as obsolete in the docstring.
29178 (isearch-fallback): Refill docstring.
29179
29180 * international/isearch-x.el
29181 (isearch-process-search-multibyte-characters): Remove unneeded
29182 `concat'. Add intermediate values to `junk-hist' instead of
29183 `minibuffer-history'. Test the length of `str'.
29184
29185 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
29186
29187 * allout.el (allout-resolve-xref): Fix typos in error strings.
29188 (allout-before-change-protect): Remove unneeded `concat'.
29189
29190 * array.el (array-mode, array-reconfigure-rows)
29191 (untabify-backward): Fix typos in docstrings.
29192 (array-reconfigure-rows): Use `insert-buffer-substring', not
29193 `insert-buffer'.
29194
29195 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
29196 * progmodes/ada-mode.el (ada-make-body):
29197 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
29198
29199 * dired.el (dired-log):
29200 * tar-mode.el (tar-subfile-save-buffer):
29201 * play/zone.el (zone-pgm-stress-destress):
29202 Use `insert-buffer-substring', not `insert-buffer'.
29203
29204 2005-07-17 Simon Josefsson <jas@extundo.com>
29205
29206 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
29207
29208 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
29209
29210 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
29211 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
29212
29213 2005-07-17 Kim F. Storm <storm@cua.dk>
29214
29215 * ido.el (dired-other-window): Add ido property.
29216
29217 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
29218
29219 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29220 Fix typo in docstring.
29221 (byte-compile-interactive-only-functions): Add `insert-buffer' and
29222 `insert-file-literally'.
29223
29224 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
29225 info and delete redundant message. Doc fix.
29226 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
29227 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
29228
29229 2005-07-16 Richard M. Stallman <rms@gnu.org>
29230
29231 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
29232 (byte-compile-and): Use byte-compile-and-recursion.
29233 (byte-compile-or-recursion): New function.
29234 (byte-compile-or): Use that.
29235 (byte-compile-if): Guard the else-clause too.
29236 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
29237
29238 * isearch.el (isearch-mode-end-hook-quit): New variable.
29239 (isearch-done): Bind it.
29240 (isearch-mode-end-hook): Doc fix.
29241
29242 * allout.el (allout-isearch-did-quit): Variable deleted.
29243 (allout-real-isearch-abort): Function name no longer used.
29244 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
29245 (allout-isearch-rectification): isearch-mode always exists.
29246 Don't set allout-isearch-did-quit.
29247 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
29248 allout-isearch-did-quit.
29249 (allout-enwrap-isearch): Just add the hook.
29250 (allout-isearch-abort): Function deleted.
29251 (allout-pre-command-business): Avoid warning.
29252
29253 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
29254 Correctly avoid warnings.
29255 (pascal-outline): Likewise.
29256
29257 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
29258
29259 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
29260
29261 * play/tetris.el (tetris-mode): Avoid warning.
29262
29263 * play/snake.el (snake-mode): Avoid warning.
29264
29265 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
29266 (gamegrid-set-display-table): Avoid warning.
29267 (gamegrid-set-timer): Likewise.
29268 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
29269 (gamegrid-add-score-with-update-game-score-1): Take FILE
29270 as argument.
29271 (gamegrid-add-score-with-update-game-score): Pass that argument.
29272 Rename have-shared-game-dir to gamegrid-shared-game-dir.
29273
29274 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
29275
29276 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
29277 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
29278
29279 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
29280 and insert-file.
29281
29282 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
29283 (sc-ask): Avoid warnings.
29284
29285 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
29286 (eshell-hist-initialize): Use that var the natural way.
29287
29288 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
29289
29290 * emacs-lisp/re-builder.el (reb-cook-regexp):
29291 Avoid warning calling lre-compile-string.
29292 (reb-color-display-p): Avoid warning.
29293
29294 * calculator.el (calculator-last-input): Guard uses
29295 of event-key and key-press-event-p.
29296 (event-key, key-press-event-p): Delete definitions.
29297
29298 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
29299 (find-gc-source-directory, find-gc-subrs-callers)
29300 (find-gc-noreturn-list, find-gc-source-files)
29301 (find-gc-subrs-called): Vars renamed and defvar'd.
29302
29303 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
29304 (checkdoc-overlay-put, checkdoc-delete-overlay)
29305 (checkdoc-overlay-start, checkdoc-overlay-end)
29306 (checkdoc-mode-line-update, checkdoc-char=):
29307 Define such that compiler knows they are defined.
29308 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
29309 (checkdoc-read-event): Delete. Use read-event directly.
29310
29311 * whitespace.el (whitespace-make-overlay)
29312 (whitespace-overlay-put, whitespace-delete-overlay)
29313 (whitespace-overlay-start, whitespace-overlay-end):
29314 Define such that compiler knows they are defined.
29315 (whitespace): Move conditional inside.
29316
29317 * tempo.el (tempo-insert-template): Suppress warning.
29318
29319 * ediff-diff.el (longlines-mode): Add defvar.
29320
29321 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
29322
29323 * server.el: Bind "C-x #" in a way that works even if C-x is
29324 redefined to a command key, not a prefix key.
29325
29326 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
29327
29328 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
29329 cl-make-type-test till execution time.
29330
29331 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
29332
29333 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
29334 arg ARG and use it.
29335
29336 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
29337
29338 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
29339
29340 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
29341
29342 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29343 a defcustom with two :set or :type keywords.
29344
29345 2005-07-15 Richard M. Stallman <rms@gnu.org>
29346
29347 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
29348 Don't give ^M comment-end syntax.
29349
29350 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
29351
29352 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
29353 Don't consider gdbmi (gdb-mi.el has its own update functions).
29354 (gdb-var-delete): Make it work for gdbmi as well.
29355 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
29356
29357 * progmodes/gud.el (etags, sdb): Only require etags when needed.
29358 (gud-speedbar-menu-items): Correct logic for enabling items.
29359
29360 2005-07-15 Kim F. Storm <storm@cua.dk>
29361
29362 * ido.el: Fix commentary.
29363 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
29364 Use with-no-warnings around ffap-guesser.
29365 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
29366 Let bind minibuffer-completing-file-name to t.
29367
29368 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
29369
29370 * startup.el (site-run-file, keyboard-type): Doc fixes.
29371 (command-line): Check for "--basic-display" argument; also for
29372 "--quick", not "--bare-bones" (which was renamed).
29373 (fancy-splash-text): Add missing item "Getting New Versions".
29374 (normal-splash-screen): Fix typos and improve consistency with
29375 `fancy-splash-text'. Update copyright year.
29376
29377 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29378 valid binding for `help-char'.
29379
29380 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
29381
29382 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
29383
29384 * term.el (term-mode): Disable cua-mode for term buffers.
29385
29386 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
29387
29388 * add-log.el (add-log-mailing-address, change-log-merge):
29389 Doc fixes.
29390 (change-log-get-method-definition): Fix typo in docstring.
29391
29392 2005-07-14 Kim F. Storm <storm@cua.dk>
29393
29394 * emulation/cua-base.el:
29395 (cua--pre-command-handler-1, cua--pre-command-handler)
29396 (cua--post-command-handler-1, cua--post-command-handler):
29397 Split in two. Check (buffer local) value of cua-mode.
29398 (cua-selection-mode): New command.
29399
29400 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
29401
29402 * custom.el (custom-initialize-safe-set)
29403 (custom-initialize-safe-default): Doc fixes.
29404
29405 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29406 and simplify :init-value again.
29407
29408 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29409 and simplify :init-value again. Delete autoload.
29410
29411 * startup.el (command-line): Use `custom-reevaluate-setting' again
29412 for tooltip-mode.
29413
29414 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29415 a defcustom with two :initialize keywords.
29416
29417 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
29418
29419 * allout.el (my-mark-marker, allout-isearch-prior-pos)
29420 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
29421 (allout-post-command-business, allout-flag-region)
29422 (isearch-reenable-font-lock, allout-yank)
29423 (allout-insert-latex-header, allout-insert-latex-trailer)
29424 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
29425 (allout-latex-verb-quote): Fix typos in docstrings.
29426 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
29427 (allout-unprotected, allout-prefix-data):
29428 Improve argument/docstring consistency.
29429 (allout-chart-subtree): Fix argument spec.
29430 (allout-open-topic): Rename `use_sib_bullet' argument to
29431 `use-sib-bullet'. Doc fix.
29432
29433 * whitespace.el (whitespace-check-buffer-leading)
29434 (whitespace-check-buffer-trailing)
29435 (whitespace-check-buffer-indent)
29436 (whitespace-check-buffer-spacetab)
29437 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
29438 (whitespace-check-leading-whitespace)
29439 (whitespace-check-trailing-whitespace)
29440 (whitespace-check-spacetab-whitespace)
29441 (whitespace-check-indent-whitespace)
29442 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
29443 (whitespace-modes): Fix typos in docstrings.
29444 (defgroup, defcustom): Doc fixes.
29445
29446 * winner.el (winner-mode, winner-boring-buffers)
29447 (winner-pending-undo-ring): Doc fixes.
29448 (winner-ring): Remove unneeded `progn'.
29449 (winner-equal): `defsubst' it.
29450 (winner-redo): Fix message.
29451
29452 2005-07-13 Kim F. Storm <storm@cua.dk>
29453
29454 * simple.el (line-move-1): Always use vertical-motion to
29455 do the last (or only) line move to ensure some movement.
29456 Undo 2005-06-23 change--don't check for overlays.
29457
29458 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29459
29460 * term/mac-win.el (ccl-encode-mac-roman-font)
29461 (ccl-encode-mac-centraleurroman-font)
29462 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
29463 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
29464 Change charset-id boundary of dimension to ?\xef.
29465 (mac-char-fontspec-list): New constant.
29466 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
29467 argument. Nil uses itself as family in font-spec. Previous
29468 behavior for nil is now provided by non-nil non-string argument.
29469 All callers changed. Add font-specs for Mac fonts to
29470 "fontset-default" unless iso8859-1 fonts are installed.
29471
29472 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
29473
29474 * progmodes/sh-script.el (sh-get-indent-info): Only indent
29475 a continuation line if the \ is preceded by SPC or TAB.
29476 (sh-get-indent-info): Simplify.
29477 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
29478 Use with-current-buffer.
29479
29480 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
29481 when the matched text is empty.
29482
29483 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
29484
29485 * startup.el (command-line): Revert to previous handling of
29486 tooltip-mode. Explain in comment why the complexity is needed.
29487
29488 * tooltip.el (tooltip-mode): Revert to previous implementation of
29489 its defcustom.
29490
29491 * frame.el (blink-cursor-mode): Revert to previous implementation
29492 of its defcustom. Update comment.
29493
29494 2005-07-12 Lars Hansen <larsh@soem.dk>
29495
29496 * desktop.el: Update e-mail address.
29497
29498 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29499
29500 * term/mac-win.el (mac-services-mail-selection)
29501 (mac-services-mail-to): New functions.
29502 (mac-application-menu-map): Bind them.
29503
29504 2005-07-12 wulei <milton@wulei.net> (tiny change)
29505
29506 * progmodes/gdb-ui.el: Add note about buffering with Windows.
29507
29508 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
29509
29510 * custom.el (custom-reevaluate-setting): Doc fix.
29511
29512 2005-07-11 Jay Belanger <belanger@truman.edu>
29513
29514 * calc/calc.el (calc-embedded-announce-formula-alist)
29515 (calc-embedded-open-close-plain-alist)
29516 (calc-embedded-open-close-mode-alist): Add checks for additional
29517 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
29518
29519 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
29520
29521 * custom.el (custom-enable-theme): Don't add theme to
29522 `custom-enabled-themes' with `push' because there is no
29523 setf-method for `delq'.
29524
29525 2005-07-11 Richard M. Stallman <rms@gnu.org>
29526
29527 * custom.el (custom-declare-variable): Doc fix.
29528
29529 * dired-aux.el (dired-compare-directories): Remove "." and ".."
29530 from the alists.
29531
29532 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
29533 Do nothing if edebug-active.
29534
29535 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
29536 (edebug-display): Do it here instead.
29537
29538 2005-07-10 Richard M. Stallman <rms@gnu.org>
29539
29540 * cus-face.el (custom-theme-set-faces): Make it work.
29541 (custom-reset-faces): Doc fix.
29542 (custom-theme-reset-internal-face, custom-theme-face-value):
29543 Functions deleted.
29544
29545 * custom.el (custom-push-theme): Maintain list of the settings
29546 of a given theme in its theme-settings property.
29547 Maintain position of old settings in the theme-value
29548 or theme-face property.
29549 (custom-enabled-themes): New variable.
29550 (custom-theme-enabled-p): New function.
29551 (provide-theme): Update custom-enabled-themes.
29552 Disable and reenable the `user' theme.
29553 (require-theme): Doc fix.
29554 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
29555 (custom-theme-value, custom-theme-variable-value): Likewise.
29556 (custom-theme-reset-internal): Likewise.
29557 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
29558 (custom-enable-theme, custom-disable-theme): New functions.
29559 (custom-variable-theme-value, custom-face-theme-value): Likewise.
29560 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
29561 (custom-theme-reset-variables): Simplify.
29562 (deftheme, custom-declare-theme, custom-make-theme-feature):
29563 Definitions moved.
29564
29565 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
29566
29567 * longlines.el (longlines-show-region)
29568 (longlines-unshow-hard-newlines): Recognize hard newlines by
29569 non-nil hard property, instead of t.
29570
29571 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
29572
29573 * emulation/viper-cmd.el (viper--key-maps): New variable.
29574 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
29575 emulation-mode-map-alists.
29576 (viper-envelop-ESC-key): Use viper-subseq.
29577 (viper-search-forward/backward/next): Disable debug-on-error.
29578
29579 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29580 (viper-ESC-key): New defcustoms.
29581
29582 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
29583
29584 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
29585 (viper-subseq): Copy of subseq from cl.el.
29586
29587 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
29588 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
29589
29590 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
29591
29592 * emulation/viper-init.el: Get rid of -face in face names.
29593
29594 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
29595 Make it work with longlines mode.
29596
29597 * ediff-mult.el (ediff-meta-mode-hook): New variable.
29598
29599 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
29600
29601 * ediff-init.el: Get rid of -face in face names.
29602
29603 2005-07-10 Richard M. Stallman <rms@gnu.org>
29604
29605 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
29606 and with-timeout-unsuspend.
29607
29608 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
29609 and with-timeout-unsuspend.
29610
29611 * emacs-lisp/timer.el (with-timeout-timers): New variable.
29612 (with-timeout): Bind that variable to record timers.
29613 (with-timeout-suspend, with-timeout-unsuspend): New functions.
29614
29615 * emacs-lisp/debug.el (debug-help-follow): New function.
29616 (debugger-mode-map): Use that instead of help-follow.
29617 (debugger-setup-buffer): Use eval-buffer-list
29618 to handle eval-buffer frames.
29619
29620 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
29621
29622 * timezone.el (timezone-parse-date): Change first regexp
29623 so it will not mistakenly match dates with no time zone.
29624
29625 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
29626
29627 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
29628
29629 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
29630
29631 * custom.el (custom-initialize-safe-set)
29632 (custom-initialize-safe-default): New functions.
29633
29634 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29635 and simplify :init-value.
29636
29637 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29638 and simplify :init-value. Delete obsolete comment.
29639
29640 * startup.el (command-line): Use `custom-reevaluate-setting' to
29641 handle `tooltip-mode'. Delete obsolete comment.
29642
29643 * files.el (set-visited-file-name): Avoid calling
29644 `file-name-nondirectory' with a nil argument.
29645
29646 2005-07-09 Richard M. Stallman <rms@gnu.org>
29647
29648 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
29649 was called with nil for the buffer, handle the read position right.
29650 Handle read position for eval-region, too.
29651
29652 2005-07-09 Juri Linkov <juri@jurta.org>
29653
29654 * fringe.el (fringe-mode): Add period in docstring.
29655 (fringe-query-style): Build prompt depending on `all-frames' arg.
29656
29657 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
29658 to not create links to unrelated functions in the Help buffer.
29659
29660 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
29661 Doc fix.
29662
29663 * simple.el (next-error-hook): New variable.
29664 (next-error): Use it. Doc fix.
29665
29666 * textmodes/ispell.el (ispell-command-loop): Add current
29667 dictionary name and program name to mode-line-format.
29668 (ispell-region, ispell-process-line): Add current dictionary name
29669 and program name to messages.
29670
29671 2005-07-08 Jay Belanger <belanger@truman.edu>
29672
29673 * calc/calc.el (calc-embedded-announce-formula-alist)
29674 (calc-embedded-open-close-formula-alist)
29675 (calc-embedded-open-close-word-alist)
29676 (calc-embedded-open-close-plain-alist)
29677 (calc-embedded-open-close-new-formula-alist)
29678 (calc-embedded-open-close-mode-alist)
29679 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
29680 (calc-embedded-mode-hook): New variables.
29681
29682 * calc/calc-embed.el (calc-embedded-firsttime)
29683 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
29684 New variables.
29685 (calc-do-embedded): Use calc-embedded-firsttime,
29686 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
29687 determine whether or not to run hooks.
29688 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
29689 calc-embedded-firsttime-formula appropriately.
29690 Set calc-embedded delimiter variables according to mode.
29691
29692 2005-07-08 Richard M. Stallman <rms@gnu.org>
29693
29694 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
29695 Check for "emacs", etc., as entire symbol, not just as word.
29696 (checkdoc-file-comments-engine): Use regexp-quote on FN.
29697
29698 * files.el (set-visited-file-name): Report the error
29699 for "empty filename" earlier.
29700 (kill-some-buffers): Ignore buffers already dead.
29701
29702 * fringe.el (fringe-mode): Doc fix.
29703
29704 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29705 Check for (featurep 'xemacs) and turn off warnings in what it guards.
29706 Use unwind-protect to ensure byte-compile-unresolved-functions
29707 is updated.
29708
29709 * whitespace.el (whitespace-buffer-leading-cleanup):
29710 Simplify w/ skip-chars-forward.
29711 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
29712
29713 * mail/rmail.el (rmail-only-expunge): Fix paren error.
29714 Unconditionally try to leave point at the same old place.
29715
29716 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
29717
29718 * comint.el (comint-postoutput-scroll-to-bottom)
29719 (comint-show-maximum-output): Take scroll-margin into consideration.
29720
29721 2005-07-08 Kim F. Storm <storm@cua.dk>
29722
29723 * ido.el (ido-use-filename-at-point): New choice `guess'.
29724 (ido-file-internal): Try ffap-guesser if selected.
29725
29726 * ido.el (ido-before-fallback-functions): New hook.
29727 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
29728 (ido-read-file-name): Run it.
29729
29730 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
29731
29732 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
29733 strings rather than a list of symbols to the completion function.
29734
29735 2005-07-07 Jay Belanger <belanger@truman.edu>
29736
29737 * calc/calc-units.el (math-apply-units): Change the places in
29738 which units are simplified.
29739
29740 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
29741
29742 * cus-edit.el (customize-option, customize-option-other-window):
29743 Make them handle aliases.
29744
29745 * custom.el (custom-variable-p): Make it recursively follow
29746 aliases. Mention that in the docstring.
29747
29748 2005-07-07 Richard M. Stallman <rms@gnu.org>
29749
29750 * cus-start.el (exec-path): Use `directory' instead of `file'.
29751 Fix tag for nil.
29752
29753 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
29754
29755 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
29756 when called non-interactively. Doc fix.
29757
29758 2005-07-07 Lute Kamstra <lute@gnu.org>
29759
29760 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
29761 new address as well.
29762
29763 2005-07-07 Kenichi Handa <handa@m17n.org>
29764
29765 * international/mule.el (make-coding-system):
29766 Describe `ascii-incompatible' property in the docstring.
29767 (set-file-name-coding-system): Signal an error if coding-system is
29768 ascii-incompatible.
29769 (set-keyboard-coding-system): Likewise.
29770
29771 * international/mule-cmds.el (set-default-coding-systems):
29772 Don't set default-file-name-coding-system and
29773 default-keyboard-coding-system if coding-system is ASCII-incompatible.
29774
29775 * international/utf-16.el: Declare that all UTF-16-based coding
29776 systems are ASCII-incompatible.
29777
29778 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
29779
29780 * progmodes/gud.el: Require font-lock for displaying errors.
29781 Used by gdb-ui.el.
29782
29783 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
29784
29785 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
29786 values for the pattern lists which are `read'able but not
29787 `append'able (like symbols).
29788
29789 2005-07-06 Richard M. Stallman <rms@gnu.org>
29790
29791 * progmodes/flymake.el (flymake-float-time): Instead of
29792 with-no-warnings, test for XEmacs.
29793 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
29794 to avoid warning.
29795
29796 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
29797
29798 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
29799
29800 2005-07-05 Lute Kamstra <lute@gnu.org>
29801
29802 * battery.el: Add support for Darwin (with much debugging help
29803 from Samuel Lauber <sam124@operamail.com>).
29804 (battery-status-function, battery-echo-area-format)
29805 (battery-mode-line-format): Add support for pmset on Darwin.
29806 (battery-load-low, battery-load-critical): New user options.
29807 (battery-pmset): New function.
29808
29809 2005-07-05 Lute Kamstra <lute@gnu.org>
29810
29811 Update FSF's address in GPL notices.
29812
29813 * textmodes/page-ext.el: Update FSF's address.
29814
29815 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
29816
29817 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
29818 filling from using prefix when filling a single-line docstring.
29819
29820 * progmodes/flymake.el: Remove useless eval-when-compile.
29821
29822 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
29823
29824 2005-07-04 Richard M. Stallman <rms@gnu.org>
29825
29826 * textmodes/org.el (org-file-apps-defaults-gnu):
29827 Rename from org-file-apps-defaults-linux.
29828 (org-default-apps): Don't test system-type for `linux'.
29829 (org-file-apps): Doc fix.
29830
29831 2005-07-04 David Ponce <david@dponce.com>
29832
29833 * tree-widget.el: Improve header Commentary section.
29834 (tree-widget) [defgroup]
29835 (tree-widget-image-enable, tree-widget-themes-directory)
29836 (tree-widget-theme, tree-widget-image-properties-emacs)
29837 (tree-widget-image-properties-xemacs, tree-widget-create-image)
29838 (tree-widget-image-formats, tree-widget-control)
29839 (tree-widget-empty-control, tree-widget-leaf-control
29840 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
29841 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
29842 (tree-widget-keep, tree-widget-after-toggle-functions)
29843 (tree-widget-open-node, tree-widget-close-node): Doc fix.
29844 (tree-widget-open-control, tree-widget-close-control): Fix doc and
29845 :help-echo message.
29846 (tree-widget-set-theme): Doc fix. Use `string-equal'.
29847 (tree-widget-image-properties): Doc fix. Clearer implementation.
29848 (tree-widget--cursors): New constant.
29849 (tree-widget-lookup-image): New function split from
29850 `tree-widget-find-image'. Clearer implementation.
29851 (tree-widget-find-image): Use it.
29852 (tree-widget-button-keymap): Use `set-keymap-parent'.
29853 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
29854 Define the sub-widgets here.
29855 (tree-widget-node): Check that :node is not a tree-widget.
29856 (tree-widget-get-super, tree-widget-open-control)
29857 (tree-widget-close-control, tree-widget-empty-control)
29858 (tree-widget-leaf-control, tree-widget-guide)
29859 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
29860 (tree-widget-no-handle, tree-widget-value-delete)
29861 (tree-widget-map): Remove.
29862 (tree-widget-children-value-save): Doc fix. Simplified.
29863 (tree-widget-value-create): Update according to previous changes.
29864
29865 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
29866
29867 * textmodes/org.el: Leading space replaced by TABS.
29868 (org-recalc-marks, org-table-rotate-recalc-marks)
29869 (org-table-get-specials): Treat "^" and "_" marks.
29870 (org-table-justify-field-maybe): Optional argument NEW.
29871 (org-table-eval-formula): Parsing of the format simplified.
29872 New modes C,I. Honor the %= parameter in the current table.
29873 Avoid unnecessary re-align by using the NEW argument to
29874 `org-table-justify-field-maybe'.
29875 (org-calc-default-modes): Default for date-format mimicks org-mode.
29876 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
29877
29878 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
29879
29880 * cus-face.el (custom-theme-set-faces): Make it handle face
29881 aliases whose alias declarations are pre- or autoloaded.
29882
29883 2005-07-04 Juri Linkov <juri@jurta.org>
29884
29885 * faces.el (read-face-name): Put the code for getting a face name
29886 from the buffer before adding the faces from the `face' property.
29887 Use `completing-read-multiple' instead of `completing-read'.
29888 Require `crm'. Add default value and post-process the returned
29889 list of faces.
29890
29891 * emacs-lisp/crm.el (crm-find-current-element)
29892 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
29893
29894 * emacs-lisp/lisp-mode.el (eval-defun-1):
29895 * emacs-lisp/edebug.el (edebug-eval-defun):
29896 Remove unnecessary quotes.
29897
29898 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
29899
29900 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
29901 (prolog-indent-level): Fix typo in docstring.
29902
29903 * info.el (Info-history, Info-history-forward)
29904 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
29905
29906 * add-log.el (add-change-log-entry):
29907 * comint.el (comint-dynamic-list-input-ring)
29908 (comint-dynamic-list-completions):
29909 * dabbrev.el (dabbrev-expand):
29910 * delim-col.el (delimit-columns-rectangle-line):
29911 * diff-mode.el (diff-context->unified, diff-reverse-direction)
29912 (diff-unified->context):
29913 * ediff-init.el (ediff-abbrev-jobname):
29914 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
29915 (ediff-replace-session-activity-marker-in-meta-buffer):
29916 * info.el (Info-summary):
29917 * lpr.el (printify-region):
29918 * printing.el (pr-create-interface):
29919 * ps-print.el (ps-print-quote):
29920 * ses.el (ses-column-widths, ses-print-cell)
29921 (ses-adjust-print-width, ses-center):
29922 * shell.el (shell-file-name-quote-list):
29923 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
29924 (strokes-fill-current-buffer-with-whitespace)
29925 (strokes-xpm-for-stroke, strokes-list-strokes)
29926 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
29927 * term.el (term-dynamic-list-input-ring)
29928 (term-dynamic-list-completions):
29929 * calc/calc.el (math-format-stack-value):
29930 * emacs-lisp/edebug.el (edebug-display-freq-count):
29931 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
29932 (delphi-new-comment-line):
29933 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
29934 * progmodes/executable.el (executable-set-magic):
29935 * progmodes/python.el (inferior-python-mode):
29936 * progmodes/scheme.el (scheme-mode-syntax-table):
29937 * progmodes/sh-script.el (sh-maybe-here-document):
29938 * progmodes/sql.el (sql-copy-column):
29939 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
29940 * textmodes/bibtex.el (bibtex-mode):
29941 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
29942 (sgml-auto-attributes):
29943 * textmodes/table.el (table-insert, table-shorten-cell)
29944 (table--generate-source-scan-lines, table-delete-row)
29945 (*table--cell-delete-char, table--spacify-frame)
29946 (table--horizontally-shift-above-and-below)
29947 (table--cell-insert-char, table--cell-blank-str)
29948 (table--fill-region-strictly):
29949 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
29950 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
29951
29952 * add-log.el (change-log):
29953 * apropos.el (apropos):
29954 * comint.el (comint-completion, comint-source):
29955 * dabbrev.el (dabbrev):
29956 * delim-col.el (columns):
29957 * diff-mode.el (diff-mode):
29958 * ediff.el (ediff):
29959 * ediff-diff.el (ediff-diff):
29960 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
29961 * ediff-mult.el (ediff-mult):
29962 * ediff-ptch.el (ediff-ptch):
29963 * ediff-wind.el (ediff-window):
29964 * facemenu.el (facemenu):
29965 * indent.el (indent):
29966 * info.el (info):
29967 * jka-cmpr-hook.el (compression, jka-compr):
29968 * lpr.el (lpr):
29969 * outline.el (outlines):
29970 * pcmpl-cvs.el (pcmpl-cvs):
29971 * pcmpl-rpm.el (pcmpl-rpm):
29972 * printing.el (printing):
29973 * ps-print.el (postscript, ps-print, ps-print-horizontal)
29974 (ps-print-vertical, ps-print-headers, ps-print-font)
29975 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
29976 (ps-print-background, ps-print-printer, ps-print-page)
29977 (ps-print-miscellany):
29978 * ses.el (ses):
29979 * shell.el (shell, shell-directories, shell-faces):
29980 * startup.el (initialization):
29981 * strokes.el (strokes):
29982 * term.el (term):
29983 * uniquify.el (uniquify):
29984 * w32-vars.el (w32):
29985 * calc/calc.el (calc):
29986 * emacs-lisp/bytecomp.el (bytecomp):
29987 * emacs-lisp/cl-indent.el (lisp-indent):
29988 * emacs-lisp/edebug.el (edebug):
29989 * emacs-lisp/elp.el (elp):
29990 * emacs-lisp/testcover.el (testcover):
29991 * emacs-lisp/trace.el (trace):
29992 * emulation/viper-ex.el (viper-ex):
29993 * emulation/viper-mous.el (viper-mouse):
29994 * mail/mailalias.el (mailalias):
29995 * mail/supercite.el (supercite, supercite-frames)
29996 (supercite-attr, supercite-cite, supercite-hooks):
29997 * net/rcompile.el (remote-compile):
29998 * net/rlogin.el (rlogin):
29999 * obsolete/ooutline.el (outlines):
30000 * progmodes/delphi.el (delphi):
30001 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
30002 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
30003 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
30004 (ebnf-optimization):
30005 * progmodes/etags.el (etags):
30006 * progmodes/executable.el (executable):
30007 * progmodes/idlwave.el (idlwave):
30008 * progmodes/pascal.el (pascal):
30009 * progmodes/prolog.el (prolog):
30010 * progmodes/python.el (python):
30011 * progmodes/scheme.el (scheme):
30012 * progmodes/sh-script.el (sh, sh-script):
30013 * progmodes/sql.el (SQL):
30014 * progmodes/tcl.el (tcl):
30015 * textmodes/bibtex.el (bibtex, bibtex-autokey):
30016 * textmodes/enriched.el (enriched):
30017 * textmodes/makeinfo.el (makeinfo):
30018 * textmodes/sgml-mode.el (sgml):
30019 * textmodes/table.el (table-hooks):
30020 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
30021 * textmodes/texinfo.el (texinfo):
30022 * textmodes/two-column.el (two-column):
30023 Finish `defgroup' description with period.
30024
30025 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
30026 * eshell/esh-var.el (eshell-var):
30027 * progmodes/vhdl-mode.el (vhdl-testbench):
30028 * textmodes/org.el (org): Fix typos in docstrings.
30029
30030 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
30031 consistency.
30032
30033 * progmodes/flymake.el (flymake-find-file): Remove.
30034 (flymake-float-time): Use `with-no-warnings'.
30035 (flymake-check-start-time, flymake-check-was-interrupted)
30036 (flymake-err-info, flymake-is-running, flymake-last-change-time)
30037 (flymake-new-err-info): `defvar' at compile time.
30038
30039 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
30040
30041 * replace.el (occur-hook): Doc fix.
30042 (occur-1): Don't call `occur-hook' if there are no matches.
30043
30044 2005-07-03 Richard M. Stallman <rms@gnu.org>
30045
30046 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
30047 global-map, save the same map.
30048 (global-map): Don't alter it at top level.
30049 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
30050 Then alter it here instead.
30051 (tpu-edt-off): Set global-map to the saved one.
30052
30053 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
30054 All references simplified.
30055 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
30056 (zmacs-regions): Add defvar.
30057 (repeat-complex-command-map): Everything about that deleted.
30058
30059 * textmodes/artist.el (artist-key-is-drawing)
30060 (artist-key-endpoint1, artist-key-poly-point-list)
30061 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
30062 (artist-key-compl-table, artist-rb-save-data)
30063 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
30064 Don't put them in eval-when-compile.
30065 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
30066
30067 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
30068 Use with-no-warnings.
30069
30070 * net/browse-url.el (dos-windows-version): Add defvar.
30071
30072 * mail/supercite.el (filladapt-prefix-table): Add defvar.
30073
30074 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
30075 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
30076 (rmail-new-summary-line-count): Rename from new-summary-line-count.
30077 Add defvar.
30078 (rmail-summary-beginning-of-message): Use with-no-warnings.
30079 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
30080
30081 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
30082 Use with-no-warnings.
30083
30084 * emulation/vi.el (vi-mark-region): Use c-mark-function.
30085 (c-mark-function): Add point-moving-unit property.
30086 (vi-goto-line): Use with-no-warnings.
30087
30088 * emulation/edt.el (edt-last-copied-word): Add defvar.
30089 (zmacs-region-stays): Likewise.
30090 (edt-mark-section-wisely): Use c-mark-function for C.
30091 Use makr-defun for Fortran.
30092 (time-string): defvar deleted.
30093 (edt-display-the-time): Don't set time-string.
30094
30095 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
30096
30097 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30098 Don't warn when name is not constant
30099 or for defining the group `emacs'.
30100
30101 * tooltip.el (gud-tooltip-mode): Add defvar.
30102
30103 * startup.el (default-frame-background-mode): Add defvar.
30104
30105 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
30106
30107 * info.el (tool-bar-map): Add defvar.
30108
30109 * dired.el (dnd-protocol-alist): Add defvar.
30110
30111 * dired-aux.el (dired-query): Display question with answer, when
30112 the user answers.
30113
30114 * custom.el (custom-add-option): Doc fix.
30115
30116 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
30117
30118 2005-07-03 Eli Zaretskii <eliz@gnu.org>
30119
30120 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
30121 bogus name from the last change.
30122
30123 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
30124
30125 * custom.el (custom-declare-variable): Fix typos in comment.
30126 (custom-known-themes): Doc fix.
30127 (custom-theme-directory): New defcustom.
30128 (require-theme): Make it check `custom-theme-directory'.
30129
30130 * cus-theme.el (custom-new-theme-mode): New function.
30131 (custom-theme-name, custom-theme-variables, custom-theme-faces)
30132 (custom-theme-description): Add compiler defvars.
30133 (customize-create-theme): Add doc to the "*New Custom Theme*"
30134 buffer. Use `custom-new-theme-mode'.
30135 (custom-theme-write): Put the created buffer in emacs-lisp-mode
30136 and save it to the `custom-theme-directory'. Make this the
30137 default directory of the buffer.
30138
30139 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
30140
30141 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
30142 Fix unbalanced parentheses.
30143
30144 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
30145
30146 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
30147 into flymake-mode and delegate to flymake-mode.
30148
30149 * find-file.el (ff-which-function-are-we-in): Clean up.
30150
30151 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
30152
30153 * replace.el (occur-rename-buffer): Fix docstring.
30154
30155 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
30156 (edt-last-copied-word, edt-learn-macro-count)
30157 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
30158 (edt-rect-start-point, edt-user-global-map, rect-start-point)
30159 (time-string, zmacs-region-stays):
30160 * emulation/edt-mapper.el (edt-save-function-key-map)
30161 (EDT-key-name): `defvar' to silence the byte-compiler.
30162
30163 2005-07-02 Martin Rudalics <rudalics@gmx.at>
30164
30165 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
30166 font-lock-regexp-backslash. Doc fix.
30167 (font-lock-regexp-backslash-grouping-construct): Rename from
30168 font-lock-regexp-backslash-construct. Doc fix.
30169 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
30170 grouping constructs.
30171
30172 2005-07-02 Eli Zaretskii <eliz@gnu.org>
30173
30174 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
30175 updating all the prerequisites.
30176
30177 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
30178
30179 * textmodes/org.el (org-agenda-start-on-weekday)
30180 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
30181 (org-agenda-use-time-grid, org-archive-location)
30182 (org-allow-space-in-links, org-usenet-links-prefer-google)
30183 (org-enable-table-editor, org-export-default-language)
30184 (org-export-html-show-new-buffer, org-fill-paragraph)
30185 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
30186 (org-goto-quit, org-occur, org-eval-in-calendar)
30187 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
30188 (org-agenda-diary-entry, org-remember-help)
30189 (org-table-convert-region, org-at-table-p)
30190 (org-table-move-row-down, org-table-move-row-up)
30191 (org-table-copy-region, org-table-toggle-vline-visibility)
30192 (org-table-get-stored-formulas, org-table-get-specials)
30193 (org-recalc-commands, org-table-eval-formula)
30194 (org-table-formula-substitute-names, orgtbl-make-binding)
30195 (org-format-org-table-html, org-format-table-table-html)
30196 (org-format-table-table-html-using-table-generate-source)
30197 (org-customize): Fix typos in docstrings.
30198 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
30199 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
30200 (org-back-to-heading): Doc fixes.
30201 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
30202 (org-agenda-change-all-lines, org-get-header):
30203 Improve argument/docstring consistency.
30204 (orgtbl-error): Fix error message.
30205
30206 * progmodes/flymake.el (flymake-find-possible-master-files)
30207 (flymake-master-file-compare, flymake-get-line-err-count)
30208 (flymake-highlight-line, flymake-gui-warnings-enabled):
30209 Fix typos in docstrings.
30210 (flymake-parse-line, flymake-get-project-include-dirs-function)
30211 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
30212 Doc fixes.
30213 (flymake-get-project-include-dirs-function)
30214 (flymake-make-err-menu-data):
30215 Improve argument/docstring consistency.
30216
30217 2005-07-01 Lute Kamstra <lute@gnu.org>
30218
30219 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
30220 Catch errors with ignore-errors. Use temporary buffer.
30221 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
30222
30223 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
30224 background color faces.
30225 (facemenu-set-foreground, facemenu-set-background):
30226 Use facemenu-set-face-from-menu.
30227 (facemenu-set-face-from-menu): Treat face names that start with
30228 "fg:" or "bg:" as special.
30229 (facemenu-add-new-color): Don't create faces. Simplify.
30230
30231 2005-06-30 Richard M. Stallman <rms@gnu.org>
30232
30233 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
30234 (crm-find-current-element): Likewise.
30235
30236 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
30237
30238 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
30239
30240 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
30241
30242 * arc-mode.el (archive-extract): Make it work as a mouse binding.
30243 (archive-mouse-extract): Make it an obsolete alias.
30244 (archive-mode-map): Don't use archive-mouse-extract any more.
30245 (archive-mode, archive-extract): write-contents-hooks ->
30246 write-contents-functions.
30247 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
30248 first arg.
30249 (archive-rename-entry): Update the call.
30250 (archive-zip-summarize): Remove unused var `method'.
30251 (archive-lzh-summarize): Remove unused var `creator'.
30252
30253 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
30254 dedicated frame upon exit.
30255
30256 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
30257 (archive-zip-extract, archive-zip-expunge)
30258 (archive-zip-update, archive-zip-update-case): Use executable-find.
30259 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
30260 Use restore-buffer-modified-p.
30261 (archive-extract, archive-add-new-member, archive-write-file-member):
30262 Use with-current-buffer.
30263 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
30264
30265 2005-06-30 Andreas Schwab <schwab@suse.de>
30266
30267 * progmodes/gud.el (gud-filter): Remove unneeded progn.
30268
30269 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30270
30271 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
30272
30273 2005-06-30 Juri Linkov <juri@jurta.org>
30274
30275 * faces.el (vertical-border): Inherit from mode-line-inactive
30276 only on tty.
30277
30278 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
30279
30280 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
30281 example, -NLINES in the `occur' docstring).
30282
30283 * replace.el (occur-1): When no matches are found, do not set the
30284 `buffer-read-only' and modified flags for the occur buffer,
30285 because it is deleted.
30286
30287 * emulation/cua-base.el (cua-check-pending-input)
30288 (cua-repeat-replace-region, cua-mode, cua-debug)
30289 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
30290 Fix typos in docstrings.
30291
30292 * emulation/cua-gmrk.el (cua-toggle-global-mark)
30293 (cua-cut-region-to-global-mark)
30294 (cua--cut-rectangle-to-global-mark):
30295 Remove period from end of messages.
30296
30297 * emulation/cua-rect.el (cua-do-rectangle-padding):
30298 Remove period from end of messages.
30299 (cua--rectangle-seq-format): Fix typo in docstring.
30300 (cua-sequence-rectangle, cua-fill-char-rectangle):
30301 Improve argument/docstring consistency.
30302
30303 2005-06-29 Juri Linkov <juri@jurta.org>
30304
30305 * faces.el (default-frame-background-mode): New internal variable.
30306 (frame-set-background-mode): Use it.
30307
30308 * startup.el (normal-top-level): Set default-frame-background-mode
30309 instead of frame-background-mode. Before setting it, test for its
30310 nil value. Remove tests for frame-background-mode and frame
30311 parameter `reverse'. Add test for "unspecified-fg".
30312
30313 * term/xterm.el (xterm-rxvt-set-background-mode):
30314 * term/rxvt.el (rxvt-set-background-mode):
30315 Set default-frame-background-mode instead of frame-background-mode.
30316
30317 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
30318
30319 * simple.el (set-variable): Warn about obsolete user variables.
30320
30321 * imenu.el (imenu--completion-buffer):
30322 * mouse.el (mouse-buffer-menu-alist):
30323 * msb.el (msb-invisible-buffer-p):
30324 * calendar/diary-lib.el (diary-header-line-format):
30325 * emacs-lisp/pp.el (pp-buffer):
30326 * progmodes/cperl-mode.el (cperl-do-auto-fill):
30327 * textmodes/picture.el (picture-replace-match):
30328 Change space constants followed by a sexp to "?\s ".
30329
30330 * play/decipher.el (decipher-loop-with-breaks):
30331 * textmodes/texinfo.el (texinfo-insert-@item): Change space
30332 constants "protected" from end of line by a comment to "?\s".
30333
30334 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
30335
30336 * font-lock.el (save-buffer-state): Use `declare'.
30337
30338 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
30339 reset the syntax-table to cperl-mode-syntax-table.
30340 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
30341 "foo_print_bar" is not matched as a reserved keyword.
30342
30343 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
30344
30345 * textmodes/org.el (orgtbl-setup): New function, for delayed
30346 setup for the orgtbl commands.
30347 (org-calc-default-modes): New option.
30348 (orgtbl-make-binding): Use `defun' to get better help display.
30349 (org-diary): Call `org-compile-prefix-format'.
30350 (org-table-formula-substitute-names): New function.
30351 (org-agenda-day-view, org-agenda-week-view): New commands.
30352 (org-agenda-toggle-week-view): Command removed.
30353 (org-tbl-menu): Split off from org-org-menu.
30354 (org-mode): Move removal of outline-mode menus to here.
30355 (org-table-formula-debug): New option.
30356 (org-table-insert-row): Keep first field if just "#" or "*".
30357 (org-mode): Paragraph regexps fixed.
30358 (org-table-recalculate-regexp): New constant.
30359 (org-table-justify-field-maybe): Avoid replace if not necessary.
30360 (org-copy-special, org-cut-special): Use `call-interactively'.
30361 (org-table-copy-region): Take region from `interactive' call.
30362 (org-trim): Return string even if no match.
30363 (org-formula): New face.
30364 (org-set-font-lock-defaults): No longer highlight "FIXME".
30365 But highlight formula-related fields in table.
30366 (org-table-p): Use regexp, not fontification.
30367 (org-table-align): Handle white space at end of line.
30368 (org-table-formula-evaluate-inline): New option.
30369 (org-mode): Auto-wrapping in comment lines turned off.
30370 (org-table-copy-down): Evaluate only in copied field, not in
30371 destination.
30372 (org-table-current-formula): Variable removed.
30373 (org-table-store-formulas, org-table-get-stored-formulas)
30374 (org-table-modify-formulas, org-table-replace-in-formulas)
30375 (org-table-maybe-eval-formula): New functions.
30376 (org-table-get-formula): Modify to use stored formulas.
30377 (org-table-insert-column, org-table-delete-column)
30378 (org-table-move-column): Call `org-table-modify-formulas'.
30379 (org-complete): Add completion for keyword formulas.
30380 (orgtbl-mode): Pull orgtbl-mode-map to start of
30381 minor-mode-map-alist.
30382
30383 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
30384
30385 * progmodes/python.el (python-check): Require `compile' before
30386 modifying its variables.
30387
30388 * newcomment.el (comment-indent-default): Don't get fooled by an early
30389 end of buffer.
30390
30391 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30392
30393 * ps-print.el (ps-print-version): Fix version number.
30394
30395 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
30396
30397 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
30398
30399 2005-06-28 Richard M. Stallman <rms@gnu.org>
30400
30401 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
30402 (flyspell-local-mouse-map): Declaration deleted.
30403 (flyspell-mouse-map): Bind only mouse-2.
30404 (flyspell-mode-map): Don't test flyspell-use-local-map.
30405 (flyspell-overlay-keymap-property-name): Var deleted.
30406 (flyspell-mode-on): Don't make local bindings for
30407 flyspell-mouse-map and flyspell-mode-map.
30408 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
30409
30410 * textmodes/ispell.el (ispell-word): Do not ignore short words.
30411
30412 * progmodes/compile.el (compilation-next-error-function):
30413 Don't switch buffers; operate on the current buffer.
30414
30415 * progmodes/compile.el (compilation-error-file-name)
30416 (compilation-warning-file-name, compilation-info-file-name)
30417 (compilation-line-number, compilation-column-number): New faces.
30418 (compilation-error-face, compilation-warning-face)
30419 (compilation-info-face, compilation-line-face)
30420 (compilation-column-face): Use them.
30421
30422 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
30423
30424 * comint.el (comint-password-prompt-regexp): Accept ", try again".
30425
30426 * bindings.el (global-map): Bind insertchar and its variants.
30427
30428 2005-06-27 Richard M. Stallman <rms@gnu.org>
30429
30430 * textmodes/artist.el (artist-text-overwrite)
30431 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
30432
30433 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30434
30435 * ps-print.el: It was not working the page selection for printing.
30436 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
30437 (ps-print-version): New version 6.6.7.
30438 (ps-end-sheet): New fun.
30439 (ps-header-sheet, ps-end-job): Call it.
30440
30441 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
30442
30443 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
30444
30445 2005-06-27 Lute Kamstra <lute@gnu.org>
30446
30447 * facemenu.el (facemenu-unlisted-faces): Add foreground and
30448 background color faces.
30449 (facemenu-get-face): Delete function.
30450 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
30451 (facemenu-add-new-color): Make second argument mandatory.
30452 Create the appropriate face and return it. Simplify.
30453 (facemenu-set-foreground, facemenu-set-background): Don't check if
30454 color is defined. Use return value of facemenu-add-new-color.
30455
30456 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
30457
30458 * progmodes/gud.el (gud-filter): Add missing argument to
30459 with-selected-window.
30460
30461 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
30462
30463 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
30464 a :require to the defcustom.
30465
30466 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
30467 defcustoms corresponding to minor modes.
30468
30469 2005-06-26 David Ponce <david@dponce.com>
30470
30471 * recentf.el: Require tree-widget instead of wid-edit.
30472 (recentf-filename-handler): Fix widget :type.
30473 (recentf-cancel-dialog, recentf-open-more-files)
30474 (recentf-open-files-action): Doc fix.
30475 (recentf-dialog-goto-first): New function.
30476 (recentf-dialog-mode-map): Set parent keymap first.
30477 (recentf-dialog-mode): Define with define-derived-mode.
30478 Don't display continuation lines in dialogs.
30479 (recentf-edit-list): Rename from recentf-edit-selected-items.
30480 (recentf-edit-list-select): Rename from recentf-edit-list-action.
30481 Simplify.
30482 (recentf-edit-list-validate): New function.
30483 (recentf-edit-list): Update accordingly.
30484 (recentf-open-files-item-shift): Remove.
30485 (recentf-open-files-item): Convert menu elements into tree and
30486 link widgets. Don't create the widgets.
30487 (recentf-open-files): Update accordingly.
30488 (recentf-save-list): Untabify.
30489
30490 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
30491
30492 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
30493 (keep-lines): Add INTERACTIVE arg. Never delete lines only
30494 partially contained in the active region. Do not take active
30495 region into account when called from Lisp, unless INTERACTIVE arg
30496 is non-nil. Use `forward-line' instead of `beginning-of-line' to
30497 avoid trouble with fields. Make marker point nowhere when no
30498 longer used. Always return nil. Doc fix.
30499 (flush-lines): Add INTERACTIVE arg. Do not take active region
30500 into account when called from Lisp, unless INTERACTIVE arg is
30501 non-nil. Use `forward-line' instead of `beginning-of-line' to
30502 avoid trouble with fields. Make marker point nowhere when no
30503 longer used. Always return nil. Doc fix.
30504 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
30505 interchangeable. Do not take active region into account when
30506 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
30507 message in echo area when called from Lisp, unless INTERACTIVE arg
30508 is non-nil. Avoid saying "1 occurrences". Do not use markers.
30509 Return the number of matches. Doc fix.
30510 (occur): Doc fix.
30511 (perform-replace): Make comment follow double space convention for
30512 the sake of `outline-minor-mode'.
30513
30514 * faces.el (facep): Doc fix.
30515
30516 2005-06-25 Richard M. Stallman <rms@gnu.org>
30517
30518 * facemenu.el (facemenu-enable-faces-p): New function.
30519 (facemenu-background-menu, facemenu-foreground-menu)
30520 (facemenu-face-menu): Add menu-enable property.
30521
30522 * jka-compr.el (jka-compr-insert-file-contents):
30523 Special handling if cannot find the uncompression program.
30524
30525 * cus-face.el (custom-face-attributes): Add autoload.
30526
30527 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30528 Bind comment-indent-function locally.
30529
30530 * window.el (save-selected-window): Use save-current-buffer.
30531
30532 * subr.el (with-selected-window): Use save-current-buffer.
30533
30534 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
30535 and with-current-buffer.
30536
30537 2005-06-24 Richard M. Stallman <rms@gnu.org>
30538
30539 * simple.el (line-move-1): Fix previous change.
30540
30541 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
30542
30543 * replace.el (occur-1): Set `buffer-read-only' and the
30544 buffer-modified flag before running `occur-hook' to protect
30545 against unintentional buffer switches that can lead to data loss.
30546
30547 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
30548
30549 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
30550 (gud-gdb-marker-filter): Use font-lock-warning-face for any
30551 initial error.
30552
30553 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
30554 after fresh input.
30555 (gdb-var-create-handler): Put name of expression in quotes.
30556
30557 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
30558
30559 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
30560 elements of RING in order, and without bogus nil elements.
30561
30562 2005-06-23 Richard M. Stallman <rms@gnu.org>
30563
30564 * simple.el (set-variable): Args renamed; doc fix.
30565 (line-move-1): When there are overlays around, use vertical-motion.
30566
30567 * faces.el (escape-glyph): Use brown against light background.
30568 (nobreak-space): Rename from no-break-space.
30569 Fix previous change.
30570
30571 * dired-aux.el (dired-do-copy): Fix arg prompt.
30572
30573 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
30574
30575 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
30576
30577 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
30578 rather than "Distributor".
30579
30580 2005-06-23 Lute Kamstra <lute@gnu.org>
30581
30582 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
30583 (debug-on-entry): Use it. New interactive declaration that uses
30584 function-called-at-point.
30585
30586 2005-06-23 Kim F. Storm <storm@cua.dk>
30587
30588 * subr.el (save-match-data): Add comment about using evaporate arg
30589 to set-match-data.
30590
30591 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
30592
30593 * cus-edit.el (customize-face)
30594 (customize-face-other-window): Handle face aliases.
30595
30596 * faces.el (face-documentation, set-face-attribute)
30597 (face-spec-set): Handle face aliases.
30598
30599 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
30600
30601 * help-mode.el (help-make-xrefs): If a symbol representing a face
30602 name is not followed by the word "face", it could still be a
30603 function or variable name, so don't bypass other checks.
30604
30605 2005-06-22 Juri Linkov <juri@jurta.org>
30606
30607 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
30608 Replace aliased functions with calls where second arg `inherit' is t.
30609
30610 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
30611
30612 * progmodes/gdb-ui.el (gdb-error): New variable.
30613 (gdb-error): New function.
30614 (gdb-annotation-rules): Act on error-begin and error annotations.
30615 (gdb-concat-output): Use font-lock-warning-face for errors.
30616
30617 2005-06-22 Miles Bader <miles@gnu.org>
30618
30619 * bindings.el (propertized-buffer-identification): Use renamed
30620 `Buffer-menu-buffer' face.
30621
30622 * faces.el (vertical-border): Rename from `vertical-divider'.
30623 (escape-glyph): Change dark-background color back to `cyan'.
30624
30625 2005-06-21 Juri Linkov <juri@jurta.org>
30626
30627 * faces.el (face-user-default-spec): Try getting `customized-face'
30628 prior to `saved-face'.
30629 (frame-background-mode): Refill docstring.
30630
30631 * emacs-lisp/lisp-mode.el (eval-defun-1):
30632 * emacs-lisp/edebug.el (edebug-eval-defun):
30633 Set `saved-face' temporarily to nil before calling form.
30634 Set `customized-face' to the new spec after that.
30635
30636 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
30637
30638 * subr.el (1value, lambda, key-substitution-in-progress):
30639 Doc fixes.
30640
30641 * autoinsert.el (auto-insert-alist):
30642 * ses.el (ses-call-printer):
30643 * subr.el (noreturn):
30644 * emacs-lisp/lisp.el (check-parens):
30645 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
30646 * net/browse-url.el (browse-url-mosaic):
30647 * progmodes/cc-defs.el (c-safe-scan-lists):
30648 * progmodes/ebnf-abn.el (ebnf-abn-lex):
30649 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
30650 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
30651 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
30652 * progmodes/ebnf-iso.el (ebnf-iso-lex):
30653 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
30654
30655 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
30656
30657 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
30658
30659 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
30660
30661 * calendar/appt.el (appt-make-list): Activate the package, if
30662 not already active (for backwards compatibility).
30663
30664 2005-06-20 Kim F. Storm <storm@cua.dk>
30665
30666 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
30667
30668 2005-06-20 Miles Bader <miles@gnu.org>
30669
30670 * faces.el (vertical-divider): New face.
30671
30672 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
30673
30674 * simple.el (kill-whole-line): Doc fix.
30675 (next-error-buffer-p, next-error-find-buffer)
30676 (clone-indirect-buffer): Fix typos in docstrings.
30677 (comment-line-break-function): Doc fix: don't say variable
30678 is automatically buffer-local (it isn't).
30679
30680 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
30681
30682 * net/tramp-ftp.el (top):
30683 * net/tramp-smb.el (top):
30684 * net/tramp-util.el (top):
30685 * net/tramp-uu.el (top):
30686 * net/tramp-vc.el (top):
30687 * net/tramp.el (top): Revert copyright years back to original
30688 ones. Tramp has a life outside GNU Emacs.
30689
30690 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
30691
30692 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
30693
30694 2005-06-18 Juri Linkov <juri@jurta.org>
30695
30696 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
30697 end of first regexp to limit the match to the position between
30698 line number and source line with same separator character as used
30699 between file name and line number. In the second regexp limit
30700 mouse-face area to file name and line number by adding new group
30701 for them and referring it in HYPERLINK arg.
30702 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
30703 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
30704 previous line where grep markers may be already removed.
30705
30706 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
30707
30708 * progmodes/ps-mode.el: Update version and maintainer's email address.
30709
30710 2005-06-18 Steve Youngs <steve@xemacs.org>
30711
30712 * net/browse-url.el (browse-url-browser-function)
30713 (browse-url-default-browser): Add firefox.
30714 (browse-url-firefox-program, browse-url-firefox-arguments)
30715 (browse-url-firefox-startup-arguments)
30716 (browse-url-firefox-new-window-is-tab): New defcustoms.
30717 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
30718
30719 2005-06-17 Richard M. Stallman <rms@gnu.org>
30720
30721 * startup.el (command-line): Warn if specified user name has
30722 no home directory.
30723
30724 * term.el (term-get-old-input, term-input-filter, term-input-sender)
30725 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
30726
30727 * longlines.el (longlines-mode, longlines-show-hard-newlines):
30728 Doc fixes.
30729
30730 * faces.el (underline): Try bold if terminal doesn't support underline.
30731
30732 * mail/sendmail.el (mail-setup-with-from): New variable.
30733 (mail-insert-from-field): New function.
30734 (sendmail-send-it): Call it.
30735 (mail-setup): Optionally call it here.
30736
30737 * term/linux.el: Call tty-no-underline.
30738
30739 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
30740
30741 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
30742
30743 2005-06-17 Miles Bader <miles@gnu.org>
30744
30745 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
30746 (ediff-current-diff-C, ediff-current-diff-Ancestor)
30747 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
30748 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
30749 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
30750 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30751 Remove "-face" suffix from face names.
30752 (ediff-current-diff-face-A, ediff-current-diff-face-B)
30753 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30754 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30755 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30756 (ediff-even-diff-face-A, ediff-even-diff-face-B)
30757 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30758 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30759 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30760 New backward-compatibility aliases for renamed faces.
30761 (ediff-current-diff-face-A, ediff-current-diff-face-B)
30762 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30763 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30764 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30765 (ediff-even-diff-face-A, ediff-even-diff-face-B)
30766 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30767 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30768 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30769 Use renamed ediff faces.
30770
30771 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
30772 Remove "-face" suffix from face names.
30773 (eshell-test-ok-face, eshell-test-failed-face):
30774 New backward-compatibility aliases for renamed faces.
30775 (eshell-run-test): Use renamed eshell-test faces.
30776
30777 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
30778 face name.
30779 (eshell-prompt-face): New backward-compatibility alias for renamed
30780 face.
30781 (eshell-emit-prompt): Use renamed eshell-prompt face.
30782
30783 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
30784 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
30785 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
30786 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
30787 Remove "-face" suffix from face names.
30788 (eshell-ls-directory-face, eshell-ls-symlink-face)
30789 (eshell-ls-executable-face, eshell-ls-readonly-face)
30790 (eshell-ls-unreadable-face, eshell-ls-special-face)
30791 (eshell-ls-missing-face, eshell-ls-archive-face)
30792 (eshell-ls-backup-face, eshell-ls-product-face)
30793 (eshell-ls-clutter-face):
30794 New backward-compatibility aliases for renamed faces.
30795 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
30796
30797 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
30798 Remove "-face" suffix from face name.
30799 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
30800 instead of literal face.
30801
30802 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
30803
30804 * emacs-lisp/warnings.el (display-warning, lwarn)
30805 (warning-minimum-log-level): Doc fixes.
30806 (warning-minimum-level, warning-minimum-log-level):
30807 Add :debug to :type choices.
30808
30809 * progmodes/ada-mode.el (ada-format-paramlist)
30810 (ada-get-indent-case, ada-check-matching-start)
30811 (ada-check-defun-name, ada-goto-matching-decl-start)
30812 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
30813 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
30814 (ada-make-subprogram-body): Follow error conventions.
30815 (ada-case-exception-file, ada-indent-comment-as-code)
30816 (ada-indent-handle-comment-special, ada-indent-renames)
30817 (ada-indent-return, ada-search-directories-internal)
30818 (ada-tab-policy, ada-case-exception-substring)
30819 (ada-other-file-alist, ada-matching-start-re)
30820 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
30821 (ada-imenu-generic-expression, ada-compile-goto-error)
30822 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
30823 (ada-popup-menu, ada-add-extensions, ada-mode)
30824 (ada-region-selected, ada-create-case-exception)
30825 (ada-create-case-exception-substring, ada-after-keyword-p)
30826 (ada-activate-keys-for-case, ada-adjust-case-region)
30827 (ada-adjust-case-buffer, ada-format-paramlist)
30828 (ada-scan-paramlist, ada-insert-paramlist)
30829 (ada-indent-newline-indent)
30830 (ada-indent-newline-indent-conditional)
30831 (ada-justified-indent-current, ada-goto-previous-word)
30832 (ada-indent-current, ada-get-indent-open-paren)
30833 (ada-get-indent-paramlist, ada-get-indent-end)
30834 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
30835 (ada-get-indent-block-start, ada-get-indent-subprog)
30836 (ada-get-indent-noindent, ada-get-indent-label)
30837 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
30838 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
30839 (ada-goto-stmt-end, ada-goto-next-word)
30840 (ada-check-matching-start, ada-check-defun-name)
30841 (ada-goto-matching-decl-start, ada-goto-matching-start)
30842 (ada-goto-matching-end, ada-search-ignore-string-comment)
30843 (ada-in-decl-p, ada-looking-at-semi-or)
30844 (ada-looking-at-semi-private, ada-in-paramlist-p)
30845 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
30846 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
30847 (ada-next-procedure, ada-previous-procedure, ada-next-package)
30848 (ada-previous-package, ada-create-menu)
30849 (ada-fill-comment-paragraph-justify)
30850 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
30851 (ada-other-file-name, ada-last-which-function-line)
30852 (ada-last-which-function-subprog, ada-which-function)
30853 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
30854 (ada-gen-treat-proc, ada-check-emacs-version)
30855 (ada-continuation-indent, ada-align-region-separate):
30856 Fix typos in docstrings.
30857 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
30858
30859 2005-06-16 Lute Kamstra <lute@gnu.org>
30860
30861 * simple.el (fundamental-mode): Run after-change-major-mode-hook
30862 conditionally.
30863
30864 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
30865
30866 * comint.el (comint-replace-by-expanded-filename)
30867 (comint-prompt-regexp, comint-delimiter-argument-list)
30868 (comint-preinput-scroll-to-bottom):
30869 * info.el (Info-hide-cookies-node):
30870 * ls-lisp.el (ls-lisp-classify):
30871 * find-file.el (ff-search-directories, ff-special-constructs)
30872 (ff-find-other-file):
30873 * font-lock.el (font-lock-keywords):
30874 * shell.el (shell-prompt-pattern)
30875 (shell-dynamic-complete-functions, shell-mode)
30876 (shell-delimiter-argument-list):
30877 * term.el (term-replace-by-expanded-filename)
30878 (term-prompt-regexp, term-delimiter-argument-list):
30879 * woman.el (woman-ignore, woman0-if):
30880 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
30881 * emacs-lisp/elint.el (elint-init-env):
30882 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
30883 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
30884 * language/ethio-util.el (ethio-tilde-escape)
30885 (ethio-use-three-dot-question):
30886 * net/zone-mode.el (zone-mode-load-time-setup):
30887 * progmodes/cc-align.el (c-lineup-argcont):
30888 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
30889 * progmodes/cperl-mode.el (cperl-set-style-back):
30890 * progmodes/inf-lisp.el (inferior-lisp-prompt):
30891 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
30892 Fix spellings in docstrings.
30893
30894 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
30895 * progmodes/modula2.el (m2-for): Fix spellings.
30896
30897 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
30898
30899 * simple.el (undo-more): Don't use `format' on `error' arguments.
30900 Improve argument/docstring consistency.
30901 (pending-undo-list): Doc fix.
30902
30903 * smerge-mode.el (smerge-ensure-match):
30904 * emulation/vip.el (vip-ex):
30905 * net/zone-mode.el (zone-mode-update-serial):
30906 * progmodes/idlwave.el (idlwave-complete):
30907 * progmodes/vhdl-mode.el (vhdl-visit-file)
30908 (vhdl-compose-wire-components):
30909 Don't use `format' on `error' arguments.
30910
30911 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
30912 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
30913 (tooltip-help-tips): Fix typos in docstrings.
30914
30915 2005-06-16 David Ponce <david@dponce.com>
30916
30917 * tree-widget.el (tree-widget-value-create): Simplify last change.
30918
30919 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
30920
30921 * ido.el (ido-incomplete-regexp): New variable.
30922 (ido-set-matches-1): Handle invalid-regexp error and set
30923 ido-incomplete-regexp.
30924 (ido-incomplete-regexp): New face.
30925 (ido-completions): Use it.
30926 (ido-complete, ido-exit-minibuffer, ido-completions):
30927 Handle incomplete regexps.
30928 (ido-completions): Add check for complete match when entering a regexp.
30929
30930 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
30931
30932 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
30933
30934 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30935
30936 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
30937 by field delimiters.
30938
30939 2005-06-15 David Ponce <david@dponce.com>
30940
30941 * tree-widget.el: eval-and-compile inlined functions so they will
30942 be available at run-time too.
30943 (tree-widget-super-format-handler)
30944 (tree-widget-format-handler): Remove.
30945 (tree-widget-value-create): Handle the :indent property.
30946
30947 2005-06-15 Miles Bader <miles@gnu.org>
30948
30949 * progmodes/which-func.el (which-func): Only inherit
30950 `font-lock-function-name-face' when that makes sense against the
30951 default mode-line face, otherwise set the face color explicitly.
30952
30953 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
30954 faces instead of (non-existent) variables.
30955
30956 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
30957
30958 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
30959 (iswitchb-get-matched-buffers): Likewise. Simplify.
30960
30961 2005-06-14 Miles Bader <miles@gnu.org>
30962
30963 * progmodes/ld-script.el (ld-script-location-counter):
30964 Remove "-face" suffix from face name.
30965 (ld-script-location-counter-face):
30966 New backward-compatibility alias for renamed face.
30967 (ld-script-location-counter-face): Use renamed face.
30968
30969 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
30970 (cperl-hash): Remove "-face" suffix from face names.
30971 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
30972 New backward-compatibility aliases for renamed faces.
30973 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
30974 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
30975
30976 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
30977 name.
30978 (which-func-face): New backward-compatibility alias for renamed face.
30979 (which-func-format): Use renamed which-func face.
30980
30981 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
30982 (vhdl-function, vhdl-directive, vhdl-reserved-word)
30983 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
30984 names.
30985 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
30986 (vhdl-speedbar-configuration, vhdl-speedbar-package)
30987 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
30988 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
30989 (vhdl-speedbar-architecture-selected)
30990 (vhdl-speedbar-configuration-selected)
30991 (vhdl-speedbar-package-selected)
30992 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
30993 names.
30994 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
30995 Use renamed faces.
30996 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
30997 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
30998 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
30999 Use renamed faces.
31000 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
31001 names.
31002 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
31003 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
31004 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
31005 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
31006 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
31007 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
31008
31009 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
31010 face name.
31011 (sh-heredoc-face): New backward-compatibility alias for renamed face.
31012 (sh-heredoc-face): Use renamed sh-heredoc face.
31013
31014 * progmodes/idlw-help.el (idlwave-help-link):
31015 Remove "-face" suffix from face name.
31016 (idlwave-help-link-face):
31017 New backward-compatibility alias for renamed face.
31018 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
31019
31020 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
31021 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
31022 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
31023 New backward-compatibility aliases for renamed faces.
31024 (idlwave-shell-disabled-breakpoint-face)
31025 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
31026
31027 * progmodes/flymake.el (flymake-errline, flymake-warnline):
31028 Remove "-face" suffix from face names.
31029 (flymake-errline-face, flymake-warnline-face):
31030 New backward-compatibility aliases for renamed faces.
31031 (flymake-highlight-line): Use renamed flymake faces.
31032
31033 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
31034 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
31035 (ebrowse-member-class, ebrowse-progress):
31036 Remove "-face" suffix from face names.
31037 (ebrowse-tree-mark-face, ebrowse-root-class-face)
31038 (ebrowse-file-name-face, ebrowse-default-face)
31039 (ebrowse-member-attribute-face, ebrowse-member-class-face)
31040 (ebrowse-progress-face):
31041 New backward-compatibility aliases for renamed faces.
31042 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
31043 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
31044 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
31045 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
31046
31047 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
31048 antlr-syntax)
31049 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
31050 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
31051 names.
31052 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
31053 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
31054 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
31055 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
31056 backward-compatibility aliases for renamed faces.
31057 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
31058 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
31059 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
31060 remove "font-lock-". Use renamed antlr-mode faces.
31061 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
31062 literal face-names with face variable references.
31063
31064 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
31065 face name.
31066 (Buffer-menu-buffer-face): New backward-compatibility alias for
31067 renamed face.
31068 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
31069
31070 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
31071
31072 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
31073 Eliminate "-face" suffix.
31074 (makefile-targets): Inherit from font-lock-function-name-face and
31075 eliminate "-face" suffix.
31076 (makefile-shell): Remove attributes and eliminate "-face" suffix.
31077 (makefile-*-font-lock-keywords): Append makefile-targets in rule
31078 actions, instead of prepending, to make it less visible.
31079 (makefile-previous-dependency, makefile-match-dependency):
31080 Don't match a target on a continuation line.
31081
31082 * files.el (auto-mode-alist): Put Makefile in gmake mode.
31083
31084 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
31085
31086 * progmodes/gdb-ui.el (menu): Re-order menu items.
31087 (gdb-tooltip-print): Respect tooltip-use-echo-area.
31088
31089 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
31090 Define in tooltip.el.
31091 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
31092 (gud-tooltip-tips): Respect tooltip-use-echo-area and
31093 gud-tooltip-echo-area.
31094
31095 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
31096 backward compatibility and make obsolete.
31097 (tooltip-help-tips): Use tooltip-use-echo-area.
31098 (tooltip-show-help-function): Rename to...
31099 (tooltip-show-help): ...this, because it is a function.
31100 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
31101
31102 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
31103
31104 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
31105 (edebug-print-length, edebug-print-level, edebug-print-circle)
31106 (edebug-modify-breakpoint, edebug-eval-last-sexp)
31107 (edebug-eval-print-last-sexp): Doc fixes.
31108
31109 2005-06-14 Kim F. Storm <storm@cua.dk>
31110
31111 * ido.el (ido-mode): Make a new keymap every time we enable ido,
31112 as the coverage buffer/file/both may change.
31113
31114 2005-06-14 Lute Kamstra <lute@gnu.org>
31115
31116 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
31117 and run-mode-hooks. Simplify.
31118
31119 * mail/rmailedit.el (rmail-edit-mode):
31120 * progmodes/octave-inf.el (inferior-octave-mode):
31121 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
31122
31123 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
31124 and run-mode-hooks.
31125 (recentf-edit-list, recentf-open-files): Don't call
31126 kill-all-local-variables directly.
31127
31128 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
31129
31130 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
31131
31132 * emacs-lisp/byte-run.el (make-obsolete)
31133 (define-obsolete-function-alias): Rename arguments FUNCTION and
31134 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
31135 (make-obsolete-variable, define-obsolete-variable-alias):
31136 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
31137 respectively.
31138
31139 * isearchb.el (isearchb-activate):
31140 * pcvs.el (cvs-mode):
31141 * ses.el (ses-load):
31142 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
31143 * net/tramp.el (tramp-find-file-exists-command)
31144 (tramp-find-shell):
31145 * progmodes/ada-mode.el (ada-create-case-exception)
31146 (ada-create-case-exception-substring, ada-make-subprogram-body):
31147 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
31148 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
31149 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
31150 * textmodes/org.el (org-promote, org-evaluate-time-range)
31151 (org-agenda-next-date-line, org-agenda-previous-date-line)
31152 (org-agenda-error, org-open-at-point, org-table-move-row)
31153 (org-format-table-table-html-using-table-generate-source)
31154 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
31155 * textmodes/reftex.el (reftex-access-scan-info):
31156 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
31157 (reftex-toc-promote-prepare): Follow error conventions.
31158
31159 * diff-mode.el (diff-mode): Fix typo in docstring.
31160
31161 * forms.el (forms--intuit-from-file): Fix reference to
31162 `forms-number-of-fields' in error message.
31163 (forms-print): Fix quoting in error message.
31164
31165 * forms.el (forms-mode):
31166 * emulation/vi.el (vi-goto-insert-state):
31167 * progmodes/flymake.el (flymake-new-err-info)
31168 (flymake-start-syntax-check-for-current-buffer)
31169 (flymake-simple-cleanup):
31170 * eshell/esh-var.el (eshell/export):
31171 * progmodes/gud.el (xdb):
31172 * textmodes/flyspell.el (flyspell-incorrect-hook)
31173 (flyspell-maybe-correct-transposition)
31174 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
31175
31176 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
31177
31178 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
31179 minibuffer prompt.
31180
31181 2005-06-13 Kim F. Storm <storm@cua.dk>
31182
31183 * subr.el (add-to-ordered-list): New defun.
31184
31185 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
31186 add cua--keymap-alist to emulation-mode-map-alists.
31187
31188 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
31189
31190 * subr.el (complete-in-turn): New macro.
31191 (dynamic-completion-table, lazy-completion-table): Add debug info.
31192
31193 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
31194 in preference to face aliases.
31195
31196 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
31197 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
31198 Remove unused vars `start' and `firstline'.
31199 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
31200 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
31201
31202 2005-06-13 Eli Zaretskii <eliz@gnu.org>
31203
31204 * cus-start.el (all): Don't complain about missing GTK-related
31205 variables, unless either `gtk' is boundp or this isn't a
31206 `windows-nt' build.
31207
31208 2005-06-13 Lute Kamstra <lute@gnu.org>
31209
31210 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31211 run-mode-hooks.
31212
31213 * ediff-mult.el (ediff-meta-mode):
31214 * ediff-util.el (ediff-mode): Use run-mode-hooks.
31215
31216 * ledit.el (ledit-mode): Use delay-mode-hooks.
31217
31218 * woman.el (woman-mode-line-format): Delete constant.
31219 (woman-mode-map): Initialize it properly.
31220 (woman-mode): Set mode-class property to special.
31221 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
31222 Set major-mode and mode-name. Don't set mode-line-format directly.
31223 (Man-getpage-in-background): Don't reference woman-mode-line-format.
31224
31225 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
31226 string argument obsolete.
31227
31228 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
31229
31230 * textmodes/org.el (org-CUA-compatible): New option.
31231 (org-disputed-keys): New variable.
31232 (org-key): New function.
31233 (orgtbl-make-binding): Add docstring to the created function.
31234 (org-mode): Set paragraph start/separate regexps.
31235 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
31236 (org-archive-location, org-archive-mark-done)
31237 (org-archive-stamp-time): New options.
31238 (org-archive-subtree): New command.
31239 (org-fill-paragraph): New function.
31240 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
31241 (org-fake-empty-table-line): Function removed.
31242 (org-format-org-table-html): Do not create empty table lines at
31243 separator lines. Improved table header treatment.
31244 (org-link-format): New option.
31245 (org-make-link): New function.
31246 (org-insert-link, org-store-link): Use org-make-link.
31247 (org-open-file): Quote file name for shell command, to allow
31248 spaces in file names.
31249 (org-link-regexp): Fix bug with mailto link.
31250 (org-link-maybe-angles-regexp, org-protected-link-regexp):
31251 New constants.
31252 (org-export-as-html): Deal with the optional angles around a link.
31253 Better treatment of file: links.
31254 (org-open-at-point): Replace @{ and @} with < and >.
31255 (org-run-mode-hooks): Function removed.
31256 (org-agenda-mode): No longer use `org-run-mode-hooks'.
31257
31258 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
31259
31260 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
31261 MI command -data-list-register-values.
31262 (gdb-post-prompt): Indent properly.
31263
31264 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
31265
31266 * hilit-chg.el (highlight-changes-colors): Rename from
31267 `highlight-changes-colours'.
31268 (highlight-changes-colours): Keep as obsolete alias.
31269 (highlight-changes-face-list): Doc fix.
31270 (hilit-chg-make-list): Use `highlight-changes-colors'.
31271
31272 2005-06-12 Mark A. Hershberger <mah@everybody.org>
31273
31274 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
31275 defun-prompt-regexp.
31276
31277 2005-06-12 Eli Zaretskii <eliz@gnu.org>
31278
31279 * loadup.el: Don't say we are dumping under 2 names on windows-nt
31280 and cygwin.
31281
31282 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
31283 Don't use an old loaddefs.el, as in Makefile.in.
31284
31285 2005-06-12 Lute Kamstra <lute@gnu.org>
31286
31287 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31288
31289 * man.el (Man-mode-map): Initialize it properly.
31290 (Man-mode): Set mode-class property to special.
31291
31292 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
31293
31294 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
31295
31296 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
31297 A newline is needed in the docstring there.
31298
31299 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
31300 Doc fixes.
31301
31302 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31303
31304 * printing.el: Doc fix. The menubar is no more changed when printing
31305 is loaded, it only changes when pr-menu-bind or pr-update-menus is
31306 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
31307 (pr-version): New version number (6.8.4).
31308 (pr-menu-bind): New command.
31309 (pr-update-menus): Docstring and code fix.
31310 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
31311 Docstring fix.
31312 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
31313 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
31314
31315 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
31316
31317 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
31318 "Returns" to "return", document useful return values, etc.
31319
31320 2005-06-11 Alan Mackenzie <acm@muc.de>
31321
31322 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
31323 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
31324 (adaptive-file-function): Minor amendment to doc-string.
31325
31326 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31327
31328 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
31329 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
31330 Fix :type--it is `integer', not `string'.
31331
31332 * faces.el (modeline-highlight): Rename from (the erroneous)
31333 `modeline-higilight'.
31334
31335 2005-06-11 Lute Kamstra <lute@gnu.org>
31336
31337 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
31338 lisp-interaction-mode-map but make it the parent.
31339 (edebug-eval-mode): Use define-derived-mode.
31340
31341 2005-06-11 Andreas Schwab <schwab@suse.de>
31342
31343 * bindings.el: Add binding of `ESC functionkey' for every
31344 `M-functionkey'.
31345 * hexl.el (hexl-mode-map): Likewise.
31346
31347 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
31348
31349 * progmodes/compile.el (compilation-error-regexp-alist-alist)
31350 [msft]: update regexp for newer msft compilers.
31351
31352 2005-06-10 Mark A. Hershberger <mah@everybody.org>
31353
31354 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
31355 ATTLIST portions of included DTDs.
31356 (xml-parse-dtd): Eliminate use of inefficient match-data.
31357
31358 2005-06-10 Miles Bader <miles@gnu.org>
31359
31360 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
31361 (mpuz-text): Remove "-face" suffix from face names.
31362 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
31363 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
31364 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
31365
31366 * play/gomoku.el (gomoku-O, gomoku-X):
31367 Remove "-face" suffix from face names.
31368 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
31369 New backward-compatibility aliases for renamed faces.
31370 (gomoku-font-lock-keywords): Use renamed gomoku faces.
31371
31372 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
31373
31374 * thumbs.el: Fixes for changes of 2005-06-09.
31375 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
31376 as a directory.
31377 (thumbs-thumbname): Remove directory separator from format string;
31378 `thumbs-thumbsdir' now returns a valid directory name.
31379 (thumbs-temp-dir): New defsubst.
31380 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
31381 Use it.
31382
31383 * cus-edit.el (minibuffer):
31384 * files.el (make-backup-file-name-function):
31385 * filesets.el (filesets-external-viewers):
31386 * hilit-chg.el (highlight-changes-colours)
31387 (highlight-changes-face-list, highlight-changes-rotate-faces):
31388 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
31389 * kmacro.el (kmacro-call-macro):
31390 * log-edit.el (log-edit-changelog-full-paragraphs):
31391 * mouse.el (mouse-1-click-follows-link):
31392 * skeleton.el (skeleton-autowrap):
31393 * subr.el (insert-for-yank-1):
31394 * tempo.el (tempo-insert-region):
31395 * terminal.el (terminal-emulator):
31396 * time.el (display-time-mail-face):
31397 * vc.el (vc-annotate):
31398 * vcursor.el (vcursor-copy-line):
31399 * woman.el (woman-bold-headings, woman-ignore)
31400 (woman-default-faces, woman-monochrome-faces):
31401 * calendar/todo-mode.el (todo-insert-threshold):
31402 * emulation/pc-select.el (pc-select-selection-keys-only)
31403 (pc-selection-mode):
31404 * emulation/vip.el (vip-find-char-forward):
31405 * emulation/viper-cmd.el (viper-find-char-forward):
31406 * international/mule-cmds.el
31407 (select-safe-coding-system-accept-default-p)
31408 (input-method-exit-on-invalid-key):
31409 * international/mule-diag.el (describe-coding-system):
31410 * international/ucs-tables.el (unify-8859-on-encoding-mode):
31411 * net/browse-url.el (browse-url-xterm-program):
31412 * obsolete/lazy-lock.el (lazy-lock-mode):
31413 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
31414 (cperl-mode):
31415 * progmodes/cpp.el (cpp-face-light-name-list)
31416 (cpp-face-dark-name-list):
31417 * progmodes/delphi.el (delphi-newline-always-indents):
31418 Fix spellings in docstrings.
31419
31420 * ido.el (ido-mode, ido-file-extensions-order)
31421 (ido-default-file-method, ido-default-buffer-method)
31422 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
31423 (ido-decorations, ido-read-file-name-as-directory-commands)
31424 (ido-read-file-name-non-ido, ido-work-directory-list)
31425 (ido-ignore-item-temp-list, ido-current-directory)
31426 (ido-magic-forward-char, ido-enter-find-file)
31427 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
31428 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
31429
31430 2005-06-10 Lute Kamstra <lute@gnu.org>
31431
31432 * play/dunnet.el (dun-mode): Use define-derived-mode.
31433 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
31434 obsolete alias.
31435
31436 * play/doctor.el (doctor-mode-map): Remove defvar.
31437 (doctor-mode): Use define-derived-mode.
31438
31439 * mail/mspools.el (mspools-mode):
31440 * net/eudc-hotlist.el (eudc-hotlist-mode):
31441 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
31442
31443 2005-06-10 Miles Bader <miles@gnu.org>
31444
31445 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
31446 Remove "-face" suffix from face names.
31447 (flyspell-incorrect-face, flyspell-duplicate-face):
31448 New backward-compatibility aliases for renamed faces.
31449 (flyspell-mode-on, make-flyspell-overlay)
31450 (flyspell-highlight-incorrect-region)
31451 (flyspell-highlight-duplicate-region)
31452 (flyspell-display-next-corrections)
31453 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
31454
31455 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
31456 from face name.
31457 (texinfo-heading-face): New backward-compatibility alias for
31458 renamed face.
31459 (texinfo-heading-face): Use renamed texinfo-heading face.
31460
31461 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
31462 suffix from face names.
31463 (tex-math-face, tex-verbatim-face):
31464 New backward-compatibility aliases for renamed faces.
31465 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
31466 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
31467 literal face name.
31468
31469 * textmodes/table.el (table-cell): Remove "-face" suffix from face
31470 name.
31471 (table-cell-face): New backward-compatibility alias for renamed face.
31472 (table--put-cell-face-property, table--update-cell-face):
31473 Use renamed table-cell face.
31474
31475 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
31476 from face name.
31477 (sgml-namespace-face): New backward-compatibility alias for
31478 renamed face.
31479 (sgml-namespace-face): Use renamed sgml-namespace face.
31480
31481 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
31482 (org-level-4, org-level-5, org-level-6, org-level-7)
31483 (org-level-8, org-warning, org-headline-done)
31484 (org-deadline-announce, org-scheduled-today)
31485 (org-scheduled-previously, org-link, org-done, org-table)
31486 (org-time-grid): Remove "-face" suffix from face names.
31487 (org-level-1-face, org-level-2-face, org-level-3-face)
31488 (org-level-4-face, org-level-5-face, org-level-6-face)
31489 (org-level-7-face, org-level-8-face, org-warning-face)
31490 (org-headline-done-face, org-deadline-announce-face)
31491 (org-scheduled-today-face, org-scheduled-previously-face)
31492 (org-link-face, org-done-face, org-table-face)
31493 (org-time-grid-face):
31494 New backward-compatibility aliases for renamed faces.
31495 (org-level-faces, org-set-font-lock-defaults, org-timeline)
31496 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
31497 (org-agenda-get-timestamps, org-agenda-get-scheduled)
31498 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
31499
31500 * emulation/viper-init.el (viper-search, viper-replace-overlay)
31501 (viper-minibuffer-emacs, viper-minibuffer-insert)
31502 (viper-minibuffer-vi): Remove "-face" suffix from face names.
31503 (viper-search-face, viper-replace-overlay-face)
31504 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31505 (viper-minibuffer-vi-face):
31506 New backward-compatibility aliases for renamed faces.
31507 (viper-search-face, viper-replace-overlay-face)
31508 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31509 (viper-minibuffer-vi-face): Use renamed viper faces.
31510
31511 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
31512 Remove "-face" suffix from face names.
31513 (testcover-nohits-face, testcover-1value-face):
31514 New backward-compatibility aliases for renamed faces.
31515 (testcover-mark): Use renamed testcover faces.
31516
31517 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
31518 face name.
31519 (diary-button-face): New backward-compatibility alias for renamed face.
31520 (diary-entry): Use renamed diary-button face.
31521
31522 * calendar/calendar.el (diary, calendar-today, holiday)
31523 (mark-visible-calendar-date): Remove "-face" suffix from face names.
31524 (diary-face, calendar-today-face, holiday-face):
31525 New backward-compatibility aliases for renamed faces.
31526 (eval-after-load "facemenu", diary-entry-marker)
31527 (calendar-today-marker, calendar-holiday-marker, diary-face):
31528 Use renamed calendar faces.
31529
31530 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
31531 (compare-windows-face): New backward-compatibility alias for
31532 renamed face.
31533 (compare-windows-highlight): Use renamed compare-windows face.
31534
31535 * strokes.el (strokes-char): Remove "-face" suffix from face name.
31536 (strokes-char-face): New backward-compatibility alias for renamed face.
31537 (strokes-encode-buffer): Use renamed strokes-char face.
31538
31539 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
31540 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
31541 Remove "-face" suffix from face names.
31542 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
31543 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
31544 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
31545 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
31546 Use renamed pcvs faces.
31547 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
31548 * pcvs-defs.el (cvs-mode-map): Likewise.
31549 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
31550
31551 * info.el (info-title-1, info-title-2, info-title-3)
31552 (info-title-4): Remove "-face" suffix from and downcase face names.
31553 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
31554 (Info-title-4-face):
31555 New backward-compatibility aliases for renamed faces.
31556 (Info-fontify-node): Use renamed info faces.
31557
31558 * hilit-chg.el (highlight-changes, highlight-changes-delete):
31559 Remove "-face" suffix from face names.
31560 (highlight-changes-face, highlight-changes-delete-face):
31561 New backward-compatibility aliases for renamed faces.
31562 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31563 (hilit-chg-make-list): Use renamed highlight-changes faces.
31564
31565 * generic-x.el (show-tabs-tab, show-tabs-space):
31566 Remove "-face" suffix from face names.
31567 (show-tabs-tab-face, show-tabs-space-face):
31568 New backward-compatibility aliases for renamed faces.
31569 (show-tabs-generic-mode-font-lock-defaults-1)
31570 (show-tabs-generic-mode-font-lock-defaults-2):
31571 Use renamed show-tabs faces.
31572
31573 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
31574 (smerge-markers): Remove "-face" suffix from face names.
31575 (smerge-mine-face, smerge-other-face, smerge-base-face)
31576 (smerge-markers-face):
31577 New backward-compatibility aliases for renamed faces.
31578 (smerge-mine-face, smerge-other-face, smerge-base-face)
31579 (smerge-markers-face): Use renamed smerge faces.
31580
31581 * log-view.el (log-view-file, log-view-message): Remove "-face"
31582 suffix from face names.
31583 (log-view-file-face, log-view-message-face):
31584 New backward-compatibility aliases for renamed faces.
31585 (log-view-file-face, log-view-message-face): Use renamed log-view
31586 faces.
31587
31588 * paren.el (show-paren-match, show-paren-mismatch):
31589 Remove "-face" suffix from face names.
31590 (show-paren-match-face, show-paren-mismatch-face):
31591 New backward-compatibility aliases for renamed faces.
31592 (show-paren-function): Use renamed show-paren faces.
31593
31594 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
31595 (ruler-mode-margins, ruler-mode-fringes)
31596 (ruler-mode-column-number, ruler-mode-fill-column)
31597 (ruler-mode-comment-column, ruler-mode-goal-column)
31598 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
31599 suffix from face names.
31600 (ruler-mode-default-face, ruler-mode-pad-face)
31601 (ruler-mode-margins-face, ruler-mode-fringes-face)
31602 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
31603 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
31604 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
31605 New backward-compatibility aliases for renamed faces.
31606 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
31607 (ruler-mode-column-number, ruler-mode-fill-column)
31608 (ruler-mode-comment-column, ruler-mode-goal-column)
31609 (ruler-mode-tab-stop, ruler-mode-current-column)
31610 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
31611 faces.
31612
31613 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
31614 face name.
31615 (whitespace-highlight-the-space): Use renamed face.
31616 (whitespace-highlight-face): New backward-compatibility alias for
31617 renamed face.
31618
31619 * woman.el (woman-italic, woman-bold, woman-unknown)
31620 (woman-addition, woman-symbol-face):
31621 Remove "-face" suffix from face names.
31622 (woman-italic-face, woman-bold-face, woman-unknown-face)
31623 (woman-addition-face):
31624 New backward-compatibility aliases for renamed faces.
31625 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
31626 (woman-decode-region, woman-replace-match)
31627 (woman-display-extended-fonts, woman-special-characters)
31628 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
31629 Use renamed woman faces.
31630
31631 * longlines.el (longlines-visible-face): Face removed.
31632
31633 * diff-mode.el (diff-header, diff-file-header, diff-index)
31634 (diff-hunk-header, diff-removed, diff-added, diff-changed)
31635 (diff-function, diff-context, diff-nonexistent): Remove "-face"
31636 suffix from face names.
31637 (diff-header-face, diff-file-header-face, diff-index-face)
31638 (diff-hunk-header-face, diff-removed-face, diff-added-face)
31639 (diff-changed-face, diff-function-face, diff-context-face)
31640 (diff-nonexistent-face): New backward-compatibility aliases for
31641 renamed faces.
31642 (diff-header-face, diff-file-header-face)
31643 (diff-index, diff-index-face, diff-hunk-header)
31644 (diff-hunk-header-face, diff-removed, diff-removed-face)
31645 (diff-added, diff-added-face, diff-changed-face, diff-function)
31646 (diff-function-face, diff-context-face, diff-nonexistent)
31647 (diff-nonexistent-face): Use renamed diff-mode faces.
31648
31649 * progmodes/compile.el (compilation-warning-face)
31650 (compilation-info-face): Remove "-face" suffix from face names.
31651 (compilation-warning-face, compilation-info-face):
31652 New backward-compatibility aliases for renamed faces.
31653 (compilation-warning-face, compilation-info-face):
31654 Use renamed compilation faces.
31655
31656 * add-log.el (change-log-date, change-log-name)
31657 (change-log-email, change-log-file, change-log-list)
31658 (change-log-conditionals, change-log-function)
31659 (change-log-acknowledgement): Remove "-face" suffix from face names.
31660 (change-log-date-face, change-log-name-face)
31661 (change-log-email-face, change-log-file-face)
31662 (change-log-list-face, change-log-conditionals-face)
31663 (change-log-function-face, change-log-acknowledgement-face):
31664 New backward-compatibility aliases for renamed faces.
31665 (change-log-font-lock-keywords): Use renamed change-log faces.
31666
31667 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
31668 (custom-set, custom-changed, custom-saved, custom-button)
31669 (custom-button-pressed, custom-documentation, custom-state)
31670 (custom-comment, custom-comment-tag, custom-variable-tag)
31671 (custom-variable-button, custom-face-tag, custom-group-tag-1)
31672 (custom-group-tag): Remove "-face" suffix from face names.
31673 (custom-magic-alist, custom-magic-value-create)
31674 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
31675 (custom-invalid-face, custom-rogue-face, custom-modified-face)
31676 (custom-set-face, custom-changed-face, custom-saved-face)
31677 (custom-button-face, custom-button-pressed-face)
31678 (custom-documentation-face, custom-state-face)
31679 (custom-comment-face, custom-comment-tag-face)
31680 (custom-variable-tag-face, custom-variable-button-face)
31681 (custom-face-tag-face, custom-group-tag-face-1)
31682 (custom-group-tag-face):
31683 New backward-compatibility aliases for renamed faces.
31684
31685 * wid-edit.el (widget-documentation, widget-button)
31686 (widget-field, widget-single-line-field, widget-inactive)
31687 (widget-button-pressed): "-face" suffix removed from face names.
31688 (widget-documentation-face, widget-button-face)
31689 (widget-field-face, widget-single-line-field-face)
31690 (widget-inactive-face, widget-button-pressed-face):
31691 New backward-compatibility aliases for renamed faces.
31692 (widget-documentation-face, widget-button-face)
31693 (widget-button-pressed-face, widget-specify-field)
31694 (widget-specify-inactive): Use renamed widget faces.
31695
31696 2005-06-10 Kenichi Handa <handa@m17n.org>
31697
31698 * term/x-win.el (x-clipboard-yank): Remove condition-case
31699 wrapping.
31700
31701 2005-06-11 Kenichi Handa <handa@m17n.org>
31702
31703 * add-log.el (change-log-font-lock-keywords): Make the regexp for
31704 date lines stricter.
31705
31706 2005-06-10 Zhang Wei <id.brep@gmail.com>
31707
31708 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
31709 of x-get-selection.
31710
31711 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
31712
31713 * comint.el (comint-mode, comint-snapshot-last-prompt):
31714 * frame.el (frame-current-scroll-bars):
31715 * term.el (term-mode, term-check-proc, term-input-sender)
31716 (term-simple-send, term-extract-string, term-word)
31717 (term-match-partial-filename):
31718 * window.el (window-current-scroll-bars):
31719 * emulation/cua-base.el (cua-normal-cursor-color)
31720 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
31721 (cua-global-mark-cursor-color):
31722 * mail/undigest.el (rmail-forward-separator-regex):
31723 Fix typos in docstrings.
31724
31725 * comint.el (comint-check-proc, make-comint-in-buffer)
31726 (comint-source-default): Doc fixes.
31727
31728 * term.el (term-send-string): Improve argument/docstring consistency.
31729
31730 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
31731
31732 * comint.el (comint-send-input): Bind `inhibit-read-only' around
31733 call to `delete-region'.
31734 (comint-mode-hook): Do not enable Font Lock by default.
31735
31736 2005-06-09 Lute Kamstra <lute@gnu.org>
31737
31738 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
31739 could be void.
31740
31741 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
31742
31743 * emacs-lisp/debug.el (debugger-will-be-back): New var.
31744 (debug): Use it.
31745 (debugger-step-through, debugger-continue, debugger-jump)
31746 (debugger-return-value): Set it when needed.
31747 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
31748 Use inhibit-read-only.
31749
31750 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
31751
31752 * window.el (shrink-window-if-larger-than-buffer)
31753 (window-size-fixed): Fix typo in docstring.
31754
31755 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
31756 thumbnails directory on loading.
31757 (thumbs-conversion-program): Use `eq' to check the system type,
31758 not `equal'.
31759 (thumbs-temp-dir): Initialize to `temporary-file-directory',
31760 not "/tmp". Fix docstring.
31761 (thumbs-thumbsdir): New function to return the thumbnails
31762 directory, creating it if needed.
31763 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
31764 (thumbs-temp-file): Delete variable and make it into a function.
31765 (thumbs-resize-image, thumbs-modify-image): Use it.
31766 (thumbs-kill-buffer): Simplify.
31767 (thumbs-gensym): Defalias or duplicate CL `gensym'.
31768 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
31769 docstrings.
31770
31771 2005-06-09 Kim F. Storm <storm@cua.dk>
31772
31773 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31774 set-match-data to free markers in match-data.
31775
31776 * replace.el (replace-match-data): Pass RESEAT arg `t' to
31777 match-data to unchain markers in match-data.
31778
31779 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
31780
31781 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
31782 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
31783 unnecessary now.
31784
31785 2005-06-08 Richard M. Stallman <rms@gnu.org>
31786
31787 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
31788 give the variable a doc string that doesn't say don't set it directly.
31789
31790 * textmodes/ispell.el (ispell-check-version):
31791 Use match-string-no-properties.
31792 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
31793 (ispell-buffer-local-words): Likewise.
31794
31795 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
31796 except on terminals with enough colors to really display it.
31797 (makefile-dependency-regex): Delete spurious `bb'.
31798
31799 * faces.el (escape-glyph): Use blue once again in last case.
31800 (no-break-space): Redefine so that it isn't invisible on a tty.
31801
31802 2005-06-08 Kim F. Storm <storm@cua.dk>
31803
31804 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
31805 also when reading directory name.
31806
31807 2005-06-08 Lute Kamstra <lute@gnu.org>
31808
31809 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
31810 (flyspell-mode-line-string): Remove autoload cookie.
31811 (flyspell-mode): Remove defvar.
31812
31813 2005-06-07 Lute Kamstra <lute@gnu.org>
31814
31815 * textmodes/org.el (org-run-mode-hooks): New function.
31816 (org-agenda-mode): Use it.
31817
31818 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
31819
31820 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
31821
31822 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
31823
31824 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
31825
31826 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
31827
31828 * font-lock.el (font-lock-add-keywords): Doc fix.
31829
31830 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
31831
31832 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
31833 (tex-compile-default): In the absence of any history, use the order in
31834 tex-compile-alist to choose the preferred command.
31835 (tex-compile-commands): Reorder a bit.
31836
31837 * textmodes/flyspell.el (flyspell-auto-correct-binding)
31838 (flyspell-incorrect-face, flyspell-duplicate-face):
31839 Use (X)Emacs-agnostic code.
31840 (flyspell-mode-map): Don't overwrite at each load. Remove code
31841 redundant with the subsequent add-minor-mode. Merge Emacs and
31842 XEmacs code.
31843 (flyspell-word): Minor simplification.
31844 (flyspell-math-tex-command-p): Quieten the byte-compiler.
31845 (flyspell-external-point-words): Remove unused vars `size' and `start'.
31846 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
31847 Merge the corresponding Emacs code.
31848 (flyspell-correct-word, flyspell-xemacs-popup):
31849 Use flyspell-do-correct.
31850
31851 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
31852 a dedicated window.
31853
31854 * international/latexenc.el (latexenc-find-file-coding-system):
31855 Undo part of last patch, to turn off a compiler warning.
31856
31857 2005-06-06 Juri Linkov <juri@jurta.org>
31858
31859 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
31860 Rename `tmm-inactive-face' to `tmm-inactive'.
31861
31862 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
31863
31864 * iswitchb.el: Rename faces.
31865
31866 2005-06-06 Kim F. Storm <storm@cua.dk>
31867
31868 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
31869 (cua-global-mark): Remove -face suffix from face names.
31870
31871 * emulation/cua-gmrk.el (cua--init-global-mark):
31872 Remove cua-global-mark face setup.
31873
31874 2005-06-06 Richard M. Stallman <rms@gnu.org>
31875
31876 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
31877 just like other allowed characters.
31878 (makefile-match-dependency): Exclude leading and training whitespace
31879 from the range of regexp subexp 1.
31880 (makefile-macroassign-regex): Don't try to match the body,
31881 just the name of the macro being defined.
31882
31883 * info.el (Info-read-node-name-2): New function.
31884 (Info-read-node-name-1): Use that.
31885 Add a completion-base-size-function property.
31886
31887 * simple.el (completion-setup-function): Look for
31888 completion-base-size-function property of minibuffer-completion-table.
31889
31890 * files.el (locate-file-completion): Doc fix.
31891
31892 * printing.el: Don't call pr-update-menus; user must do that.
31893
31894 * emacs-lisp/debug.el (debugger-window): New variable.
31895 (debug): Use debugger-window if it is set and still alive.
31896 Record debugger-window for next entry.
31897
31898 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
31899
31900 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
31901
31902 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31903 (hack-one-local-variable, hack-local-variables)
31904 (hack-local-variables-prop-line): Pass that arg.
31905
31906 2005-06-06 Kim F. Storm <storm@cua.dk>
31907
31908 * ido.el (ido-first-match, ido-only-match, ido-subdir)
31909 (ido-indicator): Remove -face suffix from face names.
31910
31911 2005-06-06 Juri Linkov <juri@jurta.org>
31912
31913 * font-lock.el (font-lock-regexp-backslash)
31914 (font-lock-regexp-backslash-construct): New faces.
31915 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
31916 after `('. Add `while-no-input' to control structures.
31917
31918 * faces.el (no-break-space, shadow): New faces.
31919 (escape-glyph): Use less loud colors pink2 and red4.
31920
31921 * diff-mode.el (diff-context-face)
31922 * dired.el (dired-ignored)
31923 * rfn-eshadow.el (file-name-shadow)
31924 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
31925
31926 * info.el (Info-title-1-face): Use green instead of yellow because
31927 bold yellow is not readable on light backgrounds.
31928
31929 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
31930 before selecting the desired mode to not spend time fontifying
31931 old contents.
31932
31933 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
31934
31935 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
31936 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
31937
31938 * ps-print.el (ps-default-fg, ps-default-bg):
31939 Fix typos in docstrings.
31940
31941 * isearchb.el (isearchb): Don't pass a spurious second argument to
31942 `iswitchb-completions'.
31943
31944 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
31945
31946 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
31947 to preserve point.
31948 (gdb-find-file-hook): Add doc string.
31949
31950 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
31951 C dereferenced pointer expression.
31952 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
31953
31954 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
31955
31956 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
31957 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
31958 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
31959 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
31960 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
31961 Make background transparent.
31962
31963 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
31964
31965 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
31966 (font-lock-remove-keywords): Doc fix.
31967 (font-lock-mode-major-mode): Compiler defvar.
31968 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
31969
31970 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
31971 (font-lock-mode): Update `font-lock-mode-major-mode'.
31972 (font-lock-set-defaults): Compiler defvar.
31973 (font-lock-default-function): Take `font-lock-mode-major-mode'
31974 into account.
31975
31976 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
31977 keep track of which major mode it enabled the minor mode for.
31978 Use find-file-hook again. Update docstring.
31979
31980 * simple.el (eval-expression-print-level)
31981 (eval-expression-print-length, eval-expression-debug-on-error):
31982 Doc fixes.
31983
31984 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
31985
31986 * iswitchb.el (iswitchb-single-match-face)
31987 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
31988 (iswitchb-invalid-regexp-face): New faces.
31989 (iswitchb-completions): Use them.
31990 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
31991 now marked as an obsolete alias.
31992 (iswitchb-read-buffer): Remove check for bound font variables.
31993 (iswitchb-invalid-regexp): New free variable.
31994 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
31995 set iswitchb-invalid-regexp.
31996 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
31997 invalid regexps.
31998 (iswitchb-completions): Add check for complete match when entering
31999 a regexp.
32000 (iswitchb-completions): Remove require-match argument.
32001 (iswitchb-exhibit): Fix caller.
32002 (iswitchb-common-match-inserted): New variable.
32003 (iswitchb-complete, iswitchb-completion-help): Use it.
32004
32005 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
32006
32007 * url/url-http.el (url-http-chunked-encoding-after-change-function):
32008 Use `url-http-debug' instead of `message'.
32009
32010 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
32011
32012 * url/url-http.el (url-http-parse-headers): Pass redirected URL
32013 as a callback argument.
32014
32015 2005-06-04 Kim F. Storm <storm@cua.dk>
32016
32017 * simple.el (line-move): Only call sit-for when moving backwards.
32018
32019 * ido.el (ido-make-merged-file-list-1): New defun split from
32020 ido-make-merged-file-list.
32021 (ido-make-merged-file-list): Bind throw-on-input around call to
32022 ido-make-merged-file-list-1. Return input-pending-p if
32023 interrupted by more input available.
32024 (ido-read-internal): Handle input-pending-p return value from
32025 ido-make-merged-file-list.
32026
32027 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
32028
32029 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
32030 compatibility code.
32031
32032 * international/latexenc.el (latexenc-find-file-coding-system):
32033 Don't inherit the EOL part of the coding-system from the
32034 tex-main buffer. Fit within 80 columns.
32035
32036 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
32037
32038 * tmm.el (tmm-inactive-face): New face.
32039 (tmm-remove-inactive-mouse-face): New function.
32040 (tmm-prompt, tmm-add-one-shortcut)
32041 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
32042 but not selectable.
32043
32044 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
32045
32046 * faces.el (face-equal): Improve argument/docstring consistency.
32047
32048 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
32049
32050 * progmodes/make-mode.el (makefile-targets-face)
32051 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
32052 (makefile-bsdmake-dependency-regex)
32053 (makefile-makepp-rule-action-regex)
32054 (makefile-bsdmake-rule-action-regex): New constants.
32055 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
32056
32057 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32058 Allow (...) within `...' for makepp messages.
32059
32060 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
32061
32062 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
32063
32064 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
32065 "." files are deleted from all file lists before comparison.
32066
32067 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
32068 (viper-ESC-key): Made them customizable.
32069
32070 * emulation/viper.el (viper-non-hook-settings):
32071 Fix the names of defadvices.
32072
32073 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
32074
32075 * autorevert.el (auto-revert-buffers): Use save-match-data.
32076
32077 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
32078
32079 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
32080 menu items with a nil command binding.
32081
32082 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
32083
32084 * emacs-lisp/cl-macs.el (defsetf):
32085 Improve argument/docstring consistency.
32086
32087 * faces.el (list-faces-display): Improve the formatting by
32088 computing the maximum length required for any face-name (reworked
32089 patch of 1999-01-11, accidentally deleted on 1999-07-21).
32090 (internal-find-face): Remove redundant info in docstring.
32091
32092 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
32093
32094 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
32095 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
32096 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
32097 (gdb-assembler-custom): Improve regexps.
32098 (def-gdb-auto-update-handler): Use window point to preserve point.
32099
32100 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
32101
32102 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
32103
32104 2005-05-31 Jay Belanger <belanger@truman.edu>
32105
32106 * calc/calc-embed.el (calc-embedded-word): Change argument passed
32107 to calc-embedded.
32108 (calc-embedded-make-info): Have plain prefix argument select
32109 entire line.
32110
32111 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
32112
32113 * faces.el (list-faces-display): Signal error if passed a regexp
32114 that matches no face name.
32115
32116 * simple.el (filter-buffer-substring): Fix typo in docstring.
32117
32118 2005-05-31 Richard M. Stallman <rms@gnu.org>
32119
32120 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
32121 (vhdl-emacs-21): Doc fix.
32122 (vhdl-mode): Unconditionally set comment-padding.
32123 (vhdl-fixup-whitespace-region): Insert spaces only where
32124 there are none.
32125 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
32126
32127 2005-05-30 John Wiegley <johnw@newartisans.com>
32128
32129 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
32130 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
32131 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
32132 `directory-sep-char' to ?/, and all uses of `string-to-int' to
32133 `string-to-number'.
32134
32135 2005-05-30 Jay Belanger <belanger@truman.edu>
32136
32137 * calc/calc.el (calc-bug-address): Fix docstring.
32138 (calc-window-hook, calc-trail-window-hook): New variables.
32139 (calc-trail-display): Restore use of calc-trail-window-hook.
32140 (calc): Restore use of calc-window-hook.
32141
32142 2005-05-31 Masatake YAMATO <jet@gyve.org>
32143
32144 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
32145
32146 * help-fns.el (help-C-file-name): Add autoload mark for
32147 `find-function-noselect'.
32148
32149 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
32150
32151 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
32152 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
32153
32154 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32155
32156 * calendar/diary-lib.el (mark-included-diary-files): Only kill
32157 included diary buffer if it was not already being visited.
32158 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
32159
32160 * calendar/icalendar.el (top-level): Do not require appt.
32161
32162 * mail/supercite.el (sc-select-attribution): Only use a list
32163 element from sc-attrib-selection-list if it returns a string.
32164 Reported by Davide G. M. Salvetti <salve@debian.org>.
32165
32166 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
32167
32168 * thumbs.el (thumbs-thumbname): The resulting thumbname now
32169 includes a hash value to improve its uniqueness, and has a ".jpg"
32170 extension. Also, it is now a valid filename on all systems.
32171 (thumbs-make-thumb): Use `let', not `let*'.
32172 (thumbs-show-thumbs-list): Check for JPEG availability.
32173
32174 2005-05-30 Richard M. Stallman <rms@gnu.org>
32175
32176 * filesets.el (filesets-menu-ensure-use-cached):
32177 Prevent warning when emacs-version>= is undefined.
32178
32179 * printing.el (pr-interactive-n-up): Use string-to-number.
32180
32181 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
32182
32183 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
32184 Warn only when name to be defined is quoted.
32185
32186 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
32187
32188 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
32189 Make regexp more robust.
32190 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
32191 Force regeneration of disassembly.
32192
32193 2005-05-29 Jay Belanger <belanger@truman.edu>
32194
32195 * calc/calc.el (calc-user-invocation): Check if
32196 calc-invocation-macro is non-nil.
32197
32198 2005-05-29 Juri Linkov <juri@jurta.org>
32199
32200 * add-log.el (change-log-font-lock-keywords):
32201 Add `+' to e-mail regexp to accept mail address with keywords.
32202
32203 * man.el (Man-name-regexp): Add `:' to accept qualified names.
32204
32205 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
32206
32207 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
32208
32209 * ielm.el (inferior-emacs-lisp-mode): Ditto.
32210
32211 2005-05-29 Richard M. Stallman <rms@gnu.org>
32212
32213 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32214 Undo the change that moves to end of the current word.
32215
32216 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
32217
32218 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
32219 Throw error when count <= 0 to ensure input is a number.
32220 (gdb-read-memory-custom): Pick up address from buffer.
32221 (gdb-memory-mode): Allow user to increment and decrement
32222 memory address from header line.
32223
32224 2005-05-29 Richard M. Stallman <rms@gnu.org>
32225
32226 * textmodes/flyspell.el (flyspell-version): Function deleted.
32227 (flyspell-auto-correct-previous-hook): Doc fix.
32228
32229 * jit-lock.el (jit-lock-function, jit-lock-after-change):
32230 Do nothing if memory is full.
32231
32232 * font-lock.el (font-lock-fontify-syntactically-region):
32233 Pass t for GREEDY to looking-back.
32234
32235 * saveplace.el (save-place-alist-to-file): Write the file
32236 using write-region.
32237
32238 * subr.el (looking-back): New argument GREEDY.
32239
32240 * progmodes/compile.el (compilation-start): Set the mode
32241 before inserting the initial text.
32242
32243 * progmodes/which-func.el (which-func-update-1): Turn the mode
32244 off in case of error by setting which-func-mode.
32245
32246 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
32247
32248 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32249 Narrow down to what's on the screen, and recenter overlays
32250 at the end of the next word.
32251
32252 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
32253
32254 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
32255 8Vars moved up.
32256 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
32257 (flyspell-abbrev-p): Default to nil.
32258 (flyspell-use-global-abbrev-table-p): Doc fix.
32259 (flyspell-large-region): Allow nil as value.
32260 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
32261
32262 (mail-mode-flyspell-verify): More robust handling
32263 of `mail-header-separator'. More efficient signature detection.
32264 Allow for regexp metacharacters in message-header-separator.
32265 Adding `To' not to be checked in mail-mode-flyspell-verify.
32266
32267 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
32268 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
32269 Bind flyspell-auto-correct-binding.
32270 Bind C-. and C-, .
32271 (flyspell-mode-map): Likewise.
32272 (flyspell-mode): Doc fix.
32273 (flyspell-accept-buffer-local-defs): Preserve current buffer.
32274 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
32275 (flyspell-word-cache-result): New var, always local.
32276 (flyspell-check-pre-word-p): Doc fix.
32277 (flyspell-check-changed-word-p): Handle spc like newline.
32278 (flyspell-post-command-hook): Set flyspell-word-cache-result.
32279 (flyspell-word-search-backward, flyspell-word-search-forward):
32280 New functions.
32281 (flyspell-word): Return t if nothing to check.
32282 When parsing TeX code, check for after } or \.
32283 Use flyspell-word-search-backward to find previous word.
32284 Return nil if duplicated word.
32285 For word already checked, return same value as last time.
32286 Set flyspell-word-cache-result after checking.
32287 Don't clobber the return value.
32288 (flyspell-get-word): Major rewrite.
32289 (flyspell-external-point-words): New locals pword, pcount.
32290 Fix size used in progress message.
32291 Find the proper corresponding word in flyspell-large-region-buffer.
32292 (flyspell-region): Check for flyspell-large-region = nil.
32293 (flyspell-highlight-incorrect-region): Clean up overlays in region.
32294 (flyspell-auto-correct-word): Check that WORD is a cons.
32295 (flyspell-correct-word): Likewise.
32296
32297 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
32298
32299 * progmodes/make-mode.el (makefile-rule-action-regex)
32300 (makefile-macroassign-regex, makefile-makepp-mode)
32301 (makefile-bsdmake-mode): Continuation lines may be empty.
32302 Reported by Joshua Varner.
32303 (makefile-makepp-font-lock-keywords): Add $(stem).
32304
32305 2005-05-28 Karl Berry <karl@gnu.org>
32306
32307 * textmodes/tex-mode.el: Now that tex-send-command calls
32308 shell-quote-argument (2005-03-31 change), remove all calls to
32309 shell-quote-argument; they all end up invoking tex-send-command.
32310 The double quoting loses on filenames with non-safe characters,
32311 such as "@". Reported by Frederik Fouvry.
32312
32313 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
32314
32315 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
32316 about preserving point.
32317
32318 2005-05-27 Jay Belanger <belanger@truman.edu>
32319
32320 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
32321 Info-goto-node.
32322
32323 * calc/calc-embed.el (calc-embed-arg): New variable.
32324 (calc-do-embedded-activate, calc-embedded-activate-formula)
32325 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
32326 variable by new variable.
32327 (calc-embedded-make-info): Replace undeclared variable by new
32328 variable. When selecting region with positive prefix
32329 argument, use end of previous line instead of beginning of line.
32330
32331 * calc/calc-aent.el (calc-arg-values): Declare it.
32332
32333 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
32334 Declare them.
32335
32336 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
32337
32338 * calc/calc.el (calc-alg-map): Declare it.
32339
32340 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
32341
32342 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
32343
32344 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
32345 (gdb-registers-buffer, toggle-gdb-all-registers):
32346 Toggle display of floating point registers.
32347 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
32348
32349 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
32350 (toggle-gud-tooltip-dereference):
32351 Rename from gud-toggle-tooltip-dereference.
32352
32353 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
32354
32355 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
32356
32357 2005-05-27 Jay Belanger <belanger@truman.edu>
32358
32359 * calc/calc-prog.el (calc-kbd-report): Remove.
32360 (calc-kbd-query): Rewrite.
32361
32362 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
32363
32364 * image.el (image-library-alist): Move to image.c.
32365 (image-type-available-p): Doc fix.
32366
32367 2005-05-27 Lute Kamstra <lute@gnu.org>
32368
32369 * calc/calc.el (calc):
32370 * outline.el (outline-1, outline-2, outline-3, outline-4)
32371 (outline-5, outline-6, outline-7, outline-8):
32372 * textmodes/dns-mode.el (dns-mode):
32373 * textmodes/sgml-mode.el (sgml-namespace-face):
32374 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
32375 (tex-verbatim-face, tex-use-reftex):
32376 * textmodes/texinfo.el (texinfo-heading-face):
32377 Specify customization group.
32378
32379 * longlines.el: Don't require easy-mmode.
32380 (longlines-visible-face): Specify customization group.
32381
32382 2005-05-27 Kenichi Handa <handa@m17n.org>
32383
32384 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
32385 encoding table of windows-1251.
32386
32387 * international/ucs-tables.el (ucs-set-table-for-input):
32388 If translation-table-for-input of a coding system is a symbol, get
32389 its translation-table property.
32390
32391 * international/code-pages.el: Don't register a coding system into
32392 non-iso-charset-alist more than once.
32393 (cp-make-coding-system): Likewise.
32394
32395 2005-05-26 John Wiegley <johnw@newartisans.com>
32396
32397 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
32398 `eshell-resume-eval' is wrapped in a list, it indicates that the
32399 command was run asynchronously. In that case, unwrap the value
32400 before checking the delimiter value.
32401
32402 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
32403 character before a space at the end of a line is \, assume the space
32404 is part of the last argument rather than a final argument separator.
32405
32406 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
32407 is in use, and the target is `t' or `nil' (which are the most common
32408 values), don't assume that the symbol target is a buffer.
32409
32410 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
32411
32412 * calendar/calendar.el (calendar-mode-line-format):
32413 Use mode-line-highlight as mouse-face.
32414
32415 * time.el (display-time-string-forms, display-time-update):
32416 Use mode-line-highlight as mouse-face.
32417
32418 2005-05-26 Jay Belanger <belanger@truman.edu>
32419
32420 * calc/calc.el (calc-language-alist): Remove extra defvar.
32421
32422 2005-05-26 Lute Kamstra <lute@gnu.org>
32423
32424 * arc-mode.el (archive-mode):
32425 * bookmark.el (bookmark-read-annotation-mode)
32426 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
32427 * bs.el (bs-mode):
32428 * calc/calc-yank.el (calc-edit-mode):
32429 * calc/calc.el (calc-mode, calc-trail-mode):
32430 * calculator.el (calculator-mode):
32431 * chistory.el (command-history-mode):
32432 * comint.el:
32433 * cus-edit.el (custom-mode):
32434 * descr-text.el (describe-text-mode):
32435 * ebuff-menu.el (Electric-buffer-menu-mode):
32436 * ediff-util.el (ediff-mode):
32437 * emacs-lisp/re-builder.el (reb-mode):
32438 * emulation/vi.el (vi-mode-setup):
32439 * emulation/ws-mode.el (wordstar-mode):
32440 * eshell/esh-mode.el (eshell-mode):
32441 * forms.el (forms-mode):
32442 * help-mode.el (help-mode):
32443 * hexl.el (hexl-mode):
32444 * ibuffer.el (ibuffer-mode):
32445 * ielm.el (inferior-emacs-lisp-mode):
32446 * info.el (Info-mode, Info-edit-mode):
32447 * international/swedish.el:
32448 * ledit.el (ledit-from-lisp-mode):
32449 * locate.el (locate-mode):
32450 * mail/rmail.el (rmail-mode):
32451 * mail/rmailedit.el (rmail-edit-mode):
32452 * mail/rmailsum.el (rmail-summary-mode):
32453 * mail/supercite.el (sc-electric-mode):
32454 * net/eudc.el (eudc-mode):
32455 * net/quickurl.el (quickurl-list-mode):
32456 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
32457 * obsolete/ooutline.el (outline-mode):
32458 * obsolete/options.el (Edit-options-mode):
32459 * obsolete/rnews.el (news-mode):
32460 * obsolete/rnewspost.el (news-reply-mode):
32461 * play/5x5.el (5x5-mode):
32462 * play/decipher.el (decipher-mode, decipher-stats-mode):
32463 * play/gomoku.el (gomoku-mode):
32464 * play/snake.el (snake-mode):
32465 * play/solitaire.el (solitaire-mode):
32466 * play/tetris.el (tetris-mode):
32467 * progmodes/ada-mode.el (ada-mode):
32468 * progmodes/antlr-mode.el (antlr-mode):
32469 * progmodes/autoconf.el (autoconf-mode):
32470 * progmodes/dcl-mode.el (dcl-mode):
32471 * progmodes/delphi.el (delphi-mode):
32472 * progmodes/ebrowse.el (ebrowse-tree-mode)
32473 (ebrowse-electric-list-mode, ebrowse-member-mode)
32474 (ebrowse-electric-position-mode):
32475 * progmodes/f90.el (f90-mode):
32476 * progmodes/fortran.el (fortran-mode):
32477 * progmodes/icon.el (icon-mode):
32478 * progmodes/idlw-help.el (idlwave-help-mode):
32479 * progmodes/idlw-shell.el (idlwave-shell-mode):
32480 * progmodes/idlwave.el (idlwave-mode):
32481 * progmodes/inf-lisp.el (inferior-lisp-mode):
32482 * progmodes/m4-mode.el (m4-mode):
32483 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
32484 * progmodes/modula2.el (modula-2-mode):
32485 * progmodes/octave-inf.el (inferior-octave-mode):
32486 * progmodes/octave-mod.el (octave-mode):
32487 * progmodes/pascal.el (pascal-mode):
32488 * progmodes/sh-script.el (sh-mode):
32489 * progmodes/sql.el (sql-mode, sql-interactive-mode):
32490 * progmodes/vhdl-mode.el (vhdl-mode):
32491 * progmodes/xscheme.el (scheme-interaction-mode):
32492 * replace.el (occur-mode):
32493 * ses.el (ses-mode):
32494 * simple.el (completion-list-mode):
32495 * skeleton.el:
32496 * speedbar.el (speedbar-mode):
32497 * term.el (term-mode):
32498 * terminal.el (terminal-edit-mode):
32499 * textmodes/reftex-index.el (reftex-index-mode)
32500 (reftex-index-phrases-mode):
32501 * textmodes/reftex-sel.el (reftex-select-label-mode)
32502 (reftex-select-bib-mode):
32503 * textmodes/reftex-toc.el (reftex-toc-mode):
32504 * wdired.el (wdired-change-to-wdired-mode):
32505 * wid-browse.el (widget-browse-mode):
32506 Use run-mode-hooks.
32507
32508 * array.el (array-mode):
32509 * calendar/todo-mode.el (todo-mode):
32510 * man.el (Man-mode):
32511 * play/landmark.el (lm-mode):
32512 * play/mpuz.el (mpuz-mode):
32513 Use kill-all-local-variables and run-mode-hooks.
32514
32515 * subr.el (delay-mode-hooks): Specify indentation.
32516
32517 2005-05-26 Mark A. Hershberger <mah@everybody.org>
32518
32519 * xml.el (xml-substitute-special): Don't die for undefined xml
32520 entities.
32521
32522 2005-05-26 Jay Belanger <belanger@truman.edu>
32523
32524 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
32525 of nil.
32526
32527 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
32528
32529 * progmodes/gdb-ui.el (gdb-frame-address):
32530 Rename from gdb-current-address.
32531 (gdb-previous-frame-address): Rename from gdb-previous-address.
32532 (gdb-selected-frame): Rename from gdb-current-frame.
32533 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
32534 (gdb-frame-number): Rename from gdb-current-stack-level.
32535 (gdb-ann3): Match new mode-name for disassembly buffer.
32536 Extend initialization of variables.
32537 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
32538 (gdb-memory-mode): Use mouse-face in header line.
32539 (gdb-assembler-buffer-name): Call it disassembly and give frame
32540 in mode line.
32541 (gdb-source-spec-regexp, gdb-assembler-custom)
32542 (gdb-invalidate-assembler, gdb-frame-handler):
32543 Make robust to leading zeroes in address format.
32544
32545 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
32546
32547 * textmodes/org.el (org-mode): Use `define-derived-mode' to
32548 define `org-mode'.
32549 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
32550
32551 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
32552
32553 * log-edit.el (log-edit-changelog-entries): Distinguish between
32554 filenames like xfns.c and fns.c.
32555
32556 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
32557
32558 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
32559 point after reverting.
32560 (Buffer-menu-make-sort-button): Handle the case where
32561 `Buffer-menu-use-header-line' is nil.
32562
32563 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
32564
32565 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
32566 New funcs. In minibuffer-local-completion-map bind `]', `/'
32567 and `:' to them.
32568
32569 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
32570
32571 * startup.el (normal-top-level): Allow modification of load-path while
32572 we're iterating over it.
32573
32574 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
32575
32576 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
32577 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
32578 (thumbs-resize-interactive, thumbs-insert-image)
32579 (thumbs-insert-thumb, thumbs-dired-show-marked)
32580 (thumbs-find-image-at-point, thumbs-delete-images)
32581 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
32582 (thumbs-increment-image-size, thumbs-decrement-image-size):
32583 Fix typos in docstrings.
32584
32585 2005-05-24 Andre Spiegel <spiegel@gnu.org>
32586
32587 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
32588 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
32589 (cperl-mode): Use them.
32590
32591 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
32592
32593 * window.el (quit-window, shrink-window-if-larger-than-buffer):
32594 Doc fixes.
32595
32596 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
32597
32598 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
32599 Bind C-d to gdb-inferior-io-eof.
32600
32601 * dired.el (dired-dnd-popup-notice): Use message-box.
32602
32603 2005-05-23 Masatake YAMATO <jet@gyve.org>
32604
32605 * bindings.el (mode-line-major-mode-keymap):
32606 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
32607
32608 * faces.el (mode-line-highlight): New face.
32609
32610 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
32611 as mouse-face.
32612
32613 * bindings.el (top-level, help-echo, mode-line-modified)
32614 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
32615 as mouse-face.
32616
32617 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
32618
32619 * progmodes/cc-engine.el (c-guess-basic-syntax):
32620 Remove spurious call to `zerop'.
32621
32622 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
32623
32624 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
32625
32626 CC Mode update to 5.30.10:
32627
32628 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
32629 the point could go past the limit in decoration level 2, thereby
32630 causing errors during interactive fontification.
32631
32632 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
32633 bug when the file is evaluated interactively.
32634
32635 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
32636 declarations somewhat better in C++.
32637
32638 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
32639 New helper macro to make use of `run-mode-hooks'
32640 which has been added in Emacs 21.1.
32641 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
32642 (awk-mode): Use it.
32643 (make-local-hook): Suppress warning about obsoleteness.
32644
32645 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
32646 (c-append-backslashes-forward, c-delete-backslashes-forward)
32647 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
32648 Compensate for return value from `forward-line' when it has moved
32649 but not to a different line due to eob.
32650
32651 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
32652 `objc-method-intro' and `objc-method-args-cont'.
32653
32654 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
32655
32656 CC Mode update to 5.30.10:
32657
32658 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
32659 address in the copyright statement. Incidentally, change "along with
32660 GNU Emacs" to "along with this program" where it occurs.
32661
32662 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
32663 autoload, so that it is interactive, hence can be found by M-x awk-mode
32664 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
32665 <gmorris+emacs@ast.cam.ac.uk>.
32666
32667 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
32668 Mode's regexps.
32669
32670 2005-05-23 Kevin Ryde <user42@zip.com.au>
32671
32672 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
32673 from c-parse-state, to avoid a lisp error (on bad code).
32674
32675 2005-05-23 Lute Kamstra <lute@gnu.org>
32676
32677 * subr.el (font-lock-defaults): Remove defvar as it's already
32678 defined in font-core.el.
32679
32680 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
32681
32682 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
32683
32684 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
32685 more general and work when GDB variable "print pretty" is on,
32686 as with Emacs, for example.
32687
32688 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
32689
32690 * font-core.el: Update comment.
32691
32692 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32693 Use `after-change-major-mode-hook' instead of `find-file-hook'.
32694
32695 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
32696
32697 2005-05-22 Eli Zaretskii <eliz@gnu.org>
32698
32699 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
32700 and `yank-handler' in the doc strings.
32701
32702 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
32703
32704 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
32705
32706 2005-05-22 Richard M. Stallman <rms@gnu.org>
32707
32708 * help.el (describe-key): Move print-help-return-message call
32709 out of conditional.
32710
32711 * progmodes/etags.el (list-tags): Use with-no-warnings.
32712
32713 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
32714 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
32715 (starttls-extra-args, starttls-extra-arguments): Add defvars.
32716
32717 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
32718
32719 * language/viet-util.el (viet-viscii-nonascii-translation-table):
32720 Add defvar.
32721
32722 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
32723 Use defvar, not defconst.
32724
32725 * hexl.el (hexl-follow-line): Use with-no-warnings.
32726
32727 * emulation/tpu-extras.el: Use write-file-functions instead of
32728 write-file-hooks.
32729
32730 * dired.el (dired-font-lock-keywords): Fontify files with junk
32731 extensions even if marked by -F.
32732
32733 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
32734
32735 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
32736 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
32737 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
32738 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
32739 (concatenate, list-length, get*, getf, cl-remprop):
32740 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
32741 (etypecase, progv, lexical-let, lexical-let*)
32742 (multiple-value-bind, multiple-value-setq, shiftf):
32743 Improve argument/docstring consistency.
32744
32745 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
32746
32747 2005-05-22 Andre Spiegel <spiegel@gnu.org>
32748
32749 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
32750 doesn't exist.
32751
32752 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
32753 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
32754
32755 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
32756
32757 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
32758 already deleted variables: auto-fill-hook, blink-paren-hook,
32759 lisp-indent-hook, inhibit-local-variables, unread-command-event,
32760 suspend-hooks, comment-indent-hook, meta-flag,
32761 before-change-function, after-change-function,
32762 font-lock-doc-string-face.
32763
32764 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
32765
32766 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
32767
32768 2005-05-21 Eli Zaretskii <eliz@gnu.org>
32769
32770 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
32771 rmail-dont-reply-to.
32772
32773 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32774
32775 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
32776 literal blank when splitting new-header-values.
32777
32778 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
32779
32780 * calendar/cal-menu.el (cal-menu-update): Add separator as a
32781 string so that tmm doesn't create a completion entry for it.
32782
32783 * textmodes/table.el (table-disable-menu): Ditto.
32784
32785 2005-05-21 Richard M. Stallman <rms@gnu.org>
32786
32787 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
32788
32789 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
32790
32791 * net/rcompile.el (remote-compile): Use compilation-start.
32792
32793 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
32794
32795 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
32796
32797 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
32798 Default to makefile-bsdmake-mode on BSD systems.
32799
32800 * imenu.el (imenu-generic-expression, imenu--generic-function'):
32801 REGEXP may also be a search function now. The part of doc-string
32802 for describing the structure was 95% identical to that of
32803 `imenu--generic-function'. Unify it there.
32804
32805 * progmodes/make-mode.el (makefile-imenu-generic-expression):
32806 Use function to find dependencies, because regexp alone is so complex,
32807 it easily goes into an endless loop.
32808 (makefile-makepp-mode): Also add submenu for Perl functions
32809 defined in the makefile.
32810 (makefile-bsdmake-mode): Special imenu-generic-expression no
32811 longer needed, due to function call.
32812 (makefile-match-dependency): Take BOUND into account when checking
32813 if we're through.
32814
32815 2005-05-20 Jay Belanger <belanger@truman.edu>
32816
32817 * calc/calc-units.el (calc-invalidate-units-table):
32818 Use inhibit-read-only.
32819 (math-build-units-table-buffer): Use view-mode.
32820
32821 2005-05-20 David Kastrup <dak@gnu.org>
32822
32823 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
32824 easy-menu-add is not a nop on Emacs; and clarify when to call it.
32825
32826 2005-05-20 Lute Kamstra <lute@gnu.org>
32827
32828 * diff-mode.el (diff-header-face, diff-file-header-face)
32829 (diff-index-face, diff-hunk-header-face, diff-removed-face)
32830 (diff-added-face, diff-changed-face, diff-function-face)
32831 (diff-context-face, diff-nonexistent-face): Put them in the
32832 diff-mode customization group.
32833
32834 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
32835
32836 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
32837
32838 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
32839
32840 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
32841 Minor regexp-optimization.
32842
32843 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
32844
32845 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
32846 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
32847 (org-agenda-add-time-grid-maybe): New function.
32848 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
32849 (org-table-create): `dotimes' instead of `mapcar'.
32850 (org-xor): Simplify implementation.
32851 (org-agenda): `inhibit-redisplay' turned on.
32852 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
32853 a consistent line after a state change.
32854 (org-agenda-remove-times-when-in-prefix): New option.
32855 (org-prefix-has-time): New variable.
32856 (org-parse-time-string): Optional argument NODEFAULT.
32857 (org-format-agenda-item): Parse items for time-of-day
32858 specifications and move these into the prefix if possible.
32859 (org-agenda-priority): Get current heading, not previous heading
32860 during agenda remote editing.
32861
32862 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
32863
32864 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
32865 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
32866 (remove-duplicates, delete-duplicates, substitute)
32867 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
32868 (nsubstitute-if-not, find, find-if, find-if-not, position)
32869 (position-if, position-if-not, count, count-if, count-if-not)
32870 (mismatch, search, sort*, stable-sort, merge, member*)
32871 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
32872 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
32873 (intersection, nintersection, set-difference, nset-difference)
32874 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
32875 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
32876 (nsublis, tree-equal): Improve argument/docstring consistency.
32877
32878 * subr.el (send-string, send-region): Remove obsolescence declaration.
32879 (window-dot, set-window-dot, read-input, show-buffer)
32880 (eval-current-buffer, string-to-int):
32881 Add release number to obsolescence declarations.
32882
32883 2005-05-19 Kim F. Storm <storm@cua.dk>
32884
32885 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
32886 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
32887
32888 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
32889
32890 * faces.el (list-faces-display): Make back button respect optional
32891 regexp arg.
32892
32893 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
32894
32895 * calculator.el (calculator-radix-grouping-mode)
32896 (calculator-radix-grouping-digits, calculator-displayer)
32897 (calculator-radix-grouping-separator, calculator-copy-displayer):
32898 * dabbrev.el (dabbrev-search-these-buffers-only):
32899 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
32900 (diff-advance-after-apply-hunk, diff-mode-hook)
32901 (diff-minor-mode-prefix):
32902 * imenu.el (imenu-use-popup-menu):
32903 * jit-lock.el (jit-lock-context-time):
32904 * newcomment.el (comment-fill-column, comment-column)
32905 (comment-style, comment-padding, comment-multi-line)
32906 (comment-empty-lines, comment-auto-fill-only-comments):
32907 * reveal.el (reveal-around-mark):
32908 * uniquify.el (uniquify-buffer-name-style)
32909 (uniquify-after-kill-buffer-p)
32910 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
32911 (uniquify-min-dir-content, uniquify-separator)
32912 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
32913 * w32-vars.el (w32-fixed-font-alist):
32914 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
32915 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
32916 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
32917 * progmodes/perl-mode.el (perl-indent-level)
32918 (perl-continued-statement-offset, perl-continued-brace-offset)
32919 (perl-brace-offset, perl-brace-imaginary-offset)
32920 (perl-label-offset, perl-indent-continued-arguments)
32921 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
32922 * progmodes/tcl.el (tcl-indent-level)
32923 (tcl-continued-indent-level, tcl-auto-newline)
32924 (tcl-tab-always-indent, tcl-electric-hash-style)
32925 (tcl-help-directory-list, tcl-use-smart-word-finder)
32926 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
32927 (inferior-tcl-source-command):
32928 * textmodes/fill.el (enable-kinsoku):
32929 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
32930 * textmodes/table.el (table-yank-handler):
32931 Specify missing group (and type, if simple) in defcustom.
32932
32933 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
32934
32935 * progmodes/compile.el (compilation-finish-function): Fix defvar.
32936
32937 2005-05-19 Richard M. Stallman <rms@gnu.org>
32938
32939 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
32940
32941 * subr.el (event-basic-type): Don't get an error.
32942 (left-fringe-p): Function deleted.
32943
32944 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
32945 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
32946
32947 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
32948 in recursive copy.
32949
32950 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
32951
32952 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
32953
32954 * emacs-lisp/bytecomp.el
32955 (byte-compile-file-form-custom-declare-variable):
32956 Call byte-compile-nogroup-warn if appropriate.
32957
32958 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
32959 (compilation-set-window): Don't call left-fringe-p; do it directly.
32960
32961 2005-05-19 Jay Belanger <belanger@truman.edu>
32962
32963 * calc/calc-graph.el (calc-graph-format-data): Make sure
32964 var-PlotRejects is bound before trying to check its value.
32965
32966 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
32967
32968 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
32969 definition of this variable from reftex-global.el to reftex.el,
32970 because it is needed in the menu.
32971
32972 2005-05-19 Lute Kamstra <lute@gnu.org>
32973
32974 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
32975 years are fixed. Don't insert a space after a dash.
32976
32977 2005-05-19 Kim F. Storm <storm@cua.dk>
32978
32979 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
32980
32981 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
32982
32983 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
32984 strings, because (eq ... ?\\) is fairly frequent.
32985
32986 * progmodes/make-mode.el (makefile-add-this-line-targets):
32987 Simplify and integrate into `makefile-pickup-targets'.
32988 (makefile-add-this-line-macro): Simplify and integrate into
32989 `makefile-pickup-macros.
32990 (makefile-pickup-filenames-as-targets): Simplify.
32991 (makefile-previous-dependency, makefile-match-dependency):
32992 Don't stumble over `::'.
32993
32994 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
32995
32996 * subr.el (post-command-idle-hook, post-command-idle-delay):
32997 Remove obsoletion of post-command-idle-hook and
32998 post-command-idle-delay.
32999
33000 * faces.el (list-faces-display): Provide button when describe-face
33001 is called to take user back to the list of faces.
33002
33003 * help-fns.el (describe-variable): Remove hyperlinks in a
33004 variable's value as these are quite frequently inappropriate.
33005
33006 * follow.el (follow-submit-feedback, follow-mode):
33007 Remove references to post-command-idle-hook.
33008
33009 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
33010
33011 * progmodes/make-mode.el (makefile-previous-dependency)
33012 (makefile-match-dependency): Check for := (and in bsd mode also
33013 !=) to give a better result, even when font-lock is not on.
33014
33015 2005-05-18 Jay Belanger <belanger@truman.edu>
33016
33017 * calc/calc-help.el (calc-s-prefix-help):
33018 Add `calc-copy-special-constant' to help string.
33019
33020 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
33021
33022 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
33023
33024 2005-05-18 Jay Belanger <belanger@truman.edu>
33025
33026 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
33027 in linear factors are in proper order.
33028
33029 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
33030
33031 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33032 Support for jurabib.
33033
33034 * textmodes/reftex.el (featurep): Define aliases for overlay
33035 commands, for XEmacs compatibility, and use these aliases in
33036 overlay initializations.
33037 (reftex-highlight): Use `reftex-move-overlay'.
33038 (reftex-unhighlight): Use `reftex-delete-overlay'.
33039 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
33040 (reftex-access-search-path): Use `reftex-uniquify' instead of
33041 `reftex-uniq'.
33042
33043 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
33044 `before-string' property modification enables for Emacs as well.
33045 (reftex-select-item): Use `reftex-delete-overlay'.
33046 (reftex-select-mark): Use `reftex-make-overlay' and
33047 `reftex-overlay-put'.
33048 (reftex-select-unmark): Use `reftex-delete-overlay' and
33049 `reftex-overlay-put'.
33050
33051 2005-05-18 Lute Kamstra <lute@gnu.org>
33052
33053 * emacs-lisp/lisp.el (check-parens): Fix docstring.
33054
33055 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
33056
33057 * add-log.el (add-change-log-entry):
33058 * array.el (array-make-template, array-reconfigure-rows)
33059 (array-init-max-row, array-init-max-column)
33060 (array-init-columns-per-line, array-init-field-width):
33061 * replace.el (replace-match-maybe-edit, perform-replace):
33062 * textmodes/spell.el (spell-region):
33063 Replace `read-input' by `read-string'.
33064
33065 * forms.el (forms-mode):
33066 * finder.el (finder-compile-keywords):
33067 * shadowfile.el (shadow-read-files):
33068 Replace `eval-current-buffer' by `eval-buffer'.
33069
33070 * terminal.el (te-pass-through):
33071 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
33072 (ange-ftp-raw-send-cmd):
33073 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
33074 (send-process-next-char, telnet-initial-filter, telnet):
33075 Replace `send-string' by `process-send-string'.
33076
33077 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
33078 (prolog-consult-region): Replace `send-string' by
33079 `process-send-string'; replace `send-region' by `process-send-region'.
33080
33081 * progmodes/delphi.el (delphi-log-msg):
33082 Replace `set-window-dot' by `set-window-point'.
33083
33084 * subr.el (window-dot, set-window-dot, read-input, send-string)
33085 (send-region, show-buffer, eval-current-buffer):
33086 Make really obsolete, as the comment says.
33087
33088 2005-05-17 Kim F. Storm <storm@cua.dk>
33089
33090 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
33091 (cua--init-keymaps): Bind C-return instead of S-return to set
33092 rectangle mark.
33093
33094 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
33095 instead of S-return to toggle/clear rectangle mark.
33096
33097 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
33098
33099 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
33100 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
33101 Also fontify plain strings assigned to variables, mostly so that a
33102 colon has a face and is thus not taken as a dependency separator.
33103 (makefile-previous-dependency): Inline the new matcher, because it
33104 is too complex to work in both directions.
33105 (makefile-match-dependency): Eliminate `backward' arg (see above).
33106 Completely reimplemented so as to not sometimes go into an endless
33107 loop. It should also be more efficient, because first it only
33108 searches for `:', instead of applying the very complex regexp.
33109 (makefile-mode): Cancel `font-lock-support-mode', because blocks
33110 to be fontified in one piece can be too long for JIT.
33111 Makefiles are never *that* big.
33112
33113 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
33114
33115 * dired.el (dired-mode): Simplify.
33116
33117 2005-05-17 Lute Kamstra <lute@gnu.org>
33118
33119 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
33120 defcustom for the mode hook variable.
33121
33122 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
33123 Emacs Lisp Reference Manual.
33124
33125 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
33126
33127 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
33128 (evenp, list*):
33129 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
33130 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
33131
33132 * net/tramp-smb.el (tramp-smb-open-connection):
33133 Pass `tramp-chunksize' as fifth (required) argument.
33134
33135 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
33136
33137 * font-lock.el (lisp-font-lock-keywords-1):
33138 Set `font-lock-negation-char-face' for [^...] char group.
33139 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
33140
33141 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
33142 a var, and refine it to mask one more level of nested vars.
33143 (makefile-rule-action-regex): Turn it into a var, and refine it so
33144 it recognizes backslashed continuation lines as belonging to the
33145 same command.
33146 (makefile-macroassign-regex): Refine it so it recognizes
33147 backslashed continuation lines as belonging to the same command.
33148 (makefile-var-use-regex): Don't look at the next char, because it
33149 might be the same one to be skipped by the initial [^$], leading
33150 to an overlooked variable use.
33151 (makefile-make-font-lock-keywords): Remove two parameters, which
33152 are now variables that some of the modes set locally.
33153 Handle dependency and rule action matching through functions, because
33154 regexps alone match too often. Dependency matching now comes
33155 last, so it can check, whether a colon already matched something else.
33156 (makefile-mode): Inform that font-lock improves makefile parsing
33157 capabilities.
33158 (makefile-match-dependency, makefile-match-action): New functions.
33159
33160 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
33161
33162 * emacs-lisp/cl-extra.el (equalp): Doc fix.
33163
33164 * align.el (align-regexp):
33165 * ansi-color.el (ansi-color-get-face):
33166 * array.el (array-reconfigure-rows, array-init-max-row)
33167 (array-init-max-column, array-init-columns-per-line)
33168 (array-init-field-width):
33169 * dired-aux.el (dired-trample-file-versions):
33170 * dired-x.el (dired-mark-sexp):
33171 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
33172 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
33173 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
33174 * faces.el (face-read-integer):
33175 * files.el (backup-extract-version, insert-directory):
33176 * hexl.el (hexl-insert-decimal-char):
33177 * server.el (server-process-filter):
33178 * shell.el (shell-extract-num):
33179 * startup.el (command-line-1):
33180 * term.el (term-command-hook):
33181 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
33182 (time-stamp-do-number):
33183 * time.el (display-time-update):
33184 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
33185 (timezone-fix-time):
33186 * vms-patch.el (vms-suspend-resume-hook):
33187 * calendar/appt.el (appt-convert-time):
33188 * calendar/cal-bahai.el (mark-bahai-diary-entries):
33189 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
33190 * calendar/cal-islam.el (mark-islamic-diary-entries):
33191 * calendar/calendar.el (calendar-cursor-to-date)
33192 (calendar-star-date):
33193 * calendar/diary-lib.el (diary-attrtype-convert)
33194 (mark-diary-entries, diary-entry-time):
33195 * calendar/solar.el (solar-get-number):
33196 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
33197 * emacs-lisp/re-builder.el (reb-display-subexp):
33198 * emulation/edt.el (edt-set-scroll-margins):
33199 * emulation/tpu-extras.el (tpu-set-scroll-margins):
33200 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
33201 (vip-get-ex-count):
33202 * emulation/viper-ex.el (viper-get-ex-token)
33203 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
33204 * international/fontset.el (fontset-plain-name):
33205 * mail/feedmail.el (feedmail-look-at-queue-directory):
33206 * mail/mailalias.el (mail-get-names):
33207 * mail/rmail.el (rmail-convert-to-babyl-format):
33208 * mail/rmailsum.el (rmail-make-basic-summary-line)
33209 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
33210 (rmail-summary-goto-msg):
33211 * mail/smtpmail.el (smtpmail-read-response):
33212 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
33213 (ange-ftp-vms-add-file-entry):
33214 * play/gametree.el (gametree-looking-at-ply)
33215 (gametree-current-branch-score):
33216 * progmodes/ada-xref.el (ada-prj-find-prj-file)
33217 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
33218 * progmodes/cperl-mode.el (condition-case):
33219 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
33220 (ebrowse-set-member-buffer-column-width)
33221 (ebrowse-select-1st-to-9nth):
33222 * progmodes/etags.el (etags-snarf-tag):
33223 * progmodes/flymake.el (flymake-parse-line):
33224 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
33225 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
33226 (idlwave-shell-menu-def):
33227 * progmodes/ps-mode.el (ps-run-goto-error):
33228 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
33229 (vhdl-speedbar-contract-level):
33230 * term/mac-win.el (x-handle-numeric-switch):
33231 * term/sun-mouse.el (sun-get-frame-data):
33232 * term/w32-win.el (x-handle-numeric-switch):
33233 * term/x-win.el (x-handle-numeric-switch):
33234 * textmodes/ispell.el (ispell-parse-output):
33235 * textmodes/nroff-mode.el (nroff-outline-level):
33236 * textmodes/reftex-cite.el (reftex-bib-sort-year)
33237 (reftex-bib-sort-year-reverse, reftex-format-citation):
33238 * textmodes/reftex-parse.el (reftex-init-section-numbers)
33239 (reftex-section-number):
33240 * textmodes/texinfmt.el (texinfo-paragraphindent):
33241 Replace `string-to-int' by `string-to-number'.
33242
33243 * international/latexenc.el: Add page marker to force the "Local
33244 Variables:" string out of the last page.
33245
33246 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
33247
33248 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
33249 tooltip-change-major-mode.
33250 (gud-tooltip-print-command): Remove case where gud-minor-mode
33251 is gdb ("--fullname").
33252 (gud-tooltip-tips): Turn GUD tooltips off for this case and
33253 explain to user.
33254
33255 2005-05-16 Jay Belanger <belanger@truman.edu>
33256
33257 * calc/calc-store.el (calc-copy-special-constant): New function.
33258
33259 * calc/calc-ext.el (calc-init-extensions): Add binding for
33260 `calc-copy-special-constant'.
33261
33262 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
33263 for the `calc-copy-special-constant' command.
33264
33265 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
33266
33267 * subr.el (left-fringe-p): New function.
33268
33269 * progmodes/compile.el (compilation-setup): Set local value of
33270 overlay-arrow-string to "" always.
33271 (compilation-set-window): Left fringe then don't scroll.
33272 No left fringe then no arrow and scroll message to top.
33273 (compilation-context-lines): Adjust doc string accordingly.
33274
33275 2005-05-16 Kim F. Storm <storm@cua.dk>
33276
33277 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
33278 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
33279 (ido-wide-find-dir-or-delete-dir): New command for M-d.
33280 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
33281 (ido-read-file-name): Handle commands with ido property value
33282 equal to find-file as reading a file name, to allow C-d to enter dired.
33283 (ibuffer-find-file): Add ido property with value find-file.
33284
33285 2005-05-15 Kim F. Storm <storm@cua.dk>
33286
33287 * subr.el (open-network-stream-nowait): Remove.
33288 (open-network-stream-server): Remove.
33289
33290 2005-05-15 Richard M. Stallman <rms@gnu.org>
33291
33292 * faces.el (describe-face): Output a definition link button.
33293
33294 * help-mode.el (help-face-def): New button type.
33295
33296 * emacs-lisp/copyright.el (copyright-fix-years):
33297 Match properly if the first year is 2-digit.
33298 Don't mess up the whitespace after the years by filling.
33299
33300 * dired-aux.el (dired-mark-confirm):
33301 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
33302
33303 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
33304 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
33305 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
33306
33307 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33308 Set font-lock-comment-start-skip.
33309
33310 * font-lock.el (font-lock-comment-start-skip): New variable.
33311 (font-lock-comment-end-skip): New variable.
33312 (font-lock-fontify-syntactically-region): Use them if non-nil.
33313
33314 2005-05-15 Jay Belanger <belanger@truman.edu>
33315
33316 * calc/calc-store.el (calc-store-value): Return a string rather
33317 than display it as a message.
33318 Use calc-var-name for variable name.
33319 (calc-store-into): Add the result of calc-store-value to message.
33320 (calc-copy-variable): Add a message.
33321 (calc-store-exchange): Improve error messages.
33322 (calc-store-binary, calc-store-map): Don't reset the values of
33323 special constants.
33324
33325 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
33326
33327 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
33328 manual to docstring.
33329
33330 * files.el (hack-local-variables-confirm): Add STRING argument.
33331 Make the function handle non file visiting buffers correctly.
33332 (hack-local-variables-prop-line, hack-local-variables)
33333 (hack-one-local-variable): Use STRING arg of
33334 `hack-local-variables-confirm'.
33335
33336 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
33337
33338 Sync with Tramp 2.0.49.
33339
33340 * net/tramp.el (tramp-handle-dired-call-process)
33341 (tramp-handle-insert-directory):`insert-buffer' cannot be used
33342 because the contents of the Tramp buffer is changed before
33343 insertion (`expand-file' and alike).
33344 (tramp-handle-insert-directory): If `localname' has an empty
33345 nondirectory name, it must not be quoted.
33346 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
33347 variable `tramp-chunksize'. Change callees.
33348 (tramp-open-connection-setup-interactive-shell): Check remote host
33349 for buggy `send-process-string' implementation.
33350 Set `tramp-chunksize' if found. Reported by Michael Kifer
33351 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
33352 (tramp-handle-shell-command): `insert-buffer' cannot be used
33353 because the contents of the Tramp buffer is changed before
33354 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
33355 <frederic.bothamy@free.fr>.
33356 (tramp-set-auto-save): Actions should be done for Tramp file name
33357 handler only. Ange-FTP has its own auto-save mechanism.
33358 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
33359 (tramp-set-auto-save-file-modes): Set file modes of
33360 `buffer-auto-save-file-name' to ?\600 as fallback solution.
33361 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
33362 (tramp-bug): Remove obsolete variable.
33363 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
33364 for presence of `mml-mode'. Make it running for older Emacsen as well.
33365
33366 2005-05-14 John Paul Wallington <jpw@pobox.com>
33367
33368 * ibuf-ext.el (define-ibuffer-filter filename):
33369 If `dired-directory' is a list, use its car.
33370
33371 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
33372
33373 * ibuffer.el (define-ibuffer-column filename):
33374 If `dired-directory' is a list, use its car.
33375
33376 2005-05-14 Richard M. Stallman <rms@gnu.org>
33377
33378 * subr.el (symbol-file): Doc fix.
33379
33380 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
33381 (byte-compile-form): Call byte-compile-nogroup-warn.
33382 (byte-compile-warning-types): Doc fix.
33383
33384 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
33385
33386 * progmodes/cc-engine.el (c-literal-faces):
33387 Add font-lock-comment-delimiter-face.
33388
33389 * net/net-utils.el (dig): Use with-no-warnings.
33390
33391 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
33392 (sc-recite-frame-alist, sc-default-cite-frame)
33393 (sc-default-uncite-frame, sc-default-recite-frame)
33394 (sc-attrib-selection-list, sc-rewrite-header-list):
33395 Mark as risky-local-variable.
33396
33397 * international/ogonek.el (ogonek-jak, ogonek-how):
33398 Don't use beginning-of-buffer.
33399
33400 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
33401
33402 * calendar/solar.el (solar-data-list): Move definition up.
33403
33404 * dnd.el (dnd-protocol-alist): Add autoload.
33405
33406 * progmodes/sh-script.el: Many doc usage fixes.
33407 (sh-indent-after-do): Change default to match common styles.
33408
33409 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
33410
33411 * files.el (interpreter-mode-alist)
33412 (auto-mode-interpreter-regexp): Doc fixes.
33413
33414 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
33415
33416 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
33417
33418 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
33419
33420 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33421
33422 * dired.el (dired-mode): make-variable-buffer-local =>
33423 make-local-variable.
33424
33425 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33426
33427 * term/mac-win.el (mac-select-convert-to-string): Try coding
33428 systems in mac-script-code-coding-systems if specified one cannot
33429 encode string for `com.apple.traditional-mac-plain-text'.
33430
33431 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
33432
33433 * progmodes/make-mode.el (makefile-targets-face)
33434 (makefile-shell-face, makefile-makepp-perl-face): New faces.
33435 (makefile-dependency-regex): Fix it to not make the colon in
33436 $(var:a=b) special.
33437 (makefile-rule-action-regex): New regexp for highlighting embedded
33438 Shell strings.
33439 (makefile-macroassign-regex): Handle != for highlighting as
33440 embedded Shell strings.
33441 (makefile-var-use-regex): New const.
33442 (makefile-statements, makefile-automake-statements)
33443 (makefile-gmake-statements, makefile-makepp-statements)
33444 (makefile-bsdmake-statements): New consts.
33445 (makefile-make-font-lock-keywords): New function.
33446 (makefile-automake-font-lock-keywords)
33447 (makefile-gmake-font-lock-keywords)
33448 (makefile-makepp-font-lock-keywords)
33449 (makefile-bsdmake-font-lock-keywords): New consts.
33450 (makefile-mode-map): Add switchers between the various submodes.
33451 (makefile-mode): Document the availability of the variants.
33452 (makefile-automake-mode, makefile-gmake-mode)
33453 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
33454
33455 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
33456 new variants of makefile-mode.
33457
33458 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
33459
33460 * font-lock.el (font-lock-comment-delimiter-face): Fix up
33461 the inheritance.
33462
33463 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
33464
33465 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
33466 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
33467
33468 * files.el (normal-mode): Extend the scope of the
33469 `enable-local-variables' binding to include the `set-auto-mode' call.
33470 (magic-mode-alist): Doc fix.
33471
33472 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
33473
33474 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
33475 font-lock-comment-face rather than copying its setting.
33476
33477 2005-05-12 Andreas Schwab <schwab@suse.de>
33478
33479 * eshell/esh-mode.el (eshell-send-input): Doc fix.
33480
33481 2005-05-12 Lute Kamstra <lute@gnu.org>
33482
33483 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
33484 defcustom for the mode hook variable. Delete the last argument.
33485 * generic-x.el: Fix callers of define-generic-mode.
33486 (generic-x-modes): Delete group.
33487 (show-tabs-tab-face, show-tabs-space-face): Put them in the
33488 generic-x customization group.
33489
33490 2005-05-12 Kim F. Storm <storm@cua.dk>
33491
33492 * font-lock.el (font-lock-negation-char-face): Default to "off".
33493
33494 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
33495 font-lock-negation-char-face to ! in !=.
33496
33497 2005-05-12 Masatake YAMATO <jet@gyve.org>
33498
33499 * add-log.el (find-change-log): Fix typos in the docstring
33500 of function.
33501
33502 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
33503
33504 * international/latexenc.el (latexenc-find-file-coding-system):
33505 Avoid `re-search-forward' when looking for input encoding because
33506 of speed and safety. Better regular expressions for recognizing
33507 input encoding. Limit a search for TeX-master/tex-main-file to
33508 the local variable section.
33509
33510 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
33511
33512 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
33513 syntax of $ to "'" (quote).
33514
33515 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
33516
33517 * dnd.el (dnd-protocol-alist): Improve custom type.
33518
33519 * dired.el (dired-dnd-protocol-alist): New variable.
33520 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
33521 `dired-mode-hook' to the end.
33522
33523 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
33524
33525 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
33526 comment-end if comment-start-skip is not set.
33527 Obey the font-lock-comment-delimiter-face variables.
33528
33529 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
33530
33531 * files.el (executable-find): Move from executable.el. Use
33532 locate-file.
33533 * progmodes/executable.el (executable-find): Move to files.el.
33534
33535 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
33536 when trying to ensure forward progress.
33537
33538 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
33539
33540 * mouse-sel.el (mouse-sel-follow-link-p): New function.
33541 (mouse-select, mouse-select-internal, mouse-extend-internal):
33542 Use it to implement mouse-1-click-follows-link functionality.
33543
33544 2005-05-11 Richard M. Stallman <rms@gnu.org>
33545
33546 * font-lock.el (font-lock-fontify-syntactically-region):
33547 Use font-lock-comment-delimiter-face for comment delimiters.
33548
33549 2005-05-10 Jay Belanger <belanger@truman.edu>
33550
33551 * calc/calc-help.el (calc-m-prefix-help): Add mention of
33552 preserving embedded modes.
33553
33554 2005-05-10 Richard M. Stallman <rms@gnu.org>
33555
33556 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
33557
33558 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
33559 Move from ada-stmt.el.
33560 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
33561
33562 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
33563 Move to ada-mode.el.
33564 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
33565
33566 * cus-edit.el (custom-file): Call file-chase-links.
33567
33568 * files.el (read-directory-name): Fix previous change.
33569 (hack-local-variables-confirm): New function.
33570 (hack-local-variables-prop-line, hack-local-variables)
33571 (hack-one-local-variable): Use it.
33572
33573 2005-05-10 Lute Kamstra <lute@gnu.org>
33574
33575 * font-lock.el (font-lock-keywords-alist)
33576 (font-lock-removed-keywords-alist): Clarify docstrings.
33577
33578 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
33579
33580 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
33581 (gdb-source-info): Check for preprocessor info.
33582 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
33583 a macro for a function.
33584 (gdb-info-breakpoints-custom): Try to find file again if not already
33585 found (user might have used GDB dir command).
33586 (gdb-get-location): Update gdb-location-alist correctly for change
33587 to gdb-info-breakpoints-custom.
33588
33589 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
33590 (gud-tooltip-print-command): Add gdbmi case.
33591 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
33592 preprocessor info.
33593
33594 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
33595
33596 * startup.el (fancy-splash-insert): Fix typo in doc string.
33597
33598 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
33599
33600 * obsolete/float.el (string-to-float):
33601 * obsolete/hilit19.el (hilit-add-pattern):
33602 * obsolete/rnews.el (news-parse-range, news-select-message)
33603 (news-get-pruned-list-of-files): Replace `string-to-int' by
33604 `string-to-number'.
33605
33606 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
33607 `find-file-not-found-hooks'; use `add-hook'.
33608 (uncompress-while-visiting): Set `write-file-functions', not
33609 `write-file-hooks'; use `add-hook'.
33610
33611 2005-05-09 Kim F. Storm <storm@cua.dk>
33612
33613 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
33614 (cua-paste): Handle clipboard action.
33615 (cua--init-keymaps): Remap clipboard-kill-region and
33616 clipboard-kill-ring-save.
33617
33618 2005-05-08 Eli Zaretskii <eliz@gnu.org>
33619
33620 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33621 Improve commentary.
33622
33623 * simple.el (next-error-overlay-arrow-position): Revert the change
33624 made on 2005-04-30.
33625
33626 2005-05-07 Jay Belanger <belanger@truman.edu>
33627
33628 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
33629 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
33630 `calc-sel-reselect'.
33631
33632 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
33633 Calc is in embedded mode.
33634
33635 2005-05-07 Eli Zaretskii <eliz@gnu.org>
33636
33637 * progmodes/compile.el (compilation-setup):
33638 Set overlay-arrow-string to an empty string on text terminals.
33639
33640 * textmodes/ispell.el (ispell-program-name): Try looking for
33641 "aspell" along exec-path, and if found, use it as the default
33642 speller program.
33643
33644 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
33645
33646 * international/mule.el (sgml-xml-auto-coding-function):
33647 Recognize encoding='FOO' in single quotes as well as in double quotes.
33648
33649 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
33650
33651 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
33652 as well as `interactive', so that defmacro* would recognize
33653 `declare' forms.
33654
33655 2005-05-07 Eli Zaretskii <eliz@gnu.org>
33656
33657 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33658 Explain more about the LIGHTER arg's usage in the doc string.
33659 Add commentary to clarify what the code does. Fix the regexp that
33660 strips whitespace from LIGHTER. Quote LIGHTER before using it,
33661 since it could have characters special to regular expressions.
33662
33663 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
33664
33665 * replace.el (occur-1): Bind inhibit-read-only so that
33666 erase-buffer doesn't barf on read-only text properties (likewise
33667 for add-text-properties in occur-engine). Mark buffer as unmodified.
33668 (occur-engine): Don't set buffer-read-only here.
33669
33670 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
33671
33672 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
33673 list-buffers-directory. This caused the *cvs-commit* buffer to be
33674 sometimes mistakenly reused as a *cvs* buffer.
33675
33676 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
33677
33678 * tooltip.el: Move code for GUD tooltips into gud.el.
33679 (require): CL no longer needed to compile case.
33680 (tooltip-mode): Do not toggle functions for GUD tooltips.
33681 (tooltip-gud-tips-p): Remove. Replace with minor mode
33682 gud-tooltip-mode in gud.el.
33683 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
33684 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
33685 tooltip-gud prefix with gud-tooltip and obsolete.
33686 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
33687 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
33688 (tooltip-mouse-motion): Mouse movement functions/variable.
33689 Rename in gud.el by adding gud prefix.
33690 (tooltip-gud-original-filter, tooltip-gud-dereference)
33691 (tooltip-gud-event, tooltip-toggle-gud-tips)
33692 (tooltip-gud-process-output, tooltip-gud-print-command)
33693 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
33694 gud.el by replacing tooltip-gud prefix with gud-tooltip.
33695 (gdb-tooltip-print): Move to gdb-ui.el.
33696
33697 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
33698 (require): CL needed to compile case.
33699 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
33700 tooltip-gud-tips-p. Make it a minor-mode.
33701 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
33702 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
33703 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
33704 (gud-tooltip-change-major-mode)
33705 (gud-tooltip-activate-mouse-motions-if-enabled)
33706 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
33707 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
33708 (gud-tooltip-original-filter, gud-tooltip-dereference)
33709 (gud-tooltip-event, tooltip-toggle-gud-tips)
33710 (gud-tooltip-process-output, gud-tooltip-print-command)
33711 (gud-tooltip-tips): Move from tooltip.el.
33712
33713 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
33714 (gdb-cpp-define-alist-flags): Doc fix.
33715 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
33716 gud-tooltip-mode is t.
33717
33718 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
33719
33720 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
33721 evaporate if their text is deleted.
33722 (goto-address-at-point): Make it work as a mouse binding as well.
33723 (goto-address-at-mouse): Obsolete it. Update users.
33724
33725 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
33726
33727 * calendar/appt.el (top-level): No longer activate on load.
33728
33729 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
33730
33731 * calendar/cal-bahai.el (mark-bahai-diary-entries):
33732 * net/webjump.el (webjump):
33733 * progmodes/idlw-help.el (idlwave-do-context-help1)
33734 (idlwave-highlight-linked-completions):
33735 * textmodes/po.el (po-find-file-coding-system-guts):
33736 Replace `assoc-ignore-case' by `assoc-string'.
33737
33738 2005-05-06 Eli Zaretskii <eliz@gnu.org>
33739
33740 * files.el (locate-file): Doc fix.
33741
33742 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
33743 Remove the redundant test for ms-dos.
33744
33745 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
33746 look for the preprocessor with exec-suffixes. If not found in
33747 standard places, look in exec-path. Remove most of the tests that
33748 used system-type.
33749
33750 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
33751
33752 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
33753
33754 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
33755 file-name clash with jka-compr.el on 8+3 filesystems.
33756
33757 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33758
33759 * term/mac-win.el: Don't define or bind scroll bar functions if
33760 x-toolkit-scroll-bars is t.
33761 (x-select-text, x-get-selection-value): Clear
33762 x-last-selected-text-clipboard if x-select-enable-clipboard is
33763 nil.
33764 (PRIMARY): Put mac-scrap-name property.
33765 (mac-select-convert-to-file-url): New function.
33766 (public.file-url): New selection target type. Add to
33767 selection-converter-alist.
33768 (x-get-selection, x-selection-value): Handle it.
33769 (x-cut-buffer-or-selection-value): New alias.
33770
33771 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33772
33773 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
33774 entry to avoid calling bibtex-find-entry with arg global
33775 being t. Remove arg key.
33776 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
33777 (bibtex-copy-summary-as-kill): Change accordingly.
33778
33779 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
33780
33781 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
33782 (org-agenda-date-later): Use with-current-buffer.
33783
33784 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
33785
33786 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
33787 (define-obsolete-variable-alias): Doc Fixes.
33788
33789 2005-05-06 Kim F. Storm <storm@cua.dk>
33790
33791 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
33792 vertical-motion when selective-display is active.
33793
33794 * ido.el (ido-setup-hook): New hook.
33795 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
33796 (ido-input-stack): New var.
33797 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
33798 ido-next-work-file binding to M-O.
33799 Bind M-f to ido-wide-find-file-or-pop-dir.
33800 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
33801 (ido-read-internal): Run ido-setup-hook.
33802 Catch quit in read-file-name and read-string to cancel edit.
33803 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
33804 Automatically pop-all when completing a directory name (RET).
33805 (ido-file-internal): Add with-no-warnings around ffap and dired code.
33806 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
33807 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
33808 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
33809 New functions for M-b/M-f to move among the directory components.
33810 (ido-make-merged-file-list): Catch quit to cancel merge.
33811 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
33812 (ido-completion-help): No warnings for ido-completion-buffer-full.
33813
33814 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
33815
33816 * font-lock.el (font-lock-negation-char-face): New face and variable.
33817 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
33818 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
33819 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
33820 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
33821
33822 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
33823
33824 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
33825 Fix typo in docstring.
33826
33827 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
33828 (ebrowse-print-statistics-line)
33829 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
33830
33831 * term/w32-win.el (image-library-alist): Add additional name for
33832 Xpm library.
33833
33834 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
33835
33836 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
33837 use gcc instead of cpp.
33838
33839 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
33840 (gdb-create-define-alist): Use it.
33841 (gdb-cpp-define-alist-program): Update for MS-DOS.
33842
33843 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
33844
33845 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
33846
33847 2005-05-04 Richard M. Stallman <rms@gnu.org>
33848
33849 * help.el (describe-key): No error when UNTRANSLATED is nil.
33850
33851 * simple.el (line-move-1): Fix previous change to signal errors
33852 appropriately.
33853
33854 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
33855
33856 * calendar/icalendar.el (icalendar-version): Now at 0.12.
33857 (icalendar-duration-correction): Remove.
33858 (icalendar--get-event-properties): Split result at commas.
33859 (icalendar--decode-isoduration): New optional argument
33860 DURATION-CORRECTION.
33861 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
33862 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
33863 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
33864 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
33865 (icalendar--convert-anniversary-to-ical): New functions, extracted
33866 from icalendar-export-region, with bug fixes.
33867 (icalendar-export-region): Use the above functions.
33868 (icalendar-import-buffer): Check before saving diary file.
33869 (icalendar--convert-recurring-to-diary)
33870 (icalendar--convert-non-recurring-all-day-to-diary)
33871 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
33872 extracted from icalendar--convert-ical-to-diary, with bug fixes.
33873 (icalendar--convert-ical-to-diary): Use the above functions.
33874
33875 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
33876
33877 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
33878 Remove these recent additions.
33879 (c-mode): Restore to before 2005-04-28.
33880
33881 * progmodes/cc-vars.el (cc-define-list-program): Remove this
33882 recent addition.
33883
33884 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
33885 (gdb-define-alist): New variables.
33886 (gdb-create-define-alist): New function.
33887 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
33888 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
33889 with string-to-number.
33890 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
33891
33892 * progmodes/gud.el: Replace string-to-int with string-to-number.
33893 (gud-find-file): Handle gdb-define-alist.
33894
33895 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
33896
33897 2005-05-02 Jay Belanger <belanger@truman.edu>
33898
33899 * calc/calc-aent.el (math-read-token):
33900 * calc/calc-bin.el (calc-word-size):
33901 * calc/calc-ext.el (calc-read-number-fancy):
33902 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
33903 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
33904 * calc/calc-frac.el (calc-over-notation):
33905 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
33906 (calc-graph-num-points, calc-graph-init):
33907 * calc/calc-prog.el (calc-read-parse-table-part)
33908 (calc-edit-macro-repeats):
33909 * calc/calc-yank.el (calc-do-grab-rectangle):
33910 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
33911 Replace `string-to-int' by `string-to-number'.
33912
33913 2005-05-02 Kim F. Storm <storm@cua.dk>
33914
33915 * kmacro.el: Use executing-kbd-macro-index variable.
33916
33917 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
33918
33919 * net/rlogin.el (rlogin-parse-words): Delete func.
33920 (rlogin): Use split-string, not rlogin-parse-words.
33921 Also, if there are option-like elements in the parsed args,
33922 take the host to be the first arg immediately following them.
33923 Suggested by Michael Mauger.
33924
33925 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
33926
33927 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
33928
33929 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
33930
33931 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
33932 (cc-mode-cpp-program): Rename to cc-define-list-program and
33933 move to cc-vars.el.
33934
33935 * progmodes/cc-vars.el (cc-define-list-program):
33936 Change to "gcc -E -dM -". Make customizable.
33937
33938 2005-05-02 Kim F. Storm <storm@cua.dk>
33939
33940 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
33941
33942 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
33943
33944 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
33945
33946 * international/mule-util.el (truncate-string): Remove alias and
33947 obsolete declaration.
33948
33949 * international/mule-cmds.el (update-iso-coding-systems):
33950 Remove alias and obsolete declaration.
33951
33952 * international/mule.el (coding-system-parent): Remove alias and
33953 obsolete declaration.
33954
33955 * subr.el (define-function, sref): Remove aliases and obsolete
33956 declarations.
33957 (chars-in-region): Remove obsolete declaration.
33958
33959 2005-05-01 Richard M. Stallman <rms@gnu.org>
33960
33961 * info.el (Info-mode): Set widen-automatically to nil, locally.
33962
33963 * simple.el (widen-automatically): New variable.
33964 (pop-global-mark): Obey widen-automatically.
33965
33966 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
33967
33968 * term/xterm.el (function-key-map): Call substitute-key-definition
33969 before the keymap size is increased by a lot of define-key calls.
33970
33971 2005-05-01 Richard M. Stallman <rms@gnu.org>
33972
33973 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
33974 Rename ARG to ELEMENT. Doc fix.
33975
33976 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
33977
33978 * allout.el (allout-exposure): Remove macro and obsolete declaration.
33979 Remove references to allout-exposure/change to allout-new-exposure.
33980
33981 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
33982 bytecode symbols.
33983
33984 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
33985 (compiled-function-p, focus-frame, unfocus-frame):
33986 Remove aliases and obsolete declarations.
33987 Back out inadvertent changes from previous commit.
33988
33989 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
33990
33991 * files.el (require-final-newline): Make Custom tags consistent
33992 with mode-require-final-newline.
33993 (mode-require-final-newline): Doc fix.
33994
33995 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
33996
33997 * international/latexenc.el (latexenc-find-file-coding-system):
33998 Fix regular expressions.
33999
34000 2005-05-01 David Kastrup <dak@gnu.org>
34001
34002 * international/latexenc.el (latexenc-find-file-coding-system):
34003 Fix regular expressions.
34004
34005 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
34006
34007 * subr.el (string-to-int): Make obsolete.
34008
34009 2005-04-30 Richard M. Stallman <rms@gnu.org>
34010
34011 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
34012
34013 * loadup.el: Load jka-comp-hook.
34014
34015 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
34016 (jka-compr-handler): Add autoload. `put' calls moved
34017 to jka-comp-hook.el.
34018 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
34019 (jka-compr-inhibit): Autoload.
34020
34021 * jka-comp-hook.el: New file.
34022 Enable the mode by default.
34023
34024 * files.el (backup-buffer-copy): Use copy-file instead
34025 of write-region, and put back the 'excl.
34026
34027 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
34028
34029 * progmodes/flymake.el (flymake-split-string)
34030 (flymake-split-string, flymake-log, flymake-pid-to-names)
34031 (flymake-reg-names, flymake-get-source-buffer-name)
34032 (flymake-unreg-names, flymake-add-line-err-info)
34033 (flymake-add-err-info): Clarify docstrings.
34034 (flymake-popup-menu, flymake-make-emacs-menu)
34035 (flymake-make-xemacs-menu): Add docstrings.
34036 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
34037 Set variables directly throughout.
34038
34039 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
34040
34041 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
34042 exists. Initialize cc-define-alist.
34043 (c-mode): Add cc-create-define-alist locally to after-save-hook.
34044 If there is no file (Macroexpansion) don't create an alist.
34045
34046 2005-04-29 Sam Steingold <sds@gnu.org>
34047
34048 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
34049 (cc-create-define-alist): Use it instead of the hard-coded string.
34050
34051 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
34052
34053 * international/mule-conf.el (file-coding-system-alist): Fix regexp
34054 for latexenc.
34055
34056 2005-04-29 Lute Kamstra <lute@gnu.org>
34057
34058 * emacs-lisp/generic.el: Improve commentary section.
34059 (define-generic-mode): Improve docstring.
34060
34061 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
34062
34063 * textmodes/org.el (many places): Change to quiet the byte compiler.
34064 (org-prefix-format-compiled): New variable.
34065 (org-compile-prefix-format): New function.
34066 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
34067 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
34068 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
34069 (org-get-entries-from-diary): Use `org-get-time-of-day' for
34070 consistency with entries from `org-mode' files.
34071 (org-get-time-of-day): Fix bug with partial matches early in a line.
34072 (org-non-link-chars): New constant.
34073 (org-link-regexp): Respect `org-non-link-chars'.
34074 (org-agenda-day-view): Remove command.
34075 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
34076 (org-follow-bbdb-link, org-store-link): Search also company field.
34077 (org-highlight-overlay): New variable.
34078 (org-highlight, org-unhighlight): New functions.
34079 (org-agenda-mode): Add pre-command-hook to remove highlight.
34080 (org-evaluate-time-range): Behavior depends upon whether time stamp
34081 contains a time or not.
34082 (org-show-subtree, org-show-entry): New functions.
34083 (org-agenda-cleanup-fancy-diary): Remove empty lines.
34084
34085 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
34086
34087 * comint.el (comint-output-filter-functions): Add autoload cookie.
34088
34089 2005-04-28 Kim F. Storm <storm@cua.dk>
34090
34091 * ido.el (ido-everywhere): Fix last change.
34092
34093 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
34094
34095 * international/latexenc.el: New file.
34096 * international/mule-conf.el (file-coding-system-alist): For .tex,
34097 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
34098
34099 2005-04-28 Lute Kamstra <lute@gnu.org>
34100
34101 * font-lock.el (font-lock-add-keywords)
34102 (font-lock-remove-keywords): Clarify docstring.
34103 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
34104 Don't start docstrings with a `*'.
34105 (font-lock-update-removed-keyword-alist): Give it a docstring.
34106
34107 * generic-x.el: Update commentary section.
34108 Only require font-lock when compiling.
34109 Define all modes conditionally.
34110 Place all generic modes in the generic-x-modes customization group.
34111 (generic-x-modes): New customization group.
34112 (generic-default-modes, generic-mswindows-modes)
34113 (generic-unix-modes, generic-other-modes): New constants.
34114 (generic-define-mswindows-modes, generic-define-unix-modes):
34115 Update docstrings. Make them obsolete.
34116 (generic-extras-enable-list): New default value. Update docstring.
34117 Improve :type. Change :set function.
34118 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
34119 Fix docstring.
34120
34121 * emacs-lisp/generic.el (generic-mode-internal):
34122 Simplify font-lock-defaults.
34123 (define-generic-mode): Fix docstring.
34124
34125 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
34126
34127 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
34128 font-lock-face property to highlight matches.
34129
34130 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
34131
34132 * progmodes/cc-mode.el (cc-create-define-alist): New function.
34133 (cc-define-alist): New variable.
34134 (c-mode): Make it local and initialize it.
34135
34136 * progmodes/gdb-ui.el (gdb-active-process): New variable.
34137 (gdb-exited): New function.
34138 (gdb-annotation-rules): Use it.
34139 (gdb-starting): Set gdb-active-process to t.
34140 (gdb-stopping): Amend doc string.
34141 (gdb-reset): Set gdb-active-process to nil.
34142
34143 * tooltip.el (tooltip-gud-tips): Show the associated #define
34144 directives when a C program under GDB is not executing.
34145
34146 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
34147
34148 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
34149 font-lock-fontify-syntactic-keywords.
34150
34151 * font-lock.el (font-lock-default-fontify-region): Don't force
34152 parse-sexp-lookup-properties to nil.
34153
34154 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
34155
34156 * man.el (man-mode-syntax-table): Set up `:' to have
34157 word-constituent syntax.
34158
34159 2005-04-27 Lute Kamstra <lute@gnu.org>
34160
34161 * novice.el (disable-command): Don't add spurious newlines to the
34162 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
34163
34164 2005-04-26 Jay Belanger <belanger@truman.edu>
34165
34166 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
34167 than one window before deleting window.
34168
34169 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
34170
34171 * shell.el (shell-prompt-pattern): Doc fix.
34172 (shell-mode): Set paragraph-separate buffer locally to "\\'".
34173
34174 * comint.el (comint-prompt-regexp, comint-get-old-input)
34175 (comint-use-prompt-regexp)
34176 (comint-use-prompt-regexp-instead-of-fields)
34177 (comint-replace-by-expanded-history, comint-send-input)
34178 (comint-output-filter, comint-get-old-input-default)
34179 (comint-line-beginning-position, comint-bol, comint-show-output)
34180 (comint-backward-matching-input, comint-forward-matching-input)
34181 (comint-next-prompt, comint-previous-prompt):
34182 Rename `comint-use-prompt-regexp-instead-of-fields' to
34183 `comint-use-prompt-regexp'. Keep old name as alias and declare
34184 obsolete.
34185 (comint-use-prompt-regexp): Shorten first line of doc string.
34186
34187 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
34188 Set paragraph-separate buffer locally to "\\'".
34189
34190 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
34191 Adapt to above name change.
34192
34193 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
34194 (smbclient-prompt-regexp): Ditto.
34195
34196 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
34197
34198 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
34199
34200 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
34201 gdb-location-list.
34202 Break lines that are over 80 characters wide.
34203
34204 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
34205
34206 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
34207 New fun and var, to preserve compatibility.
34208
34209 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
34210
34211 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
34212
34213 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
34214 name to file-newer-than-file-p.
34215
34216 2005-04-26 Richard M. Stallman <rms@gnu.org>
34217
34218 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
34219
34220 * progmodes/python.el (python-mode):
34221 Use new name eldoc-documentation-function.
34222
34223 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
34224
34225 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
34226 (eldoc-documentation-function):
34227 Rename from eldoc-print-current-symbol-info-function. Calls changed.
34228
34229 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
34230
34231 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
34232
34233 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
34234
34235 * term/xterm.el (function-key-map): Fix strings for
34236 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
34237 {C,S,A,C-S}-{f1-f12}.
34238
34239 2005-04-26 Kenichi Handa <handa@m17n.org>
34240
34241 * international/mule-cmds.el (select-safe-coding-system):
34242 Fix previous change.
34243
34244 2005-04-26 Lute Kamstra <lute@gnu.org>
34245
34246 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
34247
34248 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
34249 (font-lock-comment-delimiter-face): Ditto.
34250
34251 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
34252
34253 2005-04-25 Jay Belanger <belanger@truman.edu>
34254
34255 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34256 to t while inserting information; use help-mode.
34257
34258 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
34259
34260 * term.el (ansi-term-color-vector): Use the xterm colors.
34261 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
34262
34263 2005-04-25 Lute Kamstra <lute@gnu.org>
34264
34265 * font-core.el (font-lock-defaults): Fix docstring.
34266
34267 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
34268
34269 2005-04-25 Kenichi Handa <handa@m17n.org>
34270
34271 * international/mule-cmds.el (select-safe-coding-system):
34272 Don't check consistency with coding: spec, etc if raw-text or
34273 no-conversion was found to be safe.
34274
34275 2005-04-24 Richard M. Stallman <rms@gnu.org>
34276
34277 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
34278 citation markers at start of each line.
34279
34280 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
34281 citation markers at start of each line.
34282
34283 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
34284
34285 * files.el (mode-require-final-newline): Fix previous change.
34286 (require-final-newline): Fix type label.
34287
34288 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
34289
34290 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
34291 statement in buffer (broken by 2004-11-24 change).
34292
34293 2005-04-24 Kim F. Storm <storm@cua.dk>
34294
34295 * ido.el (ido-everywhere): Save and restore old read-buffer-function
34296 and read-file-name-function values. Don't overwrite existing
34297 non-nil values if ido-mode is enabled without ido-everywhere.
34298
34299 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
34300
34301 * files.el (mode-require-final-newline): Minor doc fix.
34302
34303 2005-04-24 Eli Zaretskii <eliz@gnu.org>
34304
34305 * subr.el (syntax-after): Doc fix.
34306 (syntax-class): If argument is nil, return nil. Mask off upper 16
34307 bits, not 8 bits.
34308
34309 * files.el (mode-require-final-newline): Doc fix.
34310 (backup-buffer-copy): Fix last change.
34311
34312 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34313
34314 * term/mac-win.el: Require select. Set selection-coding-system to
34315 mac-system-coding-system. Call menu-bar-enable-clipboard.
34316 (x-last-selected-text-clipboard, x-last-selected-text-primary)
34317 (x-select-enable-clipboard): New variables.
34318 (x-select-text, x-get-selection, x-selection-value)
34319 (x-get-selection-value, mac-select-convert-to-string)
34320 (mac-services-open-file, mac-services-open-selection)
34321 (mac-services-insert-text): New functions.
34322 (CLIPBOARD, FIND): Put mac-scrap-name property.
34323 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
34324 (public.tiff): Put mac-ostype property.
34325 (selection-converter-alist): Add entries for them.
34326 (mac-application-menu-map): New keymap.
34327 (interprogram-cut-function, interprogram-paste-function): Set to
34328 x-select-text and x-get-selection-value, respectively.
34329 (split-window-keep-point): Set to t.
34330
34331 2005-04-23 Richard M. Stallman <rms@gnu.org>
34332
34333 * files.el (read-directory-name): Always pass non-nil
34334 DEFAULT-FILENAME arg to read-file-name.
34335 (backup-buffer-copy, basic-save-buffer-2): Take care against
34336 writing thru an unexpected existing symlink.
34337 (revert-buffer): In indirect buffer, revert the base buffer.
34338 (magic-mode-alist): Doc fix.
34339 (buffer-stale-function): Doc fix.
34340 (minibuffer-with-setup-hook): Avoid warning.
34341 (mode-require-final-newline): Doc and custom fix.
34342
34343 * follow.el (follow-end-of-buffer): Use with-no-warnings.
34344
34345 * font-lock.el (font-lock-comment-face): On terminals with few colors,
34346 use the default appearance.
34347 (font-lock-comment-delimiter-face): New face, new variable.
34348
34349 * imenu.el (imenu--generic-function): The official position of a
34350 definition is the start of the line that BEG is in.
34351
34352 * midnight.el (midnight-timer): Move defvar up.
34353
34354 * mouse.el (mouse-drag-region-1): Delete some debugging code.
34355
34356 * saveplace.el (save-place-to-alist): Use with-no-warnings.
34357
34358 * startup.el (command-line): Use with-no-warnings.
34359
34360 * window.el (window-size-fixed): New defvar.
34361
34362 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
34363
34364 * mail/rmail.el (rmail-font-lock-keywords):
34365 Use font-lock-comment-delimiter-face.
34366
34367 * mail/sendmail.el (mail-font-lock-keywords):
34368 Use font-lock-comment-delimiter-face.
34369
34370 * progmodes/compile.el (next-error-highlight-timer): New defvar.
34371
34372 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
34373
34374 * progmodes/compile.el (compilation-mode-font-lock-keywords):
34375 Specify t for LAXMATCH when matching directories.
34376 Save match data around compilation-compat-error-properties form.
34377
34378 2005-04-23 David Kastrup <dak@gnu.org>
34379
34380 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
34381 Mention that the autoloaded aliases should be kept for AUCTeX.
34382
34383 2005-04-23 Andreas Schwab <schwab@suse.de>
34384
34385 * isearch.el (isearch-forward): Doc fix.
34386
34387 2005-04-23 Eli Zaretskii <eliz@gnu.org>
34388
34389 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
34390 (jit-lock-stealth-nice): Change default value to 0.5.
34391
34392 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
34393
34394 * abbrev.el (write-abbrev-file): Write table entries in
34395 alphabetical order by table name.
34396
34397 2005-04-22 Kim F. Storm <storm@cua.dk>
34398
34399 * ido.el (ido-read-internal): Fix `list' completion.
34400
34401 2005-04-22 Kenichi Handa <handa@m17n.org>
34402
34403 * recentf.el (recentf-save-file-coding-system): New variable.
34404 (recentf-save-list): Encode the file by
34405 recentf-save-file-coding-system and add coding: tag.
34406
34407 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
34408
34409 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
34410
34411 2005-04-21 Lute Kamstra <lute@gnu.org>
34412
34413 * loadhist.el (unload-feature): Don't remove a function from hooks
34414 if it is about to be restored to an autoload . Remove functions
34415 that will become unbound from auto-mode-alist. Simplify the code.
34416
34417 * subr.el (assq-delete-all): New implementation that is linear,
34418 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
34419 (rassq-delete-all): New function.
34420
34421 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34422 Add size-indication-mode.
34423
34424 2005-04-21 Kenichi Handa <handa@m17n.org>
34425
34426 * international/mule-cmds.el: Add autoload for widget-value in
34427 eval-when-compile.
34428
34429 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
34430
34431 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34432 Add tooltip-mode.
34433
34434 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
34435
34436 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
34437
34438 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
34439 (inferior-lisp-filter-regexp, inferior-lisp-program)
34440 (inferior-lisp-load-command, inferior-lisp-prompt)
34441 (inferior-lisp-mode-hook, lisp-source-modes)
34442 (inferior-lisp-load-hook): defvar->defcustom.
34443 (inferior-lisp-program, inferior-lisp-prompt)
34444 (inferior-lisp-load-hook): Doc fixes.
34445 (inferior-lisp-install-letter-bindings): Small change in
34446 introductory comment.
34447
34448 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
34449
34450 * vc.el (vc-annotate-color-map): Change some colors so that text
34451 using them as foreground is readable on both white and black
34452 backgrounds.
34453
34454 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
34455
34456 * international/mule-conf.el (translation-table-for-input):
34457 Remove redundant declaration.
34458
34459 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
34460
34461 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
34462
34463 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
34464 (tooltip-toggle-gud-tips): New function.
34465
34466 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34467
34468 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
34469 right angle brackets.
34470
34471 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
34472
34473 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
34474
34475 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
34476
34477 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
34478 Remove. Update callers to use expand-file-name instead.
34479
34480 * subr.el (syntax-class): New function.
34481
34482 * simple.el (blink-matching-open): Use it.
34483
34484 * paren.el (show-paren-function): Use it to recognize parens that are
34485 also used in 2-char comment markers.
34486
34487 2005-04-19 Lute Kamstra <lute@gnu.org>
34488
34489 * loadhist.el (unload-feature): Update for new format of
34490 load-history. Simplify the code.
34491
34492 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34493
34494 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
34495 (mac-add-charset-info): New function. Initialize variable
34496 mac-charset-info-alist using it.
34497 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
34498 for translation.
34499 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
34500 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
34501 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
34502 New CCL programs.
34503
34504 2005-04-19 Kim F. Storm <storm@cua.dk>
34505
34506 * simple.el (next-buffer, prev-buffer, next-error)
34507 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34508 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
34509
34510 * bindings.el (next-buffer, prev-buffer, next-error)
34511 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34512 (clone-indirect-buffer-other-window): Move bindings from simple.el.
34513 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
34514 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
34515
34516 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
34517
34518 * isearch.el (isearch-edit-string): Make the search-ring available for
34519 minibuffer history commands.
34520 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
34521 the default history commands now work just as well.
34522 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
34523
34524 2005-04-18 Kim F. Storm <storm@cua.dk>
34525
34526 * emulation/cua-base.el (cua--pre-command-handler): Add more
34527 elaborate check for shift modifier on non-window systems.
34528
34529 2005-04-18 Lars Hansen <larsh@math.ku.dk>
34530
34531 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
34532
34533 2005-04-18 Kim F. Storm <storm@cua.dk>
34534
34535 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
34536 and make it optional. Don't test tooltip-gud-echo-area here.
34537 (tooltip-gud-process-output, gdb-tooltip-print):
34538 Pass tooltip-gud-echo-area to tooltip-show.
34539 (tooltip-help-tips): Remove second optional arg to tooltip-show.
34540
34541 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34542
34543 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
34544 `display-graphic-p' may not be bound yet.
34545
34546 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
34547
34548 * startup.el (command-line): No longer enable Xterm Mouse mode by
34549 default in terminals compatible with xterm.
34550
34551 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
34552
34553 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
34554
34555 * tooltip.el (tooltip-gud-echo-area): Rename from
34556 tooltip-use-echo-area.
34557 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
34558 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
34559 area independently of where help tooltips are displayed.
34560
34561 2005-04-17 David Kastrup <dak@gnu.org>
34562
34563 * cus-theme.el (custom-theme-write-variables): Quote variables
34564 where necessary.
34565
34566 2005-04-17 Richard M. Stallman <rms@gnu.org>
34567
34568 * simple.el (yank-excluded-properties): Add follow-link to value.
34569
34570 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
34571
34572 * startup.el (fancy-splash-max-time): Just 30 seconds.
34573 (fancy-splash-delay): Just 7.
34574 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
34575
34576 * loadhist.el (unload-feature): Update for new format of load-history.
34577 Simplify the code.
34578
34579 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
34580 (rmail-font-lock-keywords): Don't fontify the text of a citation.
34581
34582 * mail/sendmail.el (mail-font-lock-keywords):
34583 Don't fontify subject text.
34584 Don't fontify the text of a citation.
34585
34586 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
34587
34588 * comint.el (comint-output-filter): Run comint-output-filter-functions
34589 with point where the user had it.
34590
34591 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
34592
34593 * international/ucs-tables.el (ucs-set-table-for-input):
34594 Disable when using unify-on-decoding.
34595
34596 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
34597
34598 * emulation/cua-base.el (cua-global-mark-face): Add special case
34599 for displays supporting a high number of colors.
34600
34601 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
34602
34603 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
34604
34605 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
34606
34607 * filesets.el (filesets-add-buffer): If user supplies a name of a
34608 non-existing fileset, create a new fileset.
34609
34610 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
34611
34612 * textmodes/org.el (org-up-heading-all): Fix bug with
34613 `outline-up-heading-all'.
34614
34615 2005-04-16 Andreas Schwab <schwab@suse.de>
34616
34617 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
34618 /etc/permissions.d/* and /etc/aliases.d/*.
34619
34620 2005-04-16 Kenichi Handa <handa@m17n.org>
34621
34622 * international/code-pages.el (cp-make-coding-system):
34623 Set `translation-table-for-input' property value to the symbol
34624 ucs-mule-to-mule-unicode, not to that value.
34625 (pt154): Escape guillemet by `\'.
34626
34627 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
34628
34629 * loadup.el: Load tooltip if x-show-tip is fboundp.
34630
34631 * startup.el (command-line): Add comment.
34632
34633 * tooltip.el (tooltip-mode): Specify correct standard value for
34634 Custom in init-value.
34635
34636 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
34637
34638 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
34639 possible.
34640
34641 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
34642
34643 * textmodes/org.el (org-agenda-date-prompt): Rename from
34644 `org-agenda-date-today'.
34645 (org-evaluate-time-range): Insert at point instead of directly
34646 after time range.
34647 (org-first-headline-recenter, org-subtree-end-visible-p)
34648 (org-optimize-window-after-visibility-change): New functions
34649 (org-agenda-post-command-hook): Don't allow point at end of line,
34650 to make sure it always hits the text properties.
34651 (org-agenda-next-date-line, org-agenda-previous-date-line):
34652 New commands.
34653 (org-set-regexps-and-options): Category may contain white space.
34654 (org-agenda-get-deadlines, org-agenda-get-scheduled):
34655 Improve marker positions.
34656 (org-agenda-new-marker): Argument POS made optional.
34657 (org-agenda-get-timestamps): Deadlines which are done are listed
34658 in org-done-face now.
34659 (org-agenda-get-todos, org-agenda-get-timestamps)
34660 (org-agenda-get-deadlines, org-agenda-get-scheduled):
34661 Set `undone-face' and `done-face' properties.
34662 (org-last-todo-state-is-todo): New variable.
34663 (org-todo): Set `org-last-todo-state-is-todo'.
34664 (org-agenda-todo): Change face according to
34665 `org-last-todo-state-is-todo'. And change other lines referring to
34666 the same entry.
34667 (org-calendar-goto-agenda): New command.
34668 (org-calendar-to-agenda-key): New option.
34669 (org-startup-folded): New allowed value `content'.
34670 (org-set-regexps-and-options): Accept new value `content' for
34671 `org-startup-folded'.
34672 (org-get-current-options): Handle new value `content' for
34673 `org-startup-folded'.
34674 (org-insert-todo-heading): New command.
34675 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
34676 interactively in empty file and option
34677 `org-insert-mode-line-in-empty-file' has been set.
34678 (org-agenda-todo, org-agenda-priority): Modify to use
34679 `org-agenda-change-all-lines'.
34680 (org-warning-face): Change color on dark background.
34681
34682 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34683
34684 * international/mule-cmds.el (set-locale-environment): On Mac OS,
34685 use preferences AppleLocale and AppleLanguages, and variable
34686 mac-system-locale for default locale. On Mac OS Classic, use
34687 mac-system-coding-system for default coding systems.
34688
34689 * term/mac-win.el: Don't set file-name-coding-system.
34690 Decode variables system-name, emacs-build-system, user-login-name, and
34691 user-full-name by mac-system-coding-system on Mac OS Classic.
34692 (mac-system-coding-system): New variable.
34693
34694 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
34695
34696 * startup.el (command-line): Handle `xterm-mouse-mode' before
34697 reading init file.
34698
34699 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
34700
34701 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
34702
34703 * progmodes/sh-script.el (sh-here-document-word): Make it a
34704 defcustom. Doc fix.
34705 (sh-add): Bash uses $(( )) for arithmetic.
34706 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
34707 (sh-maybe-here-document): Remove quotes and leading whitespace
34708 from heredoc word when closing. Indent heredoc with tabs if word
34709 starts with "-".
34710
34711 2005-04-13 Richard M. Stallman <rms@gnu.org>
34712
34713 * simple.el (undo): Fix previous change.
34714
34715 * custom.el (defface): Doc fix.
34716
34717 2005-04-13 Lute Kamstra <lute@gnu.org>
34718
34719 * Makefile.in (DONTCOMPILE): Remove list.
34720 (compile, compile-always): Don't use DONTCOMPILE.
34721 (update-authors): Load the library in which batch-update-authors
34722 is defined.
34723 * makefile.w32-in (DONTCOMPILE): Remove list.
34724 (compile, compile-always): Fix comments.
34725 (update-authors): Load the library in which batch-update-authors
34726 is defined.
34727
34728 * generic-x.el (generic-mode-ini-file-find-file-hook):
34729 Rename to ini-generic-mode-find-file-hook.
34730 Keep generic-mode-ini-file-find-file-hook as an alias.
34731 (ini-generic-mode-find-file-hook): Rename from
34732 generic-mode-ini-file-find-file-hook. Fix docstring.
34733 (ini-generic-mode): Docstring change.
34734 (bat-generic-mode-run-as-comint): Silence the byte compiler.
34735
34736 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
34737 called from lisp.
34738
34739 * generic.el: Move to the emacs-lisp subdir.
34740
34741 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
34742
34743 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
34744 and C-S- function and cursor motion keys.
34745
34746 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
34747
34748 * startup.el (command-line): Enable Xterm Mouse mode by default.
34749 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
34750 for Custom. No longer show "Mouse" in mode line when enabled.
34751 Doc fix.
34752
34753 2005-04-12 Kim F. Storm <storm@cua.dk>
34754
34755 * emulation/cua-base.el (cua-rectangle-face)
34756 (cua-rectangle-noselect-face): Define face attributes here.
34757
34758 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
34759
34760 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34761
34762 * startup.el (command-line): Turn off blinking cursor if
34763 cursorBlink in resources is off or false.
34764
34765 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34766
34767 * term/mac-win.el (dnd): Require dnd.
34768 (mac-drag-n-drop): Call dnd-handle-one-url.
34769 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
34770 (kTextEncodingISOLatin2): Remove constants.
34771 (mac-script-code-coding-systems): New constant.
34772 (mac-handle-language-change): New function.
34773 (special-event-map): Bind it to `language-change' event.
34774 (mac-centraleurroman, mac-cyrillic): New coding systems.
34775 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
34776 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
34777 and mac-cyrillic-encoder to encode-mac-centraleurroman and
34778 encode-mac-cyrillic, respectively.
34779
34780 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34781
34782 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
34783 Don't set overlay-arrow-string to "=>" as this is done
34784 globally in C now.
34785
34786 2005-04-12 Lute Kamstra <lute@gnu.org>
34787
34788 * generic-x.el (rc-generic-mode, rul-generic-mode):
34789 Fix auto-mode-alist entries.
34790 (etc-fstab-generic-mode): Tweak fontification.
34791
34792 * generic.el (generic-make-keywords-list): Fix docstring.
34793 (generic-mode-internal): Simplify generic-font-lock-keywords.
34794
34795 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
34796
34797 * whitespace.el (whitespace-buffer-leading)
34798 (whitespace-buffer-trailing): Revert the incorrect test inversion.
34799 However, fix the highlight area for the leading and
34800 trailing whitespaces to show space.
34801
34802 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
34803
34804 * whitespace.el (whitespace-version): Bump to 3.5.
34805
34806 (whitespace-buffer-leading, whitespace-buffer-trailing):
34807 Invert sense of the test to highlight the whitespace.
34808
34809 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34810
34811 * progmodes/gud.el (gud-display-line): GUD uses its own
34812 overlay arrow now so don't set overlay-arrow-string.
34813 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
34814
34815 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
34816
34817 * term.el (term-ansi-current-bold, term-ansi-current-underline)
34818 (term-ansi-current-reverse, term-ansi-current-invisible)
34819 (term-ansi-face-already-done): Change to boolean.
34820 (term-reset-terminal, term-handle-colors-array): Handle the above
34821 vars accordingly.
34822 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
34823 (term-emulate-terminal): Use the new name.
34824
34825 * faces.el (secondary-selection): Use yellow1, not yellow.
34826 (trailing-whitespace): Use red1, not red.
34827
34828 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34829
34830 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
34831 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
34832 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
34833
34834 * cus-edit.el (dnd): New group.
34835
34836 * term/w32-win.el (dnd): Require dnd
34837 (w32-drag-n-drop): Call dnd-handle-one-url.
34838
34839 * x-dnd.el: Require dnd.
34840 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
34841 Call dnd-handle-one-url.
34842 (x-dnd-types-alist, x-dnd-insert-utf8-text)
34843 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
34844 to dnd-insert-text.
34845 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
34846 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
34847 (x-dnd-get-local-file-name, x-dnd-open-local-file)
34848 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
34849
34850 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
34851
34852 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34853
34854 * wdired.el: Doc fixes.
34855 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
34856 (wdired-use-dired-vertical-movement): Rename from
34857 wdired-always-move-to-filename-beginning.
34858 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
34859 (wdired-change-to-wdired-mode): Change mode name.
34860 (wdired-newline): Delete.
34861
34862 2005-04-11 Richard M. Stallman <rms@gnu.org>
34863
34864 * whitespace.el (whitespace-highlight-the-space):
34865 Don't call whitespace-unhighlight-the-space here.
34866
34867 * simple.el (undo): Record t in undo-equiv-table
34868 for the redo record made by an undo-in-region.
34869
34870 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
34871
34872 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
34873 (gdb-frame-inferior-io-buffer): New Functions to control
34874 display of separate IO buffer.
34875 (menu): Add them to menu-bar.
34876 (gdb-display-buffer): Check for buffer another frame.
34877 Protect GUD buffer.
34878 (gdb-setup-windows): Create IO buffer if not already there.
34879 (gdb-memory-mode): Remove purecopy noops.
34880
34881 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34882
34883 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
34884 and pass to self-insert-command.
34885
34886 2005-04-11 Lute Kamstra <lute@gnu.org>
34887
34888 * generic.el: Commentary section cleanup.
34889 (generic): Delete.
34890 (generic-use-find-file-hook, generic-lines-to-scan)
34891 (generic-find-file-regexp, generic-ignore-files-regexp)
34892 (default-generic-mode, generic-mode-find-file-hook)
34893 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
34894 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
34895 (generic-use-find-file-hook, generic-lines-to-scan)
34896 (generic-find-file-regexp, generic-ignore-files-regexp)
34897 (default-generic-mode, generic-mode-find-file-hook)
34898 (generic-mode-ini-file-find-file-hook): Move from generic.el.
34899
34900 2005-04-10 Karl Fogel <kfogel@red-bean.com>
34901
34902 * bookmark.el (bookmark-write-file): Catch errors writing file.
34903 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
34904
34905 2005-04-10 Richard M. Stallman <rms@gnu.org>
34906
34907 * startup.el (fancy-splash-tail): Update copyright year.
34908 (command-line): Split part of -Q into -D.
34909 (emacs-basic-display): New defvar.
34910 (fancy-splash-text): Correct name of menu item.
34911
34912 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
34913
34914 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
34915 lines in one node.
34916
34917 * comint.el (comint-send-input): New arg ARTIFICIAL.
34918 Callers in this file changed.
34919
34920 * abbrev.el (define-abbrevs): Read system abbrevs properly.
34921
34922 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
34923
34924 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
34925
34926 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
34927 `ldap-search-internal'.
34928
34929 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
34930
34931 * files.el (set-auto-mode-1): Use line-end-position.
34932
34933 * international/latin-1.el:
34934 * international/latin-2.el:
34935 * international/latin-3.el:
34936 * international/latin-4.el:
34937 * international/latin-5.el:
34938 * international/latin-8.el:
34939 * international/latin-9.el: Give punctuation syntax to NBSP.
34940
34941 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
34942 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
34943 Use char-classes to accept non-ascii letters, accepted in some recent
34944 bibtex implementations.
34945
34946 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
34947
34948 * custom.el (custom-set-minor-mode): Any non-nil value for the
34949 variable should enable the mode when set through Custom.
34950
34951 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
34952
34953 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
34954 TAB binding so tab-always-indent is obeyed.
34955 (vhdl-minibuffer-local-map): Move initialization into declaration.
34956 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
34957 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
34958 (vhdl-hooked-abbrev): Avoid test for XEmacs.
34959 (vhdl-current-line): Use line-beginning-position.
34960 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
34961 with-output-to-temp-buffer, so the current position can be recorded.
34962
34963 2005-04-10 Masatake YAMATO <jet@gyve.org>
34964
34965 * progmodes/compile.el (compilation-error-regexp-alist-alist):
34966 Add regexp for gcov.
34967
34968 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
34969
34970 * calendar/time-date.el (time-to-seconds, seconds-to-time)
34971 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
34972 syntax which Emacs 20 doesn't support.
34973
34974 2005-04-09 Richard M. Stallman <rms@gnu.org>
34975
34976 * help.el (describe-key-briefly, describe-key):
34977 Replace strings as event types with "(any string)".
34978
34979 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
34980
34981 * arc-mode.el (archive-mode-map): Move initialization into
34982 the declaration. Override *all* bindings of `undo'.
34983 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
34984
34985 2005-04-09 Jay Belanger <belanger@truman.edu>
34986
34987 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
34988
34989 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
34990
34991 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
34992 (xterm-register-default-colors): Update color values computation
34993 to match xterm-200.
34994
34995 2005-04-09 Kenichi Handa <handa@m17n.org>
34996
34997 * international/code-pages.el (iso-latin-7): Fix the map.
34998
34999 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
35000
35001 * emacs-lisp/lisp.el (defun-prompt-regexp)
35002 (parens-require-spaces, buffer-end, end-of-defun)
35003 (insert-parentheses): Doc fixes.
35004
35005 2005-04-08 Kim F. Storm <storm@cua.dk>
35006
35007 * comint.el (comint-highlight-prompt): Fix face spec.
35008 * hi-lock.el (hi-green): Likewise.
35009
35010 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
35011
35012 * cus-edit.el (custom-modified-face):
35013 * comint.el (comint-highlight-input): Fix previous changes.
35014 * term.el (term-handle-ansi-escape): Add a comment.
35015
35016 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
35017
35018 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
35019 in the buffer and in whitespace-highlighted-space.
35020 (whitespace-unhighlight-the-space): Simplify.
35021 (whitespace-buffer): Simplify.
35022
35023 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
35024
35025 * textmodes/table.el (table-cell-face): Add special case for
35026 displays supporting a high number of colors.
35027 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
35028 (vhdl-font-lock-reserved-words-face)
35029 (vhdl-speedbar-architecture-face)
35030 (vhdl-speedbar-instantiation-face)
35031 (vhdl-speedbar-architecture-selected-face)
35032 (vhdl-speedbar-instantiation-selected-face): Likewise.
35033 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
35034 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
35035 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
35036 (ebrowse-root-class-face, ebrowse-member-attribute-face)
35037 (ebrowse-progress-face): Likewise.
35038 * progmodes/compile.el (compilation-info-face): Likewise.
35039 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
35040 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
35041 * calendar/calendar.el (diary-face): Likewise.
35042 * woman.el (woman-italic-face, woman-bold-face)
35043 (woman-unknown-face): Likewise.
35044 * wid-edit.el (widget-button-pressed-face): Likewise.
35045 * whitespace.el (whitespace-highlight-face): Likewise.
35046 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
35047 * pcvs-info.el (cvs-marked-face): Likewise.
35048 * info.el (info-xref): Likewise.
35049 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
35050 * hilit-chg.el (highlight-changes-face)
35051 (highlight-changes-delete-face): Likewise.
35052 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
35053 (hi-red-b): Likewise.
35054 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
35055 * font-lock.el (font-lock-keyword-face)
35056 (font-lock-function-name-face, font-lock-warning-face): Likewise.
35057 * cus-edit.el (custom-invalid-face, custom-modified-face)
35058 (custom-set-face, custom-changed-face, custom-variable-tag-face)
35059 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
35060 * comint.el (comint-highlight-prompt): Likewise.
35061
35062 2005-04-08 Lute Kamstra <lute@gnu.org>
35063
35064 * font-lock.el (font-lock-keywords): Docstring fixes.
35065
35066 2005-04-08 Kenichi Handa <handa@m17n.org>
35067
35068 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
35069 chars are more than a limit, print " and more..." at the tail.
35070
35071 2005-04-08 Kim F. Storm <storm@cua.dk>
35072
35073 * emacs-lisp/authors.el (authors-aliases): Update list.
35074 (authors-ignored-files): New list.
35075 (authors-fixed-entries): Fix typo.
35076 (authors-renamed-files-alist): Update list.
35077 (authors-add): Check authors-ignored-files.
35078
35079 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
35080
35081 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
35082 optional, to ensure backward compatibility.
35083
35084 2005-04-08 Stephen Eglen <stephen@gnu.org>
35085
35086 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
35087
35088 2005-04-08 Kim F. Storm <storm@cua.dk>
35089
35090 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
35091
35092 * mouse.el (mouse-on-link-p): Doc fix.
35093
35094 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
35095
35096 * ielm.el (ielm-prompt-read-only): Doc fix.
35097
35098 * comint.el (comint-prompt-read-only): Doc fix.
35099
35100 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
35101
35102 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
35103 ensure dired always handles wildcards passed to ffap.
35104 (find-file-at-point): Use it.
35105 (ffap-dired-wildcards): Doc fix.
35106
35107 2005-04-07 Juri Linkov <juri@jurta.org>
35108
35109 * simple.el (next-error-overlay-arrow-position): New defvar.
35110 Put "=>" on its property `overlay-arrow-string'. Add it to
35111 `overlay-arrow-variable-list'.
35112
35113 * progmodes/compile.el (compilation-setup):
35114 Set `next-error-overlay-arrow-position' to nil. Also set it to
35115 nil in the local hook `kill-buffer-hook'. Make local variable
35116 `overlay-arrow-string' and set it to "=>".
35117 (compilation-goto-locus): Set BOL position to
35118 `next-error-overlay-arrow-position' instead of
35119 `overlay-arrow-position'.
35120
35121 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
35122 locally instead of adding it to the global hook.
35123 (Info-kill-buffer): Move up.
35124
35125 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
35126
35127 * term/xterm.el (xterm-standard-colors): Update color values from
35128 xterm-200.
35129
35130 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
35131
35132 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
35133
35134 * fast-lock.el:
35135 * lazy-lock.el: Move them to the obsolete subdir.
35136
35137 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
35138
35139 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
35140 (wdired-add-replace-advice): Remove.
35141 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
35142
35143 2005-04-06 Kim F. Storm <storm@cua.dk>
35144
35145 * startup.el (command-line): Add --bare-bones alias for -Q.
35146
35147 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
35148
35149 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
35150 create the startup fontset if a font specification ends with
35151 `mac-roman'.
35152
35153 2005-04-06 Lute Kamstra <lute@gnu.org>
35154
35155 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
35156 change.
35157
35158 * emacs-lisp/copyright.el (copyright-update-year): Replace the
35159 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
35160
35161 2005-04-05 Lute Kamstra <lute@gnu.org>
35162
35163 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
35164 (define-generic-mode): Ditto. Fix debug declaration.
35165
35166 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
35167 Put them in the generic-x group.
35168
35169 * calendar/timeclock.el (timeclock): Doc fix.
35170
35171 * generic.el (define-generic-mode): Don't use custom-current-group.
35172 Document default :group value.
35173 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
35174 (define-global-minor-mode): Don't use custom-current-group.
35175
35176 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
35177
35178 * startup.el (command-line-1): Display startup-echo-area-message
35179 when fancy splash screen is in use.
35180
35181 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
35182 (sh-escaped-newline): New face.
35183 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
35184 newline, and use sh-escaped-newline face.
35185
35186 * progmodes/tcl.el (tcl-escaped-newline): New face.
35187 (tcl-builtin-list): New variable.
35188 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
35189 newlines. Fix keywords subexpression number.
35190
35191 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
35192
35193 * textmodes/org.el (org-diary-default-entry): Fix call to
35194 `add-to-diary-entry'.
35195
35196 2005-04-05 Kim F. Storm <storm@cua.dk>
35197
35198 * ediff-init.el: Use (featurep 'xemacs).
35199
35200 2005-04-05 David Ponce <david@dponce.com>
35201
35202 * cus-edit.el (face): Derive from symbol widget. Display sample
35203 of the current face on the fly.
35204 (widget-face-sample-face-get, widget-face-notify): New functions.
35205 (widget-face-value-create): Remove.
35206
35207 * wid-edit.el (widget-field-end): Temporarily remove field
35208 narrowing before to call `get-char-property'.
35209
35210 2005-04-04 Jay Belanger <belanger@truman.edu>
35211
35212 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
35213 (math-read-subscripts): New variable.
35214 (math-read-preprocess-string): Process subscripts.
35215
35216 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
35217
35218 * comint.el (comint-prompt-read-only): Doc fix.
35219
35220 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
35221 `-1'. Doc fix.
35222
35223 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
35224
35225 * textmodes/org.el (org-insert-mode-line-in-empty-file):
35226 Change default value to nil.
35227
35228 2005-04-04 Lute Kamstra <lute@gnu.org>
35229
35230 * autorevert.el (auto-revert-mode): Specify :group.
35231 * battery.el (display-battery-mode): Specify :group.
35232 * diff-mode.el (diff-minor-mode): Specify :group.
35233 * font-core.el (font-lock-mode): Specify :group.
35234 * hl-line.el (hl-line-mode): Specify :group.
35235 * iimage.el (iimage): New customization group.
35236 (iimage-mode): Specify :group.
35237 * longlines.el (longlines-mode): Specify :group.
35238 * master.el: Don't require easy-mmode.
35239 (master): New customization group.
35240 (master-mode): Specify :group.
35241 * msb.el (msb-mode): Specify :group.
35242 * reveal.el (reveal-mode): Specify :group.
35243 * simple.el (next-error-follow-minor-mode): Specify :group.
35244 * smerge-mode.el (smerge-mode): Specify :group.
35245 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
35246 * emulation/cua-base.el (cua-mode): Specify :group.
35247 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
35248 * language/thai-util.el (thai-auto-composition-mode)
35249 (thai-word-mode): Specify :group.
35250 * mail/supercite.el (sc-minor-mode): Specify :group.
35251 * progmodes/cwarn.el (cwarn-mode): Specify :group.
35252 * progmodes/flymake.el (flymake-mode): Specify :group.
35253 * progmodes/glasses.el (glasses-mode): Specify :group.
35254 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
35255 * textmodes/enriched.el (enriched-mode): Specify :group.
35256 * textmodes/refill.el (refill-mode): Specify :group.
35257
35258 * add-log.el (change-log-font-lock-keywords): Names in
35259 parenthesized lists can contain spaces.
35260
35261 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
35262
35263 * startup.el (fancy-splash-text): Shorten default text of
35264 "Emacs Tutorial" line. Also, if the current language env
35265 indicates an available tutorial file other than TUTORIAL,
35266 extract its title and append it to the line in parentheses.
35267 (fancy-splash-insert): If arg is a thunk, funcall it.
35268
35269 2005-04-04 Jay Belanger <belanger@truman.edu>
35270
35271 * calc/calc.el (calc-language-alist): Add tags to customization type.
35272
35273 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
35274
35275 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
35276 Doc fix.
35277
35278 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
35279
35280 * add-log.el (change-log-font-lock-keywords): The manual
35281 describing a Change Log entry, says: (...) "Aside from these
35282 header lines, every line in the change log starts with a space or
35283 a tab.". The font-lock was not highlighting lines started with
35284 spaces, added support for it.
35285
35286 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35287
35288 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
35289 (bibtex-generate-url-list): Update docstring accordingly. Put the
35290 complex example in the docstring.
35291 (bibtex-font-lock-url): Use pop.
35292
35293 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
35294
35295 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
35296
35297 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
35298
35299 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
35300
35301 * filesets.el (filesets-set-default): Doc fix.
35302
35303 2005-04-03 Lute Kamstra <lute@gnu.org>
35304
35305 * generic.el (define-generic-mode): Add argument to specify
35306 keywords for defcustom.
35307 (default-generic-mode): Specify :group.
35308
35309 * generic-x.el: Specify :group for all generic modes.
35310
35311 * desktop.el (desktop-no-desktop-file-hook)
35312 (desktop-after-read-hook): Doc fix.
35313
35314 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
35315
35316 * simple.el (visible-mode): Use explicit :group keyword.
35317 This changes the group of `visible-mode-hook' from paren-blinking
35318 to editing-basics.
35319
35320 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
35321
35322 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
35323 mailbox specifications as well as URLs.
35324 (rmail-insert-inbox-text): Remove unused conditional branches.
35325
35326 2005-04-01 Jay Belanger <belanger@truman.edu>
35327
35328 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
35329 (calc-gnuplot-print-command): Move definitions to calc.el.
35330
35331 * calc/calc-embed.el (calc-embedded-announce-formula)
35332 (calc-embedded-open-formula, calc-embedded-close-formula)
35333 (calc-embedded-open-word, calc-embedded-close-word)
35334 (calc-embedded-open-plain, calc-embedded-close-plain)
35335 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
35336 (calc-embedded-open-mode, calc-embedded-close-mode):
35337 Move definitions to calc.el.
35338
35339 * calc/calc.el (calc-settings-file, calc-language-alist):
35340 Make customizable.
35341 (calc-embedded-announce-formula, calc-embedded-open-formula)
35342 (calc-embedded-close-formula, calc-embedded-open-word)
35343 (calc-embedded-close-word, calc-embedded-open-plain)
35344 (calc-embedded-close-plain, calc-embedded-open-new-formula)
35345 (calc-embedded-close-new-formula, calc-embedded-open-mode)
35346 (calc-embedded-close-mode, calc-gnuplot-name)
35347 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
35348 from other files and make customizable.
35349
35350 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
35351
35352 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
35353 Use buffer-live-p.
35354 (cvs-mode-run): Don't call cvs-update-header here.
35355 (cvs-run-process): Call cvs-update-header.
35356 Use process properties for cvs-postprocess and cvs-buffer so that
35357 the sentinel can behave better if the temp buffer is killed.
35358 Use a pipe rather than a tty, to better handle unexpected prompts.
35359 (cvs-sentinel): Rewrite. Call cvs-update-header.
35360
35361 2005-04-01 Andre Spiegel <spiegel@gnu.org>
35362
35363 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
35364 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
35365
35366 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
35367
35368 * generic.el (define-generic-mode): Add indentation rule.
35369
35370 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
35371
35372 * files.el (mode-require-final-newline): Make Custom correctly
35373 report a nil value and allow to set it to nil via Custom.
35374 Doc fix.
35375
35376 2005-04-01 Kenichi Handa <handa@m17n.org>
35377
35378 * international/characters.el: Enable the correct case setting for
35379 dotless-i and dotted-I.
35380
35381 2005-04-01 Kim F. Storm <storm@cua.dk>
35382
35383 * ido.el (ido-file-internal): Fall back to non-ido command if
35384 initial directory is on slow ftp (or tramp) host.
35385
35386 2005-03-31 Richard M. Stallman <rms@gnu.org>
35387
35388 * emacs-lisp/autoload.el (make-autoload):
35389 Handle define-global-minor-mode.
35390
35391 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
35392 Rename from easy-mmode-define-global-mode.
35393 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
35394
35395 * progmodes/scheme.el (scheme-mode-syntax-table):
35396 Update syntax of | and # for two-character comment syntax.
35397
35398 2005-03-31 Lute Kamstra <lute@gnu.org>
35399
35400 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
35401 (define-minor-mode): Call custom-current-group at load-time.
35402
35403 * generic.el (define-generic-mode): Add debug declaration.
35404 Add defcustom for the mode hook.
35405 (generic-mode-internal): Use run-mode-hooks.
35406
35407 2005-03-31 Kim F. Storm <storm@cua.dk>
35408
35409 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
35410 (mouse-fixup-help-message): New defun called by show_help_echo
35411 to fixup mouse-2 prefix in help messages when applicable.
35412
35413 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
35414
35415 2005-03-31 Kenichi Handa <handa@m17n.org>
35416
35417 * language/thai-word.el (thai-find-word-ends): Pay attention to
35418 the case that we reach the end of buffer.
35419
35420 * textmodes/fill.el (fill-text-properties-at): New function.
35421 (fill-newline): Use fill-text-properties-at instead of
35422 text-properties-at.
35423
35424 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
35425
35426 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
35427 not comint-quote-filename.
35428
35429 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
35430
35431 * help-fns.el (help-with-tutorial): Revert last change.
35432
35433 2005-03-31 Kim F. Storm <storm@cua.dk>
35434
35435 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
35436
35437 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
35438
35439 * calendar/cal-china.el: Update reference to "Calendrical
35440 Calculations" book; there's a new edition.
35441 * calendar/cal-coptic.el: Likewise.
35442 * calendar/cal-french.el: Likewise.
35443 * calendar/cal-hebrew.el: Likewise.
35444 * calendar/cal-islam.el: Likewise.
35445 * calendar/cal-iso.el: Likewise.
35446 * calendar/cal-julian.el: Likewise.
35447 * calendar/cal-mayan.el: Likewise.
35448 * calendar/cal-persia.el: Likewise.
35449 * calendar/calendar.el: Likewise.
35450 * calendar/holidays.el: Likewise.
35451 * calendar/lunar.el: Likewise.
35452 * calendar/solar.el: Likewise.
35453
35454 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
35455 white space from doc string.
35456
35457 2005-03-30 Jay Belanger <belanger@truman.edu>
35458
35459 * calc/calc-help.el (calc-full-help): Remove email address.
35460
35461 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
35462
35463 * help-fns.el (help-with-tutorial): Delete title line.
35464
35465 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
35466
35467 * calendar/cal-x.el (calendar-one-frame-setup)
35468 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
35469 rather than `symbol' for set-window-dedicated-p.
35470
35471 * calendar/appt.el (appt-buffer-name): Make it a constant.
35472 (appt-add): Doc fix.
35473
35474 * filesets.el (filesets-menu-path, filesets-menu-before)
35475 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
35476 (filesets-menu-cache-file): Use directory ~/.emacs.d.
35477 (filesets-add-submenu): Delete and use add-submenu instead.
35478
35479 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
35480
35481 * textmodes/org.el (org-agenda-phases-of-moon)
35482 (org-agenda-sunrise-sunset, org-agenda-convert-date)
35483 (org-agenda-goto-calendar): New commands.
35484 (org-diary-default-entry): New function.
35485 (org-get-entries-from-diary): Better parsing of diary entries.
35486 (org-agenda-check-no-diary): New function.
35487 ("diary-lib"): Advice to function `add-to-diary-list', to allow
35488 linking to diary entries.
35489 (org-agenda-execute-calendar-command): New function.
35490 (org-agenda): Improve visible section in window.
35491 Use `org-fit-agenda-window'.
35492 (org-fit-agenda-window): New option.
35493 (org-move-subtree-down): Better handling of empty lines
35494 at end of subtree.
35495 (org-cycle): Numeric prefix is interpreted now as show-subtree N
35496 levels up.
35497 (org-fontify-done-headline): New option.
35498 (org-headline-done-face): New face.
35499 (org-set-font-lock-defaults): Use `org-headline-done-face'.
35500 (org-table-copy-down): Rename from `org-table-copy-from-above'.
35501 When current field is non-empty, it is copied to next row.
35502 (org-table-copy-from-above): Fix bug which made it
35503 impossible to copy fields containing only a single non-white character.
35504
35505 2005-03-30 Kim F. Storm <storm@cua.dk>
35506
35507 * kmacro.el (kmacro-end-macro): Isearch may store this command
35508 into the macro -- so ignore it when executing keyboard macro.
35509
35510 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
35511
35512 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
35513
35514 2005-03-29 Kenichi Handa <handa@m17n.org>
35515
35516 * language/thai.el ("Thai"): Set setup-function and exit-function
35517 for Thai language environment.
35518
35519 * language/thai-util.el: Require thai-word.
35520 (thai-word-mode-map): New variable.
35521 (thai-word-mode): New minor mode.
35522 (setup-thai-language-environment-internal): New function.
35523 (exit-thai-language-environment-internal): New function.
35524
35525 * language/thai-word.el (thai-word-table): Declare it by defvar,
35526 use dolist to initialize it.
35527 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
35528 (thai-fill-find-break-point): New functions.
35529
35530 2005-03-29 Richard M. Stallman <rms@gnu.org>
35531
35532 * simple.el (idle-update-delay): Move definition up.
35533 (set-mark): Doc fix.
35534
35535 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
35536
35537 * longlines.el: New file.
35538
35539 * simple.el (buffer-substring-filters): New variable.
35540 (filter-buffer-substring): New function.
35541 (kill-region, copy-region-as-kill): Use it.
35542
35543 * register.el (copy-to-register, append-to-register)
35544 (prepend-to-register): Use filter-buffer-substring.
35545
35546 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
35547
35548 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
35549 (gud-filter-pending-text): Move in front of gdb.
35550 (gud-overlay-arrow-position): New variable.
35551 (gud-sentinel, gud-display-line): Use it in place of
35552 overlay-arrow-position.
35553
35554 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
35555
35556 * progmodes/fortran.el (fortran-if-indent): Doc fix.
35557 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
35558 (fortran-font-lock-keywords-4): New variable.
35559 (fortran-blocks-re, fortran-end-block-re)
35560 (fortran-start-block-re): New constants, for hideshow.
35561 (hs-special-modes-alist): Add a Fortran entry.
35562 (fortran-mode-map): Bind fortran-end-of-block,
35563 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
35564 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
35565 (fortran-looking-at-if-then, fortran-end-of-block)
35566 (fortran-beginning-of-block): New functions, for hideshow.
35567
35568 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
35569 Doc fix. Tweak regexp.
35570 (f90-beginning-of-block): Push mark first.
35571
35572 2005-03-29 Jay Belanger <belanger@truman.edu>
35573
35574 * calc/calc.el: Update copyright date.
35575 (calc-version): Increase to 2.1.
35576 (calc-version-date): Remove.
35577
35578 * calc/calc-help.el: Update copyright date.
35579 (calc-full-help): Remove reference to calc-version-date.
35580 Update copyright date.
35581
35582 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
35583
35584 * vc.el (vc-do-command): Use a pipe for async processes, so password
35585 prompts don't show up at places where the user can't reply.
35586
35587 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
35588
35589 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
35590 on the file name we pass to the inferior shell.
35591
35592 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35593
35594 * progmodes/which-func.el (which-function): Be robust in the face of an
35595 imenu--make-index-alist failure.
35596
35597 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
35598
35599 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
35600
35601 * progmodes/python.el (python-preoutput-filter): Fix last change.
35602
35603 2005-03-29 Lute Kamstra <lute@gnu.org>
35604
35605 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
35606 functions and compiled macros.
35607 (debug-convert-byte-code): Handle macros too.
35608 (debug-on-entry-1): Don't signal an error when trying to clear a
35609 function that is not set to debug on entry.
35610
35611 2005-03-29 Jay Belanger <belanger@truman.edu>
35612
35613 * calc/calc-lang.el: Add functions to math-function-table
35614 properties of tex and math.
35615
35616 2005-03-29 Kenichi Handa <handa@m17n.org>
35617
35618 * ps-mule.el (ps-mule-plot-string): Translate characters by
35619 ps-print-translation-table.
35620 (ps-mule-begin-job): Call find-charset-region/string with
35621 ps-print-translation-table.
35622 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
35623
35624 * ps-print.el (ps-print-translation-table): New variable.
35625 (ps-plot-region): Translate characters by ps-print-translation-table.
35626
35627 2005-03-29 Juri Linkov <juri@jurta.org>
35628
35629 * simple.el (next-error-highlight-timer): New variable.
35630
35631 * progmodes/compile.el (compilation-goto-locus):
35632 Use `next-error-highlight-timer' instead of `sit-for'.
35633
35634 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
35635
35636 * mail/supercite.el (sc-mail-field): Use assoc-string.
35637 (sc-get-address): Simplify regexps.
35638
35639 * files.el (minibuffer-with-setup-hook): New macro.
35640 (find-file-read-args): Use it to avoid let-binding
35641 minibuffer-with-setup-hook (which breaks turning on/off
35642 file-name-shadow-mode while in the prompt).
35643
35644 * complete.el (PC-read-include-file-name-internal):
35645 Use test-completion.
35646
35647 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
35648
35649 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
35650
35651 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
35652
35653 * window.el (window-buffer-height): Use count-screen-lines.
35654
35655 * progmodes/python.el (python-preoutput-leftover): New var.
35656 (python-preoutput-filter): Use it.
35657 (python-send-receive): Loop until all the result has been received.
35658
35659 2005-03-28 Juri Linkov <juri@jurta.org>
35660
35661 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
35662
35663 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
35664 "Recover Crashed Session".
35665 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
35666 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
35667 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
35668 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
35669 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
35670 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
35671 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
35672 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
35673
35674 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
35675 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
35676 Ediff Sessions", "Toggle use of separate control buffer frame",
35677 "Use separate frame for Ediff control buffer".
35678
35679 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
35680 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
35681 "Rename Bookmark", "Delete Bookmark".
35682
35683 * info.el (Info-mode-menu): Remove ellipsis from "Index".
35684 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
35685 Add `:active Info-index-alternatives' to "Next Matching Item".
35686
35687 * wdired.el (wdired-change-to-wdired-mode):
35688 Mention `wdired-abort-changes' key in the initial message.
35689
35690 * international/mule.el (auto-coding-alist): Associate non-ascii
35691 image filename extensions with `no-conversion'.
35692
35693 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
35694
35695 * international/iso-acc.el:
35696 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
35697
35698 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
35699
35700 * textmodes/sgml-mode.el (html-mode): Doc update.
35701
35702 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
35703
35704 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
35705
35706 * term.el (term-move-columns): Fix face after extending a line.
35707 (term-insert-spaces): Likewise.
35708 (term-reset-terminal): Fix off by one error.
35709
35710 2005-03-26 Eli Zaretskii <eliz@gnu.org>
35711
35712 * international/mule.el (auto-coding-alist): Add .xpi files.
35713
35714 * files.el (auto-mode-alist): Add .xpi files.
35715
35716 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
35717
35718 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
35719
35720 2005-03-26 Eli Zaretskii <eliz@gnu.org>
35721
35722 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
35723
35724 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
35725
35726 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
35727 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
35728
35729 * calendar/cal-move.el (calendar-beginning-of-year): Move the
35730 cursor to Jan 1 when needed.
35731 (calendar-end-of-year): Fix -/+ typo.
35732 Reported by Chong Yidong <cyd@stupidchicken.com>.
35733
35734 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
35735
35736 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
35737
35738 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
35739 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
35740
35741 2005-03-25 Richard M. Stallman <rms@gnu.org>
35742
35743 * filesets.el (filesets-init): Add autoload.
35744
35745 * mail/mailalias.el (mail-directory): Doc fix.
35746
35747 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
35748
35749 * mail/mailalias.el (mail-directory-process): Do nothing if
35750 mail-directory-process is an atom.
35751 (mail-get-names): Ignore mail-directory-names if it is an atom.
35752 (mail-directory-process defvar): Doc fix.
35753 (mail-names): Doc fix.
35754
35755 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
35756
35757 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
35758
35759 2005-03-26 Kenichi Handa <handa@m17n.org>
35760
35761 * international/mule-util.el (detect-coding-with-priority):
35762 Call update-coding-systems-internal before detect-coding-region.
35763
35764 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
35765
35766 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
35767 (gdb-frames-mode-map): Add follow-link property.
35768
35769 2005-03-25 Jay Belanger <belanger@truman.edu>
35770
35771 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
35772 for variables.
35773
35774 2005-03-25 Juri Linkov <juri@jurta.org>
35775
35776 * image-mode.el: Optimize image filename extension regexps in
35777 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
35778 in `auto-mode-alist'.
35779 (image-mode): Add `image-toggle-display-text' to local hook
35780 `change-major-mode-hook'. Display the image as an image by
35781 default. Set `cursor-type' and `truncate-lines' if the image
35782 is already displayed. Take into account the current mode (image
35783 or text) in message.
35784 (image-minor-mode): New minor mode.
35785 (image-mode-maybe, image-toggle-display-text): New functions.
35786 (image-toggle-display): Use called-interactively-p.
35787 Let-bind `inhibit-read-only' to t.
35788
35789 * image-mode.el (image-minor-mode): Set `cursor-type' and
35790 `truncate-lines' if the image is already displayed. Add turning
35791 image-minor-mode off to `change-major-mode-hook'. Add message.
35792 Call `image-toggle-display-text' after turning image-minor-mode off.
35793
35794 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
35795
35796 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
35797 Terminal.app, use utf-8.
35798 (set-display-table-and-terminal-coding-system): Add coding-system arg.
35799 (set-locale-environment): Use it.
35800
35801 * term/xterm.el: Undo last change, better done in mule-cmds.el.
35802
35803 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
35804
35805 * progmodes/python.el (python-close-block-statement-p)
35806 (python-outdent-p, python-current-defun): Use symbol-end.
35807
35808 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
35809
35810 * files.el (save-some-buffers): Doc fix.
35811
35812 2005-03-25 Werner Lemberg <wl@gnu.org>
35813
35814 * complete.el, thumbs.el: Replace `legal' with `valid'.
35815 * calendar/calendar.el: Replace `legal' with `valid'.
35816 * emacs-lisp/advice.el: Replace `legal' with `valid'.
35817 * mail/supercite.el: Replace `legal' with `valid'.
35818 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
35819 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
35820 Replace `legal' with `valid'.
35821 * textmodes/reftex-vars.el, textmodes/reftex.el:
35822 Replace `legal' with `valid'.
35823
35824 2005-03-25 Werner Lemberg <wl@gnu.org>
35825
35826 * calc/calc-forms.el, calc/calc-sel.el
35827 * midnight.el, vc-cvs.el
35828 * emacs-lisp/cl-macs.el
35829 * emulation/vip.el
35830 * eshell/esh-io.el, eshell/esh-var.el
35831 * mail/supercite.el
35832 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
35833 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
35834 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
35835 * progmodes/sh-script.el, progmodes/xscheme.el
35836 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
35837 * textmodes/reftex-index.el, textmodes/reftex-parse.el
35838 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
35839 * textmodes/reftex.el, textmodes/org.el:
35840 Replace `illegal' with `invalid'.
35841
35842 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35843
35844 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
35845 (flymake-find-buildfile, flymake-find-possible-master-files)
35846 (flymake-check-include, flymake-parse-line): Replace loops over the
35847 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
35848
35849 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
35850 Substitute file-name-as-directory in the rest of the file.
35851 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
35852 (flymake-replace-region): Remove unused arg `buffer'.
35853 (flymake-check-patch-master-file-buffer): Update calls to it.
35854 (flymake-add-err-info): Remove unused var `count'.
35855 (flymake-mode): Use define-minor-mode.
35856
35857 * progmodes/flymake.el: Use with-current-buffer.
35858 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
35859 flymake-replace-regexp-in-string, flymake-line-beginning-position)
35860 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
35861 Avoid testing for `xemacs'.
35862 (flymake-nop): Move.
35863 (flymake-region-has-flymake-overlays): Return the computed value.
35864 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
35865 Remove unused var `endline'.
35866 (flymake-get-line-count): Remove unused function.
35867 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
35868
35869 * emulation/vi.el:
35870 * generic.el:
35871 * hilit-chg.el (global-highlight-changes):
35872 * hi-lock.el (hi-lock-mode):
35873 * follow.el: find-file-hooks -> find-file-hook.
35874
35875 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
35876
35877 2005-03-24 Juri Linkov <juri@jurta.org>
35878
35879 * dired.el (dired-mode-map): Add menu item "Compare directories"
35880 for dired-compare-directories.
35881
35882 * dired-aux.el (dired-compare-directories): Add autoload cookie.
35883 Doc fix. Replace `read-file-name' with `read-directory-name'.
35884
35885 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35886
35887 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
35888
35889 2005-03-24 Jay Belanger <belanger@truman.edu>
35890
35891 * calc/calc-embed.el (calc-embedded-mode-change): Save all
35892 relevant mode settings in calc-embedded-original-modes when modes
35893 are permanently changed.
35894
35895 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
35896
35897 * autoinsert.el: find-file-hooks -> find-file-hook.
35898
35899 2005-03-24 Lute Kamstra <lute@gnu.org>
35900
35901 * generic.el (generic-font-lock-defaults): Make it obsolete.
35902 (generic-font-lock-keywords): New variable to replace
35903 generic-font-lock-defaults.
35904 (generic-mode-set-font-lock): Delete it.
35905 (generic-mode-internal): Don't call generic-mode-set-font-lock.
35906 (generic-bracket-support): Add docstring.
35907
35908 * generic-x.el: Rename generic-font-lock-defaults to
35909 generic-font-lock-keywords throughout.
35910 (mailagent-rules-setup-function): Delete it.
35911 (mailagent-rules-generic-mode): Use anonymous function instead.
35912 (show-tabs-generic-mode-font-lock-defaults-1)
35913 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
35914 Quote faces.
35915 (show-tabs-tab-face, show-tabs-space-face): Specify background,
35916 not foreground.
35917
35918 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
35919 Recognize define-generic-mode.
35920
35921 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
35922
35923 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
35924 if there's no completion table.
35925
35926 2005-03-23 Miles Bader <miles@gnu.org>
35927
35928 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35929 Remove tty-specific variants, as they're no longer needed.
35930
35931 2005-03-23 Lute Kamstra <lute@gnu.org>
35932
35933 * generic-x.el: Code cleanup: make args constant whenever possible.
35934 (installshield-statement-keyword-list)
35935 (installshield-system-functions-list)
35936 (installshield-system-variables-list, installshield-types-list)
35937 (installshield-funarg-constants-list): Make them constants.
35938
35939 * generic.el (generic-make-keywords-list): Add autoload cookie.
35940
35941 * calendar/time-date.el: Add comment on time value formats.
35942 Don't require parse-time.
35943 (with-decoded-time-value): New macro.
35944 (encode-time-value): New function.
35945 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
35946 (days-to-time): Return a valid time value when arg is huge.
35947 (time-since): Use time-subtract.
35948 (time-to-number-of-days): Use time-to-seconds.
35949
35950 2005-03-23 David Ponce <david@dponce.com>
35951
35952 * recentf.el (recentf-keep): New option.
35953 (recentf-menu-action): Default to `find-file'.
35954 (recentf-keep-non-readable-files-flag)
35955 (recentf-keep-non-readable-files-p)
35956 (recentf-file-readable-p, recentf-find-file)
35957 (recentf-cleanup-remote): Remove.
35958 (recentf-include-p): More robust.
35959 (recentf-keep-p): New function.
35960 (recentf-remove-if-non-kept): Rename from
35961 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
35962 All callers updated.
35963 (recentf-menu-items-for-commands): Fix help string.
35964 (recentf-track-closed-file): Update. Doc fix.
35965 (recentf-cleanup): Update. Count removed files. Doc fix.
35966
35967 2005-03-23 Kim F. Storm <storm@cua.dk>
35968
35969 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35970 Don't inherit from fringe face (now happens automatically).
35971
35972 2005-03-22 Kim F. Storm <storm@cua.dk>
35973
35974 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
35975 position values.
35976
35977 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
35978
35979 * menu-bar.el (showhide-date-time): Remove.
35980 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
35981 (menu-bar-make-mm-toggle): Simplify.
35982
35983 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
35984
35985 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
35986 Accept qualified variable and function names.
35987
35988 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
35989
35990 * bindings.el (completion-ignored-extensions):
35991 Remove ".lis" for `vax-vms'.
35992
35993 2005-03-22 Andreas Schwab <schwab@suse.de>
35994
35995 * generic-x.el: Revert last change.
35996 * ldefs-boot.el: Update.
35997
35998 2005-03-22 Jay Belanger <belanger@truman.edu>
35999
36000 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
36001 (calc-embedded-save-original-modes)
36002 (calc-embedded-restore-original-modes): New functions.
36003 (calc-do-embedded): Save original modes when entering embedded mode
36004 and restore when leaving embedded mode.
36005 (calc-embedded-modes-change): Change the value of
36006 calc-embedded-original-modes to reflect permanent changes.
36007
36008 2005-03-22 Lute Kamstra <lute@gnu.org>
36009
36010 * generic-x.el: Require generic again.
36011
36012 2005-03-22 Miles Bader <miles@gnu.org>
36013
36014 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
36015 Tweak details to look good on both ttys and bitmap displays, light
36016 or dark background, etc.
36017
36018 2005-03-21 Kim F. Storm <storm@cua.dk>
36019
36020 * tooltip.el (tooltip-show-help-function): Check car and cdr of
36021 mouse position.
36022
36023 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
36024
36025 * icomplete.el: Don't forcibly turn on the mode upon load.
36026 (icomplete-mode): Use define-minor-mode.
36027 (icomplete-eoinput): Default to nil.
36028 (icomplete-minibuffer-setup): Remove autoload.
36029 (icomplete-tidy): Simplify.
36030 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
36031 in the initial state or if the user has modified the field.
36032 Fix handling of icomplete-max-delay-chars.
36033 Remove code that handles the oddball case where
36034 minibuffer-completion-table is an integer.
36035 Wrap icomplete-completions in while-no-input in case building
36036 completions takes more time than expected.
36037 (icomplete-completions): Simplify.
36038
36039 2005-03-21 Richard M. Stallman <rms@gnu.org>
36040
36041 * jka-compr.el (jka-compr-really-do-compress):
36042 Make variable buffer-local.
36043
36044 * image-mode.el: Handle .xpm files too.
36045 (image-toggle-display): Preserve modification flag.
36046
36047 * help.el (where-is): Don't mention aliases with no key bindings.
36048
36049 2005-03-21 Lute Kamstra <lute@gnu.org>
36050
36051 * generic.el: Fix commentary section. Don't require cl for
36052 compilation.
36053 (generic-mode-list): Add autoload cookie.
36054 (generic-use-find-file-hook, generic-lines-to-scan)
36055 (generic-find-file-regexp, generic-ignore-files-regexp)
36056 (generic-mode, generic-mode-find-file-hook)
36057 (generic-mode-ini-file-find-file-hook): Fix docstrings.
36058 (define-generic-mode): Make it a defmacro. Fix docstring.
36059 (generic-mode-internal): Code cleanup. Add autoload cookie.
36060 (generic-mode-set-comments): Code cleanup.
36061 * generic-x.el: Don't prevent compilation. Don't require generic.
36062 Follow coding conventions. Minor code cleanup.
36063 (etc-fstab-generic-mode): Add some keywords.
36064 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
36065 define-generic-mode like a function declaration.
36066
36067 2005-03-21 Jay Belanger <belanger@truman.edu>
36068
36069 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
36070 changing modes.
36071
36072 2005-03-21 Sam Steingold <sds@gnu.org>
36073
36074 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
36075
36076 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
36077
36078 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
36079 Add underscore to "f$ lexicals" regexp.
36080
36081 2005-03-20 Juri Linkov <juri@jurta.org>
36082
36083 * subr.el (progress-reporter-do-update): When `min-value' is equal
36084 to `max-value', set `percentage' to 0 and prevent division by zero.
36085
36086 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
36087
36088 Sync with Tramp 2.0.48.
36089
36090 * net/tramp.el (all): Change all addresses to .gnu.org.
36091 (tramp-append-tramp-buffers): New defun.
36092 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
36093 Catch `dont-send' signal.
36094 (tramp-set-auto-save-file-modes): Set always permissions, because
36095 there might be an old auto-saved file belonging to another
36096 original file. This could be a security threat. Reported by
36097 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
36098 Check for Emacs 21.3.50 removed.
36099
36100 * net/tramp-smb.el (all): Remove debug construct for
36101 `with-parsed-tramp-file-name'.
36102 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
36103 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
36104 No error message if DIRECTORY or FILENAME doesn't exist.
36105 (tramp-smb-open-connection): Check existence of
36106 `tramp-smb-program'.
36107
36108 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
36109
36110 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
36111 Properly handle the case where the `m' or `s' command's argument is not
36112 yet terminated.
36113 (perl-indent-new-calculate): New function.
36114 (perl-indent-line): Use it.
36115
36116 2005-03-20 Miles Bader <miles@gnu.org>
36117
36118 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
36119 in text-mode too. Change to new face names.
36120 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
36121 Add `:weight bold' attribute.
36122 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
36123
36124 2005-03-19 Juri Linkov <juri@jurta.org>
36125
36126 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
36127
36128 * international/mule.el (auto-coding-alist): Sync with
36129 `auto-mode-alist' by adding upper case archive file extensions
36130 and adding ear/war to jar extension.
36131
36132 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
36133
36134 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
36135 running, restart it.
36136
36137 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
36138
36139 * finder.el (finder-current-item): Throw an error on an empty line.
36140
36141 * man.el (Man-follow-manual-reference): If current-word returns
36142 nil, use "".
36143
36144 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
36145
36146 * simple.el (goto-line): Doc fix.
36147
36148 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
36149
36150 * files.el (save-buffer): Doc fix.
36151
36152 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
36153
36154 * recentf.el (recentf-cleanup-remote): New variable.
36155 (recentf-cleanup): Use it to conditionally check availability of
36156 remote files.
36157
36158 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
36159
36160 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
36161 function names.
36162
36163 2005-03-19 Eli Zaretskii <eliz@gnu.org>
36164
36165 * language/thai-word.el: New file.
36166
36167 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
36168
36169 * files.el (backup-buffer): If the file's directory is not
36170 writable, use copy instead of move to backup the file.
36171
36172 2005-03-19 Eli Zaretskii <eliz@gnu.org>
36173
36174 * obsolete/keyswap.el: Moved to obsolete/ from term/.
36175
36176 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
36177
36178 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
36179 Use functionp instead of symbolp and fboundp. Reported by Drkm
36180 <darkman_spam@yahoo.fr>.
36181 (ps-print-version): New version 6.6.6.
36182
36183 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
36184
36185 * textmodes/table.el (table--line-column-position): New idiom.
36186 (table--row-column-insertion-point-p): New function to test
36187 validity of row and column insertion operation at a location.
36188 (table-global-menu, table-cell-menu): Use above functions for
36189 deterministic test operation.
36190 (table--editable-cell-p): Behave in deterministic fashion.
36191
36192 2005-03-18 Juri Linkov <juri@jurta.org>
36193
36194 * isearch.el (isearch-lazy-highlight-new-loop):
36195 Make arguments beg and end optional.
36196 (isearch-update): Remove optional arguments nil from
36197 isearch-lazy-highlight-new-loop.
36198 (isearch-lazy-highlight-search): Let-bind case-fold-search to
36199 isearch-lazy-highlight-case-fold-search instead of
36200 isearch-case-fold-search, and let-bind isearch-regexp to
36201 isearch-lazy-highlight-regexp.
36202 Use isearch-lazy-highlight-last-string instead of isearch-string.
36203
36204 * replace.el (perform-replace): Remove bindings of global
36205 variables isearch-string, isearch-regexp, isearch-case-fold-search.
36206 Add three new arguments to `replace-highlight'.
36207 (replace-highlight): Add arguments string, regexp, case-fold.
36208 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
36209 to allow isearch-lazy-highlight-new-loop to use these values
36210 to set corresponding isearch-lazy-highlight-* internal
36211 variables whose values lazy highlighting will use regardless of
36212 changes to global variables isearch-string, isearch-regexp,
36213 isearch-case-fold-search during lazy highlighting loop.
36214 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
36215 to `lazy-highlight-cleanup'.
36216
36217 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
36218 (ispell-highlight-face): Set default face to `isearch' when
36219 lazy highlighting is enabled.
36220 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
36221 priority to 1. Add lazy highlighting.
36222 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
36223 from `isearch-dehighlight'.
36224
36225 2005-03-18 David Ponce <david@dponce.com>
36226
36227 * files.el (hack-local-variables): Do a case-insensitive search
36228 for End.
36229
36230 2005-03-18 Juri Linkov <juri@jurta.org>
36231
36232 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
36233 `isearch-lazy-highlight-cleanup', add alias to old name and
36234 declare obsolete. Add release numbers to other obsolete vars.
36235 (isearch-done, isearch-lazy-highlight-new-loop):
36236 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
36237 (lazy-highlight-cleanup) <variable>: Doc fix.
36238 (isearch-lazy-highlight-update): Rename obsolete
36239 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
36240
36241 2005-03-18 Kenichi Handa <handa@m17n.org>
36242
36243 * language/thai-util.el: Fix categorization of Thai characters in
36244 thai-category-table.
36245 (thai-composition-pattern): Adjust it for the above change.
36246 (thai-self-insert-command, thai-compose-syllable): New functions.
36247 (thai-compose-region): Use thai-compose-syllable.
36248 (thai-compose-string): Likewise.
36249 (thai-composition-function): Likewise.
36250 (thai-auto-composition): New function.
36251 (thai-auto-composition-mode): New minor mode.
36252
36253 * language/thai.el: Fix patterns to be registered in
36254 composition-function-table.
36255
36256 * international/quail.el (quail-input-method): Locally bind
36257 inhibit-modification-hooks to t.
36258
36259 2005-03-17 Richard M. Stallman <rms@gnu.org>
36260
36261 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
36262 (perl-mode): Use run-mode-hooks.
36263
36264 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36265 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
36266 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
36267
36268 * mail/sendmail.el (sendmail-send-it): Reenable the code
36269 to compute resend-to-address and use it.
36270
36271 * tar-mode.el (tar-mode): Turn off undo unconditionally.
36272
36273 * image-mode.el: New file.
36274
36275 * image.el (insert-sliced-image): Add autoload cookie.
36276
36277 * font-lock.el (font-lock-lines-before): New user option.
36278 (font-lock-after-change-function): Obey it.
36279
36280 * bindings.el (esc-map): Make M-g a prefix.
36281 Bind M-g g and M-g M-g to goto-line.
36282
36283 * faces.el (face-id): Doc fix.
36284
36285 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
36286
36287 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
36288 (rmail-show-message): Use rmail-unknown-mail-followup-to.
36289 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
36290
36291 * mail/sendmail.el (mail-yank-ignored-headers)
36292 (mail-font-lock-keywords, mail-mode-fill-paragraph):
36293 Add Mail-Followup-To and Mail-Reply-To headers.
36294 (mail-citation-hook): Add autoload cookie.
36295 (mail-mode): Doc fix.
36296 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
36297 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
36298 (mail-mode-fill-paragraph): Handle those headers.
36299 (mail-mailing-lists): New variable.
36300 (mail-mail-reply-to, mail-mail-followup-to): New functions.
36301
36302 2005-03-17 Juri Linkov <juri@jurta.org>
36303
36304 * isearch.el (isearch-fallback): Check for `(car previous)'
36305 before calling `isearch-other-end-state'.
36306
36307 2005-03-17 Kim F. Storm <storm@cua.dk>
36308
36309 * simple.el (move-beginning-of-line): Move to beginning of buffer
36310 line, as well as beginning of screen line.
36311
36312 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
36313
36314 * calendar/diary-lib.el (mark-diary-entries): Use new optional
36315 argument REDRAW rather than calendar-redrawing variable.
36316 * calendar/calendar.el (calendar-redrawing): Delete.
36317 (redraw-calendar): Do not bind calendar-redrawing.
36318
36319 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
36320
36321 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
36322 diary-file buffer.
36323
36324 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
36325
36326 * help.el (describe-mode): Allow a :minor-mode-function property to
36327 specify a different minor mode toggle function than the variable.
36328 * simple.el (auto-fill-function):
36329 * subr.el (add-minor-mode): Use it.
36330
36331 2005-03-16 Kenichi Handa <handa@m17n.org>
36332
36333 * language/ethio-util.el (sera-being-called-by-w3): New variable.
36334 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
36335 (ethio-fidel-to-sera-buffer): Likewise.
36336
36337 2005-03-16 Juri Linkov <juri@jurta.org>
36338
36339 * emacs-lisp/find-func.el (find-function-regexp):
36340 Add defun-emitting macro `menu-bar-make-toggle'.
36341
36342 * isearch.el: Put `isearch-scroll' property to
36343 `split-window-horizontally'.
36344
36345 * info.el: Update error messages for `debug-ignored-errors'.
36346 (Info-isearch-search): Doc fix.
36347 (Info-find-node): Move up code to go into info buffer before
36348 recording the node to the history.
36349 (Info-fontify-node): Fontify titles only if the next line
36350 has two or more `*', `=', `-', `.'.
36351 Display "go to this node" for empty (match-string 3).
36352
36353 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36354
36355 * term/mac-win.el: Add mouse pointer shape constants.
36356
36357 2005-03-15 Kim F. Storm <storm@cua.dk>
36358
36359 * simple.el (move-beginning-of-line): Use vertical-motion.
36360
36361 2005-03-15 Juri Linkov <juri@jurta.org>
36362
36363 * isearch.el (isearch-error): New variable.
36364 (isearch-invalid-regexp, isearch-within-brackets): Remove.
36365 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
36366 (isearch-within-brackets-state): Remove.
36367 (isearch-case-fold-search-state, isearch-pop-fun-state):
36368 Decrease frame index.
36369 (isearch-mode, isearch-top-state, isearch-push-state)
36370 (isearch-edit-string, isearch-abort, isearch-search-and-update)
36371 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
36372 (isearch-search, isearch-lazy-highlight-new-loop):
36373 Replace `isearch-invalid-regexp' with `isearch-error'.
36374 Remove `isearch-within-brackets'.
36375 (isearch-search): Add `search-failed' handler to `condition-case'.
36376 (isearch-lazy-highlight-search): Add `condition-case' to catch
36377 errors and allow `isearch-lazy-highlight-update' to try
36378 highlighting from the beginning of the window.
36379 (isearch-repeat): Move up code to set isearch-wrapped to t
36380 before calling isearch-wrap-function.
36381
36382 * info.el (Info-isearch-initial-node): New internal variable.
36383 (Info-search): Signal an error in isearch mode when search leaves
36384 the initial node. Signal an error when `bound' is non-nil and
36385 nothing was found in the current subfile.
36386 (Info-isearch-search): Remove `condition-case'.
36387 (Info-isearch-wrap): Don't wrap when search failed during leaving
36388 the initial node. If `Info-isearch-search' is nil, wrap around
36389 the current node.
36390 (Info-isearch-start): New fun.
36391 (Info-mode): Add buffer-local hook `Info-isearch-start' to
36392 `isearch-mode-hook'.
36393
36394 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
36395
36396 * simple.el (normal-erase-is-backspace): Set default to t if
36397 running on Mac.
36398
36399 * term/mac-win.el (function-key-map): Sync with x-win.el.
36400
36401 2005-03-15 Kenichi Handa <handa@m17n.org>
36402
36403 * international/mule-cmds.el (locale-language-names): Modify the
36404 format of elements and add more entries.
36405 (locale-preferred-coding-systems): Add more entries.
36406 (set-locale-environment): Adjust for the change of
36407 locale-language-names.
36408
36409 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
36410
36411 * pcvs.el (smerge-ediff): Remove bogus autoload.
36412
36413 2005-03-14 Lute Kamstra <lute@gnu.org>
36414
36415 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
36416 Ignore a `*' at the beginning of a line.
36417
36418 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
36419 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
36420 subr.el.
36421 (dont-compile, eval-when-compile, eval-and-compile): Use declare
36422 to specify indentation.
36423
36424 * generic.el (define-generic-mode): Let generic-mode-list be a
36425 list of strings; test membership with equal.
36426
36427 2005-03-14 Kim F. Storm <storm@cua.dk>
36428
36429 * simple.el (next-line, previous-line): Add optional try-vscroll
36430 arg to recognize interactive use. Pass it on to line-move.
36431 (line-move): Don't perform auto-window-vscroll when defining or
36432 executing keyboard macro to ensure consistent behavior.
36433
36434 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
36435
36436 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
36437
36438 2005-03-13 Lute Kamstra <lute@gnu.org>
36439
36440 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
36441 debugger-setup-buffer so that backtrace marks the frames set to
36442 debug-on-exit and we don't have to do it manually. Set an extra
36443 debug-on-exit for macro's.
36444 (debugger-setup-buffer): Don't mark the top frame manually.
36445
36446 2005-03-12 Lute Kamstra <lute@gnu.org>
36447
36448 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
36449 lisp-indent-function throughout.
36450 (with-no-warnings): Set lisp-indent-function property.
36451
36452 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
36453
36454 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
36455 Add entry for backslash.
36456
36457 2005-03-12 Juri Linkov <juri@jurta.org>
36458
36459 * info.el (Info-search): Four fixes for backward search.
36460
36461 2005-03-11 Jay Belanger <belanger@truman.edu>
36462
36463 * calc/calc.el (calc-language-alist): New variable.
36464 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
36465 (calc-embedded-find-modes): Use calc-language-alist instead of
36466 calc-embedded-language-alist.
36467
36468 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
36469
36470 * calendar/calendar.el (calendar-redrawing): New internal
36471 variable.
36472 (redraw-calendar): Remove bogus save-excursion from previous
36473 change. Bind calendar-redrawing to t for mark-diary-entries.
36474 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
36475 calendar if that is why we were called.
36476
36477 2005-03-11 Kenichi Handa <handa@m17n.org>
36478
36479 * international/mule.el (make-coding-system): Set property
36480 coding-system-define-form to nil.
36481 (define-coding-system-alias): Likewise.
36482
36483 2005-03-11 Kenichi Handa <handa@m17n.org>
36484
36485 These changes are suggested by Dave Love <fx@gnu.org>.
36486
36487 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
36488 coding: tag.
36489 (adaptive-fill-regexp): Add more bullets.
36490 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
36491 regexps.
36492
36493 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
36494
36495 * help.el (describe-mode): Properly handle non-trivial lighters.
36496 Don't ignore minor modes that are not listed in minor-mode-list.
36497
36498 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
36499 feature ON when the user requests to turn it OFF.
36500
36501 2005-03-10 Lute Kamstra <lute@gnu.org>
36502
36503 * emacs-lisp/debug.el (debug-entry-code): Delete it.
36504 (implement-debug-on-entry): New function to replace debug-entry-code.
36505 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
36506 second argument as the 2005-03-07 change makes it obsolete.
36507 (debug-on-entry, cancel-debug-on-entry): Update call to
36508 debug-on-entry-1.
36509 (debug, debugger-setup-buffer): Comment update.
36510 (debugger-frame-number): Update to work with implement-debug-on-entry.
36511
36512 2005-03-10 Jay Belanger <belanger@truman.edu>
36513
36514 * calc/calc-embed.el (math-ms-args): Declare it.
36515 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
36516 math-ms-args.
36517 (calc-embedded-subst): Use math-multi-subst-rec to substitute
36518 variables.
36519
36520 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
36521
36522 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
36523 Use message-box.
36524
36525 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
36526 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
36527 (tooltip-gud-tips): Simplify.
36528 (tooltip-gud-tips-p): Remove superfluous :set.
36529 (tooltip-gud-modes): Add fortran-mode.
36530 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
36531
36532 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
36533
36534 2005-03-09 Kim F. Storm <storm@cua.dk>
36535
36536 * play/animate.el (animate-place-char): Use forward-line instead
36537 of next-line to improve performance.
36538
36539 2005-03-09 Simon Josefsson <jas@extundo.com>
36540
36541 * net/browse-url.el (browse-url-default-browser): Doc fix.
36542
36543 2005-03-09 Miles Bader <miles@gnu.org>
36544
36545 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
36546 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
36547
36548 2005-03-09 Kenichi Handa <handa@m17n.org>
36549
36550 * international/latin-1.el: Set case and syntax for 255 only if
36551 set-case-syntax-set-multibyte is nil.
36552
36553 * textmodes/ispell.el (ispell-insert-word): New function.
36554 (ispell-word): Use ispell-insert-word to insert a new word.
36555 (ispell-process-line): Likewise.
36556 (ispell-complete-word): Likewise.
36557
36558 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
36559
36560 * calendar/calendar.el (redraw-calendar): Preserve point.
36561 Reported by Matt Hodges <MPHodges@member.fsf.org>.
36562 (calendar-week-start-day): Move after definition of
36563 redraw-calendar. Delete buffer test, since redraw-calendar has
36564 that now.
36565
36566 * calendar/diary-lib.el (mark-diary-entries): Only call
36567 redraw-calendar in the first of any recursive calls.
36568 Reported by Alan Shutko <ats@acm.org>.
36569
36570 2005-03-08 Juri Linkov <juri@jurta.org>
36571
36572 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
36573 (html-horizontal-rule, html-line, html-image, html-checkboxes)
36574 (html-radio-buttons): Add a space before the trailing `/>' where
36575 sgml-xml-mode is non-nil.
36576 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
36577 the subsequent tag of the empty XML tag.
36578 (html-href-anchor): Don't set initial input to "http:".
36579 (html-image): Ask for the image URL and set point inside alt="".
36580 (html-name-anchor): Duplicate the name in the `id' attribute when
36581 sgml-xml-mode is non-nil.
36582 (html-paragraph): Remove \n before <p>.
36583 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
36584 instead of `checked' when sgml-xml-mode is non-nil.
36585
36586 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
36587 Remove 1 space before #RRGGBB to not truncate it on terminal
36588 windows w/o fringes. Remove 1 space between bg and fg examples
36589 to get more space.
36590 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
36591 avoid byte-compile warnings.
36592
36593 * image-file.el (image-file-handler): Put `safe-magic' property to
36594 `image-file-handler'.
36595
36596 * info.el (Info-isearch-search): Emulate word search in
36597 isearching through multiple Info nodes with Info-search.
36598 (Info-isearch-wrap): Allow isearch-word.
36599
36600 2005-03-08 Lute Kamstra <lute@gnu.org>
36601
36602 * emacs-lisp/debug.el (debugger-step-through): Make sure that
36603 stepping into the debugger's code is not possible.
36604 (debugger-jumping-flag): Docstring update.
36605
36606 2005-03-08 Jay Belanger <belanger@truman.edu>
36607
36608 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
36609 embedded mode begins.
36610 (calc-embedded-language-alist): New variable.
36611 (calc-embedded-find-modes): Use calc-embedded-language-alist to
36612 set default language mode.
36613
36614 2005-03-08 Kenichi Handa <handa@m17n.org>
36615
36616 * international/ccl.el (define-ccl-program): Fix docstring about
36617 extra 256 bytes assured for the output buffer.
36618
36619 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36620 Fix BUFFER_MAGNIFICATION to 2.
36621 (ccl-encode-mule-utf-16be-with-signature): Likewise.
36622
36623 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
36624
36625 * align.el (align-rules-list): Added an alignment rule for CSS
36626 declarations (applies to css-mode and html-mode buffers).
36627
36628 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
36629
36630 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
36631
36632 2005-03-07 Kim F. Storm <storm@cua.dk>
36633
36634 * simple.el (move-beginning-of-line): New command.
36635
36636 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
36637
36638 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
36639
36640 * emulation/cua-base.el: Put CUA move property on move-end-of-line
36641 and move-beginning-of-line.
36642
36643 * apropos.el (apropos-print): Omit command from M-x ... RET.
36644
36645 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
36646
36647 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
36648 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
36649
36650 2005-03-06 Richard M. Stallman <rms@gnu.org>
36651
36652 * bindings.el (esc-map): Bind M-g to goto-line.
36653
36654 * facemenu.el (global-map): Bind M-o, not M-g.
36655
36656 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
36657
36658 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
36659 "Open Directory" as for "Open File".
36660
36661 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
36662
36663 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
36664 (push-mark-command): Run activate-mark-hook.
36665
36666 2005-03-06 Richard M. Stallman <rms@gnu.org>
36667
36668 * help-mode.el (help-mode-finish): Don't alter the element
36669 in view-return-to-alist if there already is one.
36670
36671 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
36672 make sure the current buffer is the expected one.
36673
36674 * novice.el (disabled-command-function): Output in *Disabled Command*.
36675 Explicitly ignore non-keyboard events, and explicitly handle C-g.
36676
36677 * textmodes/flyspell.el (flyspell-large-region):
36678 Pass args differently for aspell.
36679
36680 * files.el (mode-require-final-newline): Doc fix.
36681
36682 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
36683
36684 * progmodes/which-func.el (which-function):
36685 Specify NOERROR when calling imenu--make-index-alist.
36686
36687 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
36688
36689 * simple.el (normal-erase-is-backspace): Define default value.
36690
36691 * custom.el (custom-theme-set-variables): Remove unused var
36692 `immediate'.
36693 (custom-reevaluate-setting): Simple function to handle variables
36694 that are defined before their default value can really be
36695 computed.
36696
36697 * startup.el (command-line): Use it for temporary-file-directory,
36698 small-emporary-file-directory, auto-save-file-name-transforms,
36699 blink-cursor-mode, and normal-erase-is-backspace.
36700
36701 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
36702 progress, even with buggy anchored keywords.
36703
36704 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
36705
36706 * simple.el (goto-line): Remove unbalanced final parenthesis.
36707
36708 2005-03-05 Richard M. Stallman <rms@gnu.org>
36709
36710 * simple.el (goto-line): Use a number at point as the default.
36711 With C-u as arg, switch buffers.
36712
36713 2005-03-05 Juri Linkov <juri@jurta.org>
36714
36715 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
36716 with `no-blinking-cursor'.
36717
36718 * startup.el (no-blinking-cursor): New defvar.
36719 (command-line): Add `--no-blinking-cursor' to longopts.
36720 Set `no-blinking-cursor' to t for command line arguments
36721 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
36722 with `no-blinking-cursor' in the condition for calling
36723 `blink-cursor-mode'.
36724
36725 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
36726
36727 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
36728 (menu-bar-options-save): Add blink-cursor-mode.
36729 (menu-bar-options-menu): Add blink-cursor-mode.
36730
36731 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
36732
36733 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
36734 (icalendar-export-file, icalendar-export-region)
36735 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
36736 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
36737
36738 2005-03-04 Lute Kamstra <lute@gnu.org>
36739
36740 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
36741 (debug-function-list): Ditto.
36742
36743 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
36744
36745 * textmodes/texinfmt.el (texinfo-append-refill):
36746 Redefine the types of line to which @refill
36747 is not appended by replacing a search for `@refill\\|@bye' with
36748 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
36749 itemize@refill' bug and the unfilled long lines bug.
36750 (texinfmt-version): Update number and date.
36751
36752 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
36753
36754 * international/code-pages.el (windows-1250, windows-125[2-8])
36755 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
36756
36757 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
36758
36759 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
36760 bound yet.
36761
36762 2005-03-02 Romain Francoise <romain@orebokech.com>
36763
36764 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
36765 buffer after removing limits.
36766 (ibuffer-pop-filter): Ditto.
36767 Update copyright.
36768
36769 2005-03-02 Miles Bader <miles@gnu.org>
36770
36771 * button.el (make-text-button): If the user doesn't specify a
36772 type, use the default. Rewrite to use `add-text-properties' and
36773 plist functions.
36774
36775 2005-03-01 Lute Kamstra <lute@gnu.org>
36776
36777 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
36778 (debugger-jumping-flag): New var.
36779 (debug-entry-code): Use it.
36780 (debugger-jump): Use debugger-jumping-flag and add
36781 debugger-reenable to post-command-hook.
36782 (debugger-reenable): Use debugger-jumping-flag and remove itself
36783 from post-command-hook.
36784 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
36785 debugger-reenable.
36786
36787 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
36788
36789 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
36790 inclusion of "itemize\\|", which may be unnecessary, is certainly
36791 inelegant, and stops refilling in itemize lists when formatting
36792 Japanese Texinfo files to Info.
36793 Update copyright to 2005.
36794
36795 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
36796
36797 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
36798 of an error if GDB can't find the source file.
36799
36800 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
36801
36802 * calendar/calendar.el (redraw-calendar): Work from any buffer,
36803 not just the calendar.
36804
36805 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
36806 first.
36807 (diary-redraw-calendar): New function.
36808 (make-diary-entry): Add diary-redraw-calendar to local
36809 write-contents-functions. Turn off selective display before
36810 inserting in diary.
36811
36812 2005-03-01 Kim F. Storm <storm@cua.dk>
36813
36814 * emacs-lisp/copyright.el (copyright-fix-years): New command.
36815
36816 2005-03-01 Lute Kamstra <lute@gnu.org>
36817
36818 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
36819 that debug-entry-code can be safely removed from a function while
36820 this code is being evaluated. Revert the 2005-02-27 change as the
36821 new implementation no longer requires it. Make sure that a
36822 function body containing just a string is not mistaken for a docstring.
36823 (debug): Skip one more frame in case of debug on entry.
36824 (debugger-setup-buffer): Delete one more frame line in case of
36825 debug on entry.
36826 (debugger-frame-number): Update to use the new text introduced by
36827 the 1999-11-03 change. Skip one more frame in case of debug on entry.
36828
36829 2005-02-28 Kim F. Storm <storm@cua.dk>
36830
36831 * double.el (double-translate-key): Call force-window-update after
36832 read-event to avoid crash in redisplay.
36833
36834 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
36835
36836 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
36837 (debug): Use it. Move the inhibit-trace earlier.
36838 (debug-entry-code): New const.
36839 (debug-on-entry-1): Use it.
36840
36841 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
36842
36843 * international/utf-16.el (ccl-encode-mule-utf-16le):
36844 Fix BUFFER_MAGNIFICATION to 2.
36845 (ccl-encode-mule-utf-16be): Likewise.
36846
36847 2005-02-28 Kenichi Handa <handa@m17n.org>
36848
36849 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36850 Fix BUFFER_MAGNIFICATION to 4.
36851 (ccl-encode-mule-utf-16be-with-signature): Likewise.
36852
36853 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
36854
36855 * speedbar.el (speedbar-update-flag): Doc fix.
36856 (speedbar-show-info-under-mouse): Give set-mouse-position the right
36857 argument.
36858
36859 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
36860
36861 * reveal.el (reveal-post-command): Don't try to reveal overlays which
36862 have a non-nil `invisible' property but are actually visible.
36863
36864 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
36865 for perldoc sections.
36866 (perl-outline-regexp, perl-outline-level): New var and function.
36867 (perl-mode): Use them.
36868
36869 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
36870
36871 * calendar/diary-lib.el (diary-remind): Discard any mark portion
36872 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
36873
36874 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
36875
36876 * cus-edit.el: Comment change.
36877 (custom-buffer-create-internal): Slightly reword text at top of
36878 Custom buffers. Mention there that saving an option edits the
36879 init file. Add link to Emacs manual node on `custom-file'.
36880 (custom-magic-alist): Rewrite individual State messages to use
36881 capitalized keywords. Doc fix.
36882
36883 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
36884
36885 * calendar/calendar.el (calendar-buffer): Move above
36886 calendar-week-start-day.
36887 (calendar-week-start-day): Doc fix. Add :set function.
36888 (calendar-minimum-window-height): New variable.
36889 (generate-calendar-window): Only resize window if selected-window
36890 is displaying the calendar buffer. Use new variable
36891 calendar-minimum-window-height.
36892 (generate-calendar): Reword error message.
36893 (calendar-mode-map): Bind DEL to scroll-other-window-down.
36894
36895 2005-02-27 Andreas Schwab <schwab@suse.de>
36896
36897 * vc.el (vc-do-command): Don't run command asynchronously when
36898 operating in a remote directory.
36899
36900 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
36901 change from sync with Tramp 2.0.47.
36902
36903 2005-02-27 Richard M. Stallman <rms@gnu.org>
36904
36905 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
36906
36907 * textmodes/flyspell.el (flyspell-mode-on):
36908 Call ispell-change-dictionary only if necessary.
36909
36910 * emacs-lisp/re-builder.el (regexp-builder): New function.
36911
36912 * register.el (describe-register-1): Explicitly handle
36913 yank-excluded-properties = t.
36914
36915 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
36916 (custom-magic-alist): Change the status descriptions again.
36917 (face widget-type): Total rewrite based on `restricted-sexp'
36918 to eliminate the confusing double hiding levels.
36919
36920 * emacs-lisp/debug.el (debug-on-entry-1):
36921 If function body is empty, add nil as body form.
36922
36923 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
36924
36925 * emacs-lisp/trace.el (inhibit-trace): New var.
36926 (trace-make-advice): Use it.
36927
36928 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
36929
36930 2005-02-26 Kim F. Storm <storm@cua.dk>
36931
36932 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
36933 (mouse-on-link-p, mouse-drag-region-1): Use it.
36934
36935 2005-02-25 Lute Kamstra <lute@gnu.org>
36936
36937 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
36938
36939 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
36940
36941 * frame.el (blink-cursor-mode): Add :group keyword.
36942
36943 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
36944
36945 * calendar/icalendar.el (icalendar--decode-isodatetime):
36946 New optional argument DAY-SHIFT.
36947 (icalendar-export-region): Fix coding-system-for-write.
36948 (icalendar--convert-ical-to-diary): Shift end-day of all-day
36949 events by one.
36950
36951 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
36952
36953 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
36954
36955 2005-02-24 Kim F. Storm <storm@cua.dk>
36956
36957 * international/iso-acc.el (iso-accents-compose): Fix crash
36958 during redisplay. Call force-window-update after read-event
36959 and delete-region to signal that window is not accurate.
36960
36961 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
36962
36963 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
36964 Remove unused and inexistent var `inhibit-trace'.
36965 (debugger-mode): Use run-mode-hooks.
36966 (debugger-list-functions): Add buttons; setup xref stack.
36967
36968 2005-02-23 Richard M. Stallman <rms@gnu.org>
36969
36970 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
36971 appointment says it was explicitly made.
36972 (appt-add): Set the 3rd element.
36973 (appt-make-list): Preserve explicit appointments.
36974
36975 * subr.el (find-tag-default): Catch errors in forward-sexp.
36976
36977 2005-02-23 Juri Linkov <juri@jurta.org>
36978
36979 * info.el (Info-isearch-search): New defcustom.
36980 (Info-isearch-search): Call the default isearch function
36981 when Info-isearch-search is nil.
36982 (Info-isearch-wrap): Use variable Info-isearch-search.
36983
36984 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
36985
36986 * cus-edit.el: Comment change.
36987
36988 2005-02-22 Kim F. Storm <storm@cua.dk>
36989
36990 * progmodes/hideif.el (hide-ifdef-use-define-alist):
36991 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
36992
36993 2005-02-22 Simon Josefsson <jas@extundo.com>
36994
36995 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
36996 New variable.
36997 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
36998 Oskarsson" <myrkraverk@users.sourceforget.net>.
36999
37000 2005-02-22 Kim F. Storm <storm@cua.dk>
37001
37002 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
37003 check that window of that event is the selected window.
37004 (mouse-drag-region-1): Compare mouse event window to selected
37005 window before setting point.
37006
37007 * tooltip.el (tooltip-show-help-function): Pass event to
37008 mouse-on-link-p so it can check selected window.
37009
37010 2005-02-22 Kenichi Handa <handa@m17n.org>
37011
37012 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
37013 (ps-mule-show-warning): New function.
37014 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
37015 characters are found.
37016
37017 * ps-print.el (ps-header-footer-string): Return a list of header
37018 and footer strings.
37019
37020 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
37021
37022 * pcvs.el (cvs-retrieve-revision): Fix thinko.
37023
37024 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
37025
37026 * frame.el (blink-cursor-mode): Use define-minor-mode.
37027
37028 * term/mac-win.el (function-key-map): Use char-names more consistently.
37029 (file-name-coding-system): Only set it for MacOS-9. The other case is
37030 already handled in mule-cmds.el (where it also works when mac-win.el
37031 is not used).
37032
37033 2005-02-21 Kenichi Handa <handa@m17n.org>
37034
37035 * international/mule.el (ctext-pre-write-conversion): Always use
37036 " *code-converting-work*" buffer for work.
37037
37038 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
37039
37040 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
37041
37042 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
37043
37044 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
37045
37046 * ses.el (undo-more): Restore defadvice, but only the part that
37047 allows changes outside the restricted area of the buffer.
37048
37049 2005-02-20 Kim F. Storm <storm@cua.dk>
37050
37051 * simple.el (line-move): Add fourth optional arg try-vscroll which
37052 must be set to perform auto-window-vscroll.
37053 When moving backwards and doing auto-window-vscroll, automatically
37054 vscroll to the last part of lines which are taller than the window.
37055 (next-line, previous-line): Set try-vscroll arg on line-move.
37056
37057 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
37058
37059 * replace.el (query-replace, query-replace-regexp)
37060 (replace-string, replace-regexp): When operating on region, make
37061 the minibuffer prompt say so.
37062
37063 * isearch.el (isearch-forward): Document isearch-query-replace and
37064 isearch-query-replace-regexp keybindings.
37065
37066 2005-02-19 Jay Belanger <belanger@truman.edu>
37067
37068 * calc/calc-aent.el (math-read-token): Add local variable.
37069
37070 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
37071 (calc-edit-top): Move declaration to earlier in file.
37072 (calc-edit-macro-repeats): Add local variables.
37073
37074 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
37075 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
37076 calcFunc-tanh.
37077 Adjust integration rule for calcFunc-tan.
37078
37079 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
37080
37081 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
37082 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
37083 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
37084 (viper-skip-separators): Bug fix.
37085 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
37086 particular major mode.
37087 (viper-del-backward-char-in-replace): Don't put deleted char on the
37088 kill ring.
37089
37090 * emulation/viper-ex.el (viper-color-display-p): New function.
37091 (viper-has-face-support-p): Use viper-color-display-p.
37092
37093 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
37094
37095 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
37096
37097 * emulation/viper-util.el (viper-glob-unix-files):
37098 Fix shell status check.
37099 (viper-file-remote-p): Make equivalent to file-remote-p.
37100
37101 * emulation/viper.el (viper-major-mode-modifier-list):
37102 Use viper-gnus-modifier-map.
37103
37104 2005-02-19 David Kastrup <dak@gnu.org>
37105
37106 * subr.el (subregexp-context-p): Fix garbled doc string by adding
37107 quoting.
37108
37109 2005-02-19 Jay Belanger <belanger@truman.edu>
37110
37111 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
37112 Remove extra definitions.
37113 (calc-coth): New function.
37114 (calcFunc-cot): Fix `let'.
37115
37116 2005-02-19 Eli Zaretskii <eliz@gnu.org>
37117
37118 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
37119 the reasons we use "type pc" in these faces.
37120
37121 * button.el (button): Ditto.
37122
37123 2005-02-19 Michael Mauger <mmaug@yahoo.com>
37124
37125 * replace.el (query-replace-read-from): Set the value of
37126 query-replace-from-history-variable to handle the case of an empty
37127 string entered to accept the suggested default.
37128
37129 * net/tramp.el (tramp-file-name-for-operation):
37130 Use dired-call-process instead of dired-call-process-command.
37131
37132 2005-02-19 Jay Belanger <belanger@truman.edu>
37133
37134 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
37135 (math-div-non-trig): New variables.
37136 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
37137 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
37138 (math-combine-prod, math-div-symb-fancy): Add simplifications for
37139 trig expressions.
37140
37141 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
37142
37143 * progmodes/gdb-ui.el (gdb-var-update-handler)
37144 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
37145 for watch expressions,
37146 (gdb-var-create-handler): Don't set speedbar-update-flag.
37147 (gdb-post-prompt): Simplify test for speedbar.
37148
37149 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
37150
37151 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
37152 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
37153 we use the syntax table of the correct buffer.
37154 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
37155 Felix Gatzemeier.
37156
37157 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
37158 (ediff-file-remote-p): Make synonymous with file-remote-p.
37159 In all deffaces ediff-*-face-*, use min-colors.
37160
37161 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
37162 ediff-recurse-to-subdirectories.
37163 (ediff-mark-if-equal): Check that the arguments are strings, use
37164 ediff-same-contents (after to Felix Gatzemeier).
37165
37166 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
37167 nil.
37168
37169 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
37170
37171 * log-view.el (log-view-message-re): Fix up Subversion regexp.
37172
37173 2005-02-18 David Kastrup <dak@gnu.org>
37174
37175 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
37176 use `mark-active' when defined.
37177
37178 2005-02-18 Kenichi Handa <handa@m17n.org>
37179
37180 * ps-print.el (ps-font-info-database): New entry
37181 ZapfChancery-MediumItalic with correct font name. Fix font name
37182 of the entry Zapf-Chancery-MediumItalic.
37183
37184 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
37185
37186 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
37187
37188 2005-02-16 Kim F. Storm <storm@cua.dk>
37189
37190 * ido.el (ido-fallback-command): Pass user input to fallback command.
37191
37192 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
37193
37194 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
37195 (gdb-find-file-hook): Add server prefix.
37196
37197 2005-02-16 Richard M. Stallman <rms@gnu.org>
37198
37199 * replace.el (perform-replace): Pass new args to replace-highlight.
37200 (replace-highlight): Take region args,
37201 and pass them to isearch-lazy-highlight-new-loop.
37202
37203 * novice.el (disabled-command-hook): Autoload the defalias
37204 and the make-obsolete-variable call.
37205
37206 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
37207
37208 * isearch.el (isearch-lazy-highlight-start-limit)
37209 (isearch-lazy-highlight-end-limit): New variables limit
37210 the region for highlighting.
37211 (isearch-lazy-highlight-new-loop): New args BEG and END.
37212 (isearch-lazy-highlight-search): Use the new vars.
37213 (isearch-lazy-highlight-update): Likewise.
37214
37215 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
37216
37217 * cus-start.el (all): Use default-boundp.
37218
37219 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
37220
37221 * menu-bar.el (menu-bar-select-frame): Handle current frame.
37222
37223 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
37224
37225 * autorevert.el (auto-revert-stop-on-user-input)
37226 (auto-revert-verbose): Doc fixes.
37227
37228 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
37229
37230 * international/mule-cmds.el (set-locale-environment): Remove call
37231 to set-selection-coding-system on Windows.
37232
37233 2005-02-15 Jay Belanger <belanger@truman.edu>
37234
37235 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
37236 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
37237 calcFunc-coth.
37238 (math-simplify-sqrt): Add simplifications.
37239
37240 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
37241 to list.
37242
37243 * calc/calc-ext.el: Add functions to autoloads.
37244
37245 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
37246 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
37247 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
37248 (math-csc-raw, math-cot-raw): New functions.
37249
37250 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
37251
37252 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
37253 the variable name in a message.
37254
37255 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
37256 calcFunc-csc, calcFunc-cot.
37257
37258 * calc/calcalg2.el: Add derivative and integration rules for
37259 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
37260 calcFunc-csch, calcFunc-coth.
37261 (math-do-integral-methods): Add to checks for when to use
37262 substitutions.
37263
37264 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
37265
37266 2005-02-15 Lute Kamstra <lute@gnu.org>
37267
37268 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
37269 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
37270 <monnier@iro.umontreal.ca>.
37271 (lisp-outline-level): Improve efficiency. Suggested by David
37272 Kastrup <dak@gnu.org>.
37273
37274 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
37275
37276 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
37277 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
37278 (gdb-set-gud-minor-mode-existing-buffers): New functions.
37279 (gdb-find-file-hook): New hook. Add it to find-file-hook.
37280 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
37281
37282 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
37283
37284 * cus-start.el (all): Comment change.
37285
37286 2005-02-14 Lute Kamstra <lute@gnu.org>
37287
37288 * cus-start.el (all): Check if symbol is void.
37289
37290 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
37291
37292 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
37293 optional argument to \cite.
37294
37295 2005-02-14 Richard M. Stallman <rms@gnu.org>
37296
37297 * cus-edit.el (custom-buffer-create-internal): Update help message.
37298 (custom-magic-alist): Update help messages.
37299
37300 * cus-start.el (all): Allow a var to specify a standard value.
37301
37302 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
37303
37304 * custom.el (custom-theme-set-variables): Handle variable aliases.
37305
37306 * frame.el (blink-cursor-timer): Doc fix.
37307 (blink-cursor): Make it an alias for `blink-cursor-mode' and
37308 declare obsolete.
37309 (blink-cursor-mode): Define with defcustom and use correct
37310 standard expression in that defcustom.
37311 * startup.el (command-line): Adapt to above changes in frame.el.
37312
37313 2005-02-11 Lute Kamstra <lute@gnu.org>
37314
37315 * apropos.el (apropos-score-doc): Prevent division by zero.
37316
37317 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
37318
37319 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
37320 (icalendar--get-event-property-attributes)
37321 (icalendar--get-event-properties)
37322 (icalendar--datetime-to-diary-date): New functions.
37323 (icalendar--split-value): Doc fix.
37324 (icalendar--datetime-to-noneuropean-date)
37325 (icalendar--datetime-to-european-date): New optional argument
37326 SEPARATOR. Return result as a string instead of a list.
37327 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
37328 (icalendar--convert-string-for-export): Rename arg S to STRING.
37329 (icalendar-export-region): Doc fix. Change name of error buffer.
37330 Save output buffer.
37331 (icalendar-import-file): Add blank at end of prompt.
37332 (icalendar-import-buffer): Doc fix. Do not switch to error
37333 buffer. Indicate status in return value.
37334 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
37335 buffer. Save output buffer. Handle exception from recurrence
37336 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
37337 events. Fix problems with weekly all-day events.
37338
37339 2005-02-10 Richard M. Stallman <rms@gnu.org>
37340
37341 * simple.el (eval-expression-print-format):
37342 Avoid warning about edebug-active.
37343
37344 * help.el (help-for-help-internal): Rename from help-for-help.
37345 (help-for-help): Define with defalias.
37346
37347 * font-core.el (font-lock-default-function): Use with-no-warnings.
37348
37349 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
37350
37351 * custom.el (defface): Doc fix.
37352
37353 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
37354
37355 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
37356 width 0" to prevent word wrapping problems.
37357
37358 2005-02-09 Kim F. Storm <storm@cua.dk>
37359
37360 * ido.el (ido-file-extensions-order): New defcustom.
37361 (ido-file-extension-lessp, ido-file-extension-aux)
37362 (ido-file-extension-order): New advanced file ordering.
37363 (ido-file-lessp): New simple file ordering.
37364 (ido-sort-list): Remove.
37365 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
37366 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
37367
37368 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
37369
37370 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
37371 that some versions of grep produce.
37372 (grep-mode-font-lock-keywords): Likewise.
37373
37374 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
37375
37376 * progmodes/gdb-ui.el (gdb-location-list): New variable.
37377 (gdb-cdir): Delete.
37378 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
37379 (gdb-source-info): Treat case when source file is in another
37380 directory properly.
37381 (gdb-get-location): New function.
37382
37383 2005-02-07 Jay Belanger <belanger@truman.edu>
37384
37385 * calc/calc-prog.el (calc-write-parse-table-part)
37386 (calc-fix-token-name): Fix a check for language type.
37387
37388 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
37389
37390 2005-02-07 Andre Spiegel <spiegel@gnu.org>
37391
37392 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
37393 as directory not writable.
37394
37395 2005-02-07 Kim F. Storm <storm@cua.dk>
37396
37397 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
37398 (cua--standard-movement-commands): Remove list.
37399 Instead, set CUA property value to move for movement commands.
37400 (cua-movement-commands): Remove. Users must set CUA prop instead.
37401 (cua--pre-command-handler): Check CUA property.
37402 (cua--init-keymaps): Don't remap undo commands.
37403 (cua-mode): Don't call cua--rectangle-on-off.
37404
37405 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
37406 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
37407 (cua--rect-undo-set-point): New var.
37408 (cua--rectangle-undo-boundary): Setup undo apply entry.
37409 (cua--rect-undo-handler): New function for rectangle undo.
37410 (cua--rect-start-position, cua--rect-end-position): Add.
37411 (cua--rectangle-post-command): Call cua--rectangle-set-corners
37412 for restored rectangle. Set point if cua--rect-undo-set-point.
37413
37414 2005-02-06 Jay Belanger <belanger@truman.edu>
37415
37416 * calc/calc-lang.el (calc-tex-language): Display more information
37417 in messages.
37418
37419 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
37420 in TeX mode.
37421
37422 2005-02-06 Richard M. Stallman <rms@gnu.org>
37423
37424 * emacs-lisp/lisp.el (buffer-end): Doc fix.
37425
37426 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
37427
37428 * net/ldap.el (ldap-search-internal): Support attributes with
37429 optional descriptions separated by a semi-colon, as in
37430 "userCertificate;binary".
37431
37432 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
37433
37434 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
37435 isn't a cons (i.e. the version is 0).
37436
37437 2005-02-05 Eli Zaretskii <eliz@gnu.org>
37438
37439 * help.el (help-for-help): Doc fix.
37440
37441 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
37442
37443 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
37444 GDB-Windows on the menu-bar as this works better.
37445
37446 2005-02-04 Jay Belanger <belanger@truman.edu>
37447
37448 * calc/calc-embed.el (calc-embedded-update): Don't put in
37449 unnecessary newlines. Adjust the end of formula marker.
37450
37451 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
37452 (math-latex-parse-two-args): New function.
37453
37454 2005-02-03 Lute Kamstra <lute@gnu.org>
37455
37456 * help-fns.el (help-with-tutorial): Make sure that users cannot
37457 remove the entire text of the tutorial by means of `undo'.
37458
37459 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
37460
37461 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37462 in recent changes, where the ispell process was repeatedly
37463 killed & restarted.
37464
37465 * international/mule-cmds.el (set-locale-environment): Set file-name
37466 coding system to utf-8 on Darwin systems.
37467 (set-default-coding-systems): Don't set default-file-name-coding-system
37468 on Darwin systems.
37469
37470 2005-02-03 Richard M. Stallman <rms@gnu.org>
37471
37472 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
37473
37474 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
37475
37476 * faces.el (list-faces-display): Add optional argument.
37477
37478 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
37479
37480 * font-core.el (font-lock-default-function): Handle the rare case where
37481 only font-lock-keywords is set.
37482
37483 2005-02-02 Kenichi Handa <handa@m17n.org>
37484
37485 * international/characters.el: Cancel previous change for
37486 I-WITH-DOT-ABOVE and DOTLESS-i.
37487
37488 * international/latin-5.el: Cancel previous change.
37489
37490 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
37491
37492 * progmodes/gud.el: Correction to syntax in gud-menu-map.
37493
37494 2005-02-02 Kenichi Handa <handa@m17n.org>
37495
37496 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
37497 DOTLESS-i.
37498
37499 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
37500 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
37501
37502 * case-table.el (get-upcase-table): New function.
37503 (copy-case-table): Copy upcaes table too if non-nil.
37504 (set-case-syntax-delims): Maintain upcase table too.
37505 (set-case-syntax-pair): Likewise.
37506 (set-upcase-syntax, set-downcase-syntax): New functions.
37507 (set-case-syntax): Maintain upcase table too.
37508
37509 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
37510
37511 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
37512
37513 * progmodes/gud.el (gud-goto-info): New function.
37514 (gud-tool-bar-map): Use correct icon.
37515
37516 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
37517
37518 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
37519 When delegating, order args in the funcall correctly.
37520
37521 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
37522
37523 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
37524
37525 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
37526
37527 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
37528 buffer not visiting a file.
37529
37530 2005-01-31 Jay Belanger <belanger@truman.edu>
37531
37532 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
37533 bound on the line with the formula.
37534
37535 2005-01-31 Kim F. Storm <storm@cua.dk>
37536
37537 * ses.el (ses-create-cell-variable-range)
37538 (ses-destroy-cell-variable-range, ses-reset-header-string)
37539 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
37540 (ses-insert-row): Fix format of apply undo entries.
37541
37542 2005-01-31 Jay Belanger <belanger@truman.edu>
37543
37544 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
37545 parts.
37546
37547 * calc/calc-embed.el (calc-embedded-open-formula)
37548 (calc-embedded-close-formula): Ignore matrix environments.
37549
37550 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
37551 TeX mode.
37552
37553 * calc/calc-lang.el (math-function-table, math-oper-table)
37554 (math-variable-table): Adjust the LaTeX portions.
37555
37556 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
37557 (math-latex-ignore-words): New constant.
37558
37559 2005-01-31 Richard M. Stallman <rms@gnu.org>
37560
37561 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
37562 (ispell-local-dictionary): Doc fix.
37563 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
37564 Don't reinitialize at run time. Don't defcustom.
37565 All uses changed to append ispell-local-dictionary-alist,
37566 or check it first.
37567 (ispell-current-dictionary): New variable for dictionary in use.
37568 (ispell-dictionary): Now used only for global default.
37569 (ispell-start-process): Set ispell-current-dictionary,
37570 not ispell-dictionary.
37571 (ispell-change-dictionary): Use this only for setting
37572 user preferences.
37573 (ispell-internal-change-dictionary): New function
37574 to change the current dictionary in use.
37575 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
37576 Use ispell-current-dictionary.
37577 Handle ispell-local-dictionary-overridden.
37578 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
37579
37580 2005-01-31 Jay Belanger <belanger@truman.edu>
37581
37582 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
37583
37584 * calc/calc-ext.el: Add calc-latex-language to autoloads.
37585 (calc-mode-map): Add calc-latex-language.
37586
37587 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
37588 (math-latex-print-frac): New functions.
37589 (math-oper-table, math-function-table, math-variable-table)
37590 (math-complex-format, math-input-filter): Add latex properties.
37591 (calc-set-language): Set math-expr-special-function-mapping.
37592
37593 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
37594 (calc-write-parse-table-part): Add LaTeX support.
37595
37596 * calc/calc.el (calc-language): Adjust docstring.
37597 (calc-set-mode-line): Add LaTeX support.
37598 (math-expr-special-function-mapping): New variable.
37599 (math-tex-ignore-words): Add to list.
37600
37601 * calc/calccomp.el (math-compose-expr, math-compose-rows):
37602 Add LaTeX support.
37603 (math-compose-expr): Add support for special functions.
37604
37605 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
37606
37607 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
37608
37609 * progmodes/gdb-ui.el (gdb-memory-address)
37610 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
37611 (gdb-memory-mode-map, gdb-memory-format-keymap)
37612 (gdb-memory-format-menu, gdb-memory-unit-keymap)
37613 (gdb-memory-unit-menu): New variables for a buffer
37614 that lets the user examine program memory.
37615 (gdb-memory-set-address, gdb-memory-set-repeat-count)
37616 (gdb-memory-format-binary, gdb-memory-format-octal)
37617 (gdb-memory-format-unsigned, gdb-memory-format-signed)
37618 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
37619 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
37620 (gdb-memory-unit-word, gdb-memory-unit-halfword)
37621 (gdb-memory-unit-byte, gdb-memory-unit-menu)
37622 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
37623 (gdb-memory-mode, gdb-memory-buffer-name)
37624 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
37625 New functions for above buffer.
37626
37627 2005-01-30 Richard M. Stallman <rms@gnu.org>
37628
37629 * cus-edit.el (custom-bury-buffer): Function deleted.
37630 (custom-buffer-done-function): Option deleted.
37631 (custom-buffer-done-kill): New replacement option.
37632 (Custom-buffer-done): Call quit-window.
37633 (custom-buffer-create-internal): Update for above changes.
37634
37635 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
37636
37637 * simple.el (undo-ask-before-discard): New var.
37638 (undo-outer-limit-truncate): Implement it.
37639 (undo-extra-outer-limit): Doc update.
37640
37641 2005-01-29 Richard M. Stallman <rms@gnu.org>
37642
37643 * ses.el (undo-more): Delete defadvice.
37644 (ses-begin-change): Doc fix.
37645
37646 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
37647 instead of rebinding C-x u and C-_.
37648
37649 * files.el (normal-backup-enable-predicate): Return nil for files
37650 in /tmp, regardless of temporary-file-directory.
37651
37652 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
37653
37654 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
37655 (open-rectangle, delete-whitespace-rectangle-line)
37656 (clear-rectangle-line): If FILL, pass t instead of FILL
37657 for move-to-column's 2nd arg.
37658
37659 * simple.el (undo): Fix the test for continuing a series of undos.
37660 (undo-more): Set pending-undo-list to t when we reach end.
37661 (pending-undo-list): Move up defvar.
37662
37663 * wid-edit.el (widget-button-click):
37664 Shorten the range of the track-mouse binding.
37665
37666 * comint.el (comint-insert-input): Undo previous changes;
37667 use last-input-event in interactive spec.
37668
37669 2005-01-29 Eli Zaretskii <eliz@gnu.org>
37670
37671 * progmodes/compile.el (compilation-start): Bind buffer-read-only
37672 to nil before invoking call-process. Reset buffer's modified flag
37673 after fontifying it in the no-async branch.
37674
37675 * wid-edit.el (widget-specify-button): If mouse pointer shape
37676 cannot be changed, use mouse face instead.
37677
37678 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
37679
37680 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
37681 (gdb-goto-breakpoint): Make breakpoint handling work on template
37682 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
37683 (gdb-assembler-custom): Update to recognize breakpoint information
37684 added on 2005-01-19.
37685
37686 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
37687
37688 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
37689 (dsssl-mode): Use define-derived-mode.
37690 (scheme-mode-initialize): Remove.
37691 (scheme-mode): Use run-mode-hooks.
37692
37693 * cus-edit.el (customize-group-other-window)
37694 (custom-buffer-create-other-window): Don't override special-display-*.
37695 (custom-mode-map): Make it dense.
37696
37697 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
37698 sets the default value.
37699
37700 2005-01-28 Eli Zaretskii <eliz@gnu.org>
37701
37702 * descr-text.el: Add more keywords.
37703
37704 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
37705
37706 * speedbar.el: Avoid unnecessary use of locate-library.
37707
37708 * international/mule-cmds.el (standard-display-european-internal):
37709 Don't fiddle with latin-1 non-break space any more since it's now
37710 special cased in the C code.
37711 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
37712
37713 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
37714
37715 * cus-start.el (all): Add `undo-outer-limit'.
37716
37717 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
37718
37719 * textmodes/bibtex.el (bibtex-format-entry):
37720 Use `bibtex-empty-field-re' only on the text of fields, not on entire
37721 field lines.
37722 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
37723 not on part of a buffer.
37724
37725 2005-01-25 Lute Kamstra <lute@gnu.org>
37726
37727 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
37728 nonempty field text strings like "{letters\\macro{}more letters}".
37729 Clarify docstring.
37730 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
37731 (bibtex-entry-offset, bibtex-parse-association)
37732 (bibtex-parse-field-name): Fix typos in docstrings.
37733 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
37734
37735 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
37736 Juri Linkov <juri@jurta.org>
37737
37738 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
37739 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
37740 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
37741 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
37742
37743 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
37744 isearch minor mode.
37745
37746 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
37747
37748 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
37749
37750 2005-01-24 Lute Kamstra <lute@gnu.org>
37751
37752 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
37753 CASECHARS and NOT-CASECHARS regular expressions of the
37754 "nederlands" and "nederlands8" dictionaries to prevent a "Range
37755 striding over charsets" error.
37756
37757 2005-01-24 Jay Belanger <belanger@truman.edu>
37758
37759 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
37760 display variable name.
37761
37762 2005-01-24 Kenichi Handa <handa@m17n.org>
37763
37764 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
37765 Fix setting of the element of encoded-kbd-iso2022-invocations.
37766
37767 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
37768
37769 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
37770 (gdb-threads-select): Change to also accept mouse events.
37771 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
37772 (gdb-threads-mouse-select): Delete.
37773
37774 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
37775
37776 * files.el (insert-directory): Take care of empty directory,
37777 listed without -a switch.
37778
37779 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
37780
37781 * textmodes/refill.el (refill-post-command-function):
37782 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
37783 to the list of functions that we should be careful not to undo.
37784 (refill-late-fill-paragraph-function): Remove.
37785 (refill-saved-state): New var.
37786 (refill-mode): Use it to save fill-paragraph-function.
37787 Save also the value of auto-fill-function.
37788
37789 * term/w32-win.el: Simplify code.
37790
37791 2005-01-23 Kim F. Storm <storm@cua.dk>
37792
37793 * simple.el (line-move): Adapt to new return value from
37794 pos-visible-in-window-p.
37795
37796 * simple.el (line-move): Fix last change. Check partial
37797 visibility at point rather than at window-start.
37798
37799 2005-01-22 Jason Rumney <jasonr@gnu.org>
37800
37801 * term/w32-win.el (xw-defined-colors): Remove debug-message.
37802
37803 2005-01-22 David Kastrup <dak@gnu.org>
37804
37805 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
37806
37807 2005-01-22 Eli Zaretskii <eliz@gnu.org>
37808
37809 * type-break.el (type-break-mode): Add a test for
37810 type-break-file-name being non-nil.
37811
37812 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
37813
37814 * net/eudc.el (top level): Call (message "") via progn, so that
37815 eudc-options-file is loaded.
37816
37817 2005-01-22 Kim F. Storm <storm@cua.dk>
37818
37819 * simple.el (line-move-1): Rename from line-move.
37820 (line-move): New function that adjusts vscroll for partially
37821 visible rows, and calls line-move-1 otherwise.
37822
37823 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
37824
37825 * pcomplete.el: Define pcomplete-read-event instead of read-event,
37826 since it's not a complete read-event implementation.
37827
37828 2005-01-20 Jay Belanger <belanger@truman.edu>
37829
37830 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
37831 for called function.
37832
37833 2005-01-20 Steven Tamm <steventamm@mac.com>
37834
37835 * term/mac-win.el (process-connection-type): Remove.
37836 Controlled now by s/darwin.h:PTY_ITERATION.
37837
37838 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
37839
37840 * window.el (handle-select-window): Don't switch window when we're
37841 in the minibuffer.
37842
37843 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
37844
37845 * subr.el (dotimes-with-progress-reporter): New macro.
37846
37847 * ses.el (ses-dotimes-msg): Remove macro.
37848 Use `dotimes-with-progress-reporter' instead.
37849
37850 2005-01-19 Steven Tamm <steventamm@mac.com>
37851
37852 * term/mac-win.el (process-connection-type): Use new
37853 operating-system-release variable to use ptys on Darwin 7 (OS X
37854 10.3) when using carbon build.
37855
37856 2005-01-19 Jay Belanger <belanger@truman.edu>
37857
37858 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
37859 flags if the last command was a tab or M-tab.
37860
37861 * calc/calc-prog.el (calc-user-define-edit): Put original formula
37862 in formula editing buffer.
37863
37864 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
37865
37866 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
37867 breakpoint image symbol in margin.
37868
37869 2005-01-19 Jay Belanger <belanger@truman.edu>
37870
37871 * calc/calc-prog.el (calc-execute-kbd-macro):
37872 Ignore calc-keep-arg-flag.
37873
37874 2005-01-19 Kenichi Handa <handa@m17n.org>
37875
37876 * textmodes/ispell.el (ispell-looking-at): New function.
37877 (ispell-process-line): Use ispell-looking-at to compare the ispell
37878 output and the buffer contents.
37879
37880 2005-01-18 Jay Belanger <belanger@truman.edu>
37881
37882 * calc/calc.el (calc-display-raw): Fix docstring.
37883
37884 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
37885
37886 * simple.el (blink-matching-open): Strip extra info from syntax.
37887
37888 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
37889 funny chars in the end-of-here-doc marker.
37890
37891 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
37892
37893 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
37894 that enable/disabled state of breakpoints is shown correctly in
37895 fringe and on ttys.
37896 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
37897 Add breakpoint information as text properties.
37898 (gdb-mouse-toggle-breakpoint):
37899 Rename to gdb-mouse-set-clear-breakpoint.
37900 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
37901 breakpoints in the margin.
37902 (gdb-remove-strings): Simplify.
37903
37904 2005-01-17 Jay Belanger <belanger@truman.edu>
37905
37906 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
37907 erasing buffer.
37908
37909 2005-01-17 Richard M. Stallman <rms@gnu.org>
37910
37911 * progmodes/grep.el (grep-find): Copy from `grep' the condition
37912 for calling grep-compute-defaults.
37913
37914 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
37915 if buffer is empty.
37916
37917 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
37918
37919 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
37920
37921 * hilit-chg.el (highlight-changes-mode): Don't autoload.
37922
37923 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
37924 non-preloaded variables.
37925
37926 2005-01-17 Steven Tamm <steventamm@mac.com>
37927
37928 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
37929 tex-shell cause to force interactivity when using pipes.
37930
37931 2005-01-17 Kim F. Storm <storm@cua.dk>
37932
37933 * simple.el (just-one-space): Make arg optional.
37934
37935 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
37936
37937 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
37938 posn-at-x-y to t to access left-margin.
37939
37940 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
37941
37942 Sync with Tramp 2.0.47.
37943
37944 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
37945 catching keep-date problems in cp/scp operations.
37946 (tramp-handle-copy-file): Don't call `set-file-modes'
37947 unconditionally. Specialized functions should know better what is
37948 necessary. This improves performance a little bit, and the
37949 functions could catch errors with `cp -p' and `scp -p'.
37950 (tramp-do-copy-or-rename-file-via-buffer)
37951 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
37952 when appropriate.
37953 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
37954 Call `set-file-modes' when appropriate.
37955 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
37956 Johnsson <isak@hypergene.com>.
37957 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
37958 of both Tramp buffer and debug buffer. Reported by Joakim Verona
37959 <joakim@verona.se>.
37960 (tramp-file-name-for-operation): Mark `shell-command' as magic for
37961 Emacs only.
37962
37963 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
37964 `find-file-hooks' and `dired-mode-hook'.
37965 (tramp-minor-mode-map): Respective map. Add remapping for
37966 `compile' and `recompile'.
37967 (tramp-remap-command, tramp-recompile): New defuns.
37968 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
37969 in buffer "*Compilation*". Call the commands asynchronously.
37970
37971 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
37972 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
37973 `shell-command', because it isn't magic in XEmacs. Reported by
37974 Adrian Aichner <adrian@xemacs.org>.
37975
37976 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
37977 `substitute-in-file-name.
37978 (tramp-smb-handle-substitute-in-file-name): New defun.
37979 (tramp-smb-advice-PC-do-completion): Delete advice.
37980
37981 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
37982
37983 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
37984 Fix error in deleting region.
37985
37986 2005-01-15 Richard M. Stallman <rms@gnu.org>
37987
37988 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
37989 In non-temp buffer, switch syntax table temporarily.
37990
37991 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
37992
37993 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
37994
37995 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
37996
37997 * imenu.el (imenu--split-menu): Copy menulist before sorting.
37998 (imenu--generic-function): Use START, not BEG, as pos of definition.
37999
38000 * simple.el (just-one-space): Argument specifies number of spaces.
38001
38002 * simple.el (eval-expression-print-format): Avoid warning
38003 about edebug-active.
38004
38005 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
38006
38007 * progmodes/sh-script.el: Code copied from make-mode.el
38008 with small changes,
38009 (sh-mode-map): Bind C-c C-\.
38010 (sh-backslash-column, sh-backslash-align): New variables.
38011 (sh-backslash-region, sh-append-backslash): New functions.
38012
38013 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
38014
38015 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
38016 (rmail-pop-password, rmail-pop-password-required): Move to
38017 rmail-obsolete group.
38018 (rmail-set-pop-password): Rename to rmail-set-remote-password.
38019 All callers updated.
38020 (rmail-get-pop-password): Rename to rmail-get-remote-password.
38021 Take an argument specifying whether it is POP or IMAP mailbox we
38022 are using. All callers updated.
38023 (rmail-pop-password-error): Rename to
38024 rmail-remote-password-error. Added mailutils-specific error message.
38025 (rmail-movemail-search-path)
38026 (rmail-movemail-variant-in-use): New variables.
38027 (rmail-remote-password, rmail-remote-password-required):
38028 New customization variables.
38029 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
38030 (rmail-parse-url): New function.
38031 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
38032 with GNU mailutils movemail.
38033
38034 2005-01-15 Kevin Ryde <user42@zip.com.au>
38035
38036 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
38037 suffix to space, $ or '$, to correctly position point when going
38038 to @table style constants like DBL_MAX.
38039
38040 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
38041
38042 * type-break.el (type-break-mode, type-break-file-time)
38043 (type-break-file-keystroke-count, type-break-choose-file):
38044 Don't store data in or load data from the file if type-break-file-name
38045 is nil.
38046 (type-break-file-name): Doc update as per the above.
38047
38048 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
38049
38050 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
38051 lookup-key might return nil; handle that.
38052
38053 2005-01-15 Alan Mackenzie <acm@muc.de>
38054
38055 * progmodes/ebrowse.el (ebrowse-class-in-tree):
38056 Return the tail of the tree rather than the element found,
38057 thus enabling the tree to be setcar'd.
38058
38059 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
38060
38061 * textmodes/org.el (org-show-following-heading): New option.
38062 (org-show-hierarchy-above): Use `org-show-following-heading'.
38063 (org-cycle): Documentation fix.
38064
38065 * textmodes/org.el (orgtbl-optimized): New option.
38066 (orgtbl-mode): New command, a minor mode.
38067 (orgtbl-mode-map): New variable.
38068 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
38069 (orgtbl-error, orgtbl-self-insert-command)
38070 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
38071
38072 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
38073 a local variable in each org-mode buffer.
38074
38075 * textmodes/org.el (org-set-regexps-and-options): Rename from
38076 `org-set-regexps'. Added checking for STARTUP keyword.
38077 (org-get-current-options): Add STARTUP options.
38078 (org-table-insert-row): Make mode intelligent about when
38079 realignment is needed.
38080 (org-self-insert-command, org-delete-backward-char, org-delete-char):
38081 New commands.
38082 (org-enable-table-editor): New default value `optimized'.
38083 (org-table-blank-field): Support blanking regions if active.
38084
38085 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
38086
38087 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
38088 if the year is not given.
38089
38090 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
38091 Add new escapes %m and %M, fixed bug with %F by adding
38092 save-match-data.
38093 (reftex-reference): Remove ?. from list of spaces.
38094 (reftex-label-info): Add automatic label prefix recognition.
38095
38096 * textmodes/reftex-index.el (reftex-index-next-phrase):
38097 Add slave parameter to call of `reftex-index-this-phrase'.
38098 (reftex-index-this-phrase): New optional argument.
38099 (reftex-index-region-phrases): Add slave parameter to call of
38100 `reftex-index-this-phrase'.
38101 (reftex-display-index): New argument redo.
38102 (reftex-index-rescan): Add `redo' to arguments of
38103 `reftex-display-index'.
38104 (reftex-index-Rescan, reftex-index-revert)
38105 (reftex-index-switch-index-tag): Add `redo' to arguments of
38106 `reftex-display-index'.
38107 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
38108 indexing. Fix bug with matching is there is a quote before or
38109 after the word.
38110
38111 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
38112 Fix bug when collecting citation keys in lines with comments.
38113 (reftex-citation): Prefix argument no longer rescans the document,
38114 but forces prompting for optional arguments of cite macros.
38115 (reftex-do-citation): Prompting for optional arguments implemented.
38116
38117 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
38118 Add optional arguments to most cite commands.
38119 (reftex-cite-cleanup-optional-args): New option
38120 (reftex-cite-prompt-optional-args): New option.
38121 (reftex-trust-label-prefix): New option.
38122
38123 * textmodes/reftex-toc.el (reftex-toc-find-section):
38124 Add push-mark before changing the position in the buffer.
38125
38126 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
38127 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
38128
38129 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
38130
38131 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
38132 more carefully.
38133
38134 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
38135
38136 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
38137 (sgml-mode): Use it.
38138 (sgml-get-context): Better keep track of implicitly closed tags.
38139
38140 2005-01-13 Kenichi Handa <handa@m17n.org>
38141
38142 * textmodes/ispell.el: These changes are to fix misalignment error
38143 caused by equivalent characters of different Emacs charsets.
38144 (ispell-unified-chars-table): New variable.
38145 (ispell-get-decoded-string): New function.
38146 (ispell-get-casechars, ispell-get-not-casechars)
38147 (ispell-get-otherchars): Call ispell-get-decoded-string.
38148
38149 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
38150
38151 * custom.el (custom-declare-variable): Just put symbol instead
38152 of (defvar . symbol) in `current-load-list'.
38153
38154 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
38155
38156 * emacs-lisp/elint.el: Fixed typo in Commentary section.
38157
38158 2005-01-12 Jay Belanger <belanger@truman.edu>
38159
38160 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
38161 to create a Calc summary.
38162
38163 2005-01-12 Kim F. Storm <storm@cua.dk>
38164
38165 * mouse.el (mouse-on-link-p): Change functionality and doc
38166 string to comply with latest description in lisp ref.
38167
38168 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
38169
38170 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
38171 Enable mouse clicks on mode-line, header-line and margin.
38172 (event-type): Give mouse event symbols an `event-kind' property
38173 with value `mouse-click'.
38174
38175 2005-01-12 Juri Linkov <juri@jurta.org>
38176
38177 * facemenu.el (list-colors-display): Add new arg buffer-name.
38178 Use it. Fix docstring. Replace code for identifying duplicate
38179 colors by the name with call to `list-colors-duplicates' which
38180 identifies duplicate colors by the value unless the color
38181 is one of special Windows colors. Set truncate-lines to t.
38182 Print sorted duplicate color names on each line. Indent to 22
38183 \(the longest color name in rgb.txt) instead of 20. Optimize.
38184 (list-colors-duplicates): New function.
38185 (facemenu-color-name-equal): Delete function.
38186
38187 * facemenu.el (list-colors-print): New function created from code
38188 in list-colors-display. Print #RRGGBB at the window right edge.
38189 (list-colors-display): When temp-buffer-show-function is not
38190 defined, call list-colors-print from temp-buffer-show-hook
38191 to get the right value of window-width in list-colors-print
38192 after the buffer is displayed.
38193
38194 * simple.el (pop-mark): Move deactivate-mark out of conditional
38195 part to deactivate the active mark regardless of the state of the
38196 mark ring.
38197
38198 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
38199 variables line in desktop files.
38200
38201 2005-01-12 Juri Linkov <juri@jurta.org>
38202
38203 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
38204 Bring together isearch highlight related options.
38205 (lazy-highlight): Replace group `replace' by `matching'.
38206 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38207 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38208 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
38209 and declare them obsolete.
38210 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
38211 (isearch-faces): Remove defgroup.
38212 (isearch-overlay, isearch-highlight, isearch-dehighlight):
38213 Move isearch highlighting code closer to lazy highlighting code.
38214
38215 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
38216 (query-replace-highlight, query-replace-lazy-highlight)
38217 (query-replace): Move definitions to the beginning of the file.
38218
38219 2005-01-11 Juri Linkov <juri@jurta.org>
38220
38221 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
38222 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
38223 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
38224
38225 * info.el (Info-history-forward): New variable.
38226 (Info-select-node): Reset Info-history-forward to nil.
38227 (Info-last): Turn into defalias.
38228 (Info-history-back): Rename from Info-last.
38229 Add current node to Info-history-forward.
38230 (Info-history-forward): New fun.
38231 (Info-mode-map): Replace Info-last by Info-history-back.
38232 Bind Info-history-forward to "r".
38233 (Info-mode-menu): Replace Info-last by Info-history-back.
38234 Fix menu item text. Add menu item for Info-history-forward.
38235 (info-tool-bar-map): Replace Info-last by Info-history-back.
38236 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
38237 for Info-history-forward.
38238 (Info-mode): Replace Info-last by Info-history-back in docstring.
38239 Add local variable Info-history-forward.
38240 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
38241
38242 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
38243
38244 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
38245 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
38246 Ignore select-window events rather than fiddle with
38247 mouse-autoselect-window.
38248
38249 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
38250
38251 * type-break.el (type-break-mode): Fix previous change.
38252
38253 2005-01-10 Jay Belanger <belanger@truman.edu>
38254
38255 * calc/calc-ext.el (calc-reset): Reset when inside embedded
38256 calculator; only reset when point is inside a calculator.
38257 Don't adjust the window height if the window takes up the whole height
38258 of the frame.
38259
38260 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
38261
38262 * ebuff-menu.el (Electric-buffer-menu-mode):
38263 Preserve value of buffer-local var header-line-format.
38264
38265 2005-01-09 Jay Belanger <belanger@truman.edu>
38266
38267 * calc/calc.el (calc-mode-var-list-restore-saved-values):
38268 Make sure settings file exists before accessing it.
38269
38270 * calc/calc-embed.el (calc-embedded-subst):
38271 Replace math-multi-subst-rec, which is only supposed to be called
38272 by math-multi-subst, by math-multi-subst.
38273
38274 2005-01-09 Andre Spiegel <spiegel@gnu.org>
38275
38276 * vc.el (vc-allow-async-revert): New user option.
38277 (vc-disable-async-diff): New internal variable.
38278 (vc-revert-buffer): Use them to disable asynchronous diff.
38279
38280 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
38281 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
38282 asynchronously if vc-disable-async-diff is t.
38283
38284 2005-01-09 Jay Belanger <belanger@truman.edu>
38285
38286 * calc/calc.el (defcalcmodevar): New macro.
38287 (calc-mode-var-list-restore-default-values)
38288 (calc-mode-var-list-restore-saved-values): New functions.
38289 (calc-mode-var-list): Use defcalcmodevar to define it.
38290 (calc-always-load-extensions, calc-line-numbering)
38291 (calc-line-breaking, calc-display-just, calc-display-origin)
38292 (calc-number-radix, calc-leading-zeros, calc-group-digits)
38293 (calc-group-char, calc-point-char, calc-frac-format)
38294 (calc-prefer-frac, calc-hms-format, calc-date-format)
38295 (calc-float-format, calc-full-float-format, calc-complex-format)
38296 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
38297 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
38298 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
38299 (calc-matrix-brackets, calc-language, calc-language-option)
38300 (calc-left-label, calc-right-label, calc-word-size)
38301 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
38302 (calc-display-raw, calc-internal-prec, calc-angle-mode)
38303 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
38304 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
38305 (calc-window-height, calc-display-trail, calc-show-selections)
38306 (calc-use-selections, calc-assoc-selections)
38307 (calc-display-working-message, calc-auto-why, calc-timing)
38308 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
38309 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
38310 (calc-gnuplot-default-device, calc-gnuplot-default-output)
38311 (calc-gnuplot-print-device, calc-gnuplot-print-output)
38312 (calc-gnuplot-geometry, calc-graph-default-resolution)
38313 (calc-graph-default-resolution-3d, calc-invocation-macro)
38314 (calc-show-banner): Use defcalcmodevar to declare them and set
38315 their default values.
38316
38317 * calc/calc-ext.el (calc-reset): Restore saved values of variables
38318 instead of default values (but restore default values if there is
38319 an argument of 0).
38320
38321 2005-01-09 David Kastrup <dak@gnu.org>
38322
38323 * desktop.el (desktop-restore-eager): Fix typo in type.
38324
38325 2005-01-08 Richard M. Stallman <rms@gnu.org>
38326
38327 * cus-edit.el (customize): Delete :link.
38328
38329 2005-01-08 Jay Belanger <belanger@truman.edu>
38330
38331 * calc/calc.el (calc-mode): Remove the extension from the
38332 `calc-settings-file' file name when loading it.
38333
38334 2005-01-08 Kim F. Storm <storm@cua.dk>
38335
38336 * info.el (Info-mode-map, Info-next-link-keymap)
38337 (Info-prev-link-keymap, Info-up-link-keymap):
38338 Map follow-link to mouse-face.
38339 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
38340
38341 2005-01-08 Jay Belanger <belanger@truman.edu>
38342
38343 * calc/calc.el (calc-settings-file): Change default value.
38344 Suggested by cgw in a comment in calc-mode.el.
38345
38346 * calc/calc-mode.el (calc-settings-file-name):
38347 Compare calc-settings-file to user-init-file instead of ~/.emacs.
38348 Replace ~/.emacs in a prompt by calc-settings-file.
38349
38350 2005-01-07 Lars Hansen <larsh@math.ku.dk>
38351
38352 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
38353 (desktop-lazy-idle-delay): New customizable variables.
38354 (desktop-buffer-args-list): New variable.
38355 (desktop-append-buffer-args): New function.
38356 (desktop-save): Call desktop-append-buffer-args for some buffers.
38357 (desktop-lazy-create-buffer): New function.
38358 (desktop-idle-create-buffers): New function.
38359 (desktop-read): Add message about buffers to restore lazily.
38360 (desktop-lazy-abort): New command.
38361 (desktop-clear): Call desktop-lazy-abort.
38362 (desktop-lazy-complete): New command.
38363
38364 2005-01-06 Richard M. Stallman <rms@gnu.org>
38365
38366 * emacs-lisp/find-func.el (find-face-definition):
38367 Rename from find-face.
38368
38369 2005-01-06 Kim F. Storm <storm@cua.dk>
38370
38371 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
38372
38373 * man.el (Man-xref-man-page, Man-xref-header-file)
38374 (Man-xref-normal-file): Add follow-link property.
38375
38376 2005-01-06 Jay Belanger <belanger@truman.edu>
38377
38378 * calc/calc-units.el: Make sure the proper macro definitions are
38379 available when compiling.
38380
38381 2005-01-06 Juri Linkov <juri@jurta.org>
38382
38383 * isearch.el (isearch-lazy-highlight-update):
38384 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
38385
38386 2005-01-06 Miles Bader <miles@gnu.org>
38387
38388 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
38389 (isearch-lazy-highlight-face): Use new name.
38390
38391 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
38392
38393 * uniquify.el (uniquify-rationalize-file-buffer-names):
38394 Re-add an interactive spec.
38395 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
38396 to the same name.
38397
38398 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
38399 (isearch-update, isearch-done): Adjust calls accordingly.
38400
38401 2005-01-05 Richard M. Stallman <rms@gnu.org>
38402
38403 * custom.el (custom-set-variables, custom-theme-set-variables):
38404 Clarify documentation.
38405
38406 * emacs-lisp/find-func.el (find-variable)
38407 (find-variable-other-window, find-variable-other-frame):
38408 Fix the TYPE args to find-function-read and find-function-do-it.
38409 (find-function): Doc fix.
38410 (find-function-at-point): Replace function-at-point alias.
38411
38412 2005-01-04 Richard M. Stallman <rms@gnu.org>
38413
38414 * cus-face.el (custom-declare-face):
38415 Record defface in current-load-list.
38416
38417 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
38418
38419 * emacs-lisp/find-func.el: Doc fixes.
38420 (find-face-regexp): New variable.
38421 (find-function-regexp-alist): New variable.
38422 (find-function-C-source): Third arg is now TYPE.
38423 (find-function-search-for-symbol): Handle general TYPE.
38424 (find-function-read, find-function-do-it): Handle general TYPE.
38425 (find-definition-noselect, find-face): New functions.
38426 (function-at-point): Alias deleted.
38427
38428 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
38429
38430 * battery.el (display-battery-mode): Rename from display-battery.
38431 Handle the case where it gets turned off.
38432
38433 2005-01-04 Richard M. Stallman <rms@gnu.org>
38434
38435 * cus-edit.el (customize): Make :link point to user doc.
38436
38437 * man.el (Man-fontify-manpage): Turn off undo generation.
38438
38439 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
38440
38441 2005-01-04 Andreas Schwab <schwab@suse.de>
38442
38443 * files.el (insert-directory): Only look for error lines in
38444 inserted text. Don't move too far after processing --dired markers.
38445
38446 2005-01-04 Richard M. Stallman <rms@gnu.org>
38447
38448 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
38449 Don't expand if the character is @, period, dash, etc.
38450 (define-mail-abbrev): Quote names that contain problem characters.
38451
38452 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
38453
38454 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
38455
38456 2005-01-03 Richard M. Stallman <rms@gnu.org>
38457
38458 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
38459 (query-replace-highlight, query-replace-lazy-highlight)
38460 (query-replace): Definitions moved up. Doc fix.
38461
38462 2005-01-03 Richard M. Stallman <rms@gnu.org>
38463
38464 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
38465 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38466 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38467 (lazy-highlight-face): Rename from isearch-lazy-...
38468 Change all references to them.
38469
38470 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
38471
38472 * cus-edit.el (custom-file): Doc fix for defcustom.
38473 (custom-file): The function no longer sets the variable
38474 `custom-file' to its return value.
38475
38476 * startup.el (command-line): No longer load `custom-file'.
38477
38478 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
38479
38480 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
38481
38482 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
38483 Don't confuse module-prefixed identifiers for labels.
38484 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
38485
38486 2005-01-02 Richard M. Stallman <rms@gnu.org>
38487
38488 * files.el (basic-save-buffer-1): Fix previous change.
38489
38490 * loadhist.el (file-loadhist-lookup): New function.
38491 (file-provides, file-requires): Use it.
38492
38493 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
38494 instead of calculating the right size.
38495
38496 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
38497
38498 * vc-svn.el (vc-svn-diff): Stay local if possible.
38499
38500 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
38501
38502 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
38503
38504 * files.el (hack-local-variables): Fix last change.
38505
38506 2005-01-02 Jay Belanger <belanger@truman.edu>
38507
38508 * calc/calc-yank.el (calc-edit-top): New variable.
38509 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
38510 object. Change header properties.
38511 (calc-edit-finish, calc-edit-finish-stack-object)
38512 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
38513 edited object.
38514 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
38515 for the beginning of the edited object.
38516 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
38517 for the beginning of the edited object.
38518 * calc/calc-prog.el (calc-edit-macro-finish-edit)
38519 (calc-finish-formula-edit, calc-macro-repeats)
38520 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
38521 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
38522 beginning of the edited object.
38523 (calc-user-define-edit): Change the header for editing macros.
38524 Remove unnecessary variable.
38525
38526 2005-01-01 Jay Belanger <belanger@truman.edu>
38527
38528 * calc/calc-yank.el (calc-edit-mode): Change default header.
38529 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
38530 * calc/calc-store.el (calc-edit-variable): Change title to match new
38531 header.
38532 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
38533 mode to match new header.
38534 (calc-user-define-edit): Change titles to include names of commands.
38535 (calc-finish-formula-edit): Adjust to handle new header.
38536 (calc-finish-macro-edit): Remove.
38537 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
38538 (calc-edit-macro-command, calc-edit-macro-command-type)
38539 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
38540 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
38541 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
38542 (calc-edit-macro-finish-edit): New functions.
38543 (calc-user-define-edit): Use new functions to edit named calc macros.
38544
38545 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
38546
38547 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
38548
38549 * ses.el (copy-region-as-kill): Deactivate mark.
38550
38551 2005-01-01 Richard M. Stallman <rms@gnu.org>
38552
38553 * replace.el (occur-1): If the output buffer is also an input,
38554 don't kill it, rename it.
38555
38556 * faces.el (set-face-background, set-face-foreground): Doc fix.
38557
38558 * cus-face.el (custom-face-attributes): Fix :help-echo strings
38559 for :foreground and :background.
38560
38561 * dired.el (dired-view-command-alist): Variable deleted.
38562 (dired-view-file, dired-mouse-find-file-other-window):
38563 Delete the code to use it.
38564
38565 2005-01-01 Kim F. Storm <storm@cua.dk>
38566
38567 * image.el (insert-sliced-image): Use t for line-height property.
38568
38569 See ChangeLog.11 for earlier changes.
38570
38571 ;; Local Variables:
38572 ;; coding: iso-2022-7bit
38573 ;; add-log-time-zone-rule: t
38574 ;; End:
38575
38576 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
38577
38578 This file is part of GNU Emacs.
38579
38580 GNU Emacs is free software; you can redistribute it and/or modify
38581 it under the terms of the GNU General Public License as published by
38582 the Free Software Foundation; either version 3, or (at your option)
38583 any later version.
38584
38585 GNU Emacs is distributed in the hope that it will be useful,
38586 but WITHOUT ANY WARRANTY; without even the implied warranty of
38587 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38588 GNU General Public License for more details.
38589
38590 You should have received a copy of the GNU General Public License
38591 along with GNU Emacs; see the file COPYING. If not, write to the
38592 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38593 Boston, MA 02110-1301, USA.
38594
38595 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1