summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (gdb-var-set-format-regexp): New constant.emacs-pretest-22.1.90Nick Roberts2008-01-30
| | | | | (gdb-var-set-format-handler): New function. (gdb-var-set-format): Use it.
* *** empty log message ***Nick Roberts2008-01-30
|
* Regenerate.Chong Yidong2008-01-30
|
* Bump version number to 22.1.90.Chong Yidong2008-01-30
|
* *** empty log message ***Richard M. Stallman2008-01-30
|
* Eliminate blank-mode package. This package is only in trunk.Vinicius Jose Latorre2008-01-30
|
* *** empty log message ***Juanma Barranquero2008-01-30
|
* (c-block-stmt-1-kwds, c-block-stmt-2-kwds, c-simple-stmt-kwds): NewAlan Mackenzie2008-01-29
| | | | Objective C keywords: @finally, @try, @catch, @synchronized, @throw.
* *** empty log message ***Alan Mackenzie2008-01-29
|
* Correct file name in previous commission.Alan Mackenzie2008-01-29
|
* (c-specifier-key): Exclude "template" from this regexp; to allow the "{"Alan Mackenzie2008-01-29
| | | | | of a template function to be correctly anchored on "template", not the following "<".
* *** empty log message ***Alan Mackenzie2008-01-29
|
* (c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template functionAlan Mackenzie2008-01-29
| | | | correctly on "template", not the following "<".
* *** empty log message ***Alan Mackenzie2008-01-29
|
* (c-version): increase to 5.31.5.Alan Mackenzie2008-01-29
|
* *** empty log message ***Alan Mackenzie2008-01-29
|
* (tags-query-replace): Delete unused optional args. Doc fix.Richard M. Stallman2008-01-29
|
* (hack-local-variables): Don't query about fake variables.Richard M. Stallman2008-01-29
|
* *** empty log message ***Juanma Barranquero2008-01-29
|
* (gdb-create-define-alist): Don't callNick Roberts2008-01-27
| | | | | gdb-cpp-define-alist-program if file is nil (currently only " *partial-output-...").
* *** empty log message ***Nick Roberts2008-01-27
|
* Correct typos, enhance comments.Alan Mackenzie2008-01-27
|
* Correct typos, enhance comments.Alan Mackenzie2008-01-27
|
* More trivial doc fixes.Richard M. Stallman2008-01-27
| | | | Comment change.
* Many doc fixes.Richard M. Stallman2008-01-27
| | | | (allout-encrypt-string): Fix error message.
* (Tags): Delete redundant index entry.Richard M. Stallman2008-01-26
|
* Introduce elements for the syntactic symbol arglist-cont-nonempty intoAlan Mackenzie2008-01-26
| | | | c-hanging-braces-alist. Amend pertinent functions and 5 styles.
* *** empty log message ***Alan Mackenzie2008-01-26
|
* (c-save-buffer-state): Bind buffer-file-name and buffer-file-truename toAlan Mackenzie2008-01-26
| | | | nil, to prevent primitives generating "buffer is read only" messages.
* *** empty log message ***Alan Mackenzie2008-01-26
|
* (tags-query-replace): Doc fix.Eli Zaretskii2008-01-26
|
* (wdired-get-filename): Change `(1+ beg)' to `beg' soMartin Rudalics2008-01-26
| | | | | that the filename end is found even when the filename is empty. Fixes error and spurious newlines when marking files for deletion.
* (Fclrhash): Return TABLE.Thien-Thi Nguyen2008-01-26
|
* (Tags): Add "@cindex tags".Eli Zaretskii2008-01-26
|
* (Imenu): Remove "@cindex tags".Eli Zaretskii2008-01-26
|
* Handle *long* lines tail visualization.Vinicius Jose Latorre2008-01-26
|
* ** david.reitter@gmail.com, 27 dec: pos-visible-in-window-p at ellipsisChong Yidong2008-01-26
| | | | Fixed in trunk. RMS agreed to delay backport till after 22.2 release.
* *** empty log message ***Juanma Barranquero2008-01-25
|
* (allout-unload-function): New function.Juanma Barranquero2008-01-25
|
* New commands for cleaning up some blank problems like trailing blanks.Vinicius Jose Latorre2008-01-25
|
* Sven Joachim <svenjoac at gmx.de>Glenn Morris2008-01-25
| | | | (kill-buffer-if-not-modified): Don't pass t to buffer-modified-p.
* (allout-prefix-data): Doc fix.Juanma Barranquero2008-01-25
| | | | | | | | | | | | (allout-show-current-subtree): Reflow docstring. (allout-use-mode-specific-leader, allout-use-hanging-indents, produce-allout-mode-map, allout-overlay-interior-modification-handler, allout-next-heading, allout-previous-heading, allout-rebullet-heading, allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic, allout-copy-topic-as-kill, allout-listify-exposed, allout-process-exposed, allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids, allout-next-topic-pending-encryption, allout-tests-globally-true): Fix typos in docstrings.
* (vc-version-diff): Make sure we shrink the right window.Stefan Monnier2008-01-24
|
* Add 2008 to copyright years.Glenn Morris2008-01-23
|
* * configure.in (xtensa): Match more configurations.Dan Nicolaescu2008-01-23
| | | | * configure: Regenerate.
* (Mouse Buttons): Update elisp xref to "Click Events" on click count.Nick Roberts2008-01-23
|
* *** empty log message ***Nick Roberts2008-01-23
|
* Fixed default printer-name.Jason Rumney2008-01-23
|
* (printer-name): Do not set on MS Windows.Jason Rumney2008-01-23
|
* ** Make longlines-mode wrap lines based on screen position insteadChong Yidong2008-01-22
| | | | | of character position, so that variable-width fonts can be handled properly.